summaryrefslogtreecommitdiff
path: root/src/systemtask/SystemTask.cpp
AgeCommit message (Collapse)Author
2021-03-07Merge branch 'develop' into recovery-firmwareJean-François Milants
# Conflicts: # src/CMakeLists.txt # src/displayapp/DisplayApp.h # src/systemtask/SystemTask.cpp # src/systemtask/SystemTask.h
2021-02-24Multi face support, analog clock, 12/24 configJoaquim
2021-02-14Fix merge conflict.Jean-François Milants
2021-02-07add vibration togglepetter
2021-02-05trigger vibration from systemtaskpetter
2021-01-26Generate pinetime-recovery : a light version of InfiniTime design to be used ↵Jean-François Milants
as a recovery firmware : it only provides basic UI and BLE connectivity for OTA. This new FW is build on the same codebasse than the actual InfiniTime. Only the display task is different (this allows to remove lvgl from the recovery fw, which is very heavy). CMake builds and docker have been modified accordingly. Note than the fw is converted into an image and then into a DFU in the cmake build (previously, it was only done in the
2021-01-25create motorcontroller in main and pass by referencepetter
2021-01-24Handle call notification the same way than other notifications.Jean-François Milants
Display the call notifications in the Notification app, with buttons to accept/reject the call.
2021-01-21Add incoming call functionalityRasmus Schenstrom
Add categories to AlertNotification Add new alert notification screens bases Add Incoming Call Add Modal Add event to AlertNotification Co-authored-by: Robin Karlsson <robin.karlsson@protonmail.com>
2021-01-17Add heart rate BLE service.Jean-François Milants
2021-01-17HR Sensor : Add start/stop button to the HeartRate app (the HR sensors stays ↵Jean-François Milants
ON when the app is closed), display the HR value on the Clock app.
2021-01-10HR Sensor : do not go to sleep when the HR app is running.Jean-François Milants
2021-01-10First implementation of the HR sensor using 100% foss code (ported from waspos)Jean-François Milants
2020-12-01Merge pull request #136 from okaestne/include-cleanupJF002
Includes cleanup
2020-11-19Jeez this is what I get for rushing 😬Samuel Archibald
2020-11-19Whoops! Don't look at this XDSamuel Archibald
2020-11-19Readability and fixSamuel Archibald
2020-11-16Include cleanup: componentsokaestne
2020-11-03This is the actual fix, reducing the time between LCD is turned back on and ↵Samuel Archibald
the next task which will display the time is started.
2020-11-03Fixed displaying last displayed time for ~100ms on wakeSamuel Archibald
2020-10-27Disable sleep mode on the SPI NOR Flash when the version is unknown. This is ↵JF
because the current bootloader (which does not exposes its version) cannot initialize the chip when it's in sleep mode. This feature will be re-enabled when the bootloader expses it's version.
2020-10-09Made sure to unsuppress the diagnostic check after the infinite loop declarationAvamander
2020-10-09Minor formatting, diagnostic and documentation changesAvamander
2020-10-04Merge remote-tracking branch 'origin-origin/patch-3'Avamander
# Conflicts: # src/systemtask/SystemTask.cpp
2020-10-04Fixed a typo in SystemTaskAvamander
2020-10-04Minor #include improvementsAvamander
2020-10-02Fixed all the includes that were broken due to the renamesAvamander
2020-10-02Renamed SystemTask/ to systemtask/Avamander