Commit graph

27 commits

Author SHA1 Message Date
Vadim
e1a056733c added timer screen to screenshot generator 2024-05-21 11:49:34 +02:00
Vadim
e4a228ea16 synced outlined icons 2024-05-20 17:16:43 +02:00
Vadim
83b4344175 typo 2024-05-17 12:46:18 +02:00
Vadim
58a9a288b0 reorganized store script 2024-05-17 11:05:35 +02:00
Vadim
f868ba5f04 added text for incident light metering 2024-05-17 11:03:52 +02:00
Vadim
5865140574 typo 2024-05-17 11:01:44 +02:00
Vadim
48dc1e0870 added assets for Pixel 6 2024-05-16 19:20:41 +02:00
Vadim
8938b40271 parse ipad name 2024-05-15 22:14:28 +02:00
Vadim
eaa9061ca8 skip metering layout dialog screenshot 2024-05-15 21:59:41 +02:00
Vadim
6aeb83d96b refined screenshots naming 2024-05-15 21:47:03 +02:00
Vadim
ea023f49e1 wip 2024-05-14 16:15:19 +02:00
Vadim
2540aa9364 added standalone script to update screenshots 2024-05-14 15:01:50 +02:00
Vadim
892c061633 store raw screenshots 2024-05-14 14:57:08 +02:00
Vadim
3e16e91f02 typo 2024-05-14 14:53:02 +02:00
Vadim
c7d0d8a7f1 added fonts for dark screenshots 2024-05-14 14:52:58 +02:00
Vadim
d2a953e1f5 cleanup 2024-05-14 14:44:26 +02:00
Vadim
f23752b5dd reorganized screenshot models 2024-05-14 13:48:28 +02:00
Vadim
d7a42fd73f added screenshots config json 2024-05-14 13:47:11 +02:00
Vadim
e91da61238 add text to screenshots (wip) 2024-05-11 17:02:25 +02:00
Vadim
7dc155080b scale device frame (wip) 2024-05-11 16:07:03 +02:00
Vadim
0c6519efa1 add device frame (wip) 2024-05-11 14:59:28 +02:00
Vadim
41b7730f82 added system overlays for iPhone 8 Plus & iPhone 13 Pro 2024-05-10 16:24:12 +02:00
Vadim
bc7e6e14d0
ML-170 Show long shutter speeds for all selected aperture values (#172)
* generate exposures > 1"

* fixed unit tests

* added manual shutter speed to equipment profiles

* fixed integration tests

* fixed unit tests

* fixed long exposures overflow

* migrated to resources 1.2.0 and iap 0.10.0

* removed unnecessary loop

* fixed extreme exposure pairs test

* updated master screenshots

* fixed iap stub
2024-04-30 12:44:01 +02:00
Vadim
6dd17961b5 Fixed Android screenshots generator 2024-04-19 16:59:00 +02:00
Vadim
134af8ad28
ML-141 Prepare iOS release (#144)
* implemented `MockCameraContainerBloc` to stub camera on simulator

* [iOS] fixed camera preview aspect ratio

* place screenshots in platform-specific folders

* [iOS] updated buildable name

* [iOS] fixed stub image cover fit

* [iOS] implemented screenshots generator for all target devices

* store screenshots in _generated_ folder

* Update .gitignore

* Created "Build Prod .ipa" workflow

* added. certs to .ipa workflow

* test ipa building

* fixed provision cert path

* set provision profile in XCode

* set automatic signing for dev builds

* set ios version in Podfile

* renamed provision file

* renamed provision profile

* fixed cert folder...

* changed provision path

* typo

* typo

* try automatic signing

* use manual profile installation

* added export options

* typo

* increased timeout

* increased ipa timeout

* Update README.md

* typo

* [iOS] separated camera handling logic

* [iOS] fixed vibration

* migrated to http server iap

* [iOS] fixed histogram

* replaced distribution profile with development profile

* removed constants from env to the separate file

* removed duplicate launch schema

* fixed PR check workflow

* [iOS] set `ITSAppUsesNonExemptEncryption` to NO

* [iOS] removed java reference from "Build .ipa" workflow
2024-02-21 12:33:25 +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