aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/Alarm.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Centralize most color definitions (#1258)Riku Isokoski2022-08-161-1/+2
|
* Bring back separate info button, move color to a variable.Riku Isokoski2022-08-021-6/+12
|
* Remove clockType variable by checking for nullptr instead.Riku Isokoski2022-08-021-8/+8
| | | | Saves a few bytes
* Use Counter widget in AlarmRiku Isokoski2022-08-021-110/+52
|
* Apply clang-format to all C++ filesFinlay Davidson2022-06-051-2/+6
|
* Tweak gamma on ST7789 and match UI colorsRiku Isokoski2022-04-251-2/+2
| | | | | This change will increase the color accuracy of the PineTime and make UI development with the simulator easier.
* Replace lv_label_set_text where possibleRiku Isokoski2022-04-181-4/+4
|
* Improved alarm alert handlingRiku Isokoski2022-02-131-7/+32
|
* Fix switch default stateRiku Isokoski2022-02-121-0/+2
|
* Alarm: Fix missing stop button. Revert alert layoutRiku Isokoski2022-02-121-4/+6
|
* Alarm: Change checkable button for a switchRiku Isokoski2022-02-121-24/+43
|
* Added alarm 12 hour interfaceEli Weiss2022-01-311-3/+33
|
* Improved format specifiers, bracing, removed C-style casts, whitespace fixes ↵Avamander2021-12-091-2/+2
| | | | and removed Tiles shadowing
* 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