aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/datetime/DateTimeController.h
Commit message (Collapse)AuthorAgeFilesLines
* src: Enable unused parameter warningRiku Isokoski2023-01-241-8/+1
| | | | | | Fix warnings. Some clang-formatting was necessary. DebugPins is unused and was removed.
* Format header filesFinlay Davidson2023-01-091-0/+10
| | | | In my PR updating clang-format, I forgot to also format the headers.
* BLE CTS: fixed signedness of timezoneuli2022-11-251-6/+6
|
* add CTS local time characteristic and use it to provide UTC in ↵uli2022-11-111-0/+53
| | | | DateTimeController
* Make function DayOfWeekShortToStringLow constDiego Miguel2022-06-111-1/+1
|
* Add lowercase days of the weekDiego Miguel2022-06-111-0/+1
|
* DateTimeController: make possible functions constReinhold Gschweicher2022-03-141-2/+2
| | | | | MonthShortToString and DayOfWeekShortToString don't change the underlying object. Those are just getters and can be declared `const`.
* Merge branch 'statusBarTimeFormat' of https://github.com/mruss77/InfiniTime ↵Jean-François Milants2022-02-131-0/+5
|\ | | | | | | | | | | | | into mruss77-statusBarTimeFormat # Conflicts: # src/components/datetime/DateTimeController.cpp
| * Status bar displays time in 12 or 24 hour format based on settingsMark Russell2021-11-101-0/+5
| |
* | Chimes optionSteveAmor2021-11-071-0/+2
|/
* DateTimeController : remove unused methods and variables.Jean-François Milants2021-10-101-20/+0
|
* Merge with develop and fix conflicts from timaios:set-datetime-manually.Jean-François Milants2021-10-101-1/+9
|\
| * Exposed Month and DayOfWeek texts in DateTimeControllerTim Taenny2021-07-091-1/+9
| | | | | | | | | | Added static methods to return the text of a given month or dayOfWeek.
* | 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-0/+2
|/
* Initialize SystemTask, DisplayApp and HeartRateTask as global static ↵Jean-François Milants2021-06-061-3/+3
| | | | 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.
* Changed access modified indentationAvamander2021-04-241-2/+2
|
* Reformatted all the files according to clang-format styleAvamander2021-04-241-42/+81
|
* Reset the step count every day at midnight.Jean-François Milants2021-04-041-0/+8
|
* Multi face support, analog clock, 12/24 configJoaquim2021-02-241-0/+17
|
* Fixed all the includes that were broken due to the renamesAvamander2020-10-021-0/+39