summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/settings/Settings.cpp
AgeCommit message (Collapse)Author
2022-03-27src/displayapp/screens/settings/Settings.cppMichele Bini
2022-03-27Revert "Revert "this appears to fix a simulator crash!""Michele Bini
This reverts commit bedaa08f560063ce64514108d67d84a90321ad90.
2022-03-27Revert "this appears to fix a simulator crash!"Michele Bini
This reverts commit bde464a7844fd51daf73b9ec939fbd9412424a5e.
2022-03-27this appears to fix a simulator crash!Michele Bini
2022-03-27Sans shakewake and leftover modifications: Size: 228360Michele Bini
2022-03-26sans stepsMichele Bini
2022-03-25sans airplane mode and related support codeMichele Bini
2022-03-25sans sysinfoMichele Bini
2022-03-25sans battinfoMichele Bini
2022-03-25sans torchMichele Bini
2022-03-25Remove stopwatch and countdown timerMichele Bini
2022-03-25Remove settime and setdateMichele Bini
2022-03-25single watch faceMichele Bini
2022-03-03Replace Airplane mode iconavery
2022-02-20Merge branch 'airplane-mode' of https://github.com/evergreen22/InfiniTime ↵Jean-François Milants
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 Isokoski
2022-01-04Merge branch 'ShakeWake' of https://github.com/geekbozu/InfiniTime into ↵Jean-François Milants
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 Keller
window twice.
2022-01-04Remove "fancy" settings display and always show ShakeWakeThresholdSettingTim Keller
2022-01-04Actually save the thresholdTim Keller
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 Keller
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 conflictsSteveAmor
2022-01-02resolves conflictsSteveAmor
2021-12-05Merge remote-tracking branch 'upstream/develop' into pts-settingsKieran Cawthray
2021-11-15Update includes to to be relative to src directoryReinhold Gschweicher
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 optionSteveAmor
2021-10-20Restore settings orderKieran Cawthray
2021-10-18Fix settings merge errorKieran Cawthray
2021-10-18Merge remote-tracking branch 'upstream/develop' into pts-settingsKieran Cawthray
2021-10-10Merge with develop and fix conflicts from timaios:set-datetime-manually.Jean-François Milants
2021-10-03Remove old PineTimeStyle settings appKieran Cawthray
2021-09-02Update Settings.cppItai Nelken
2021-08-28Merge pull request #458 from kieranc/pinetimestyle-colorpickerJF002
Add color picker for PineTimeStyle watchface
2021-08-08Merge branch 'JF002:develop' into set-datetime-manuallyTim
2021-08-03Merge branch 'develop' into refresh_reworkRiku Isokoski
2021-07-28Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray
2021-07-25Add new unique icons for some appsRiku Isokoski
2021-07-24Add extra screen in settings to show scrollbar correctlyKieran Cawthray
2021-07-19Refresh reworkRiku Isokoski
2021-07-09Modified Settings menu as per suggestionTim Taenny
Moved "Set date" and "Set time" to the second page of the Settings menu.
2021-07-09Added new menu entries to Settings pagetimaios
2021-06-24PineTimeStyle color picker initial commitKieran Cawthray
2021-06-10Minor improvements: use std::make_unique when creating unique_ptr, check the ↵Jean-François Milants
code is running from an IRQ before calling xQueueSendFromISR or xQueueSend)
2021-04-26Merge branch 'develop' ofJoaquim
https://github.com/JF002/InfiniTime into StepsApp
2021-04-24Reformatted all the files according to clang-format styleAvamander
2021-04-19New Steps appJoaquim
Settings to set the steps goal More detail in Motion app New 42px Font
2021-04-04Big UI and navigation RewriteJoaquim
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...