aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/WatchFaceDigital.h
Commit message (Collapse)AuthorAgeFilesLines
* Removes redundant words to save spaceSteve Amor2025-10-211-1/+1
|
* Show alarm controller state in status iconJozef Mlich2025-01-051-0/+3
|
* WatchFaceDigital: Remove unused variablesVictor Kareh2024-03-201-4/+0
|
* chrono: Resolve TODOs related to C++20 chrono featsFintasticMan2024-03-141-2/+1
|
* WatchFaceDigital: Add weather displayVictor Kareh2024-01-231-2/+10
| | | If weather is available, display the cloud icon and temperature.
* User applications selection using CMakeJean-François Milants2023-12-231-1/+1
| | | | Fix include path since last rebase.
* Watch face selection at build timeJean-François Milants2023-12-211-0/+21
| | | | Watch faces can now be selected at buid time. It's implemented in a similar way than the selection of user apps, using a list of watch face description that is generated at build time (consteval, constexpr)
* Watchfaces: Assume motionsensor is okRiku Isokoski2023-04-161-1/+0
| | | | The watch face shouldn't and doesn't start before the sensor is ready.
* WatchFaceDigital: Simplify update checkRiku Isokoski2023-04-021-6/+3
|
* dirtyvalue: Move to src/utilityFinlay Davidson2023-03-271-10/+11
|
* screens: Remove unused DisplayApp parametersRiku Isokoski2023-02-251-2/+1
|
* displayapp: Make Ble references constRiku Isokoski2023-02-241-1/+1
|
* displayapp: Make Battery class references constRiku Isokoski2023-02-241-1/+1
|
* fix typominacode2022-09-281-2/+2
|
* Add status icons widgetRiku Isokoski2022-08-021-7/+2
|
* Force full screen refresh with a rounder functionRiku Isokoski2022-05-081-1/+0
| | | | | | When the screen switches, the full screen needs to be refreshed for the hardware scrolling to work. This was enforced with backgroundLabels, but is simpler to do with a rounder function.
* New sharper batteryicon. Remove old unused batteryiconsRiku Isokoski2022-04-251-1/+3
|
* Merge branch 'airplane-mode' of https://github.com/evergreen22/InfiniTime ↵Jean-François Milants2022-02-201-1/+2
| | | | | | | | | | | | | into evergreen22-airplane-mode Apply a few changes that were requested in the PR during the review. # Conflicts: # src/CMakeLists.txt # src/displayapp/Apps.h # src/displayapp/DisplayApp.cpp # src/displayapp/Messages.h # src/displayapp/screens/settings/Settings.cpp
* Merge branch 'airplane-mode' of https://github.com/evergreen22/InfiniTime ↵Jean-François Milants2022-02-201-3/+4
|\ | | | | | | | | | | | | | | | | | | | | into evergreen22-airplane-mode # Conflicts: # src/CMakeLists.txt # src/displayapp/Apps.h # src/displayapp/DisplayApp.cpp # src/displayapp/Messages.h # src/displayapp/screens/settings/Settings.cpp
| * Add airplane mode featureJames A. Jerkins2021-12-231-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | Implements 'Airplane mode' feature to disable and enable bluetooth/ble Adds airplaneMode as a non-persisted setting Adds a setting menu for switching airplane mode on and off Displays an airplane symbol on the Digital watch face and the PineTimeStyle watch face when airplane mode is enabled Always enables bluetooth/ble on boot (disable airplane mode) Alphabetizes the settings menu options Style cleanups Closes #632
* | PTS and digital watchface code cleanupsRiku Isokoski2022-01-201-1/+2
|/
* WatchFaceDigital: remove unused include for ScreenList.hReinhold Gschweicher2021-12-021-1/+0
|
* Update includes to to be relative to src directoryReinhold Gschweicher2021-11-151-2/+2
| | | | | | | 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.
* Show plug icon while plugged inRiku Isokoski2021-09-221-1/+1
|
* Detect full charge and improve watchface displayRiku Isokoski2021-09-031-0/+1
|
* Merge branch 'develop' into refresh_reworkRiku Isokoski2021-08-101-4/+1
|\
| * Code cleaning in Clock, WatchFaceAnalog, WatchFaceDigital and PineTimeStyle, ↵Jean-François Milants2021-08-101-4/+1
| | | | | | | | inspired by PR #232 by nscooling.
* | Refresh reworkRiku Isokoski2021-07-191-1/+3
|/
* Notify battery level every 10 minutes when connected to a BLE host.Jean-François Milants2021-07-111-1/+1
| | | | Refactor battery percent : only use uint8_t to store the battery % remaining.
* Changed access modified indentationAvamander2021-04-241-2/+2
|
* Reformatted all the files according to clang-format styleAvamander2021-04-241-51/+46
|
* 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...
* | Handle return code from BMA driver, and set a flag is the initialization ↵Jean-François Milants2021-04-041-0/+1
| | | | | | | | fails. This allows to boot InfiniTime even if the device cannot initialize.
* | 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".
* Multi face support, analog clock, 12/24 configJoaquim2021-02-241-0/+82