summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/settings/Settings.cpp
AgeCommit message (Collapse)Author
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-10-10Merge with develop and fix conflicts from timaios:set-datetime-manually.Jean-François Milants
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...