mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-08-02 03:06:49 +00:00

* typos * added `LogbookPhotosProvider` * implemented `LogbookScreen` * implemented `LogbookPhotoEditScreen` * added photo update * save geolocation * added `CameraSettingsSection` * adjusted logbook grid * added hero animation * fixed logbook list updates * added empty logbook state * added `saveLogbookPhotos` option * fixed updating photos * made `DialogPicker` content scrollable * added tests for `LogbookPhotosProvider` * made image preview full-width * made note field multiline * wip * migrated to new iap service * fixed unit tests * typo * fixed arb formatting * stub logbook photos for tests * implemented integration test for logbook * moved date to title * redundant bottom padding * added logbook photo screen to screenshots generator * Update settings.gradle * aligned iap stub with iap release * sync * made logbook iap * debug screenshots * Update runner.dart * fixed dialog picker of optional values * added bottom padding to logbook edit screen * fixed tests * Create camera_stub_image.jpg * Update films_provider_test.dart * rename * Update pubspec.yaml * added logbook to pro features
44 lines
No EOL
1.5 KiB
JSON
44 lines
No EOL
1.5 KiB
JSON
{
|
|
"screenshots": [
|
|
{
|
|
"screenshotName": "light_metering-reflected",
|
|
"title": "Quick & easy to use",
|
|
"subtitle": "with all the necessary controls\nunder your thumb"
|
|
},
|
|
{
|
|
"screenshotName": "light_metering-incident",
|
|
"title": "Incident light metering",
|
|
"subtitle": "using the light sensor\nof your device"
|
|
},
|
|
{
|
|
"screenshotName": "light_metering-iso-picker",
|
|
"title": "Lots of ISO values",
|
|
"subtitle": "from 3 and up to 6400"
|
|
},
|
|
{
|
|
"screenshotName": "light_timer",
|
|
"title": "In-built timer",
|
|
"subtitle": "for the ease of shooting\nlong exposures"
|
|
},
|
|
{
|
|
"screenshotName": "light_settings",
|
|
"title": "Useful settings",
|
|
"subtitle": "to get the most accurate\nmetering results"
|
|
},
|
|
{
|
|
"screenshotName": "light_equipment-profiles",
|
|
"title": "Create multiple profiles",
|
|
"subtitle": "to match your\ncamera & lens setups"
|
|
},
|
|
{
|
|
"screenshotName": "dark_metering-reflected",
|
|
"title": "Match your style",
|
|
"subtitle": "with various theme types and colors"
|
|
},
|
|
{
|
|
"screenshotName": "light_logbook-edit",
|
|
"title": "Keep track",
|
|
"subtitle": "of all your photos\nand all the details"
|
|
}
|
|
]
|
|
} |