aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/Clock.h
Commit message (Collapse)AuthorAgeFilesLines
* Update includes to to be relative to src directoryReinhold Gschweicher2021-11-151-1/+1
| | | | | | | 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.
* Merge branch 'develop' into refresh_reworkRiku Isokoski2021-08-101-7/+0
|\
| * Code cleaning in Clock, WatchFaceAnalog, WatchFaceDigital and PineTimeStyle, ↵Jean-François Milants2021-08-101-7/+0
| | | | | | | | inspired by PR #232 by nscooling.
* | Refresh reworkRiku Isokoski2021-07-191-2/+0
|/
* Add PineTimeStyle watchface (#334)kieranc2021-06-291-0/+1
| | | | | | | | | | | | | * 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>
* replace ScreenList with a single screen in Clock. This removes the tap to ↵Florian2021-06-111-2/+2
| | | | switch feature
* Changed access modified indentationAvamander2021-04-241-2/+2
|
* Reformatted all the files according to clang-format styleAvamander2021-04-241-31/+26
|
* Merge branch 'develop' into motion-sensorJean-François Milants2021-04-091-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | # 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-2/+2
| | | | | | | | | | | | | | | | | | | | | | 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-1/+4
|/ | | | wrist rotation + app to see the value of the 3 axis in "real time".
* Update from JF comments to PRJoaquim2021-03-061-2/+4
|
* Multi face support, analog clock, 12/24 configJoaquim2021-02-241-54/+15
|
* refactored class DirtyValueNiall Cooling2021-02-121-13/+13
|
* Merge pull request #168 from Panky-codes/fix-erratic-batteryJF0022021-01-201-1/+1
|\ | | | | Fix erratic battery
| * Converted all the other float usage to int.panky-codes2021-01-161-1/+1
| |
* | HR Sensor : Add start/stop button to the HeartRate app (the HR sensors stays ↵Jean-François Milants2021-01-171-1/+5
|/ | | | ON when the app is closed), display the HR value on the Clock app.
* Include cleanup: displayapp + screensokaestne2020-11-161-9/+11
|
* Integrate new notification UI with notifications coming from BLEJF2020-10-201-4/+8
|
* Fixed all the includes that were broken due to the renamesAvamander2020-10-021-2/+3
|
* Renamed displayapp/Screens to displayapp/screensAvamander2020-10-021-0/+88