aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/Alarm.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update includes to to be relative to src directoryReinhold Gschweicher2021-11-151-3/+3
| | | | | | | 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.
* Fixes based on code reviewsMaxim Leshchenko2021-09-291-8/+8
|
* Alarm: Close the popup with information about the time until alarm with the ↵Maxim Leshchenko2021-09-281-0/+11
| | | | | | back button Previously, pressing the back button would close the alarm app anyway. Now if you press on it and the popup with information is open, it will first close and the second press will close the application
* Fixes per Riksu9000's feedbackMark Russell2021-09-161-12/+15
|
* License header fix, add missing bracesMark Russell2021-09-131-1/+5
|
* Fixes based on code reviews (formatting, UI code)Mark Russell2021-09-131-33/+55
|
* Created basic alarm appMark Russell2021-09-101-0/+225