aboutsummaryrefslogtreecommitdiffstats
path: root/src/systemtask/SystemTask.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix and test workflowRiku Isokoski2022-05-081-2/+2
* Systemtask : replace enum SystemTaskState by an enum class.Jean-François Milants2022-05-081-22/+22
* Simplify systemtask statesRiku Isokoski2022-05-081-32/+30
* Replace app_timer with FreeRTOS timersRiku Isokoski2022-04-251-3/+2
* Let TouchHandler return TouchEvents instead of driver specific enumReinhold Gschweicher2022-04-131-3/+4
* In current configuration, the timer task (the one from FreeRTOS) has the lowe...Jean-François Milants2022-03-211-1/+1
* Merge branch 'airplane-mode' of https://github.com/evergreen22/InfiniTime int...Jean-François Milants2022-02-201-3/+7
* Merge branch 'airplane-mode' of https://github.com/evergreen22/InfiniTime int...Jean-François Milants2022-02-201-2/+4
|\
| * Add airplane mode featureJames A. Jerkins2021-12-231-2/+4
* | SystemTask: forward declare BatteryController to fix of cyclic dependencyReinhold Gschweicher2022-02-191-0/+1
* | SystemTask: remove unused ble includesReinhold Gschweicher2022-02-191-9/+0
* | SystemTask: fix static cast missing brackets syntaxReinhold Gschweicher2022-02-121-2/+2
* | Merge pull request #949 from Riksu9000/fix_alarmJF2022-01-261-0/+3
|\ \
| * | Fix alarm on time changeRiku Isokoski2022-01-221-0/+3
* | | Merge pull request #903 from Riksu9000/improved_notif_timeoutJF2022-01-261-0/+1
|\ \ \ | |/ / |/| |
| * | Improved notification timeoutRiku Isokoski2022-01-011-0/+1
| |/
* | Merge branch 'ShakeWake' of https://github.com/geekbozu/InfiniTime into geekb...Jean-François Milants2022-01-041-7/+13
|\ \
| * | Add start of settings app for senstivity.Tim Keller2022-01-041-1/+2
| * | CleanupTim Keller2022-01-041-1/+1
| * | Added Shake to wakeTim Keller2022-01-041-7/+12
| |/
* | Adds enum class for chimes optionSteveAmor2022-01-041-2/+2
* | resolves conflictsSteveAmor2022-01-021-38/+122
|\|
| * List Dir works?Tim Keller2021-12-101-0/+13
| * Fixed unpopped diagnosticAvamander2021-12-091-1/+1
| * Improved format specifiers, bracing, removed C-style casts, whitespace fixes ...Avamander2021-12-091-17/+28
| * Break not return thanks @FintasticManTim Keller2021-12-091-1/+1
| * Adjust systemtask to respect doNotGoToSleep.Tim Keller2021-12-091-1/+4
| * Adjust BLE/LL stacks, style, comments, refactoringJames A. Jerkins2021-12-091-1/+2
| * Persist bond between rebootsJames A. Jerkins2021-12-091-1/+2
| * Connect and bond with a passkeyJames A. Jerkins2021-12-091-0/+7
| * Update includes to to be relative to src directoryReinhold Gschweicher2021-11-151-1/+1
| * Fix previous commit, call touchPanel.Init() even if we disabled the touch con...Jean-François Milants2021-11-071-0/+1
| * Disable the warning that is displayed when the initialization of the touch co...Jean-François Milants2021-11-071-0/+5
| * Make it so special actions can be input while sleeping, like in #480Riku Isokoski2021-10-251-4/+8
| * Only wake up on press. Fixes issue with longer press and sleepRiku Isokoski2021-10-251-5/+4
| * Return button action instead of pushing messagesRiku Isokoski2021-10-251-26/+44
| * Use enum classes, remove old commentRiku Isokoski2021-10-251-2/+2
| * Newer buttonhandlerRiku Isokoski2021-10-251-21/+42
* | format changesSteveAmor2021-11-071-2/+2
* | Chimes optionSteveAmor2021-11-071-0/+20
|/
* Add MotionService : expose step count and RAW X/Y/Z values to the host.Jean-François Milants2021-10-171-1/+2
* Make new notifications refresh idle timerFederico Igne2021-10-141-5/+8
* Merge branch 'update_touch_driver' of git://github.com/Riksu9000/InfiniTime i...Jean-François Milants2021-10-101-2/+7
|\
| * Merge branch 'develop' into update_touch_driverRiku Isokoski2021-10-051-3/+5
| |\
| * \ Merge branch 'develop' into update_touch_driverRiku Isokoski2021-09-181-0/+14
| |\ \
| * \ \ Merge branch 'develop' into update_touch_driverRiku Isokoski2021-09-141-33/+43
| |\ \ \
| * \ \ \ Merge branch 'develop' into update_touch_driverRiku Isokoski2021-08-281-20/+14
| |\ \ \ \
| * | | | | Automatic error detectionRiku Isokoski2021-08-181-2/+7
| * | | | | Merge branch 'develop' into update_touch_driverRiku Isokoski2021-08-171-17/+44
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'develop' into update_touch_driverRiku Isokoski2021-07-151-9/+9
| |\ \ \ \ \ \