Commit graph

405 commits

Author SHA1 Message Date
Vadim
373995ce11 sync stub 2025-08-09 17:03:51 +02:00
Vadim
2c78a841bf sync pubspec 2025-08-09 17:02:53 +02:00
Vadim
684a094d4e fixed logbook integration test 2025-08-09 16:37:34 +02:00
Vadim
9c9f6def33 fixed golden tests 2025-08-09 13:57:29 +02:00
Vadim
fa437a4240 fixed mocks 2025-08-08 16:28:11 +02:00
Vadim
430d7abfb0 reworked restoring purchases 2025-08-08 15:26:50 +02:00
Vadim
b83f3193c3 don't fetch products 2025-08-08 15:05:42 +02:00
Vadim
e24bd8b2ec handle only lifetime product case 2025-08-08 13:52:42 +02:00
Vadim
9d04593479 fixed bottom navigation bar behaviour 2025-08-08 13:37:33 +02:00
Vadim
a9c3489c8e handle purchase errors 2025-08-08 13:37:06 +02:00
Vadim
490aebccd0 added yearly subscription 2025-08-04 00:34:20 +02:00
Vadim
ae3915b73c check pro status on settings open 2025-08-03 23:06:07 +02:00
Vadim
e6ca19f6e3 adjusted products color 2025-08-03 23:05:45 +02:00
Vadim
260af158ab theme 2025-08-03 19:19:38 +02:00
Vadim
6cb7ec7bae added missing translations 2025-08-03 19:19:17 +02:00
Vadim
c86eeb9987 aligned with iap 2025-08-03 13:01:59 +02:00
Vadim
0f9992b4c9 Merge branch 'main' of https://github.com/vodemn/m3_lightmeter into revenueCat 2025-08-01 17:17:18 +02:00
Vadim
7ad47c0636
ML-203 Logging EXIF data (#239)
* 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
2025-07-29 12:38:48 +02:00
Vadim
6d197e3a4f
ML-242 Fix iOS signing for new releases (#243)
* Update project.pbxproj

* Update build_ipa.yml

* changed code signing identity
2025-07-29 12:16:42 +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