Commit graph

51 commits

Author SHA1 Message Date
Vadim
24320313ce animated equipment list 2023-03-25 23:29:58 +03:00
Vadim
7d535e8c0c fixed duplicate GlobalKeys 2023-03-23 23:34:08 +03:00
Vadim
eb78b0b80b non-null EquipmentProfile 2023-03-23 23:23:26 +03:00
Vadim
96b7ec0440 removed enabled param from settings section 2023-03-23 23:15:54 +03:00
Vadim
1b52b1abf5 change equipment profile name via dialog 2023-03-23 08:22:44 +03:00
Vadim
b6a7f68b5c added default equipment profile 2023-03-23 08:05:28 +03:00
Vadim
a12c9b8558 animated EquipmentProfileContainer 2023-03-23 07:38:45 +03:00
Vadim
2e9d49eb06 rename 2023-03-21 22:46:38 +03:00
Vadim
7d23e3584a switched to local Dimens 2023-03-21 21:22:14 +03:00
Vadim
2d7e5f56ef
Merge branch 'main' into feature/ML-42 2023-03-21 00:05:34 +03:00
Vadim
400fecf810 cleanup 2023-03-21 00:04:38 +03:00
Vadim
b17629f4d8 fixed profile update 2023-03-21 00:03:19 +03:00
Vadim
bf540e062a show selected values count (wip) 2023-03-20 23:30:18 +03:00
Vadim
24646987ee add profile with name 2023-03-20 23:12:28 +03:00
Vadim
da02748806 collapse on expand 2023-03-20 23:02:20 +03:00
Vadim
2ef59d9eb6 mock add/delete 2023-03-20 22:39:07 +03:00
Vadim
5e814184f0 improved equipment profiles screen 2023-03-20 22:34:59 +03:00
Vadim
82c63803bb moved equipment profiles screen from iap 2023-03-19 22:08:29 +03:00
Vadim
bc2f211cf6 wip 2023-03-16 13:45:37 +03:00
Vadim
0fb4fc1e47 Added edge cutouts to color picker 2023-03-14 11:57:01 +01:00
Vadim
c2a9730012 removed equipment section 2023-03-04 00:04:58 +03:00
Vadim
bac2fe9135 use photography values from remote repo 2023-03-04 00:04:28 +03:00
Vadim
a2f1e1b2df added Equipment section placeholder 2023-02-19 19:55:12 +03:00
Vadim
59287d06bc Rearranged settings screen files 2023-02-19 19:19:56 +03:00
Vadim
cbee0f350a
ML-37 Fix exposure pairs list creation (#39)
* integrated EV value to measure button

* fixed
2023-02-18 20:17:39 +03:00
Vadim
485636c706
ML-28 Implement language picker (#29)
* added language picker

* Create intl_ru.arb

* Update README.md
2023-02-11 22:19:18 +03:00
Vadim
afdbc92ac4 [Android] Fixed system navigation bar color 2023-02-11 20:33:08 +03:00
Vadim
07fd61fa1e
ML-24 Implement caffeine feature (#27)
* platform-specific code

* implemented caffeine flutter side

* haptics revision
2023-02-11 15:58:47 +03:00
Vadim
186bb8f468 Fixed url launch 2023-02-05 17:41:00 +03:00
Vadim
8d73a7d2e3
ML-20 Dialog pickers content jumps when selected item is out of vie (#21)
* fixed primary color picker overscroll

* dialog cleanup

* fixed photography value picker overscroll

* Update widget_dialog_picker_photography_value.dart
2023-02-05 17:20:36 +03:00
Vadim
9cfffc3377
ML-18 Implement primary color picker (#19)
* wip

* hide `DynamicColorListTile` if unavailable

* added color animation for `AnimatedDialog`

* adjusted some colors

* sync `AnimatedDialog` insets with material

* scroll to selected color
2023-02-01 00:24:26 +03:00
Vadim
cb4e91cb0a Folders cleanup 2023-01-29 20:02:18 +03:00
Vadim
9ffb5112c1
ML-16 [Android] Implement incident light metering (#17)
* wip

* rename

* wip

* rename

* fixed camera screen layout

* omit camera measure on startup

* added calibration for light sensor

* save evsource

* Update widget_button_measure.dart

* fixed iOS init

* hide light sensor calibration on ios

* cleanup
2023-01-29 19:57:47 +03:00
Vadim
42fe5d45bc Format & tasks 2023-01-26 18:03:48 +03:00
Vadim
130f5ff0b2
ML-14 Implement EV calibration legacy feature (#15)
* wip

* implemented `CalibrationDialog`

* integrated calibration to the metering bloc

* checked legacy feature
2023-01-26 12:10:23 +03:00
Vadim
31ef42c4c0
ML-12 Prepare repo to be public (#13)
* added source code list tile

* added settings sections

* wip

* moved theme tiles to separate folders

* added env

* added contact email

* widget folders

* dynamic colors -> dynamic color

* fixed `SettingsSection` clipBehavior

* version bump

* typo

* updated flutter to 3.7

* added style guide

* typo

* Update style_guide.md

* Update README.md

* Update README.md

* Update README.md
2023-01-25 13:08:11 +03:00
Vadim
9477f80ada
ML-6 Add support for dynamic colors on A12+ (#8)
* added dynamic colors

* made dynamic colors enabled/disabled

* fixed tests
2023-01-22 22:30:29 +03:00
Vadim
c7ed4d332e Added haptics
added `HapticsService`

added haptics handling

added `HapticsInteractor`
2023-01-21 14:17:44 +03:00
Vadim
14bac950cf Fixed _models_ and _screens_ folders structure
proper folders for models

unified _screen_ folder filenames
2022-12-18 14:39:02 +03:00
Vadim
e7a8d0e1d5 Added version label 2022-12-17 21:05:50 +03:00
Vadim
ca8c1f8e4d Cleanup 2022-12-16 23:53:26 +03:00
Vadim
9b0cba6ed7 Implemented theme brightness picker
implemented `ThemeProvider`

implemented theme switching

save selected theme type
2022-12-16 23:48:03 +03:00
Vadim
52d8578d77 Added UserPreferencesService 2022-12-16 11:08:12 +03:00
Vadim
9abad012e3 2-column layout
2-column layout

removed settings screen route animation
2022-12-11 17:49:54 +03:00
Vadim
10764086ad Added stop fraction picker
TODO: fix `MeteringScreen` double build on fraction change
2022-12-11 17:04:08 +03:00
Vadim
7460f12211 implemeted permissions check (wip) 2022-11-27 23:22:56 +03:00
Vadim
a6fe85a981 adjusted settings animation 2022-11-26 22:34:28 +03:00
Vadim
ce04dcf257 connected animation with navigation 2022-11-26 22:29:00 +03:00
Vadim
4696b7d2ee added basic navigation to settings 2022-10-30 22:07:39 +03:00
Vadim
6dd0a9b192 added some mock tiles to settings 2022-10-30 21:59:33 +03:00