aboutsummaryrefslogtreecommitdiffstats
path: root/src/systemtask/SystemTask.cpp
Commit message (Expand)AuthorAgeFilesLines
* TimerController: Make TimerController reusableRiku Isokoski2023-04-161-9/+0
* MotionController: Remove IsOk variableRiku Isokoski2023-04-161-1/+0
* inactivity: Use LVGL inactivity timersRiku Isokoski2023-03-181-63/+5
* raisewake: Change names in line with the style guideFinlay Davidson2023-03-091-1/+1
* shakewake: Fix names according to style guideFinlay Davidson2023-03-091-1/+1
* Revert "added low battery message"Riku Isokoski2023-03-021-12/+0
* SystemTask: Move lcd to DisplayAppRiku Isokoski2023-02-251-5/+0
* LittleVgl: Instantiate in DisplayAppRiku Isokoski2023-02-251-2/+0
* SystemTask: Move MotorController to DisplayAppRiku Isokoski2023-02-251-14/+3
* TouchHandler: Do not store touch panel referenceRiku Isokoski2023-02-241-2/+2
* touchhandler: Remove LVGL dependencyRiku Isokoski2023-02-241-3/+2
* Include algorithm and cstring for std::memcpy and std::minJean-François Milants2022-12-271-0/+2
* Update src/systemtask/SystemTask.cppMax Friedrich2022-12-271-4/+4
* hopefully fixed crash on notificationminacode2022-12-271-1/+1
* formatminacode2022-12-271-1/+2
* removed magic numberminacode2022-12-271-1/+1
* added punctuationminacode2022-12-271-2/+2
* added message, changed UIminacode2022-12-271-2/+2
* formatminacode2022-12-271-11/+9
* added low battery messageminacode2022-12-271-0/+11
* Update clang-tidy configuration and fix some warnings (#1474)Riku Isokoski2022-12-181-11/+9
* Fix clang-tidy warningsRiku Isokoski2022-10-101-1/+1
* Add sleep mode which disables notifications, touch- and motion wakeup (#1261)Riku Isokoski2022-08-211-11/+14
* Switch to freertos timers (#1095)Michele Bini2022-06-061-3/+0
* System: Refactor pin and interrupt setupChristoph Honal2022-06-051-19/+9
* SystemTask: Use "&&" instead of "and" for operatorsChristoph Honal2022-06-051-5/+6
* Fix various typosluz paz2022-06-051-1/+1
* 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