Commit graph

7 commits

Author SHA1 Message Date
Vadim
701b540c54 typo 2024-02-11 20:55:51 +01:00
Vadim
048ab4e308 store screenshots in _generated_ folder 2023-12-27 21:24:36 +01:00
Vadim
be2aa45afc [iOS] implemented screenshots generator for all target devices 2023-12-27 21:09:07 +01:00
Vadim
4f86dee0f4 place screenshots in platform-specific folders 2023-12-27 12:06:03 +01:00
Vadim
5e446800e0 [iOS] fixed camera preview aspect ratio 2023-12-27 12:04:03 +01:00
Vadim
6566108994
ML-129 Spot metering (#136)
* imlemented `CameraSpotDetector`

* separated generic `DialogSwitch`

* added `CameraFeature` model

* added `CameraFeaturesListTile` to metering section

* added features dialog subtitles

* added long press to remove metering spot

* translations

* hide camera features for purchasable status

* hide `CameraHistogram` & `CameraSpotDetector` if purchasable

* bumped iap version

* fixed tests

* removed redundant camera state emission

* tests

* Fixed remote config initalization

* updated pro features description
2023-11-11 21:05:11 +01:00
Vadim
f3b08868be
ML-62 Providers tests + Platform & Application mocks (#131)
- Fixed test coverage calculation
- Removed `mockito` from the application mock
- Implemented platform channel mocks to mimic incident light metering
- Covered providers with unit tests
- Covered metering screen pickers with widget tests
- Laid foundation for integration tests
2023-10-20 16:12:43 +02:00