summaryrefslogtreecommitdiff
path: root/src/displayapp/DisplayApp.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-12-18Update clang-tidy configuration and fix some warnings (#1474)Riku Isokoski1-6/+4
2022-10-11Watch face settings : disable watch faces that are not available (external re...Jean-François Milants1-1/+1
2022-10-10Fix clang-tidy warningsRiku Isokoski1-1/+1
2022-10-02Brightness management in DisplayApp : do not allow the brightness level OFF w...Jean-François Milants1-4/+13
2022-09-11Fix formattingJean-François Milants1-1/+1
2022-09-11Infineat : Add support for external resources, and read the images and fonts ...Jean-François Milants1-3/+6
2022-08-02Use Counter widget in AlarmRiku Isokoski1-1/+1
2022-08-02Add status icons widgetRiku Isokoski1-2/+4
2022-07-21Reset timer by long pressing on the button (#1214)Riku Isokoski1-1/+1
2022-07-21Always restore brightness on app switch (#1213)Riku Isokoski1-1/+2
2022-06-18Remove backup brightness feature (#1180)Riku Isokoski1-11/+10
2022-06-05remove unused Meter.cpp and Meter.h (#1171)mabuch1-1/+0
2022-06-05remove unused Brightness App (#1170)mabuch1-1/+0
2022-06-05Apply clang-format to all C++ filesFinlay Davidson1-8/+26
2022-05-08Remove lcd from DisplayAppRiku Isokoski1-2/+0
2022-04-13Let TouchHandler return TouchEvents instead of driver specific enumReinhold Gschweicher1-23/+1
2022-04-02Replace airplane mode with a bluetooth toggleRiku Isokoski1-3/+3
2022-03-28Timer App : add background label to ensure that the app will be displayed cor...Jean-François Milants1-1/+1
2022-03-28DisplayApp : Call the event handler of the current app before loading the new...Jean-François Milants1-4/+4
2022-02-20Merge branch 'airplane-mode' of https://github.com/evergreen22/InfiniTime int...Jean-François Milants1-2/+2
2022-02-20Merge branch 'airplane-mode' of https://github.com/evergreen22/InfiniTime int...Jean-François Milants1-0/+8
2022-02-19Provide reference to BrightnessController in DisplayAppReinhold Gschweicher1-0/+2
2022-02-13Improved alarm alert handlingRiku Isokoski1-1/+1
2022-01-31Added alarm 12 hour interfaceEli Weiss1-2/+2
2022-01-31Added 12 hour set timeEli Weiss1-1/+1
2022-01-26Merge pull request #903 from Riksu9000/improved_notif_timeoutJF1-2/+2
2022-01-04Merge branch 'ShakeWake' of https://github.com/geekbozu/InfiniTime into geekb...Jean-François Milants1-0/+5
2022-01-04Better Sensitivity UI, Calibration button addedTim Keller1-1/+1
2022-01-04Add start of settings app for senstivity.Tim Keller1-0/+5
2022-01-02resolve conflictsSteveAmor1-3/+0
2022-01-02resolves conflictsSteveAmor1-11/+45
2022-01-02resolves conflictsSteveAmor1-5/+0
2022-01-01Improved notification timeoutRiku Isokoski1-2/+2
2021-12-30Merge pull request #718 from kieranc/pts-settingsJF1-9/+4
2021-12-23Add airplane mode featureJames A. Jerkins1-0/+8
2021-12-11FIX: AlarmTriggered fall through to ShowPairingKeyJames A. Jerkins1-0/+1
2021-12-09Merge remote-tracking branch 'upstream/develop' into pts-settingsKieran Cawthray1-1/+11
2021-12-09Style improvementsAvamander1-1/+2
2021-12-09Fix for passkey screen scrambleJames A. Jerkins1-3/+3
2021-12-09Connect and bond with a passkeyJames A. Jerkins1-0/+9
2021-12-05Merge remote-tracking branch 'upstream/develop' into pts-settingsKieran Cawthray1-7/+13
2021-12-02Merge branch 'paint-colorchange-vibration' of git://github.com/clemensvonmolo...Jean-François Milants1-1/+1
2021-11-28Merge branch 'restructure_includes' of https://github.com/NeroBurner/InfiniTi...Jean-François Milants1-5/+5
2021-11-15Update includes to to be relative to src directoryReinhold Gschweicher1-5/+5
2021-11-13Close menu with buttonRiku Isokoski1-4/+4
2021-11-10Fix animation when long pressing on screens adjacent to watch faceRiku Isokoski1-1/+7
2021-11-07Merge remote-tracking branch 'upstream/develop' into pts-settingsKieran Cawthray1-0/+14
2021-11-07Chimes optionSteveAmor1-0/+8
2021-11-01color rotation using modulo, ran clang-format for InfiniPaintClemens von Molo1-1/+1
2021-10-31InfiniPaint vibrate on colorchange, fix color rotationClemens von Molo1-1/+1