| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-07 | use tick-based duration type for computation | Michele Bini | |
| 2022-06-07 | s/alarmAppTimer/alarmTimer/ | Michele Bini | |
| 2022-06-06 | Set battery voltage corresponding to 0% as 3.6 V | Michele Bini | |
| 2022-05-10 | Fix for stopping timer alert and simplifying code. | Michele Bini | |
| 2022-04-21 | Merge branch 'rev22-develop' into edge | Michele Bini | |
| 2022-04-20 | Merge branch 'alarm-reliability-and-switch-to-freertos-timers' into ↵ | Michele Bini | |
| rev22-develop | |||
| 2022-04-18 | Merge branch 'develop' into remove-nm-reference | Max Friedrich | |
| 2022-04-18 | Merge pull request #1009 from ↵ | Riku Isokoski | |
| NeroBurner/AlarmController_allow_less_precice_system_time AlarmController: allow loss of precision for alarmTime cast | |||
| 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 | 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-11 | Use uint8_t as underlying type for Brightness controller | Michele Bini | |
| 2022-04-10 | New chimes engine | Michele Bini | |
| 2022-04-10 | Display deciseconds in digital watchface | Michele Bini | |
| 2022-04-10 | fix for bluetooth-passkey-enable-toggle | Michele Bini | |
| 2022-04-10 | Bluetooth Passkey Toggle setting | Michele Bini | |
| 2022-04-10 | Streamline datetime code, adjust precision to the one actually used, save ↵ | Michele Bini | |
| with second precision in noinit section | |||
| 2022-04-10 | Integrate hatmajster's timer code | Michele Bini | |
| 2022-04-09 | Integrate FintasticMan's RaiseWake and LowerToSleep mods | Michele Bini | |
| 2022-04-02 | Replace airplane mode with a bluetooth toggle | Riku Isokoski | |
| 2022-03-29 | AlarmController: allow loss of precision for alarmTime cast | Reinhold Gschweicher | |
| Allow a loss of precision if the system clock has a lower resolution than nanoseconds. This is the case for web assembly. | |||
| 2022-03-21 | New changes according to the review : Priority 0 for display, 1 for system, ↵ | Jean-François Milants | |
| timer and ble host, and 2 for ble LL | |||
| 2022-03-21 | Music app : when title/track name are truncated, add an ellipsis at the end ↵ | Jean-François Milants | |
| of the strings. | |||
| 2022-03-21 | Add missing space in if expression. | Jean-François Milants | |
| 2022-03-21 | Limit the size of the track and album name received by MusicService. This ↵ | Jean-François Milants | |
| should work around this bug : https://github.com/InfiniTimeOrg/InfiniTime/issues/825 and prevent heap over-allocation. | |||
| 2022-03-14 | DateTimeController: make possible functions const | Reinhold Gschweicher | |
| MonthShortToString and DayOfWeekShortToString don't change the underlying object. Those are just getters and can be declared `const`. | |||
| 2022-03-08 | Add missing nrf_log.h includes shadowed by SystemMonitor.h | Reinhold Gschweicher | |
| Some components were missing a `nrf_log.h` include. This missing include was accidentally provided by the SystemMonitor.h header, which was included by Systemtask.h | |||
| 2022-03-03 | Settings: more specific read and write mode | Reinhold Gschweicher | |
| For each filesystem interaction be more specific if we want to read from the file or write to it. Doing a non-creating read on the loading of the settings file, otherwise an empty file could be created, and when reading that empty file for the initial settings I would expect an error (or random data) when reading. | |||
| 2022-02-20 | Merge branch 'airplane-mode' of https://github.com/evergreen22/InfiniTime ↵ | Jean-François Milants | |
| into evergreen22-airplane-mode Apply a few changes that were requested in the PR during the review. # Conflicts: # src/CMakeLists.txt # src/displayapp/Apps.h # src/displayapp/DisplayApp.cpp # src/displayapp/Messages.h # src/displayapp/screens/settings/Settings.cpp | |||
