summaryrefslogtreecommitdiff
path: root/src/displayapp/DisplayApp.h
AgeCommit message (Collapse)Author
2022-03-26Revert "sans animations"Michele Bini
This reverts commit 268ddbdc7622ab2a6b0490701064ffdde13fee51.
2022-03-26sans alarmMichele Bini
2022-03-26sans heartMichele Bini
2022-03-25sans animationsMichele Bini
2022-03-25Remove stopwatch and countdown timerMichele Bini
2022-02-19Provide reference to BrightnessController in DisplayAppReinhold Gschweicher
For the simulator I need a way to get to the brightnessController object and handle the set brightness-levels accoringly. This is done by the constructor expecting a brightnessController object instead of initializing one itself
2021-11-15Update includes to to be relative to src directoryReinhold Gschweicher
Don't use relative imports like `../foo.h` as those depend on the relative position of both files. Rather than that use imports relative to the `src` directory, which explicitly is part of the include directories.
2021-10-05Merge branch 'develop' into update_touch_driverRiku Isokoski
2021-10-03Merge pull request #623 from Riksu9000/lvgl_queuetimeoutJF
Let LVGL control queueTimeout
2021-09-21Remove unused variableRiku Isokoski
2021-09-18Merge branch 'develop' into update_touch_driverRiku Isokoski
2021-09-10Created basic alarm appMark Russell
2021-08-29Let lvgl control queueTimeoutRiku Isokoski
2021-08-28Merge branch 'develop' into update_touch_driverRiku Isokoski
2021-08-18Automatic error detectionRiku Isokoski
2021-07-24Merge branch 'fix_touchevent_tap' of git://github.com/Riksu9000/InfiniTime ↵Jean-François Milants
into Riksu9000-fix_touchevent_tap # Conflicts: # src/displayapp/DisplayApp.cpp
2021-07-15Fix most issuesRiku Isokoski
2021-07-15New touch handler, with issuesRiku Isokoski
2021-07-14Merge branch 'develop' into fix_touchevent_tapRiku Isokoski
2021-07-13Adjust displayapp delay to compensate time spent (#482)Riku Isokoski
2021-06-11Fix touchevent tapRiku Isokoski
2021-06-10Fix stack corruption when exiting an app (the app was destroyed while it was ↵Jean-François Milants
executing the button handler).
2021-06-06Initialize SystemTask, DisplayApp and HeartRateTask as global static ↵Jean-François Milants
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)Florian
* 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 ↵Avamander
errors
2021-05-02short vibration when enabling itpetter
2021-04-24Changed access modified indentationAvamander
2021-04-24Reformatted all the files according to clang-format styleAvamander
2021-04-09Merge branch 'develop' into motion-sensorJean-François Milants
# 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 Milants
wrist rotation + app to see the value of the 3 axis in "real time".
2021-04-04Big UI and navigation RewriteJoaquim
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 Milants
# Conflicts: # src/main.cpp # src/systemtask/SystemTask.h
2021-03-07Merge branch 'develop' into recovery-firmwareJean-François Milants
# 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 configJoaquim
2021-02-01CleanupJoaquim
2021-01-26Generate pinetime-recovery : a light version of InfiniTime design to be used ↵Jean-François Milants
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 Milants
2020-11-16Include cleanup: displayapp + screensokaestne
2020-10-02Fixed all the includes that were broken due to the renamesAvamander
2020-10-02Renamed DisplayApp/ to displayapp/Avamander