aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/DisplayApp.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move most of the code from the constructor of the objects statically initiali...Jean-François Milants2021-06-121-2/+4
* Minor improvements: use std::make_unique when creating unique_ptr, check the ...Jean-François Milants2021-06-101-6/+15
* Fix stack corruption when exiting an app (the app was destroyed while it was ...Jean-François Milants2021-06-101-1/+7
* Initialize SystemTask, DisplayApp and HeartRateTask as global static variable...Jean-François Milants2021-06-061-12/+20
* Enable various compilation flags to reduce the binary size (#401)JF0022021-06-011-1/+1
* Timer App (#355)Florian2021-05-201-2/+16
* DisplayApp : returnApp was renamed ReturnApp() (manual fix after multiple mer...Jean-François Milants2021-05-151-1/+1
* Merge pull request #298 from joaquimorg/StepsAppJF0022021-05-151-0/+9
|\
| * Merge branch 'develop' ofJoaquim2021-04-261-64/+79
| |\
| * | New Steps appJoaquim2021-04-191-0/+9
* | | Merge pull request #349 from Avamander/patch-2JF0022021-05-151-1/+1
|\ \ \
| * | | Switched to booleans for infinite while loopsAvamander2021-05-141-1/+1
* | | | Merge pull request #350 from Avamander/patch-3JF0022021-05-151-2/+4
|\ \ \ \
| * | | | Added braces to a few if statementsAvamander2021-05-141-2/+4
| |/ / /
* / / / Fixed a naming inconsistency of DisplayApp::ReturnApp and a few formatting er...Avamander2021-05-141-18/+18
|/ / /
* | / short vibration when enabling itpetter2021-05-021-1/+4
| |/ |/|
* | Reformatted all the files according to clang-format styleAvamander2021-04-241-64/+79
|/
* In order to stabilize the battery reading,Joaquim2021-04-161-1/+1
* Move Task info to about menuJoaquim2021-04-111-6/+1
* 0.16.0 TWI problems fixJoaquim2021-04-101-0/+5
* Merge branch 'develop' into motion-sensorJean-François Milants2021-04-091-81/+170
|\
| * add more memory to displayapp taskJoaquim2021-04-091-1/+1
| * Big UI and navigation RewriteJoaquim2021-04-041-79/+165
* | First integration of the motion sensor (bma 421) : step counting + wake on wr...Jean-François Milants2021-04-041-5/+10
|/
* replaced all unique_ptr.reset calls with std::make_uniqueNiall Cooling2021-03-221-18/+22
* Reverted the paddle app in displayapp.cpppanky-codes2021-03-211-2/+2
* Merged upstreampanky-codes2021-03-201-6/+9
|\
| * Merge branch 'develop' of github.com:JF002/Pinetime into developJean-François Milants2021-03-201-5/+7
| |\
| | * Multi face support, analog clock, 12/24 configJoaquim2021-02-241-5/+7
| * | Merge branch 'develop' into recovery-firmwareJean-François Milants2021-03-071-9/+2
| |\|
| * | Generate pinetime-recovery : a light version of InfiniTime design to be used ...Jean-François Milants2021-01-261-1/+2
* | | Removed unused variables. Tested.panky-codes2021-03-151-1/+1
* | | Basic logic done. Need to change the timer source to get ms. Also need to rep...panky-codes2021-03-111-1/+3
| |/ |/|
* | Merge branch 'LVGL7' of https://github.com/joaquimorg/Pinetime into joaquimor...Jean-François Milants2021-02-231-3/+0
|\ \
| * | CleanupJoaquim2021-02-011-8/+1
| * | LVGL v7.10.0Joaquim2021-01-281-1/+3
| |/
* | Handle call notification the same way than other notifications.Jean-François Milants2021-01-241-9/+2
* | Add incoming call functionalityRasmus Schenstrom2021-01-211-0/+3
|/
* Merge branch piggz/nav into develop:Jean-François Milants2021-01-201-0/+2
* HR Sensor : Add start/stop button to the HeartRate app (the HR sensors stays ...Jean-François Milants2021-01-171-2/+2
* First implementation of the HR sensor using 100% foss code (ported from waspos)Jean-François Milants2021-01-101-2/+6
* adds 2048 clone gameJed2021-01-021-0/+2
* Update DisplayApp.cppZephyrLabs2020-12-031-1/+1
* Update DisplayApp.cppZephyrLabs2020-12-031-0/+1
* Addition of new files in MakeListZephyrLabs2020-12-031-0/+2
* Include cleanup: displayapp + screensokaestne2020-11-161-15/+14
* Integrate new notification UI with notifications coming from BLEJF2020-10-201-7/+9
* [WIP] Add new notification UI that use HW scrolling effects. Both notificatio...JF2020-10-191-0/+2
* [WIP] New notification app that uses software scrolling effect.JF2020-10-181-0/+2
* Fixed all the includes that were broken due to the renamesAvamander2020-10-021-15/+16