aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/datetime/DateTimeController.cpp
Commit message (Collapse)AuthorAgeFilesLines
* DateTimeController : remove unused methods and variables.Jean-François Milants2021-10-101-61/+9
|
* Merge with develop and fix conflicts from timaios:set-datetime-manually.Jean-François Milants2021-10-101-1/+29
|\
| * Exposed Month and DayOfWeek texts in DateTimeControllerTim Taenny2021-07-091-8/+36
| | | | | | | | | | Added static methods to return the text of a given month or dayOfWeek.
* | Fix the display of the date after a reset : when the date/time was restored ↵Jean-François Milants2021-09-191-0/+1
| | | | | | | | | | | | from the noinit area, the date was displayed as "--" instead of the actual date. This issue was caused by DateTime::SetCurrentTime() that would not update the internal state of the class : dayOfWeek, Month, Year were not properly updated according to the current time.
* | Move Backup to the system task.Tim Keller2021-08-191-1/+0
| |
* | Add clearing of noinit segment on bad wordTim Keller2021-08-191-1/+1
| | | | | | | | Code readability cleanup
* | Make Clock Persistant.Tim Keller2021-08-171-1/+6
| |
* | Code cleaning in Clock, WatchFaceAnalog, WatchFaceDigital and PineTimeStyle, ↵Jean-François Milants2021-08-101-10/+10
|/ | | | inspired by PR #232 by nscooling.
* Initialize SystemTask, DisplayApp and HeartRateTask as global static ↵Jean-François Milants2021-06-061-4/+6
| | | | 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.
* Reformatted all the files according to clang-format styleAvamander2021-04-241-122/+43
|
* Reset the step count every day at midnight.Jean-François Milants2021-04-041-0/+13
|
* Multi face support, analog clock, 12/24 configJoaquim2021-02-241-0/+120
|
* Fixed all the includes that were broken due to the renamesAvamander2020-10-021-0/+66