summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-05-29Try another glyph for alarm clockMichele Bini
2022-05-28Only use alarmController for time updates when alarm is setMichele Bini
2022-05-28Revert "rm chance for dynamic allocation during firmware update"Michele Bini
This reverts commit 0315ea7b8f51ccd480dc56da4ec114a1b9008e3c.
2022-05-12rm chance for dynamic allocation during firmware updateMichele Bini
2022-05-12Fix previous commitMichele Bini
2022-05-12Compilation fix for infinisimMichele Bini
2022-05-12Further compress code for WatchFaceTerminalMichele Bini
2022-05-12Optimized accelerometer access via system task functions.Michele Bini
2022-05-11Use nullptr when aligning relative to parentMichele Bini
2022-05-11Compress code for WatchFaceTerminal a bitMichele Bini
2022-05-11Fix font for terminal watchfaceMichele Bini
2022-05-11fix unintended modification of F glyphMichele Bini
2022-05-11More symbols as neofont double-width glyphsMichele Bini
2022-05-11Multi-width graphical character extensionMichele Bini
2022-05-11Support full ASCII for neofontMichele Bini
2022-05-11rm redundant SetClockFaceMichele Bini
2022-05-11keep text red after stopping overtime timerMichele Bini
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-18Merge branch 'develop' into remove-nm-referenceMax Friedrich
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-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