Commit graph

336 commits

Author SHA1 Message Date
Vadim
dff3eefc4b migrated to iap 1.1.0 2024-10-31 17:17:31 +01:00
Vadim
02d81caa7d wait for the film to edited 2024-10-31 16:59:45 +01:00
Vadim
ca03de9abf autofocus film name field 2024-10-31 15:13:06 +01:00
Vadim
beeb67846a migrated to iap 1.0.1 2024-10-31 14:14:37 +01:00
Vadim
7979bbda9c fixed film picket tests 2024-10-30 20:01:14 +01:00
Vadim
f5f237add7
Merge branch 'main' into feature/ML-191 2024-10-30 19:38:36 +01:00
Vadim
f51b076ba2 use 2.0.0 resouces 2024-10-30 19:37:07 +01:00
Vadim
2dde8ce9c8 added custom films to features list 2024-10-30 13:37:58 +01:00
Vadim
815f1809a5 added iap stub methods 2024-10-29 19:41:50 +01:00
Vadim
7b9f03f46e fixed golden tests 2024-10-29 14:21:26 +01:00
Vadim
b4fffb8cc2 lint 2024-10-29 13:42:45 +01:00
Vadim
274cfc3469 fixed integration tests 2024-10-29 13:41:36 +01:00
Vadim
7db43fb83b fixed unit tests 2024-10-29 10:20:55 +01:00
Vadim
09d04c665f added FilmsStorageService 2024-10-28 14:44:48 +01:00
Vadim
45d7728c85 added placeholder for empty custom films list 2024-10-26 12:55:55 +02:00
Vadim
68cecf5391 implemented CRUD for custom films 2024-10-25 13:01:37 +02:00
Vadim
9884a6147f replaced explicit routes names with enum values 2024-10-24 12:39:50 +02:00
Vadim
0243598553 added films screen to navigation 2024-10-24 12:33:37 +02:00
Vadim
ba5bbb78d7 implemented films list tabs fo FilmsScreen 2024-10-24 12:09:27 +02:00
Vadim
3870dfeb28 added bottom widget to SliverScreen 2024-10-24 12:09:11 +02:00
Vadim
756c179567 [FilmEditScreen] split into separate components 2024-10-23 16:26:01 +02:00
Vadim
a6f319bf99 [FilmEditScreen] separated add and edit blocs 2024-10-23 16:20:42 +02:00
Vadim
e781bb38ac fixed title overflow for SliverScreen 2024-10-23 15:17:03 +02:00
Vadim
1eebc7008e [FilmEditScreen] added validation 2024-10-22 18:34:23 +02:00
Vadim
b7f0305055 [FilmEditScreen] wip 2024-10-21 12:22:25 +02:00
Vadim
cc2ab3b68a made SliverScreen title a widget 2024-10-21 11:40:11 +02:00
github-actions[bot]
d938be61c4 Release v0.21.0 2024-10-09 08:51:49 +00:00
Vadim
7639998df2 Incremented build number for iOS 2024-10-09 09:57:03 +02:00
Vadim
4e5cbc7759
Include generated release notes in builds (#194)
* create release notes from workflow input

* temp disable releases

* force builds

* include release notes in builds

* enabled releases
2024-10-08 19:53:15 +02:00
Vadim
191959b12b Fixed integration tests with iap stub 2024-10-08 09:54:22 +02:00
Vadim
b9c4796a7a
Returned release notes input to release workflow (#193) 2024-10-07 20:26:29 +02:00
Vadim
1b3d6b2b90 Upgraded to m3_lightmeter_iap: 0.11.2 2024-10-07 19:44:15 +02:00
Vadim
dbdc0577b0 implemented FilmsScreen (wip) 2024-10-07 15:08:27 +02:00
Vadim
c05d4e80b8 fixed generic type 2024-10-07 14:55:56 +02:00
Vadim
12abf99e2f separated ExpandableSectionList as widget 2024-10-06 20:27:33 +02:00
Vadim
4498167ddc sync with resources 2024-10-06 20:26:40 +02:00
Vadim
98262fc4ee Upgraded to m3_lightmeter_resources: 1.4.0 2024-10-06 18:29:26 +02:00
Vadim
63ff6cc867
ML-189 Auto-downsize exposure pairs items for big display sizes (#190)
* added autosize text

* added more room for exposure pairs list

* downsize text only for long values
2024-09-23 16:08:30 +02:00
github-actions[bot]
66a38f2969 Release v0.20.0 2024-07-28 18:05:42 +00:00
Vadim
9100ae3066
Build Android using macos-latest runner (#186)
* build apk with latest macos runner
2024-07-28 18:52:44 +02:00
Vadim
006158c731 Added release notes 2024-07-28 14:42:09 +02:00
Vadim
9d5860a53f
ML-184 Make "Restore purchases" option more accessible (#185)
* moved "Restore purchases" to the Pro section

* updated goldens

* downgraded dependencies

* upgraded again

* added resources to dependency_overrides
2024-07-28 14:37:37 +02:00
Vadim
e53eca1831 Upgraded to m3_lightmeter_iap 0.11.1 2024-07-28 13:50:06 +02:00
Vadim
0e09c28150 Upgraded to m3_lightmeter_resources: 1.3.0 2024-07-28 13:26:09 +02:00
Vadim
a0f55c4a95 Upgraded targetSdkVersion to 34 2024-07-23 23:21:00 +02:00
Vadim
f0d707b071
Show Lightmeter Pro price before purchase (#183)
* Upgraded `targetSdkVersion` to 34

* added price to `IAPProduct`

* implemented `ProFeaturesScreen` (wip)

* finalized `ProFeaturesScreen` layout

* replaced `ProFeaturesDialog` with `ProFeaturesScreen`

* added translations

* fixed feature checkbox width calculation

* fixed tests

* separated android & ios features

* NPE

* changed "get pro" tile colors

* unified Lightmeter Pro related naming

* typo

* updated golden tests

* use iap 0.11.0

* revert unrelated changes

This reverts commit bae5ead8f0.

* lint

* adjusted eng translation

* updated goldens
2024-07-23 23:19:41 +02:00
github-actions[bot]
1e2cd8b5d2 Release v0.19.0 2024-05-23 12:07:37 +00:00
Vadim
90bfe7c7b8 Fixed integration tests 2024-05-23 11:34:11 +02:00
Vadim
7f8ea54c6e Fixed duplicate release notes dialog 2024-05-23 09:08:16 +02:00
Vadim
36d7e081f1 Reordered screenshots in README 2024-05-22 22:51:13 +02:00