aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/settings
Commit message (Collapse)AuthorAgeFilesLines
* PineTimeStyle color picker tidyingKieran Cawthray2021-06-242-56/+5
|
* PineTimeStyle color picker add settings integrationKieran Cawthray2021-06-241-45/+53
|
* PineTimeStyle color picker initial commitKieran Cawthray2021-06-244-1/+377
|
* Merge remote-tracking branch 'upstream/develop' into pinetimestyleKieran Cawthray2021-06-163-5/+4
|\
| * Minor improvements: use std::make_unique when creating unique_ptr, check the ↵Jean-François Milants2021-06-102-3/+2
| | | | | | | | code is running from an IRQ before calling xQueueSendFromISR or xQueueSend)
| * Initialize SystemTask, DisplayApp and HeartRateTask as global static ↵Jean-François Milants2021-06-061-2/+2
| | | | | | | | variable instead of variables on the heap. We don't need them on the heap as we know their size at build time, it'll reduce memory fragmentation and it'll make memory analysis easier.
* | Remove newline modificationsKieran Cawthray2021-05-191-1/+1
| |
* | Fix it again..Kieran Cawthray2021-05-181-1/+10
| |
* | Revert "Reset"Kieran Cawthray2021-05-185-18/+135
| | | | | | | | This reverts commit 378fa6b4016b65e2d7b128fdc3ce89c4ca779a4d.
* | ResetKieran Cawthray2021-05-185-135/+18
|/
* Merge pull request #298 from joaquimorg/StepsAppJF0022021-05-153-7/+133
|\ | | | | New Steps app
| * Merge branch 'develop' ofJoaquim2021-04-2612-280/+251
| |\ | | | | | | | | | https://github.com/JF002/InfiniTime into StepsApp
| * | Fix button size and default step goalJoaquim2021-04-201-11/+7
| | |
| * | New Steps appJoaquim2021-04-193-1/+135
| | | | | | | | | | | | | | | | | | Settings to set the steps goal More detail in Motion app New 42px Font
* | | short vibration when enabling itpetter2021-05-022-0/+6
| |/ |/|
* | Changed access modified indentationAvamander2021-04-246-12/+12
| |
* | Reformatted all the files according to clang-format styleAvamander2021-04-2412-276/+251
|/
* array in SettingWakeUp wrong sizeJoaquim José Almeida Pereira2021-04-051-1/+1
|
* Big UI and navigation RewriteJoaquim2021-04-0412-0/+853
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...