| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-04-10 | Use neofonts | Michele Bini | |
| 2022-01-31 | Corrected capitalization | Eli Weiss | |
| 2022-01-31 | Corrected code formatting | Eli Weiss | |
| Corrected formatting and removed unnecessary variable time24H | |||
| 2022-01-31 | Changed setHourLabels function to handle 24H too | Eli Weiss | |
| Changed setHourLabels function to handle 24 hour time labeling, changed to private | |||
| 2022-01-31 | Consolidated label changes, optimizations | Eli Weiss | |
| Consolidated 12 hour label changes to function. Removed use of strings, struct. | |||
| 2022-01-31 | Consolidated time conversion logic | Eli Weiss | |
| Consolidated 24 hour to 12 hour time conversion logic into function, addressed formatting issues, cleaned up code. | |||
| 2022-01-31 | Removed redundant brackets | Eli Weiss | |
| Also corrected orphaned bracket | |||
| 2022-01-31 | Cleaned up redundant if statements, spacing | Eli Weiss | |
| Removed redundant if statements in hour button logic. Spacing is now in line with repo guidelines. | |||
| 2022-01-31 | Added 12 hour set time | Eli Weiss | |
| 2021-11-15 | Update includes to to be relative to src directory | Reinhold Gschweicher | |
| Don't use relative imports like `../foo.h` as those depend on the relative position of both files. Rather than that use imports relative to the `src` directory, which explicitly is part of the include directories. | |||
| 2021-10-10 | Setting SetDate/SetTime : replace #defines by constexpr variables, NULL by ↵ | Jean-François Milants | |
| nullptr and other small cleanings. | |||
| 2021-10-10 | Merge with develop and fix conflicts from timaios:set-datetime-manually. | Jean-François Milants | |
| 2021-07-09 | Code optimizations in SettingSetDate and SettingSetTime | Tim Taenny | |
| Instead of calling lv_obj_align after each button click, the labels have their auto_realign property set. | |||
| 2021-07-09 | Code optimizations in SettingSetTime | Tim Taenny | |
| The positions of the labels are controlled by #define's, just like in SettingSetDate. | |||
| 2021-07-09 | Code optimizations in SettingSetTime | Tim Taenny | |
| 2021-07-09 | Added new screen: SettingSetTime | timaios | |
