| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-04-17 | Merge branch 'alarm-reliability-and-switch-to-freertos-timers' into edge | Michele 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-17 | Differentiate 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-17 | Remove app_timer component from compilation | Michele Bini | |
| 2022-04-17 | Switch MotorController and TimerController to FreeRTOS timers | Michele Bini | |
| 2022-04-17 | Use FreeRTOS timer for AlarmController | Michele Bini | |
| 2022-04-17 | StartRinging immediately, simplify code | Michele Bini | |
| 2022-04-17 | Remove systemTask reference from MotorController | Michele Bini | |
| 2022-04-17 | Simplify MotorController timer code | Michele Bini | |
| 2022-04-16 | Make Init methods more uniform among timer and alarm controllers | Michele Bini | |
| 2022-04-16 | Protect OnStopRinging | Michele Bini | |
| 2022-04-16 | Renamed RescheduleAlarm to OnAdjustTime | Michele Bini | |
| 2022-04-16 | Fix for RescheduleAlarm | Michele Bini | |
| 2022-04-16 | Differentiate 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-16 | remove app timer, with the exception of header, to keep APP_TIMER_TICKS ↵ | Michele Bini | |
| definition. | |||
| 2022-04-16 | Merge branch 'alarm-fix-work' into edge | Michele Bini | |
| # Conflicts: # src/components/timer/TimerController.cpp | |||
| 2022-04-16 | Run ScheduleAlarm from System task events only. | Michele Bini | |
| 2022-04-16 | replace pdMS_TO_TICKS with APP_TIMER_TICKS; more tweaks | Michele Bini | |
| 2022-04-16 | Switch motorController to FreeRTOS timers. | Michele Bini | |
| 2022-04-15 | Mirror changes for timer App | Michele Bini | |
| 2022-04-15 | Further refine previous commits | Michele Bini | |
| 2022-04-15 | Refine previous commit | Michele Bini | |
| 2022-04-15 | Test code for missed alarm | Michele Bini | |
| 2022-04-13 | Fix for previous two commits | Michele Bini | |
| 2022-04-13 | Uncommited changed in last commit | Michele Bini | |
| 2022-04-13 | Attempt to fix lost alarms | Michele Bini | |
| 2022-04-13 | Let TouchHandler return TouchEvents instead of driver specific enum | Reinhold 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-12 | Use lime instead of green when appropriate | Michele Bini | |
| 2022-04-11 | Update letters W k v w x | Michele Bini | |
| 2022-04-11 | Update letters A B D F M O R U | Michele Bini | |
| 2022-04-11 | Update letters A F M O R U | Michele Bini | |
| 2022-04-11 | Flashlight starts on at full brightness; to save energy use backed-up ↵ | Michele Bini | |
| brightness when flashlight is off | |||
| 2022-04-11 | Use uint8_t as underlying type for Brightness controller | Michele Bini | |
| 2022-04-11 | Tweak heartrate display for digital and analog24 watchfaces | Michele Bini | |
| 2022-04-10 | Improve watch font sizes | Michele Bini | |
| 2022-04-10 | battery stats | Michele Bini | |
| 2022-04-10 | neofont tweak | Michele Bini | |
| 2022-04-10 | Add jumpscore app | Michele Bini | |
| 2022-04-10 | New chimes engine | Michele Bini | |
| 2022-04-10 | Optimized compilation options | Michele Bini | |
| 2022-04-10 | Display deciseconds in digital watchface | Michele Bini | |
| 2022-04-10 | Watchface digital display: seconds and temperature | Michele Bini | |
| 2022-04-10 | fix for bluetooth-passkey-enable-toggle | Michele Bini | |
| 2022-04-10 | Add more symbols... | Michele Bini | |
| 2022-04-10 | Bluetooth Passkey Toggle setting | Michele Bini | |
| 2022-04-10 | lowercase characters | Michele Bini | |
| 2022-04-10 | neofont: don't try to print non-printable characters with code < 0x20 | Michele Bini | |
| 2022-04-10 | Persist brightness level of flashlight, and start as on | Michele Bini | |
| 2022-04-10 | reduce conditional branching and tests for motion activity interactions | Michele Bini | |
| 2022-04-10 | mix work | Michele Bini | |
| 2022-04-10 | add bluetooth icon | Michele Bini | |
