Commit graph

204 commits

Author SHA1 Message Date
Vadim
dca34f6721 improved CameraContainerBloc test coverage 2023-06-15 15:15:41 +02:00
Vadim
e230a05b5f added test coverage script 2023-06-15 15:15:24 +02:00
Vadim
35af009f99 renamed test groups 2023-06-15 14:57:03 +02:00
Vadim
f9b18330cd ExposureOffsetChangedEvent/ExposureOffsetResetEvent tests 2023-06-14 23:34:44 +02:00
Vadim
a9f648791e ZoomChangedEvent tests 2023-06-14 23:23:54 +02:00
Vadim
d39cf7575c wip 2023-06-14 23:07:10 +02:00
Vadim
b555bb2a50 fixed MeteringCommunicationBloc tests 2023-06-14 22:16:31 +02:00
Vadim
6eab2ceeee clamp minZoomLevel 2023-06-14 22:15:38 +02:00
Vadim
cc56f7f6de InitializeEvent/DeinitializeEvent tests 2023-06-14 22:13:54 +02:00
Vadim
4ff6e40c4a wip 2023-06-12 17:05:32 +02:00
Vadim
737daad6d0 wip 2023-06-12 17:02:04 +02:00
Vadim
2eb94f8a09 rename 2023-06-12 16:13:55 +02:00
Vadim
a3d875f066 refined LuxMeteringEvent tests 2023-06-12 16:13:03 +02:00
Vadim
8e1b64da64 LuxMeteringEvent tests 2023-06-12 16:10:40 +02:00
Vadim
7fdacfac37 overriden == for MeasuredState 2023-06-09 23:22:21 +02:00
Vadim
422ac9d528 added test run to ci 2023-06-09 14:53:22 +02:00
Vadim
c92ab5209b MeteringCommunicationBloc tests 2023-06-09 14:51:15 +02:00
Vadim
5e1fe200c5 FilmChangedEvent tests 2023-06-09 14:34:59 +02:00
Vadim
a03fadb953 NdChangedEvent tests 2023-06-09 14:17:02 +02:00
Vadim
8ce3c9e938 refined IsoChangedEvent tests 2023-06-09 14:11:55 +02:00
Vadim
7706dc743d IsoChangedEvent tests 2023-06-09 14:01:17 +02:00
Vadim
b30d9ceb2e wip 2023-06-09 13:55:11 +02:00
Vadim
abf4d77342 rewritten MeteringBloc logic 2023-06-09 13:52:16 +02:00
Vadim
07367afdac added stubs for other MeteringBloc events 2023-06-08 12:16:23 +02:00
Vadim
e4a6f0c1d4 MeasureEvent tests added timeout 2023-06-08 12:16:23 +02:00
Vadim
c7d30510f0 MeasureEvent tests revision 2023-06-08 12:16:23 +02:00
Vadim
5ae6dc19b9 MeasureEvent tests 2023-06-08 12:16:22 +02:00
Vadim
9a51cb25ff post-merge fixes 2023-06-08 12:16:22 +02:00
Vadim
10bf463021 wip 2023-06-08 12:16:04 +02:00
Vadim
20fd7656cf removed redundant UserPreferencesService from MeteringBloc 2023-06-08 12:16:04 +02:00
Vadim
0013125d68 Version bump 2023-06-08 10:23:35 +02:00
Vadim
ad8f0d895a Fixed film discard on ISO change 2023-06-08 10:23:16 +02:00
Vadim
1a64ef987b Version bump 2023-06-04 13:10:56 +02:00
Vadim
cdf7372913
ML-77 Redundant vibrations (#76)
* wip

* `MeteringScreenLayout = InheritedModelBase<MeteringScreenLayoutFeature, bool>`

* removed `Provider` from providers folder

* wip

* Update pubspec.yaml

* `context.get<MeteringInteractor>()`

* `context.get<Environment>()`

* `context.get<SettingsInteractor>()`

* typo

* fixed `MeteringScreenLayout`

* fixed redundant vibrations
2023-06-04 13:04:04 +02:00
Vadim
a0eb641cf3 Version bump 2023-05-21 11:52:10 +02:00
Vadim
c63b5a420d
ML-74 CameraContainerBloc crashes (#75)
* nullable var instead of `late`

* `.then((_) => _cameraController = null));`
2023-05-21 11:50:46 +02:00
Vadim
ba0d6d3fab Version bump 2023-05-19 11:24:02 +02:00
Vadim
8b74c4e1a4
ML-72 buildPreview() was called on a disposed CameraController (#73)
* added `DeinitializeEvent`

* typo
2023-05-19 11:12:10 +02:00
Vadim
00b2728453 Updated dependencies versions + lints 2023-05-19 10:47:58 +02:00
Vadim
749f2beb47 Updated kotlin version 2023-05-16 12:04:49 +02:00
Vadim
239e1004a3 Version bump 2023-05-16 11:54:00 +02:00
Vadim
ec9ba1a779
ML-58 Metering UX improvements (#63)
* indicate EV value error

* allow nullable ev100 in `CameraContainerBloc`

* log exif keys

* wip

* removed `UserPreferencesService` from `MeteringBloc`

* added error toast

* conflicts

* lints

* allow stop metering if `hasError`

* fixed `AnimatedDialogPicker` inability to close

* Update build.gradle
2023-05-16 11:47:53 +02:00
Vadim
5602b1ed80
ML-70 Migrate to Dart 3 + stricter lints (#71)
* updated pub version

* added lint

* --code=always_use_package_imports

* dart fixes

* format

* other lints
2023-05-11 15:30:18 +02:00
Vadim
19a788adcb
ML-67 ScaffoldMessenger Null check operator used on a null value (#68) 2023-05-10 17:05:27 +02:00
Vadim
f68aea5133 Version bump 2023-05-08 17:18:59 +02:00
Vadim
4f8a415503
ML-65 [Android] Exception on mailto intent (#66)
* added error toast

* lints
2023-05-08 17:13:43 +02:00
Vadim
0d3641f618
ML-51 Updated abiFilters (#64) 2023-05-08 13:45:29 +02:00
Vadim
bd675184de Version bump 2023-05-05 23:37:06 +02:00
Vadim
f1f8d74338
ML-59 ND filter value is not applied on measure (#60) 2023-05-05 23:32:17 +02:00
Vadim
1a73cefa76 Updated Firebase versions 2023-05-05 18:18:34 +02:00