summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/settings/Settings.cpp
AgeCommit message (Collapse)AuthorFilesLines
2022-06-16Automatically create screens for applist and settings (#1153)Riku Isokoski1-63/+20
Apps and settings are now stored in a single array (two arrays in total). Replace magic values with appsPerScreen and entriesPerScreen.
2022-06-05Apply clang-format to all C++ filesFinlay Davidson1-15/+17
2022-04-02Replace airplane mode with a bluetooth toggleRiku Isokoski1-1/+1
2022-03-03Replace Airplane mode iconavery1-1/+1
2022-02-20Merge branch 'airplane-mode' of https://github.com/evergreen22/InfiniTime ↵Jean-François Milants1-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
2022-01-06Update shakewake menu optionRiku Isokoski1-1/+1
2022-01-04Merge branch 'ShakeWake' of https://github.com/geekbozu/InfiniTime into ↵Jean-François Milants1-9/+6
geekbozu-ShakeWake # Conflicts: # src/CMakeLists.txt # src/displayapp/Apps.h # src/displayapp/DisplayApp.cpp # src/displayapp/screens/settings/Settings.cpp
2022-01-04Fix setting removing it self from wake settings when opening calibration ↵Tim Keller1-3/+3
window twice.
2022-01-04Remove "fancy" settings display and always show ShakeWakeThresholdSettingTim Keller1-14/+10
2022-01-04Actually save the thresholdTim Keller1-1/+1
Prevent a few crashes due to an LV task being active when it shouldnt be.
2022-01-04Add start of settings app for senstivity.Tim Keller1-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.
2022-01-02resolves conflictsSteveAmor1-1/+2
2022-01-02resolves conflictsSteveAmor1-1/+1
2021-12-05Merge remote-tracking branch 'upstream/develop' into pts-settingsKieran Cawthray1-1/+1
2021-11-15Update includes to to be relative to src directoryReinhold Gschweicher1-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.
2021-11-07Chimes optionSteveAmor1-1/+1
2021-10-20Restore settings orderKieran Cawthray1-2/+2
2021-10-18Fix settings merge errorKieran Cawthray1-2/+5
2021-10-18Merge remote-tracking branch 'upstream/develop' into pts-settingsKieran Cawthray1-0/+12
2021-10-10Merge with develop and fix conflicts from timaios:set-datetime-manually.Jean-François Milants1-5/+5
2021-10-03Remove old PineTimeStyle settings appKieran Cawthray1-18/+3
2021-09-02Update Settings.cppItai Nelken1-2/+2
2021-08-28Merge pull request #458 from kieranc/pinetimestyle-colorpickerJF0021-2/+17
Add color picker for PineTimeStyle watchface
2021-08-08Merge branch 'JF002:develop' into set-datetime-manuallyTim1-2/+2
2021-08-03Merge branch 'develop' into refresh_reworkRiku Isokoski1-2/+2
2021-07-28Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray1-2/+2
2021-07-25Add new unique icons for some appsRiku Isokoski1-2/+2
2021-07-24Add extra screen in settings to show scrollbar correctlyKieran Cawthray1-3/+3
2021-07-19Refresh reworkRiku Isokoski1-7/+0
2021-07-09Modified Settings menu as per suggestionTim Taenny1-4/+4
Moved "Set date" and "Set time" to the second page of the Settings menu.
2021-07-09Added new menu entries to Settings pagetimaios1-2/+15
2021-06-24PineTimeStyle color picker initial commitKieran Cawthray1-0/+15
2021-06-10Minor improvements: use std::make_unique when creating unique_ptr, check the ↵Jean-François Milants1-2/+2
code is running from an IRQ before calling xQueueSendFromISR or xQueueSend)
2021-04-26Merge branch 'develop' ofJoaquim1-34/+27
https://github.com/JF002/InfiniTime into StepsApp
2021-04-24Reformatted all the files according to clang-format styleAvamander1-30/+27
2021-04-19New Steps appJoaquim1-1/+1
Settings to set the steps goal More detail in Motion app New 42px Font
2021-04-04Big UI and navigation RewriteJoaquim1-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...