summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/Alarm.h
AgeCommit message (Collapse)Author
2022-06-11Revert "Revert "Integrate hatmajster's timer code""Michele Bini
This reverts commit b0aadd14e6867b80f7357d4e162180aa9d9ba075.
2022-06-10Revert "Integrate hatmajster's timer code"Michele Bini
This reverts commit b72a3ed87d9797f7746d6fbdb348972401e4414b.
2022-06-10Integrate hatmajster's timer codeMichele Bini
2022-06-05Apply clang-format to all C++ filesFinlay Davidson
2022-02-13Improved alarm alert handlingRiku Isokoski
2022-02-12Alarm: Change checkable button for a switchRiku Isokoski
2022-01-31Added alarm 12 hour interfaceEli Weiss
2021-11-15Update includes to to be relative to src directoryReinhold 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-11-09Fix Alarm app crashing on buttonpressRiku Isokoski
2021-09-29Fixes based on code reviewsMaxim Leshchenko
2021-09-28Alarm: Close the popup with information about the time until alarm with the ↵Maxim Leshchenko
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 Russell
2021-09-13License header fix, add missing bracesMark Russell
2021-09-13Fixes based on code reviews (formatting, UI code)Mark Russell
2021-09-10Created basic alarm appMark Russell