summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-11Fix previous commit: text not turning red when overtime when the app was ↵Michele Bini
open; remove unused code
2022-05-10Remove redundant code in Timer App; inline CreateButtonsMichele Bini
2022-05-10Fix for stopping timer alert and simplifying code.Michele Bini
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 'alarm-reliability-and-switch-to-freertos-timers' into ↵Michele Bini
rev22-develop
2022-04-20Merge branch 'InfiniTimeOrg:develop' into developMichele Bini
2022-04-19Merge pull request #997 from minacode/remove-nm-referenceRiku Isokoski
Remove unused reference
2022-04-18Merge branch 'develop' into remove-nm-referenceMax Friedrich
2022-04-18Merge pull request #1044 from Riksu9000/replace-lv_set_textRiku Isokoski
Replace lv_label_set_text where possible
2022-04-18Replace lv_label_set_text where possibleRiku Isokoski
2022-04-18Merge pull request #1009 from ↵Riku Isokoski
NeroBurner/AlarmController_allow_less_precice_system_time AlarmController: allow loss of precision for alarmTime cast
2022-04-18Merge pull request #1031 from ↵Riku Isokoski
mabuch/rename-PineTimeStyle-to-WatchFacePineTimeStyle Rename PineTimeStyle to WatchFacePineTimeStyle
2022-04-18resolved merge conflict after renaming PineTimeStyle to WatchFacePineTimeStylemabuch
2022-04-17Merge branch 'alarm-reliability-and-switch-to-freertos-timers' into edgeMichele Bini
# Conflicts: # src/components/alarm/AlarmController.cpp # src/components/datetime/DateTimeController.cpp # src/components/motor/MotorController.cpp # src/components/timer/TimerController.cpp # src/components/timer/TimerController.h # src/systemtask/Messages.h # src/systemtask/SystemTask.cpp
2022-04-17Differentiate time adjustment (< 3h for example time zone change when ↵Michele Bini
crossing a border or because of daylight saving) and time setting (for example when the firmware is booted for the first time and the companion app sends the time)
2022-04-17Remove app_timer component from compilationMichele Bini
2022-04-17Switch MotorController and TimerController to FreeRTOS timersMichele Bini
2022-04-17Use FreeRTOS timer for AlarmControllerMichele Bini
2022-04-17StartRinging immediately, simplify codeMichele Bini
2022-04-17Remove systemTask reference from MotorControllerMichele Bini
2022-04-17Simplify MotorController timer codeMichele Bini
2022-04-16Make Init methods more uniform among timer and alarm controllersMichele Bini
2022-04-16Protect OnStopRingingMichele Bini
2022-04-16Renamed RescheduleAlarm to OnAdjustTimeMichele Bini
2022-04-16Fix for RescheduleAlarmMichele Bini
2022-04-16Differentiate time adjustment (< 3h for example time zone change when ↵Michele Bini
crossing a border or because of daylight saving) and time setting (for example when the firmware is booted for the first time and the companion app sends the time)
2022-04-16remove app timer, with the exception of header, to keep APP_TIMER_TICKS ↵Michele Bini
definition.
2022-04-16Merge branch 'alarm-fix-work' into edgeMichele Bini
# Conflicts: # src/components/timer/TimerController.cpp
2022-04-16Run ScheduleAlarm from System task events only.Michele Bini
2022-04-16replace pdMS_TO_TICKS with APP_TIMER_TICKS; more tweaksMichele Bini
2022-04-16Switch motorController to FreeRTOS timers.Michele Bini
2022-04-15Mirror changes for timer AppMichele Bini
2022-04-15Further refine previous commitsMichele Bini
2022-04-15Refine previous commitMichele Bini
2022-04-15Test code for missed alarmMichele Bini
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-13Fix for previous two commitsMichele Bini
2022-04-13Uncommited changed in last commitMichele Bini
2022-04-13Attempt to fix lost alarmsMichele Bini
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