Commit graph

306 commits

Author SHA1 Message Date
Vadim
1d4a7aa3c9 [iOS] set ITSAppUsesNonExemptEncryption to NO 2024-02-20 17:15:57 +01:00
Vadim
77578f4286 fixed PR check workflow 2024-02-19 17:29:25 +01:00
Vadim
d6fb50e63b removed duplicate launch schema 2024-02-19 17:12:02 +01:00
Vadim
98523055aa removed constants from env to the separate file 2024-02-19 17:11:54 +01:00
Vadim
bc6d01f87c Merge branch 'main' of https://github.com/vodemn/m3_lightmeter into feature/ML-141 2024-02-13 18:21:02 +01:00
Vadim
4f4b6cf1eb
ML-154 Made errors non-fatal by default (#158)
* removed unused analytics event & added `logCrash`

* added analytics to `RemoteConfigService`

* run app with `runZonedGuarded`

* added crash logging to `CameraContainerBloc`

* log product id for IAP errors

* typo

* log crashes in `RemoteConfigService`

* ignore silent `FlutterError`

* fixed `evFromImage` test

* fixed `showBuyProDialog` test

* log errors in console

* depend on iap 0.7.2

* Made errors non-fatal by default
2024-02-13 18:19:43 +01:00
Vadim
ab54de7612 replaced distribution profile with development profile 2024-02-13 18:03:59 +01:00
Vadim
26619ce3de [iOS] fixed histogram 2024-02-13 16:58:26 +01:00
Vadim
b4be0cced3 migrated to http server iap 2024-02-12 16:09:47 +01:00
Vadim
d631f41589 [iOS] fixed vibration 2024-02-12 15:41:19 +01:00
Vadim
f307676ca5 [iOS] separated camera handling logic 2024-02-11 23:37:52 +01:00
Vadim
701b540c54 typo 2024-02-11 20:55:51 +01:00
Vadim
4720cccbd9 Update README.md 2024-02-11 20:51:56 +01:00
Vadim
a30b0a1749 increased ipa timeout 2024-02-11 20:47:37 +01:00
Vadim
9d1f87c156 increased timeout 2024-02-11 20:25:03 +01:00
Vadim
9756b7134e typo 2024-02-11 19:55:45 +01:00
Vadim
f33073f42b added export options 2024-02-11 19:52:25 +01:00
Vadim
1f62b8567a use manual profile installation 2024-02-11 18:54:39 +01:00
Vadim
eeb9500935 try automatic signing 2024-02-11 18:28:31 +01:00
Vadim
41b7fd21c7 typo 2024-02-11 16:30:37 +01:00
Vadim
5956912a65 typo 2024-02-11 16:14:49 +01:00
Vadim
2dcfd87d4e changed provision path 2024-02-11 16:12:09 +01:00
Vadim
8b8c5d8409 fixed cert folder... 2024-02-11 15:50:12 +01:00
Vadim
551cd42c5a renamed provision profile 2024-02-11 15:31:37 +01:00
Vadim
f1fe297c75 renamed provision file 2024-02-06 17:06:31 +01:00
Vadim
68a34eb028 set ios version in Podfile 2024-02-06 16:54:16 +01:00
Vadim
c77e77d694 set automatic signing for dev builds 2024-02-06 16:39:35 +01:00
Vadim
1d2f858ea0 set provision profile in XCode 2024-02-05 19:23:18 +01:00
Vadim
b28f42c176 fixed provision cert path 2024-02-05 19:03:19 +01:00
Vadim
f9a6363025 test ipa building 2024-02-05 18:47:12 +01:00
Vadim
2afb1fd467 added. certs to .ipa workflow 2024-02-05 18:43:02 +01:00
Vadim
78e34cfa48 Created "Build Prod .ipa" workflow 2024-02-04 16:03:06 +01:00
Vadim
74360d0754 Merge branch 'main' of https://github.com/vodemn/m3_lightmeter into feature/ML-141 2024-01-28 21:20:54 +01:00
github-actions[bot]
f965b99e1d Version bump 2024-01-27 22:34:29 +00:00
Vadim
fc37016770
ML-154 Improve Crashlytics reports (#155)
* removed unused analytics event & added `logCrash`

* added analytics to `RemoteConfigService`

* run app with `runZonedGuarded`

* added crash logging to `CameraContainerBloc`

* log product id for IAP errors

* typo

* log crashes in `RemoteConfigService`

* ignore silent `FlutterError`

* fixed `evFromImage` test

* fixed `showBuyProDialog` test

* log errors in console

* depend on iap 0.7.2
2024-01-27 23:20:53 +01:00
Vadim
9cb1cbaa90
ML-152 Added data extraction rules (#153) 2024-01-26 13:18:07 +01:00
github-actions[bot]
de50b03df9 Version bump 2024-01-25 19:22:11 +00:00
Vadim
5fe6c46fd7 Updated Pro features description 2024-01-25 20:04:14 +01:00
ScaredCube
7d0c6684d1
Fix Chinese Translation Errors (#151)
Fix translation bugs
Fix redundant letter "s"
Fix wrong Traditional Chinese
2024-01-25 09:53:15 +01:00
Vadim
a42459de07 Merge branch 'main' of https://github.com/vodemn/m3_lightmeter into feature/ML-141 2024-01-21 16:32:34 +01:00
github-actions[bot]
d66404e085 Version bump 2024-01-15 22:28:33 +00:00
Vadim
85c409fbe8
ML-134 Firebase Remote Config issues (#150)
* added try-catch to config fetch
2024-01-15 23:13:26 +01:00
Vadim
2b2a5441c7
ML-130 Added ff for the "Pro features" tile on the main screen (#149)
* added ff for Pro features tile on main screen
2024-01-15 22:57:40 +01:00
Vadim
8f5893c7d2
ML-143 EV100 indication (#148)
* added `showEV100` to user preferences

* integrated EV100 setting to UI

* available for pro

* replaced `IAPProducts.isPurchased` with context extension

* fixed `UserPreferencesProvider` tests

* EV100 -> Ev100
2024-01-15 20:47:10 +01:00
Vadim
73d0c32323
Hide Pro features from the metering screen (#147)
* implemented `MockCameraContainerBloc` to stub camera on simulator

* hide pro features from metering screen

* disable pro features in settings

* use closed child background color in `AnimatedDialog`

* adjust `AnimatedDialogPicker` to items count

* close `AnimatedDialog` through context

* cleanup

* fixed `ReadingValueContainer` text color

* removed legacy translations

* fixed tests

* fixed `AnimatedDialog` scaling

* added `evFromImage` test

* added no EXIF test to `evFromImage`
2024-01-13 18:20:58 +01:00
nathan musoke
a2b4c88256
Fixed typo in reciprocity description (#142)
grater -> greater

Co-authored-by: Vadim <44135514+vodemn@users.noreply.github.com>
2024-01-13 17:42:23 +01:00
Vadim
c80bac23b2
Added Support section to README.md
- Fixed Development section numeration
- Added contact email link
2024-01-04 18:39:44 +01:00
Vadim
1b4be83dda
Update PRIVACY_POLICY.md 2024-01-04 16:52:56 +01:00
Vadim
c7fe50a797 Update .gitignore 2023-12-27 21:26:11 +01:00
Vadim
048ab4e308 store screenshots in _generated_ folder 2023-12-27 21:24:36 +01:00