summaryrefslogtreecommitdiff
path: root/src/displayapp
AgeCommit message (Collapse)Author
2022-04-21Merge branch 'rev22-develop' into edgeMichele Bini
2022-04-21Long-press to start red flashlight, long press again to alternate with red.Michele Bini
2022-04-21Flashlight app: inline functions that are only used once.Michele Bini
2022-04-21Timer App: Use lime color when running, inline functions that are used only ↵Michele Bini
once.
2022-04-21Remove unused member from Timer App classMichele Bini
2022-04-21Use lime instead of green when appropriateMichele Bini
# Conflicts: # src/displayapp/screens/StopWatch.cpp
2022-04-20Merge branch 'InfiniTimeOrg:develop' into developMichele Bini
2022-04-18Replace lv_label_set_text where possibleRiku Isokoski
2022-04-18resolved merge conflict after renaming PineTimeStyle to WatchFacePineTimeStylemabuch
2022-04-16Merge branch 'alarm-fix-work' into edgeMichele Bini
# Conflicts: # src/components/timer/TimerController.cpp
2022-04-14Reduce battery usage by turning the backlight back to the normal setting ↵Michele Bini
when the flashlight is turned off by tapping the screen. Start the app with the flashlight on. Simplify code.
2022-04-13Let TouchHandler return TouchEvents instead of driver specific enumReinhold Gschweicher
Let the TouchHandler::GestureGet() function return a TouchEvent instead of the touchpanel-driver specific enum. This helps to move the driver specific helper function `ConvertGesture` from `DisplayApp` into `TouchHandler`.
2022-04-12Use lime instead of green when appropriateMichele Bini
2022-04-11Update letters W k v w xMichele Bini
2022-04-11Update letters A B D F M O R UMichele Bini
2022-04-11Update letters A F M O R UMichele Bini
2022-04-11Flashlight starts on at full brightness; to save energy use backed-up ↵Michele Bini
brightness when flashlight is off
2022-04-11Tweak heartrate display for digital and analog24 watchfacesMichele Bini
2022-04-10Improve watch font sizesMichele Bini
2022-04-10battery statsMichele Bini
2022-04-10neofont tweakMichele Bini
2022-04-10Add jumpscore appMichele Bini
2022-04-10New chimes engineMichele Bini
2022-04-10Display deciseconds in digital watchfaceMichele Bini
2022-04-10Watchface digital display: seconds and temperatureMichele Bini
2022-04-10Add more symbols...Michele Bini
2022-04-10Bluetooth Passkey Toggle settingMichele Bini
2022-04-10lowercase charactersMichele Bini
2022-04-10neofont: don't try to print non-printable characters with code < 0x20Michele Bini
2022-04-10Persist brightness level of flashlight, and start as onMichele Bini
2022-04-10mix workMichele Bini
2022-04-10add bluetooth iconMichele Bini
2022-04-10fix for previous commitMichele Bini
2022-04-10allow custom glyphs for neofontMichele Bini
2022-04-10Use neofontsMichele Bini
2022-04-10Add neofont{0|1|15|2|3}[mono]Michele Bini
2022-04-10src/displayapp/fonts/neofont.cMichele Bini
2022-04-10integration fixesMichele Bini
2022-04-10Improved alarm alert handlingRiku Isokoski
2022-04-10Integrate hatmajster's timer codeMichele Bini
2022-04-09Integrate FintasticMan's RaiseWake and LowerToSleep modsMichele Bini
2022-04-09Merge branch 'develop' of https://github.com/InfiniTimeOrg/InfiniTime into ↵Michele Bini
develop
2022-04-02Replace airplane mode with a bluetooth toggleRiku Isokoski
2022-03-30Steps and heartbeat for analog24 watchfaceMichele Bini
2022-03-30Merge remote-tracking branch 'upstream/develop' into developMichele Bini
2022-03-28Timer App : add background label to ensure that the app will be displayed ↵Jean-François Milants
correctly after a full refresh (HW scrolling transition). Code cleaning and rename methods.
2022-03-28DisplayApp : Call the event handler of the current app before loading the ↵Jean-François Milants
new one. This way, we ensure that lv_task_handler() is called before sending event to the newly loaded app.
2022-03-23Analog24 watchfaceHEADdevelopMichele Bini
2022-03-14Merge pull request #1038 from NeroBurner/analog_local_variablesJF
WatchFaceAnalog: local date/time variables
2022-03-14Merge pull request #1033 from NeroBurner/music_override_warningJF
Music: fix warning about overridden function