Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove uneeded return statementapp-settings | ConfuSomu | 2021-05-29 |
| | | | | | It is uneeded because of falling to the next case present in switch statements. | ||
* | Fix incorrect default value when setting day | ConfuSomu | 2021-05-29 |
| | | | | Did a small oversight where I wrote "month" instead of "day". | ||
* | Use pragma once in main.hpp | ConfuSomu | 2021-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 number | ConfuSomu | 2021-05-27 |
| | |||
* | Add time format setting | ConfuSomu | 2021-05-27 |
| | | | | Set between 24 hour and 12 hour format. | ||
* | Implement display settings | ConfuSomu | 2021-05-06 |
| | |||
* | Add cancel option to date/time setting menu | ConfuSomu | 2021-05-06 |
| | | | | | This allows to not save the settings, to avoid time drift, when just looking at them. | ||
* | Fix incorrect month displayed | ConfuSomu | 2021-05-01 |
| | |||
* | Display last selected option when showing choices | ConfuSomu | 2021-05-01 |
| | | | | | Avoid displaying the first option again when something else has been selected. | ||
* | Clean up unneeded settings from menu | ConfuSomu | 2021-05-01 |
| | |||
* | Set date in settings | ConfuSomu | 2021-05-01 |
| | |||
* | Set time in settings | ConfuSomu | 2021-05-01 |
| | | | | Implement menu option that allows setting the current time. | ||
* | Implement preliminary settings app | ConfuSomu | 2021-05-01 |