aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/settings
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'statusBarTimeFormat' of https://github.com/mruss77/InfiniTime ↵Jean-François Milants2022-02-131-2/+2
|\ | | | | | | | | | | | | into mruss77-statusBarTimeFormat # Conflicts: # src/components/datetime/DateTimeController.cpp
| * Status bar displays time in 12 or 24 hour format based on settingsMark Russell2021-11-101-2/+2
| |
* | Corrected capitalizationEli Weiss2022-01-312-5/+5
| |
* | Corrected code formattingEli Weiss2022-01-312-28/+30
| | | | | | | | Corrected formatting and removed unnecessary variable time24H
* | Changed setHourLabels function to handle 24H tooEli Weiss2022-01-312-36/+28
| | | | | | | | Changed setHourLabels function to handle 24 hour time labeling, changed to private
* | Consolidated label changes, optimizationsEli Weiss2022-01-311-36/+15
| | | | | | | | Consolidated 12 hour label changes to function. Removed use of strings, struct.
* | Consolidated time conversion logicEli Weiss2022-01-312-87/+94
| | | | | | | | Consolidated 24 hour to 12 hour time conversion logic into function, addressed formatting issues, cleaned up code.
* | Removed redundant bracketsEli Weiss2022-01-311-5/+3
| | | | | | | | Also corrected orphaned bracket
* | Cleaned up redundant if statements, spacingEli Weiss2022-01-312-47/+43
| | | | | | | | Removed redundant if statements in hour button logic. Spacing is now in line with repo guidelines.
* | Added 12 hour set timeEli Weiss2022-01-312-7/+79
| |
* | Update shakewake menu optionRiku Isokoski2022-01-061-1/+1
| |
* | Merge pull request #912 from SteveAmor/chimesradioJF2022-01-051-0/+4
|\ \ | | | | | | Updates radio button style for Chimes Option
| * | Updates radio button styleSteveAmor2022-01-041-0/+4
| | |
* | | Merge branch 'ShakeWake' of https://github.com/geekbozu/InfiniTime into ↵Jean-François Milants2022-01-045-10/+188
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | geekbozu-ShakeWake # Conflicts: # src/CMakeLists.txt # src/displayapp/Apps.h # src/displayapp/DisplayApp.cpp # src/displayapp/screens/settings/Settings.cpp
| * | Fix setting removing it self from wake settings when opening calibration ↵Tim Keller2022-01-042-3/+4
| | | | | | | | | | | | window twice.
| * | Made calibration window enable Accel wakeups for setting and calibration ↵Tim Keller2022-01-042-1/+9
| | | | | | | | | | | | even when wake mode is inactive.
| * | Remove "fancy" settings display and always show ShakeWakeThresholdSettingTim Keller2022-01-041-14/+10
| | |
| * | Fixed button color changingTim Keller2022-01-042-9/+9
| | |
| * | Added visual aide for shake strengthTim Keller2022-01-042-37/+60
| | | | | | | | | | | | Added delay to starting calibration
| * | Raise calibration timeout to 7.5 secondsTim Keller2022-01-041-15/+15
| | | | | | | | | | | | Added button toggle state for cleaner user interaction
| * | Fix crash upon leaving app.Tim Keller2022-01-042-27/+20
| | | | | | | | | | | | Code formatting
| * | Make arc moveable, and clear previous setting on calibrateTim Keller2022-01-041-2/+5
| | |
| * | Actually save the thresholdTim Keller2022-01-042-7/+18
| | | | | | | | | | | | Prevent a few crashes due to an LV task being active when it shouldnt be.
| * | Better Sensitivity UI, Calibration button addedTim Keller2022-01-042-58/+76
| | |
| * | Add start of settings app for senstivity.Tim Keller2022-01-043-1/+119
| | | | | | | | | | | | | | | really just debugging. I want to make it more configurable then high med low. Position of setting needs a new location...dynamicly adding it currently at the end. Which honestly im fine with.
| * | Added Shake to wakeTim Keller2022-01-042-1/+9
| | |
* | | Adds enum class for chimes optionSteveAmor2022-01-041-4/+12
| | |
* | | resolves conflictsSteveAmor2022-01-0215-490/+75
|\| |
| * | Merge remote-tracking branch 'upstream/develop' into pts-settingsKieran Cawthray2021-12-097-105/+65
| |\ \
| | * | Organize includesRiku Isokoski2021-12-093-6/+9
| | | |
| | * | Move radio button styling to a single placeRiku Isokoski2021-12-093-18/+6
| | | |
| | * | Optimize arraysRiku Isokoski2021-12-096-9/+15
| | | |
| | * | Fix too small arrayRiku Isokoski2021-12-091-1/+1
| | | |
| | * | Style checkboxes as radio buttonsRiku Isokoski2021-12-096-99/+63
| | | |
| | * | Added autodetection for clang-format versionAvamander2021-12-041-8/+7
| | | |
| * | | Merge remote-tracking branch 'upstream/develop' into pts-settingsKieran Cawthray2021-12-0510-11/+9
| |\| |
| | * | QuickSettings: remove unused importsReinhold Gschweicher2021-12-021-2/+0
| | | |
| | * | Update includes to to be relative to src directoryReinhold Gschweicher2021-11-1510-10/+10
| | |/ | | | | | | | | | | | | | | | | | | Don't use relative imports like `../foo.h` as those depend on the relative position of both files. Rather than that use imports relative to the `src` directory, which explicitly is part of the include directories.
| * | Merge remote-tracking branch 'upstream/develop' into pts-settingsKieran Cawthray2021-10-231-1/+1
| |\|
| * | Restore settings orderKieran Cawthray2021-10-201-2/+2
| | |
| * | Fix settings merge errorKieran Cawthray2021-10-181-2/+5
| | |
| * | Merge remote-tracking branch 'upstream/develop' into pts-settingsKieran Cawthray2021-10-185-0/+438
| |\ \
| * | | Remove old PineTimeStyle settings appKieran Cawthray2021-10-033-392/+3
| | | |
* | | | resolves conflictsSteveAmor2022-01-022-2/+2
| | | |
* | | | Chimes optionSteveAmor2021-11-073-1/+116
| |_|/ |/| |
* | | Flashlight brightness controlRiku Isokoski2021-10-131-1/+1
| |/ |/|
* | Setting SetDate/SetTime : replace #defines by constexpr variables, NULL by ↵Jean-François Milants2021-10-104-85/+61
| | | | | | | | nullptr and other small cleanings.
* | Merge with develop and fix conflicts from timaios:set-datetime-manually.Jean-François Milants2021-10-105-5/+455
|\ \ | |/ |/|
| * Merge branch 'JF002:develop' into set-datetime-manuallyTim2021-08-086-51/+40
| |\
| * | Code optimizations in SettingSetDate and SettingSetTimeTim Taenny2021-07-092-13/+7
| | | | | | | | | | | | | | | Instead of calling lv_obj_align after each button click, the labels have their auto_realign property set.