summaryrefslogtreecommitdiff
path: root/src/displayapp/screens
AgeCommit message (Expand)AuthorFilesLines
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-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
2022-01-31Corrected capitalizationEli Weiss2-5/+5
2022-01-31Corrected code formattingEli Weiss2-28/+30
2022-01-31Changed setHourLabels function to handle 24H tooEli Weiss2-36/+28
2022-01-31Consolidated label changes, optimizationsEli Weiss1-36/+15
2022-01-31Consolidated time conversion logicEli Weiss2-87/+94
2022-01-31Removed redundant bracketsEli Weiss1-5/+3
2022-01-31Cleaned up redundant if statements, spacingEli Weiss2-47/+43
2022-01-31Added 12 hour set timeEli Weiss2-7/+79
2022-01-26Merge pull request #954 from NeroBurner/music_initialize_lastLengthJF1-1/+1
2022-01-26Merge pull request #959 from NeroBurner/stopwatch_include_cleanupJF2-7/+4
2022-01-26Merge pull request #903 from Riksu9000/improved_notif_timeoutJF2-16/+46
2022-01-26StopWatch: cleanup unused includes and use relative to src includesReinhold Gschweicher2-7/+4
2022-01-23Music: initialize totalLength to have non-random data from the startReinhold Gschweicher1-1/+1
2022-01-20PTS and digital watchface code cleanupsRiku Isokoski4-118/+79
2022-01-06Update shakewake menu optionRiku Isokoski1-1/+1
2022-01-05Merge pull request #912 from SteveAmor/chimesradioJF1-0/+4
2022-01-04Updates radio button styleSteveAmor1-0/+4
2022-01-04Merge branch 'ShakeWake' of https://github.com/geekbozu/InfiniTime into geekb...Jean-François Milants5-10/+188