Focus on older Android devices
The 1.2.3 release adds to previous 1.2 releases with some new features and a focus on improving
support for older and low powered Android devices.
This improves support for preparing mobile app releases using the builtin tools.
Added
- Add media and volume icons to default themes (#649)
- Add Canvas.PixelCoordinateForPosition to find pixel locations if required
- Add ProgressInfinite dialog
Changed
- Warn if -executable or -sourceDir flags are used for package on mobile (#652)
- Update scale based on device for mobile apps
- Windows without a title will now be named "Fyne Application"
- Revert fix to quit mobile apps - this is not allowed in guidelines
Fixed
- App.UniqueID() did not return current app ID
- Fyne package ignored -name flag for ios and android builds (#657)
- Possible crash when appending tabs to TabContainer
- FixedSize windows not rescaling when dragged between monitors (#654)
- Fix issues where older Android devices may not background or rotate (#677)
- Crash when setting theme before window content set (#688)
- Correct form extend behaviour (#694)
- Select drop-down width is wrong if the drop-down is too tall for the window (#706)