aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/PineTimeStyle.h
Commit message (Collapse)AuthorAgeFilesLines
* Rename PineTimeStyle to WatchFacePineTimeStylemabuch2022-03-121-111/+0
|
* 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
| |
* | Merge remote-tracking branch 'upstream/develop' into pts-settingsKieran Cawthray2021-12-091-0/+1
|\|
| * Adjust icon alignment only on IsUpdated()Kieran Cawthray2021-12-091-0/+1
| |
* | Include Colors.hKieran Cawthray2021-12-061-0/+1
| |
* | Merge remote-tracking branch 'upstream/develop' into pts-settingsKieran Cawthray2021-12-051-2/+2
|\|
| * PineTimeStyle: remove include and add forward declareReinhold Gschweicher2021-12-021-1/+1
| | | | | | | | | | Remove unused `ScreenList.h` include and add a forward declaration for the `MotionController` class.
| * 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.
* | clang-format and clang-tidy PineTimeStyleRiku Isokoski2021-11-131-2/+2
| |
* | Close menu with buttonRiku Isokoski2021-11-131-1/+3
| |
* | Initial commitKieran Cawthray2021-10-031-1/+20
|/
* Detect full charge and improve watchface displayRiku Isokoski2021-09-031-1/+3
|
* Settings : use enums instead of ints to store colors. Group all PTS settings ↵Jean-François Milants2021-08-281-5/+0
| | | | | | | into a struct. PTS/SettingsPTS : Convert to/from LVGL color and Settings::Color, add functions to reduce code duplication. Adapt SettingPineTimeStyle with the last Screen Interface
* Merge pull request #458 from kieranc/pinetimestyle-colorpickerJF0022021-08-281-0/+5
|\ | | | | Add color picker for PineTimeStyle watchface
| * Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray2021-08-121-5/+0
| |\
| * \ Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray2021-07-201-1/+1
| |\ \
| * | | Use colors from settings for PineTimeStyle watchfaceKieran Cawthray2021-06-251-0/+5
| | | |
| * | | Move static needle_colors array to member variableKieran Cawthray2021-06-231-0/+1
| | | |
| * | | Enable 12/24h functionalityKieran Cawthray2021-06-201-0/+1
| | | |
| * | | Add step count gauge - replaces heartrate in sidebarKieran Cawthray2021-06-201-4/+5
| | | |
| * | | PineTimeStyleKieran Cawthray2021-05-181-0/+83
| / /
* | | Merge branch 'develop' into refresh_reworkRiku Isokoski2021-08-101-5/+0
|\ \ \ | | |/ | |/|
| * | Code cleaning in Clock, WatchFaceAnalog, WatchFaceDigital and PineTimeStyle, ↵Jean-François Milants2021-08-101-5/+0
| |/ | | | | | | 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.
* Add PineTimeStyle watchface (#334)kieranc2021-06-291-0/+86
* 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>