aboutsummaryrefslogtreecommitdiffstats
path: root/src/systemtask/SystemTask.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| |\ \ \ \ \ \
| * | | | | | | Update touchpad driverRiku Isokoski2021-07-141-1/+1
* | | | | | | | Remove call to `batteryController.Update();` which was replaced by `batteryCo...Jean-François Milants2021-10-091-3/+0
* | | | | | | | Merge pull request #715 from hubmartin/gpiote-fixJF2021-10-091-9/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | Code cleanuphubmartin2021-10-031-6/+0
| * | | | | | | | Call battery controller updatehubmartin2021-10-031-1/+3
| * | | | | | | | GPIOTE fix of button and power detection experimenthubmartin2021-10-031-9/+13
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge pull request #719 from Riksu9000/improve_battery_reportingJF2021-10-091-9/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | Don't measure and notify percentage on charging event.Riku Isokoski2021-10-091-3/+4
| * | | | | | | | Improve battery percentage calculation and reportingRiku Isokoski2021-10-041-6/+2
| |/ / / / / / /
* | | | | | | | Call also ReloadIdleTimerhubmartin2021-10-081-0/+1
* | | | | | | | Add wake on charge eventhubmartin2021-10-081-0/+3
|/ / / / / / /
* | | | | | | Merge pull request #664 from Riksu9000/disable_notif_onlyJF0022021-09-231-3/+5
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Merge branch 'develop' into disable_notif_onlyRiku Isokoski2021-09-141-2/+3
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge branch 'develop' into disable_notif_onlyRiku Isokoski2021-09-131-25/+32
| |\ \ \ \ \ \
| * | | | | | | Toggle notifications only, keep vibrations.Riku Isokoski2021-09-121-3/+5
* | | | | | | | Merge branch 'PersistantStorage' of git://github.com/geekbozu/InfiniTime into...Jean-François Milants2021-09-181-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Move Backup to the system task.Tim Keller2021-08-191-0/+1
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | resolve conflict in src/systemtask/Messages.hMark Russell2021-09-161-27/+35
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Merge branch 'refactor_adv' of https://github.com/evergreen22/InfiniTime into...Jean-François Milants2021-09-131-2/+3
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | Advertise fast for at least 30 secs then slow downJames A. Jerkins2021-09-051-0/+3
| | * | | | | | WIP Refactor ble advertisingJames A. Jerkins2021-08-291-2/+0
| | |/ / / / /
| * | | | | | Merge pull request #549 from hubmartin/pinmapJF0022021-09-131-9/+11
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'develop' into pinmaphubmartin2021-09-131-15/+20
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'develop' into pinmaphubmartin2021-08-291-26/+22
| | |\ \ \ \ \ \ \ | | | | |_|/ / / / | | | |/| | | | |
| | * | | | | | | Merge branch 'develop' into pinmaphubmartin2021-08-221-3/+2
| | |\ \ \ \ \ \ \ | | | | |_|/ / / / | | | |/| | | | |
| | * | | | | | | PinMap with namespace and constexprhubmartin2021-08-031-9/+11
| * | | | | | | | docs: Fix a few typos (#606)Tim Gates2021-09-131-1/+1
| | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Merge remote-tracking branch 'upstream/develop' into timer_battery_readingRiku Isokoski2021-08-301-6/+8
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| * | | | | | | Merge branch 'develop' into timer_battery_readingRiku Isokoski2021-08-281-20/+14
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge branch 'develop' into timer_battery_readingRiku Isokoski2021-08-141-3/+2
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Make battery reading periodic. Add events. Disable pullupRiku Isokoski2021-08-141-15/+20
| | |_|_|/ / / | |/| | | | |
* | | | | | | Revert "Merge upstream"Mark Russell2021-09-161-35/+27
* | | | | | | Merge upstreamMark Russell2021-09-161-27/+35
* | | | | | | Fixes per Riksu9000's feedbackMark Russell2021-09-161-1/+1
* | | | | | | Fixes based on code reviews (formatting, UI code)Mark Russell2021-09-131-2/+1
* | | | | | | Created basic alarm appMark Russell2021-09-101-0/+14
| |_|_|/ / / |/| | | | |
* | | | | | Fix wake on tap/double tap.Jean-François Milants2021-08-281-6/+8
| |_|/ / / |/| | | |
* | | | | Fix touchinfo typo in SystemTask.Jean-François Milants2021-08-281-1/+1
* | | | | Merge branch 'twimaster_rework' of https://github.com/Riksu9000/InfiniTime in...Jean-François Milants2021-08-281-16/+5
|\ \ \ \ \
| * | | | | Only enable the bus when neededRiku Isokoski2021-08-101-9/+0
| |/ / / /
* | | | | Merge branch 'develop' into new_touch_handlerRiku Isokoski2021-08-181-3/+2
|\ \ \ \ \ | | |/ / / | |/| | |