| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make chime play twice instead of oncelocal | Leonardo Bishop | 4 days | 1 | -0/+4 |
| | | |||||
| * | timer: Add ringing and counter | Victor Kareh | 2025-12-13 | 1 | -0/+1 |
| | | | | | | | | | | The timer app issues a short buzz once and then disappears. There is no trace left that the timer finished or how long ago. This change makes the motor start ringing and presents a timer counter. The timer stops buzzing after 10 seconds, and finally resets after 1 minute. | ||||
| * | Switch to freertos timers (#1095) | Michele Bini | 2022-06-06 | 1 | -2/+6 |
| | | | | | | | | | | | | * Use FreeRTOS timer for AlarmController * Use FreeRTOS timer for MotorController * Remove app_timer component from compilation as we now solely use FreeROTS timer * Simplify variable and text names for AlarmController and MotorController timers * Call ScheduleAlarm directly from StopAlerting, for recurring timers Co-authored-by: Riku Isokoski <riksu9000@gmail.com> Co-authored-by: NeroBurner <pyro4hell@gmail.com> | ||||
| * | MotorController: no need to make this function a class function | Reinhold Gschweicher | 2022-02-19 | 1 | -1/+1 |
| | | | | | | The `StopRinging()` function was used just in `Notifications.h` screen. That screen already has access to a `motorController` object. | ||||
| * | Merge branch 'develop' into disable_notif_only | Riku Isokoski | 2021-09-14 | 1 | -1/+0 |
| |\ | |||||
| | * | Remove unused include in MotoController.h | Reinhold Gschweicher | 2021-09-13 | 1 | -1/+0 |
| | | | | | | | | | Remove the unused include `app_timer.h` in `MotorController.h` | ||||
| * | | Merge branch 'develop' into disable_notif_only | Riku Isokoski | 2021-09-13 | 1 | -1/+0 |
| |\| | |||||
| | * | Merge branch 'develop' into pinmap | hubmartin | 2021-08-22 | 1 | -2/+5 |
| | |\ | |||||
| | * | | PinMap with namespace and constexpr | hubmartin | 2021-08-03 | 1 | -1/+0 |
| | | | | |||||
| * | | | Toggle notifications only, keep vibrations. | Riku Isokoski | 2021-09-12 | 1 | -3/+2 |
| | |/ |/| | |||||
| * | | Improvements | Riku Isokoski | 2021-08-01 | 1 | -6/+6 |
| | | | |||||
| * | | cleaned up the code and reduced the size of the diff by removing things like ↵ | Florian Kraupa | 2021-05-16 | 1 | -1/+1 |
| | | | | | | | | | additional whitespaces | ||||
| * | | implemented continuous vibration pattern for incoming calls | Florian Kraupa | 2021-05-16 | 1 | -2/+5 |
| |/ | |||||
| * | Changed access modified indentation | Avamander | 2021-04-24 | 1 | -2/+2 |
| | | |||||
| * | Reformatted all the files according to clang-format style | Avamander | 2021-04-24 | 1 | -7/+7 |
| | | |||||
| * | Big UI and navigation Rewrite | Joaquim | 2021-04-04 | 1 | -0/+3 |
| | | | | | | | | | | | | new navigation add some color to the apps redesign menus new settings menu new quick settings code clean up size reduction by converting navigation images to font and more... | ||||
| * | refactor MotorController | petter | 2021-02-05 | 1 | -0/+1 |
| | | |||||
| * | remove vibtimer from .h to fix nonstop vibration | jlukanc | 2021-01-25 | 1 | -1/+0 |
| | | |||||
| * | move app timer def | jlukanc | 2021-01-25 | 1 | -4/+3 |
| | | |||||
| * | remove unneeded defines | jlukanc | 2021-01-23 | 1 | -38/+1 |
| | | |||||
| * | add motor to notifs, fix tabs in motorcontroller.h | jlukanc | 2021-01-15 | 1 | -34/+34 |
| | | |||||
| * | add non-blocking motor controller | jlukanc | 2021-01-15 | 1 | -0/+57 |
