summaryrefslogtreecommitdiffstats
path: root/apps/settings
Commit message (Collapse)AuthorAge
* Remove uneeded return statementapp-settingsConfuSomu2021-05-29
| | | | | It is uneeded because of falling to the next case present in switch statements.
* Fix incorrect default value when setting dayConfuSomu2021-05-29
| | | | Did a small oversight where I wrote "month" instead of "day".
* Use pragma once in main.hppConfuSomu2021-05-27
| | | | | #pragma once will be used in every header file from now on. Changes will be made for the other header files.
* Use NUM_CHOICES to avoid having magic numberConfuSomu2021-05-27
|
* Add time format settingConfuSomu2021-05-27
| | | | Set between 24 hour and 12 hour format.
* Implement display settingsConfuSomu2021-05-06
|
* Add cancel option to date/time setting menuConfuSomu2021-05-06
| | | | | This allows to not save the settings, to avoid time drift, when just looking at them.
* Fix incorrect month displayedConfuSomu2021-05-01
|
* Display last selected option when showing choicesConfuSomu2021-05-01
| | | | | Avoid displaying the first option again when something else has been selected.
* Clean up unneeded settings from menuConfuSomu2021-05-01
|
* Set date in settingsConfuSomu2021-05-01
|
* Set time in settingsConfuSomu2021-05-01
| | | | Implement menu option that allows setting the current time.
* Implement preliminary settings appConfuSomu2021-05-01