Commit graph

336 commits

Author SHA1 Message Date
Vadim
6df706ecc5 Merge branch 'main' of https://github.com/vodemn/m3_lightmeter into feature/ML-196 2024-11-17 09:38:36 +01:00
Vadim
b306dab3df fixed equipment profile pickers updates 2024-11-17 09:38:04 +01:00
Vadim
a918f067f8 Merge branch 'main' of https://github.com/vodemn/m3_lightmeter into feature/ML-196 2024-11-17 09:37:45 +01:00
github-actions[bot]
1e4aa33b67 Release v1.0.0 2024-11-12 11:42:03 +00:00
Vadim
de011c5ff3 Increased integration tests timeout 2024-11-12 11:03:36 +01:00
Vadim
bfe3dc0ef4 Added beta release track to CD 2024-11-11 19:04:08 +01:00
Vadim
1d22ec5439
Removed language switch from release notes dialog (#198)
* Removed language switch from release notes dialog
2024-11-11 18:51:16 +01:00
Vadim
30418a9cfd
ML-196 Allow to select equipment profile in use (#197)
* integrated `EquipmentProfilesStorageService`

* implemented `EquipmentProfileEditScreen`

* added equipment profiles screens to navigation

* fixed tests

* fixed splashscreen removal

* replaced old `EquipmentProfilesScreen`

* typo

* use outlined icons

* fixed storage mock for integration tests

* recovered copy feature for profiles

* added profile deletion to e2e test

* added translations

* added film translations

* wip

* add ability to toggle equipment profiles

* lints

* fixed tests

* sync with iap rename

* use `Toggleable` from resources

* use iap 2.1.0

* use outlined edit icon
2024-11-11 17:20:12 +01:00
Vadim
495d7a9cd1 use outlined edit icon 2024-11-11 16:05:34 +01:00
Vadim
491331f9be use iap 2.1.0 2024-11-11 15:11:58 +01:00
Vadim
e3baf1f505 use Toggleable from resources 2024-11-11 14:45:14 +01:00
Vadim
1cd1bc298a sync with iap rename 2024-11-11 14:27:03 +01:00
Vadim
4e6f9dff17 fixed tests 2024-11-11 14:06:16 +01:00
Vadim
efd3dc2586 lints 2024-11-11 13:18:24 +01:00
Vadim
371274efa7 add ability to toggle equipment profiles 2024-11-11 13:18:13 +01:00
Vadim
7d1c1ebc9f wip 2024-11-11 13:00:09 +01:00
Vadim
57fbeeb88f added film translations 2024-11-08 14:46:18 +01:00
Vadim
8a16702331 added translations 2024-11-08 14:34:27 +01:00
Vadim
622e4a65be added profile deletion to e2e test 2024-11-08 12:19:39 +01:00
Vadim
63b5723684 recovered copy feature for profiles 2024-11-08 10:37:44 +01:00
Vadim
4ea34410a4 fixed storage mock for integration tests 2024-11-08 10:12:45 +01:00
Vadim
5c51c284c9 use outlined icons 2024-11-08 10:09:49 +01:00
Vadim
5c21abe298 typo 2024-11-06 19:12:08 +01:00
Vadim
3f0eef67a0 replaced old EquipmentProfilesScreen 2024-11-06 19:11:49 +01:00
Vadim
c8eafd9e2c fixed splashscreen removal 2024-11-06 19:03:38 +01:00
Vadim
fce8d0bb6a fixed tests 2024-11-06 15:28:16 +01:00
Vadim
4d02e71736 added equipment profiles screens to navigation 2024-11-06 14:23:46 +01:00
Vadim
1d0d901218 implemented EquipmentProfileEditScreen 2024-11-06 14:16:24 +01:00
Vadim
5ddaed8dfb integrated EquipmentProfilesStorageService 2024-11-06 14:04:11 +01:00
Vadim
c66381f813
ML-191 Add an ability to add a generic film, that will accept a formula (#195)
* sync with resources

* separated `ExpandableSectionList` as widget

* fixed generic type

* implemented `FilmsScreen` (wip)

* made `SliverScreen` title a widget

* [`FilmEditScreen`] wip

* [`FilmEditScreen`] added validation

* fixed title overflow for `SliverScreen`

* [`FilmEditScreen`] separated add and edit blocs

* [`FilmEditScreen`] split into separate components

* added bottom widget to `SliverScreen`

* implemented films list tabs fo `FilmsScreen`

* added films screen to navigation

* replaced explicit routes names with enum values

* implemented CRUD for custom films

* added placeholder for empty custom films list

* added `FilmsStorageService`

* fixed unit tests

* fixed integration tests

* lint

* fixed golden tests

* added iap stub methods

* added custom films to features list

* use 2.0.0 resouces

* fixed film picket tests

* migrated to iap 1.0.1

* autofocus film name field

* wait for the film to edited

* migrated to iap 1.1.0

* typo

* wait for storage initialization

* migrated to iap 1.1.1

* fixed films initialization

* added conditions to films model `updateShouldNotifyDependent`

* typo

* fixed select film discard notify

* covered films model `updateShouldNotifyDependent`
2024-11-03 20:16:01 +01: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
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