Vadim
7c96b5a47d
ML-220 Show focal length when zooming ( #233 )
...
* extract focal length from exif
* added focal length section
* wip
* [android] calculate EFL
* split other platform handlers to separate files
* [ios] calculate EFL
* updated translations
* deleted `focalLengthFromTags`
* fixed unit tests
* [ios] link missing files
* updated Pro features screen
* [ios] fixed signing
* fixed screenshot generator
* updated goldens
* [android] updated store screenshots
* wip
* [ios] updated store screenshots
* enable focal length feature by default
* mock camera focal length for integration tests
* cleanup
* added logging to `CameraInfoService`
2025-05-14 10:26:59 +02:00
Vadim
e334f0f8da
ML-175 Improved logging for missing EXIF fields ( #207 )
...
* include only the necessary values in logs
* added runtime type to iso
2025-01-20 20:03:02 +01:00
Vadim
a1ce17d675
ML-154 Improved EXIF errors reporting ( #159 )
...
* removed unused analytics event & added `logCrash`
* added analytics to `RemoteConfigService`
* run app with `runZonedGuarded`
* added crash logging to `CameraContainerBloc`
* log product id for IAP errors
* typo
* log crashes in `RemoteConfigService`
* ignore silent `FlutterError`
* fixed `evFromImage` test
* fixed `showBuyProDialog` test
* log errors in console
* depend on iap 0.7.2
* Made errors non-fatal by default
* improved EXIF errors reporting
* fixed tests
2024-02-13 19:33:40 +01:00
Vadim
fc37016770
ML-154 Improve Crashlytics reports ( #155 )
...
* removed unused analytics event & added `logCrash`
* added analytics to `RemoteConfigService`
* run app with `runZonedGuarded`
* added crash logging to `CameraContainerBloc`
* log product id for IAP errors
* typo
* log crashes in `RemoteConfigService`
* ignore silent `FlutterError`
* fixed `evFromImage` test
* fixed `showBuyProDialog` test
* log errors in console
* depend on iap 0.7.2
2024-01-27 23:20:53 +01:00
Vadim
73d0c32323
Hide Pro features from the metering screen ( #147 )
...
* implemented `MockCameraContainerBloc` to stub camera on simulator
* hide pro features from metering screen
* disable pro features in settings
* use closed child background color in `AnimatedDialog`
* adjust `AnimatedDialogPicker` to items count
* close `AnimatedDialog` through context
* cleanup
* fixed `ReadingValueContainer` text color
* removed legacy translations
* fixed tests
* fixed `AnimatedDialog` scaling
* added `evFromImage` test
* added no EXIF test to `evFromImage`
2024-01-13 18:20:58 +01:00