summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/settings/Settings.h
AgeCommit message (Collapse)AuthorFilesLines
2022-06-16Automatically create screens for applist and settings (#1153)Riku Isokoski1-7/+34
Apps and settings are now stored in a single array (two arrays in total). Replace magic values with appsPerScreen and entriesPerScreen.
2022-02-20Merge branch 'airplane-mode' of https://github.com/evergreen22/InfiniTime ↵Jean-François Milants1-1/+2
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
2021-08-28Merge pull request #458 from kieranc/pinetimestyle-colorpickerJF0021-1/+2
Add color picker for PineTimeStyle watchface
2021-07-19Refresh reworkRiku Isokoski1-2/+0
2021-06-24PineTimeStyle color picker initial commitKieran Cawthray1-1/+2
2021-06-10Minor improvements: use std::make_unique when creating unique_ptr, check the ↵Jean-François Milants1-1/+0
code is running from an IRQ before calling xQueueSendFromISR or xQueueSend)
2021-04-24Changed access modified indentationAvamander1-2/+2
2021-04-24Reformatted all the files according to clang-format styleAvamander1-17/+12
2021-04-04Big UI and navigation RewriteJoaquim1-0/+37
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...