mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-21 15:00:40 +00:00
bc7e6e14d0
* 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 |
||
---|---|---|
.. | ||
scripts | ||
generate_screenshots.dart | ||
README.md |
Screenshots
The easiest way to create several sets of identical screenshots for Android and iOS is to generate them instead of taking them manually. Generating screenshots will save time and effort while also providing a consistent output.
Context
As a user I want to see the most relevant screenshots in the store, so that I can see the actual state of the app.
Screenshot cases
-
Metering screen
- Reflected light metering mode*
- Incident light metering mode* **
- Opened ISO picker
-
Settings screen
- Just the screen
- Opened metering screen layout features dialog
-
Equipment profiles screen
- Just the screen
- Opened equipment profile ISO picker
*also in dark mode
**Android only
Run the generator
Screenshots will be stored in the screenshots/generated/<platform>/ folder.
Android
sh screenshots/generate_screenshots.sh <deviceName>
iOS
Apple requires screenshots a specific list of devices, so we can implement a custom generator to cover all those devices.
Can be run on Simulator.
sh screenshots/generate_ios_screenshots.sh
List of devices
Android
- Pixel 6
iOS
- iPhone 8 Plus
- iPhone 13 Pro
- iPhone 13 Pro Max
- iPhone 15 Pro
- iPhone 15 Pro Max
- iPad Pro (12.9-inch) (6th generation)