summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/settings
AgeCommit message (Collapse)Author
2021-06-29Add PineTimeStyle watchface (#334)kieranc
* PineTimeStyle * Move GPL license header * Add step count gauge - replaces heartrate in sidebar * Enable 12/24h functionality * Set step gauge outer to be white when step goal is reached * Add font source file * Move static needle_colors array to member variable * Add documentation on generating a font * Replace .ttf with Google version, add link to font page Co-authored-by: JF002 <JF002@users.noreply.github.com>
2021-06-27Add reset button, reduce button opacityKieran Cawthray
2021-06-25Make it loop around when you get to the end of the list of colorsKieran Cawthray
2021-06-25Fix off-by-one error, reduce step gauge needle widthKieran Cawthray
2021-06-25Move array to member variable, retrieve colors from settings for displayKieran Cawthray
2021-06-24PineTimeStyle color picker tidyingKieran Cawthray
2021-06-24PineTimeStyle color picker add settings integrationKieran Cawthray
2021-06-24PineTimeStyle color picker initial commitKieran Cawthray
2021-06-16Merge remote-tracking branch 'upstream/develop' into pinetimestyleKieran Cawthray
2021-06-11Fix touchevent tapRiku Isokoski
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-06-06Initialize SystemTask, DisplayApp and HeartRateTask as global static ↵Jean-François Milants
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.
2021-05-19Remove newline modificationsKieran Cawthray
2021-05-18Fix it again..Kieran Cawthray
2021-05-18Revert "Reset"Kieran Cawthray
This reverts commit 378fa6b4016b65e2d7b128fdc3ce89c4ca779a4d.
2021-05-18ResetKieran Cawthray
2021-05-15cleaned up the code and reduced the size of the diff by removing things like ↵Florian Kraupa
additional whitespaces
2021-05-15implemented continuous vibration pattern for incoming callsFlorian Kraupa
2021-05-15Merge pull request #298 from joaquimorg/StepsAppJF002
New Steps app
2021-05-02short vibration when enabling itpetter
2021-04-26Merge branch 'develop' ofJoaquim
https://github.com/JF002/InfiniTime into StepsApp
2021-04-24Changed access modified indentationAvamander
2021-04-24Reformatted all the files according to clang-format styleAvamander
2021-04-20Fix button size and default step goalJoaquim
2021-04-19New Steps appJoaquim
Settings to set the steps goal More detail in Motion app New 42px Font
2021-04-05array in SettingWakeUp wrong sizeJoaquim José Almeida Pereira
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...