Commit graph

387 commits

Author SHA1 Message Date
Vadim
090c9b1c2e Update pubspec.yaml 2025-07-28 15:39:54 +02:00
Vadim
60b5d09805 rename 2025-07-22 11:08:20 +02:00
Vadim
0ebc1b1aee Update films_provider_test.dart 2025-07-21 23:30:16 +02:00
Vadim
058bf91706 Create camera_stub_image.jpg 2025-07-21 23:19:09 +02:00
Vadim
28ed8115d3 fixed tests 2025-07-21 23:14:37 +02:00
Vadim
621eb6d617 added bottom padding to logbook edit screen 2025-07-21 23:07:49 +02:00
Vadim
8ef734825d fixed dialog picker of optional values 2025-07-21 22:48:22 +02:00
Vadim
6f8231f721 Update runner.dart 2025-07-21 22:03:49 +02:00
Vadim
74288d04d9 debug screenshots 2025-07-21 22:03:34 +02:00
Vadim
287864911b made logbook iap 2025-07-21 22:03:27 +02:00
Vadim
7c8482714d sync 2025-07-21 21:57:52 +02:00
Vadim
74b1aed284 aligned iap stub with iap release 2025-07-21 21:56:50 +02:00
Vadim
660e24d4de Update settings.gradle 2025-07-19 20:10:41 +02:00
Vadim
57d2fbd15a added logbook photo screen to screenshots generator 2025-07-19 20:10:35 +02:00
Vadim
6133df4337 redundant bottom padding 2025-07-19 19:00:56 +02:00
Vadim
3cd4d32a2b moved date to title 2025-07-19 19:00:47 +02:00
Vadim
137d13cfbe implemented integration test for logbook 2025-07-19 17:49:05 +02:00
Vadim
efc8363fb9 stub logbook photos for tests 2025-07-19 17:48:37 +02:00
Vadim
10fc2146dc Merge branch 'main' of https://github.com/vodemn/m3_lightmeter into feature/ML-203 2025-07-18 19:30:14 +02:00
Vadim
a8ff8f87dd fixed arb formatting 2025-07-18 19:27:23 +02:00
Vadim
5363d22fb5 typo 2025-07-18 19:21:49 +02:00
Vadim
d67b75cbca fixed unit tests 2025-07-18 01:16:19 +02:00
Vadim
c5ef878ddb migrated to new iap service 2025-07-17 23:02:07 +02:00
Vadim
91a1942191 wip 2025-07-16 21:24:37 +02:00
Vadim
a6d2892d5c made note field multiline 2025-07-11 22:54:30 +02:00
Vadim
65e3724ce8 made image preview full-width 2025-07-11 22:50:54 +02:00
Vadim
b2c0b7a551 added tests for LogbookPhotosProvider 2025-07-11 22:49:33 +02:00
Vadim
cfff85a7f3 made DialogPicker content scrollable 2025-07-11 22:49:16 +02:00
Vadim
02f60956e3 fixed updating photos 2025-07-11 22:36:03 +02:00
Vadim
812d3b281a added saveLogbookPhotos option 2025-07-11 11:37:59 +02:00
Vadim
416c3b7d9c added empty logbook state 2025-07-10 16:23:37 +02:00
Vadim
84c8973690 fixed logbook list updates 2025-07-10 16:18:12 +02:00
Vadim
ca6b921b6b added hero animation 2025-07-10 16:12:36 +02:00
Vadim
84e77d0620 adjusted logbook grid 2025-07-10 16:05:35 +02:00
Vadim
02c6c2fc6f added CameraSettingsSection 2025-07-10 15:43:54 +02:00
Vadim
39501ee4ac save geolocation 2025-07-10 15:18:47 +02:00
Vadim
1412ce2b3e added photo update 2025-07-10 13:52:48 +02:00
Vadim
4e7c080b97 implemented LogbookPhotoEditScreen 2025-07-10 00:08:57 +02:00
Vadim
a517a28daf implemented LogbookScreen 2025-07-09 21:48:24 +02:00
Vadim
dfe10493b8
ML-236 Exposure offset for equipment profiles (#238)
* Set `targetSdkVersion ` to 35

* unified zoom icons

* expose exposure and zoom ranges

* added list tile to set exposure offset for equipment profile

* added translations

* Update metering_screen.png

* use latest m3 packages

* fixed iap stub

* added missing field
2025-07-09 19:27:46 +02:00
Vadim
02184529ed Set targetSdkVersion to 35 2025-07-07 10:52:16 +02:00
Vadim
73c1c0d66e added LogbookPhotosProvider 2025-06-13 22:54:02 +02:00
Vadim
435a551235 typos 2025-06-13 22:53:49 +02:00
Vadim
882421ed78 Use Xcode 16 2025-05-14 11:13:43 +02:00
github-actions[bot]
d186f01053 Release v1.1.0 2025-05-14 08:59:16 +00:00
Vadim
fba3124288 Update PRIVACY_POLICY.md 2025-05-14 10:35:29 +02:00
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
f820f9fbba
ML-218 Changing app resets EV and Zoom values (#231)
* preserve camera controls values after controller dispose

* notify camera bloc about equipment profile changes

* fixed tests

* lint
2025-05-04 11:21:37 +02:00
Vadim
d6cd537ffd
Force code sign for iOS workflow (#230) 2025-04-02 11:58:21 +02:00
github-actions[bot]
91f90ae8e8 Release v1.0.4 2025-04-01 22:40:02 +00:00