summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/Alarm.cpp
AgeCommit message (Collapse)AuthorFilesLines
2021-12-09Improved format specifiers, bracing, removed C-style casts, whitespace fixes ↵Avamander1-2/+2
and removed Tiles shadowing
2021-11-15Update includes to to be relative to src directoryReinhold Gschweicher1-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.
2021-09-29Fixes based on code reviewsMaxim Leshchenko1-8/+8
2021-09-28Alarm: Close the popup with information about the time until alarm with the ↵Maxim Leshchenko1-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
2021-09-16Fixes per Riksu9000's feedbackMark Russell1-12/+15
2021-09-13License header fix, add missing bracesMark Russell1-1/+5
2021-09-13Fixes based on code reviews (formatting, UI code)Mark Russell1-33/+55
2021-09-10Created basic alarm appMark Russell1-0/+225