aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/Clock.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' into refresh_reworkRiku Isokoski2021-08-101-18/+0
|\
| * Code cleaning in Clock, WatchFaceAnalog, WatchFaceDigital and PineTimeStyle, ↵Jean-François Milants2021-08-101-19/+1
| | | | | | | | inspired by PR #232 by nscooling.
* | Refresh reworkRiku Isokoski2021-07-191-6/+1
|/
* Add PineTimeStyle watchface (#334)kieranc2021-06-291-0/+14
| | | | | | | | | | | | | * PineTimeStyle * Move GPL license header * Add step count gauge - replaces heartrate in sidebar * Enable 12/24h functionality * Set step gauge outer to be white when step goal is reached * Add font source file * Move static needle_colors array to member variable * Add documentation on generating a font * Replace .ttf with Google version, add link to font page Co-authored-by: JF002 <JF002@users.noreply.github.com>
* Clock : initialize the actual clockface in initialization list instead of in ↵Jean-François Milants2021-06-121-19/+12
| | | | the core of the ctro().
* replace ScreenList with a single screen in Clock. This removes the tap to ↵Florian2021-06-111-18/+21
| | | | switch feature
* Reformatted all the files according to clang-format styleAvamander2021-04-241-38/+51
|
* Merge branch 'develop' into motion-sensorJean-François Milants2021-04-091-5/+0
|\ | | | | | | | | | | | | | | | | | | | | | | # 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
| * Big UI and navigation RewriteJoaquim2021-04-041-5/+0
| | | | | | | | | | | | | | | | | | | | | | 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...
* | First integration of the motion sensor (bma 421) : step counting + wake on ↵Jean-François Milants2021-04-041-3/+6
|/ | | | wrist rotation + app to see the value of the 3 axis in "real time".
* replaced all unique_ptr.reset calls with std::make_uniqueNiall Cooling2021-03-221-4/+4
|
* Merge from upstreamJoaquim2021-03-061-1/+2
|
* Multi face support, analog clock, 12/24 configJoaquim2021-02-241-211/+41
|
* LVGL v7.10.0Joaquim2021-01-281-4/+3
|
* HR Sensor : Add start/stop button to the HeartRate app (the HR sensors stays ↵Jean-François Milants2021-01-171-5/+13
| | | | ON when the app is closed), display the HR value on the Clock app.
* Include cleanup: displayapp + screensokaestne2020-11-161-7/+8
|
* Fix conflictsJF2020-10-271-11/+12
|\
| * Switched from NULL to nullptrAvamander2020-10-041-11/+11
| |
* | Integrate new notification UI with notifications coming from BLEJF2020-10-201-3/+18
|/
* Fixed all the includes that were broken due to the renamesAvamander2020-10-021-1/+2
|
* Renamed displayapp/Screens to displayapp/screensAvamander2020-10-021-0/+227