summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/Clock.cpp
AgeCommit message (Collapse)Author
2021-06-20Add step count gauge - replaces heartrate in sidebarKieran Cawthray
2021-06-16Merge remote-tracking branch 'upstream/develop' into pinetimestyleKieran Cawthray
2021-06-12Clock : initialize the actual clockface in initialization list instead of in ↵Jean-François Milants
the core of the ctro().
2021-06-10replace ScreenList with a single screen in Clock. This removes the tap to ↵Florian
switch feature
2021-05-19Remove newline modificationsKieran Cawthray
2021-05-18Fix it again..Kieran Cawthray
2021-05-18Revert "Reset"Kieran Cawthray
This reverts commit 378fa6b4016b65e2d7b128fdc3ce89c4ca779a4d.
2021-05-18ResetKieran Cawthray
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-22replaced all unique_ptr.reset calls with std::make_uniqueNiall Cooling
2021-03-06Merge from upstreamJoaquim
2021-02-24Multi face support, analog clock, 12/24 configJoaquim
2021-01-28LVGL v7.10.0Joaquim
2021-01-17HR Sensor : Add start/stop button to the HeartRate app (the HR sensors stays ↵Jean-François Milants
ON when the app is closed), display the HR value on the Clock app.
2020-11-16Include cleanup: displayapp + screensokaestne
2020-10-27Fix conflictsJF
2020-10-20Integrate new notification UI with notifications coming from BLEJF
2020-10-04Switched from NULL to nullptrAvamander
2020-10-02Fixed all the includes that were broken due to the renamesAvamander
2020-10-02Renamed displayapp/Screens to displayapp/screensAvamander