summaryrefslogtreecommitdiff
path: root/src/systemtask/SystemTask.h
AgeCommit message (Collapse)AuthorFilesLines
2021-04-09Merge branch 'develop' into motion-sensorJean-François Milants1-3/+2
# Conflicts: # src/CMakeLists.txt # src/displayapp/Apps.h # src/displayapp/DisplayApp.cpp # src/displayapp/DisplayApp.h # src/displayapp/lv_pinetime_theme.c # src/displayapp/screens/ApplicationList.cpp # src/drivers/TwiMaster.cpp # src/systemtask/SystemTask.h
2021-04-05Fix wake up lock in twiJoaquim1-1/+1
optimize battery code
2021-04-04Reset the step count every day at midnight.Jean-François Milants1-3/+4
2021-04-04First integration of the motion sensor (bma 421) : step counting + wake on ↵Jean-François Milants1-0/+6
wrist rotation + app to see the value of the 3 axis in "real time".
2021-04-04Big UI and navigation RewriteJoaquim1-3/+2
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-03-20Merge branch 'develop' of github.com:JF002/Pinetime into developJean-François Milants1-1/+5
# Conflicts: # src/main.cpp # src/systemtask/SystemTask.h
2021-03-07Merge branch 'develop' into recovery-firmwareJean-François Milants1-4/+5
# 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 configJoaquim1-1/+4
2021-02-14Fix merge conflict.Jean-François Milants1-0/+3
2021-01-26Generate pinetime-recovery : a light version of InfiniTime design to be used ↵Jean-François Milants1-0/+9
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 referencepetter1-0/+3
2021-01-24Handle call notification the same way than other notifications.Jean-François Milants1-2/+1
Display the call notifications in the Notification app, with buttons to accept/reject the call.
2021-01-21Add incoming call functionalityRasmus Schenstrom1-1/+1
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 Milants1-1/+1
2021-01-17HR Sensor : Add start/stop button to the HeartRate app (the HR sensors stays ↵Jean-François Milants1-2/+1
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 Milants1-1/+2
2021-01-10First implementation of the HR sensor using 100% foss code (ported from waspos)Jean-François Milants1-2/+9
2020-11-16Include cleanup: componentsokaestne1-7/+13
2020-10-04Fixed a typo in SystemTaskAvamander1-1/+1
2020-10-02Fixed all the includes that were broken due to the renamesAvamander1-4/+5
2020-10-02Renamed SystemTask/ to systemtask/Avamander1-0/+92