aboutsummaryrefslogtreecommitdiffstats
path: root/src/systemtask/SystemTask.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Big UI and navigation RewriteJoaquim2021-04-041-9/+38
| | | | | | | | | | | 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...
* replaced all unique_ptr.reset calls with std::make_uniqueNiall Cooling2021-03-221-1/+1
|
* Updated to include WatchFaceAnalog and fixed clashesNiall Cooling2021-03-221-12/+16
|\
| * Merge branch 'develop' of github.com:JF002/Pinetime into developJean-François Milants2021-03-201-2/+6
| |\ | | | | | | | | | | | | | | | # Conflicts: # src/main.cpp # src/systemtask/SystemTask.h
| | * Multi face support, analog clock, 12/24 configJoaquim2021-02-241-2/+6
| | |
| * | Merge branch 'develop' into recovery-firmwareJean-François Milants2021-03-071-4/+8
| |\| | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/CMakeLists.txt # src/displayapp/DisplayApp.h # src/systemtask/SystemTask.cpp # src/systemtask/SystemTask.h
| * | Generate pinetime-recovery : a light version of InfiniTime design to be used ↵Jean-François Milants2021-01-261-11/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Resolved C++14 Cmake build issues so correctly building to C99/C++14 standardsNiall Cooling2021-03-161-2/+4
| |/ |/|
* | Fix merge conflict.Jean-François Milants2021-02-141-3/+7
|\ \
| * | add vibration togglepetter2021-02-071-1/+1
| | |
| * | trigger vibration from systemtaskpetter2021-02-051-3/+4
| | |
| * | create motorcontroller in main and pass by referencepetter2021-01-251-2/+5
| |/
* | Handle call notification the same way than other notifications.Jean-François Milants2021-01-241-6/+1
| | | | | | | | Display the call notifications in the Notification app, with buttons to accept/reject the call.
* | Add incoming call functionalityRasmus Schenstrom2021-01-211-0/+4
|/ | | | | | | | | | | | | | 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>
* Add heart rate BLE service.Jean-François Milants2021-01-171-2/+2
|
* HR Sensor : Add start/stop button to the HeartRate app (the HR sensors stays ↵Jean-François Milants2021-01-171-6/+2
| | | | ON when the app is closed), display the HR value on the Clock app.
* HR Sensor : do not go to sleep when the HR app is running.Jean-François Milants2021-01-101-0/+7
|
* First implementation of the HR sensor using 100% foss code (ported from waspos)Jean-François Milants2021-01-101-3/+13
|
* Merge pull request #136 from okaestne/include-cleanupJF0022020-12-011-12/+20
|\ | | | | Includes cleanup
| * Include cleanup: componentsokaestne2020-11-161-12/+20
| |
* | Jeez this is what I get for rushing 😬Samuel Archibald2020-11-191-1/+1
| |
* | Whoops! Don't look at this XDSamuel Archibald2020-11-191-1/+1
| |
* | Readability and fixSamuel Archibald2020-11-191-1/+2
| |
* | This is the actual fix, reducing the time between LCD is turned back on and ↵Samuel Archibald2020-11-021-7/+4
| | | | | | | | the next task which will display the time is started.
* | Fixed displaying last displayed time for ~100ms on wakeSamuel Archibald2020-11-021-4/+4
|/
* Disable sleep mode on the SPI NOR Flash when the version is unknown. This is ↵JF2020-10-271-1/+6
| | | | | | 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.
* Made sure to unsuppress the diagnostic check after the infinite loop declarationAvamander2020-10-091-0/+2
|
* Minor formatting, diagnostic and documentation changesAvamander2020-10-091-1/+4
|
* Merge remote-tracking branch 'origin-origin/patch-3'Avamander2020-10-041-2/+2
|\ | | | | | | | | # Conflicts: # src/systemtask/SystemTask.cpp
| * Minor #include improvementsAvamander2020-10-041-4/+6
| |
* | Fixed a typo in SystemTaskAvamander2020-10-041-3/+3
|/
* Fixed all the includes that were broken due to the renamesAvamander2020-10-021-3/+3
|
* Renamed SystemTask/ to systemtask/Avamander2020-10-021-0/+247