summaryrefslogtreecommitdiff
path: root/src/components/datetime/DateTimeController.h
AgeCommit message (Collapse)AuthorFilesLines
2023-01-24src: Enable unused parameter warningRiku Isokoski1-8/+1
Fix warnings. Some clang-formatting was necessary. DebugPins is unused and was removed.
2023-01-09Format header filesFinlay Davidson1-0/+10
In my PR updating clang-format, I forgot to also format the headers.
2022-11-25BLE CTS: fixed signedness of timezoneuli1-6/+6
2022-11-11add CTS local time characteristic and use it to provide UTC in ↵uli1-0/+53
DateTimeController
2022-06-11Make function DayOfWeekShortToStringLow constDiego Miguel1-1/+1
2022-06-11Add lowercase days of the weekDiego Miguel1-0/+1
2022-03-14DateTimeController: make possible functions constReinhold Gschweicher1-2/+2
MonthShortToString and DayOfWeekShortToString don't change the underlying object. Those are just getters and can be declared `const`.
2022-02-13Merge branch 'statusBarTimeFormat' of https://github.com/mruss77/InfiniTime ↵Jean-François Milants1-0/+5
into mruss77-statusBarTimeFormat # Conflicts: # src/components/datetime/DateTimeController.cpp
2021-11-10Status bar displays time in 12 or 24 hour format based on settingsMark Russell1-0/+5
2021-11-07Chimes optionSteveAmor1-0/+2
2021-10-10DateTimeController : remove unused methods and variables.Jean-François Milants1-20/+0
2021-10-10Merge with develop and fix conflicts from timaios:set-datetime-manually.Jean-François Milants1-1/+9
2021-08-19Move Backup to the system task.Tim Keller1-1/+0
2021-08-19Add clearing of noinit segment on bad wordTim Keller1-1/+1
Code readability cleanup
2021-08-17Make Clock Persistant.Tim Keller1-0/+2
2021-07-09Exposed Month and DayOfWeek texts in DateTimeControllerTim Taenny1-1/+9
Added static methods to return the text of a given month or dayOfWeek.
2021-06-06Initialize SystemTask, DisplayApp and HeartRateTask as global static ↵Jean-François Milants1-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.
2021-04-24Changed access modified indentationAvamander1-2/+2
2021-04-24Reformatted all the files according to clang-format styleAvamander1-42/+81
2021-04-04Reset the step count every day at midnight.Jean-François Milants1-0/+8
2021-02-24Multi face support, analog clock, 12/24 configJoaquim1-0/+17
2020-10-02Fixed all the includes that were broken due to the renamesAvamander1-0/+39