summaryrefslogtreecommitdiff
path: root/src/displayapp/DisplayApp.h
AgeCommit message (Collapse)AuthorFilesLines
2021-10-05Merge branch 'develop' into update_touch_driverRiku Isokoski1-4/+0
2021-10-03Merge pull request #623 from Riksu9000/lvgl_queuetimeoutJF1-3/+0
Let LVGL control queueTimeout
2021-09-21Remove unused variableRiku Isokoski1-1/+0
2021-09-18Merge branch 'develop' into update_touch_driverRiku Isokoski1-0/+4
2021-09-10Created basic alarm appMark Russell1-0/+4
2021-08-29Let lvgl control queueTimeoutRiku Isokoski1-2/+0
2021-08-28Merge branch 'develop' into update_touch_driverRiku Isokoski1-5/+6
2021-08-18Automatic error detectionRiku Isokoski1-1/+4
2021-07-24Merge branch 'fix_touchevent_tap' of git://github.com/Riksu9000/InfiniTime ↵Jean-François Milants1-1/+0
into Riksu9000-fix_touchevent_tap # Conflicts: # src/displayapp/DisplayApp.cpp
2021-07-16Fix most issuesRiku Isokoski1-4/+0
2021-07-15New touch handler, with issuesRiku Isokoski1-2/+6
2021-07-14Merge branch 'develop' into fix_touchevent_tapRiku Isokoski1-2/+9
2021-07-13Adjust displayapp delay to compensate time spent (#482)Riku Isokoski1-0/+1
2021-06-11Fix touchevent tapRiku Isokoski1-1/+1
2021-06-10Fix stack corruption when exiting an app (the app was destroyed while it was ↵Jean-François Milants1-0/+3
executing the button handler).
2021-06-06Initialize SystemTask, DisplayApp and HeartRateTask as global static ↵Jean-François Milants1-2/+5
variable instead of variables on the heap. We don't need them on the heap as we know their size at build time, it'll reduce memory fragmentation and it'll make memory analysis easier.
2021-05-20Timer App (#355)Florian1-1/+4
* built timer app * Style improvements * making sure buttons stay hidden when the app is reopened and reappear after the timer runs out * more sensible calculations of time deltas. eliminated that mysterious scaling factor * changing the timer icon
2021-05-14Fixed a naming inconsistency of DisplayApp::ReturnApp and a few formatting ↵Avamander1-1/+1
errors
2021-05-02short vibration when enabling itpetter1-0/+3
2021-04-24Changed access modified indentationAvamander1-2/+2
2021-04-24Reformatted all the files according to clang-format styleAvamander1-68/+67
2021-04-09Merge branch 'develop' into motion-sensorJean-François Milants1-26/+32
# 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-04First integration of the motion sensor (bma 421) : step counting + wake on ↵Jean-François Milants1-1/+4
wrist rotation + app to see the value of the 3 axis in "real time".
2021-04-04Big UI and navigation RewriteJoaquim1-25/+31
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/+6
# Conflicts: # src/main.cpp # src/systemtask/SystemTask.h
2021-03-07Merge branch 'develop' into recovery-firmwareJean-François Milants1-2/+1
# 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/+7
2021-02-01CleanupJoaquim1-2/+1
2021-01-26Generate pinetime-recovery : a light version of InfiniTime design to be used ↵Jean-François Milants1-4/+2
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-10First implementation of the HR sensor using 100% foss code (ported from waspos)Jean-François Milants1-1/+4
2020-11-16Include cleanup: displayapp + screensokaestne1-17/+19
2020-10-02Fixed all the includes that were broken due to the renamesAvamander1-10/+10
2020-10-02Renamed DisplayApp/ to displayapp/Avamander1-0/+92