aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens
Commit message (Expand)AuthorAgeFilesLines
* Tweak gamma on ST7789 and match UI colorsRiku Isokoski2022-04-2524-72/+72
* Use centisecondsRiku Isokoski2022-04-251-4/+5
* Stopwatch fixesRiku Isokoski2022-04-252-37/+22
* Fix timer layoutRiku Isokoski2022-04-251-16/+11
* Firmware update screen fixesRiku Isokoski2022-04-251-11/+10
* Replace lv_label_set_text where possibleRiku Isokoski2022-04-1822-104/+98
* resolved merge conflict after renaming PineTimeStyle to WatchFacePineTimeStylemabuch2022-04-1814-77/+71
|\
| * Replace airplane mode with a bluetooth toggleRiku Isokoski2022-04-028-41/+35
| * Timer App : add background label to ensure that the app will be displayed cor...Jean-François Milants2022-03-282-19/+27
| * Merge pull request #1038 from NeroBurner/analog_local_variablesJF2022-03-142-13/+6
| |\
| | * WatchFaceAnalog: local date/time variablesReinhold Gschweicher2022-03-142-13/+6
| * | Merge pull request #1033 from NeroBurner/music_override_warningJF2022-03-141-1/+1
| |\ \
| | * | Music: fix warning about overridden functionReinhold Gschweicher2022-03-131-1/+1
| | |/
| * | Merge pull request #1034 from NeroBurner/twos_comparison_warningJF2022-03-141-1/+1
| |\ \
| | * | Twos: fix warning about extra paranthesisReinhold Gschweicher2022-03-131-1/+1
| | |/
| * / WatchFaceAnalog: const ref to dateTimeControllerReinhold Gschweicher2022-03-141-1/+1
| |/
* / Rename PineTimeStyle to WatchFacePineTimeStylemabuch2022-03-124-21/+21
|/
* Merge pull request #1026 from NeroBurner/fix_settings_chimesJF2022-03-091-1/+1
|\
| * Fix SettingChimes cbOption array sizeReinhold Gschweicher2022-03-081-1/+1
* | Remove unnecessary lineavery2022-03-061-1/+0
* | Merge branch 'develop' into notifications-as-textavery2022-03-069-44/+19
|\|
| * removed SetClockFace from watchface ConstructorsYehoshua Pesach Wallach2022-03-032-2/+0
| * terminal watchface: remove icons and other fixesRiku Isokoski2022-03-032-31/+9
| * Replace Airplane mode iconavery2022-03-031-1/+1
| * Notifications: replace newlines in label-copy because of const char* titleReinhold Gschweicher2022-03-032-12/+11
| * Remove unused includes in HearRate and Motion.hReinhold Gschweicher2022-03-032-2/+0
* | Replace notif entry with "You have mail." textavery2022-03-051-6/+4
* | terminal: Replace notification icon with a text entryavery2022-02-221-5/+6
* | Use Bluetooth brand color for status textavery2022-02-221-4/+4
|/
* Merge branch 'airplane-mode' of https://github.com/evergreen22/InfiniTime int...Jean-François Milants2022-02-2012-70/+113
* Merge branch 'airplane-mode' of https://github.com/evergreen22/InfiniTime int...Jean-François Milants2022-02-209-16/+142
|\
| * Add airplane mode featureJames A. Jerkins2021-12-2310-27/+153
* | Manual squash merge of PR #932 (https://github.com/InfiniTimeOrg/InfiniTime/p...Jean-François Milants2022-02-206-9/+300
* | Remove unused and not compiling DropDownDemoReinhold Gschweicher2022-02-192-84/+0
* | SettingShakeThreshold: add missing SystemTask.h, relative includeReinhold Gschweicher2022-02-192-1/+2
* | Notifications: use motorController object instead of class functionReinhold Gschweicher2022-02-192-10/+19
* | Improved alarm alert handlingRiku Isokoski2022-02-132-9/+40
* | Merge branch 'statusBarTimeFormat' of https://github.com/mruss77/InfiniTime i...Jean-François Milants2022-02-132-4/+4
|\ \
| * | Status bar displays time in 12 or 24 hour format based on settingsMark Russell2021-11-102-4/+4
* | | 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-122-28/+47
* | | Added alarm 12 hour interfaceEli Weiss2022-01-312-6/+37
* | | Corrected capitalizationEli Weiss2022-01-312-5/+5
* | | Corrected code formattingEli Weiss2022-01-312-28/+30
* | | Changed setHourLabels function to handle 24H tooEli Weiss2022-01-312-36/+28
* | | Consolidated label changes, optimizationsEli Weiss2022-01-311-36/+15
* | | Consolidated time conversion logicEli Weiss2022-01-312-87/+94
* | | Removed redundant bracketsEli Weiss2022-01-311-5/+3
* | | Cleaned up redundant if statements, spacingEli Weiss2022-01-312-47/+43