summaryrefslogtreecommitdiff
path: root/src/displayapp/screens
AgeCommit message (Expand)AuthorFilesLines
2022-05-08Fix dropdown graphical issues.Riku Isokoski1-2/+0
2022-05-08Force full screen refresh with a rounder functionRiku Isokoski18-87/+0
2022-05-04List: add missing array includeReinhold Gschweicher1-1/+1
2022-04-29Fix large blacklevel step. Lower 25% of shades are now accessible.Riku Isokoski7-8/+8
2022-04-25New sharper batteryicon. Remove old unused batteryiconsRiku Isokoski12-60/+92
2022-04-25Fix warningsRiku Isokoski11-25/+25
2022-04-25Keep the paddle on screen in wholeReinhold Gschweicher1-1/+8
2022-04-25Remove now unused position overrideRiku Isokoski1-3/+0
2022-04-25Update track progress in MusicService. Fix #127Riku Isokoski2-26/+13
2022-04-25Tweak gamma on ST7789 and match UI colorsRiku Isokoski24-72/+72
2022-04-25Use centisecondsRiku Isokoski1-4/+5
2022-04-25Stopwatch fixesRiku Isokoski2-37/+22
2022-04-25Fix timer layoutRiku Isokoski1-16/+11
2022-04-25Firmware update screen fixesRiku Isokoski1-11/+10
2022-04-18Replace lv_label_set_text where possibleRiku Isokoski22-104/+98
2022-04-18resolved merge conflict after renaming PineTimeStyle to WatchFacePineTimeStylemabuch14-77/+71
2022-04-02Replace airplane mode with a bluetooth toggleRiku Isokoski8-41/+35
2022-03-28Timer App : add background label to ensure that the app will be displayed cor...Jean-François Milants2-19/+27
2022-03-14Merge pull request #1038 from NeroBurner/analog_local_variablesJF2-13/+6
2022-03-14Merge pull request #1033 from NeroBurner/music_override_warningJF1-1/+1
2022-03-14Merge pull request #1034 from NeroBurner/twos_comparison_warningJF1-1/+1
2022-03-14WatchFaceAnalog: local date/time variablesReinhold Gschweicher2-13/+6
2022-03-14WatchFaceAnalog: const ref to dateTimeControllerReinhold Gschweicher1-1/+1
2022-03-13Twos: fix warning about extra paranthesisReinhold Gschweicher1-1/+1
2022-03-13Music: fix warning about overridden functionReinhold Gschweicher1-1/+1
2022-03-12Rename PineTimeStyle to WatchFacePineTimeStylemabuch4-21/+21
2022-03-09Merge pull request #1026 from NeroBurner/fix_settings_chimesJF1-1/+1
2022-03-08Fix SettingChimes cbOption array sizeReinhold Gschweicher1-1/+1
2022-03-06Remove unnecessary lineavery1-1/+0
2022-03-06Merge branch 'develop' into notifications-as-textavery9-44/+19
2022-03-05Replace notif entry with "You have mail." textavery1-6/+4
2022-03-03removed SetClockFace from watchface ConstructorsYehoshua Pesach Wallach2-2/+0
2022-03-03terminal watchface: remove icons and other fixesRiku Isokoski2-31/+9
2022-03-03Replace Airplane mode iconavery1-1/+1
2022-03-03Notifications: replace newlines in label-copy because of const char* titleReinhold Gschweicher2-12/+11
2022-03-03Remove unused includes in HearRate and Motion.hReinhold Gschweicher2-2/+0
2022-02-22terminal: Replace notification icon with a text entryavery1-5/+6
2022-02-22Use Bluetooth brand color for status textavery1-4/+4
2022-02-20Merge branch 'airplane-mode' of https://github.com/evergreen22/InfiniTime int...Jean-François Milants12-71/+114
2022-02-20Merge branch 'airplane-mode' of https://github.com/evergreen22/InfiniTime int...Jean-François Milants9-16/+142
2022-02-20Manual squash merge of PR #932 (https://github.com/InfiniTimeOrg/InfiniTime/p...Jean-François Milants6-9/+300
2022-02-19Remove unused and not compiling DropDownDemoReinhold Gschweicher2-84/+0
2022-02-19SettingShakeThreshold: add missing SystemTask.h, relative includeReinhold Gschweicher2-1/+2
2022-02-19Notifications: use motorController object instead of class functionReinhold Gschweicher2-10/+19
2022-02-13Improved alarm alert handlingRiku Isokoski2-9/+40
2022-02-13Merge branch 'statusBarTimeFormat' of https://github.com/mruss77/InfiniTime i...Jean-François Milants2-4/+4
2022-02-12Fix switch default stateRiku Isokoski1-0/+2
2022-02-12Alarm: Fix missing stop button. Revert alert layoutRiku Isokoski1-4/+6
2022-02-12Alarm: Change checkable button for a switchRiku Isokoski2-28/+47
2022-01-31Added alarm 12 hour interfaceEli Weiss2-6/+37