| 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 | Switch MotorController and TimerController to FreeRTOS timers | 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 | Protect OnStopRinging | 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-02-19 | MotorController: no need to make this function a class function | Reinhold Gschweicher | |
| The `StopRinging()` function was used just in `Notifications.h` screen. That screen already has access to a `motorController` object. | |||
| 2021-11-15 | Update includes to to be relative to src directory | Reinhold Gschweicher | |
| Don't use relative imports like `../foo.h` as those depend on the relative position of both files. Rather than that use imports relative to the `src` directory, which explicitly is part of the include directories. | |||
| 2021-09-14 | Merge branch 'develop' into disable_notif_only | Riku Isokoski | |
| 2021-09-13 | Remove unused include in MotoController.h | Reinhold Gschweicher | |
| Remove the unused include `app_timer.h` in `MotorController.h` | |||
| 2021-09-13 | Merge branch 'develop' into disable_notif_only | Riku Isokoski | |
| 2021-09-12 | Toggle notifications only, keep vibrations. | Riku Isokoski | |
| 2021-08-22 | Merge branch 'develop' into pinmap | hubmartin | |
| 2021-08-03 | PinMap with namespace and constexpr | hubmartin | |
| 2021-08-01 | Improvements | Riku Isokoski | |
| 2021-08-01 | Merge branch 'develop' into HEAD | Riku Isokoski | |
| 2021-05-20 | Timer App (#355) | Florian | |
| * built timer app * Style improvements * making sure buttons stay hidden when the app is reopened and reappear after the timer runs out * more sensible calculations of time deltas. eliminated that mysterious scaling factor * changing the timer icon | |||
| 2021-05-15 | cleaned up the code and reduced the size of the diff by removing things like ↵ | Florian Kraupa | |
| additional whitespaces | |||
| 2021-05-15 | implemented continuous vibration pattern for incoming calls | Florian Kraupa | |
| 2021-04-24 | Changed access modified indentation | Avamander | |
| 2021-04-24 | Reformatted all the files according to clang-format style | Avamander | |
| 2021-04-04 | Big UI and navigation Rewrite | Joaquim | |
| 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... | |||
| 2021-02-05 | refactor MotorController | petter | |
| 2021-01-25 | remove vibtimer from .h to fix nonstop vibration | jlukanc | |
| 2021-01-25 | move app timer def | jlukanc | |
| 2021-01-23 | remove unneeded defines | jlukanc | |
| 2021-01-16 | add motor to notifs, fix tabs in motorcontroller.h | jlukanc | |
| 2021-01-16 | add non-blocking motor controller | jlukanc | |
