aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/settings/Settings.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Watch face selection with CMakeJean-François Milants2023-12-231-1/+1
| | | | Move displayapp/Apps.h into a header only library (to make the integration easier in InfiniSim.
* screens: Remove displayapp parameter from screenRiku Isokoski2023-02-251-1/+1
| | | | | | | | The DisplayApp class isn't used in the Screen base class and most screens, so requiring it is pointless. In this commit, DisplayApp pointers were added to screens which use it and the explicit Screen constructor was removed in those screens.
* Automatically create screens for applist and settings (#1153)Riku Isokoski2022-06-161-63/+20
| | | | | Apps and settings are now stored in a single array (two arrays in total). Replace magic values with appsPerScreen and entriesPerScreen.
* Apply clang-format to all C++ filesFinlay Davidson2022-06-051-15/+17
|
* Replace airplane mode with a bluetooth toggleRiku Isokoski2022-04-021-1/+1
|
* Replace Airplane mode iconavery2022-03-031-1/+1
|
* Merge branch 'airplane-mode' of https://github.com/evergreen22/InfiniTime ↵Jean-François Milants2022-02-201-11/+26
| | | | | | | | | | | | | into evergreen22-airplane-mode Apply a few changes that were requested in the PR during the review. # Conflicts: # src/CMakeLists.txt # src/displayapp/Apps.h # src/displayapp/DisplayApp.cpp # src/displayapp/Messages.h # src/displayapp/screens/settings/Settings.cpp
* Update shakewake menu optionRiku Isokoski2022-01-061-1/+1
|
* Merge branch 'ShakeWake' of https://github.com/geekbozu/InfiniTime into ↵Jean-François Milants2022-01-041-9/+6
|\ | | | | | | | | | | | | | | | | | | 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-041-3/+3
| | | | | | | | window twice.
| * Remove "fancy" settings display and always show ShakeWakeThresholdSettingTim Keller2022-01-041-14/+10
| |
| * Actually save the thresholdTim Keller2022-01-041-1/+1
| | | | | | | | Prevent a few crashes due to an LV task being active when it shouldnt be.
| * Add start of settings app for senstivity.Tim Keller2022-01-041-1/+3
| | | | | | | | | | 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.
* | resolves conflictsSteveAmor2022-01-021-1/+2
|\|
| * Merge remote-tracking branch 'upstream/develop' into pts-settingsKieran Cawthray2021-12-051-1/+1
| |\
| | * Update includes to to be relative to src directoryReinhold Gschweicher2021-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | | 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.
| * | 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-181-0/+12
| |\|
| * | Remove old PineTimeStyle settings appKieran Cawthray2021-10-031-18/+3
| | |
* | | resolves conflictsSteveAmor2022-01-021-1/+1
| | |
* | | Chimes optionSteveAmor2021-11-071-1/+1
| |/ |/|
* | Merge with develop and fix conflicts from timaios:set-datetime-manually.Jean-François Milants2021-10-101-5/+5
|\ \ | |/ |/|
| * Merge branch 'JF002:develop' into set-datetime-manuallyTim2021-08-081-2/+2
| |\
| * | Modified Settings menu as per suggestionTim Taenny2021-07-091-4/+4
| | | | | | | | | | | | | | | Moved "Set date" and "Set time" to the second page of the Settings menu.
| * | Added new menu entries to Settings pagetimaios2021-07-091-2/+15
| | |
* | | Update Settings.cppItai Nelken2021-09-021-2/+2
| | |
* | | Merge pull request #458 from kieranc/pinetimestyle-colorpickerJF0022021-08-281-2/+17
|\ \ \ | | | | | | | | Add color picker for PineTimeStyle watchface
| * \ \ Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray2021-07-281-2/+2
| |\ \ \ | | | |/ | | |/|
| * | | Add extra screen in settings to show scrollbar correctlyKieran Cawthray2021-07-241-3/+3
| | | |
| * | | PineTimeStyle color picker initial commitKieran Cawthray2021-06-241-0/+15
| | |/ | |/|
* | | Merge branch 'develop' into refresh_reworkRiku Isokoski2021-08-031-2/+2
|\ \ \ | | |/ | |/|
| * | Add new unique icons for some appsRiku Isokoski2021-07-251-2/+2
| |/
* / Refresh reworkRiku Isokoski2021-07-191-7/+0
|/
* Minor improvements: use std::make_unique when creating unique_ptr, check the ↵Jean-François Milants2021-06-101-2/+2
| | | | code is running from an IRQ before calling xQueueSendFromISR or xQueueSend)
* Merge branch 'develop' ofJoaquim2021-04-261-34/+27
|\ | | | | | | https://github.com/JF002/InfiniTime into StepsApp
| * Reformatted all the files according to clang-format styleAvamander2021-04-241-30/+27
| |
* | New Steps appJoaquim2021-04-191-1/+1
|/ | | | | | Settings to set the steps goal More detail in Motion app New 42px Font
* Big UI and navigation RewriteJoaquim2021-04-041-0/+69
new navigation add some color to the apps redesign menus new settings menu new quick settings code clean up size reduction by converting navigation images to font and more...