summaryrefslogtreecommitdiff
path: root/src/displayapp/DisplayApp.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-07-15Merge branch 'develop' into update_touch_driverRiku Isokoski1-3/+5
2021-07-14Set correct refresh times for lvgl (#488)Riku Isokoski1-3/+5
2021-07-14Update touchpad driverRiku Isokoski1-2/+2
2021-07-13Adjust displayapp delay to compensate time spent (#482)Riku Isokoski1-2/+9
2021-07-04Improve stopwatch (#432)Riku Isokoski1-1/+1
2021-06-19Add support for BMA425 acceleration sensor. (#440)JF0021-1/+1
2021-06-12Fix build issues since Metronome app has been merged.Jean-François Milants1-1/+1
2021-06-12add basic metronome app (#409)Bryton Hall1-2/+6
2021-06-12Changed the namespace of SystemInfo::sortById to avoid a name conflict (#360)Avamander1-2/+0
2021-06-12Move most of the code from the constructor of the objects statically initiali...Jean-François Milants1-2/+4
2021-06-10Minor improvements: use std::make_unique when creating unique_ptr, check the ...Jean-François Milants1-6/+15
2021-06-10Fix stack corruption when exiting an app (the app was destroyed while it was ...Jean-François Milants1-1/+7
2021-06-06Initialize SystemTask, DisplayApp and HeartRateTask as global static variable...Jean-François Milants1-12/+20
2021-06-01Enable various compilation flags to reduce the binary size (#401)JF0021-1/+1
2021-05-20Timer App (#355)Florian1-2/+16
2021-05-15DisplayApp : returnApp was renamed ReturnApp() (manual fix after multiple mer...Jean-François Milants1-1/+1
2021-05-15Merge pull request #298 from joaquimorg/StepsAppJF0021-0/+9
2021-05-15Merge pull request #349 from Avamander/patch-2JF0021-1/+1
2021-05-15Merge pull request #350 from Avamander/patch-3JF0021-2/+4
2021-05-14Fixed a naming inconsistency of DisplayApp::ReturnApp and a few formatting er...Avamander1-18/+18
2021-05-14Added braces to a few if statementsAvamander1-2/+4
2021-05-14Switched to booleans for infinite while loopsAvamander1-1/+1
2021-05-02short vibration when enabling itpetter1-1/+4
2021-04-26Merge branch 'develop' ofJoaquim1-64/+79
2021-04-24Reformatted all the files according to clang-format styleAvamander1-64/+79
2021-04-19New Steps appJoaquim1-0/+9
2021-04-16In order to stabilize the battery reading,Joaquim1-1/+1
2021-04-11Move Task info to about menuJoaquim1-6/+1
2021-04-100.16.0 TWI problems fixJoaquim1-0/+5
2021-04-09Merge branch 'develop' into motion-sensorJean-François Milants1-81/+170
2021-04-09add more memory to displayapp taskJoaquim1-1/+1
2021-04-04First integration of the motion sensor (bma 421) : step counting + wake on wr...Jean-François Milants1-5/+10
2021-04-04Big UI and navigation RewriteJoaquim1-79/+165
2021-03-22replaced all unique_ptr.reset calls with std::make_uniqueNiall Cooling1-18/+22
2021-03-21Reverted the paddle app in displayapp.cpppanky-codes1-2/+2
2021-03-20Merged upstreampanky-codes1-6/+9
2021-03-20Merge branch 'develop' of github.com:JF002/Pinetime into developJean-François Milants1-5/+7
2021-03-15Removed unused variables. Tested.panky-codes1-1/+1
2021-03-11Basic logic done. Need to change the timer source to get ms. Also need to rep...panky-codes1-1/+3
2021-03-07Merge branch 'develop' into recovery-firmwareJean-François Milants1-9/+2
2021-02-24Multi face support, analog clock, 12/24 configJoaquim1-5/+7
2021-02-23Merge branch 'LVGL7' of https://github.com/joaquimorg/Pinetime into joaquimor...Jean-François Milants1-3/+0
2021-02-01CleanupJoaquim1-8/+1
2021-01-28LVGL v7.10.0Joaquim1-1/+3
2021-01-26Generate pinetime-recovery : a light version of InfiniTime design to be used ...Jean-François Milants1-1/+2
2021-01-24Handle call notification the same way than other notifications.Jean-François Milants1-9/+2
2021-01-21Add incoming call functionalityRasmus Schenstrom1-0/+3
2021-01-20Merge branch piggz/nav into develop:Jean-François Milants1-0/+2
2021-01-17HR Sensor : Add start/stop button to the HeartRate app (the HR sensors stays ...Jean-François Milants1-2/+2
2021-01-10First implementation of the HR sensor using 100% foss code (ported from waspos)Jean-François Milants1-2/+6