aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/PineTimeStyle.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'airplane-mode' of https://github.com/evergreen22/InfiniTime ↵Jean-François Milants2022-02-201-5/+15
| | | | | | | | | | | | | 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/+3
|\ | | | | | | | | | | | | | | | | | | | | 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/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | 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-54/+34
| |
* | Merge remote-tracking branch 'upstream/develop' into pts-settingsKieran Cawthray2021-12-091-9/+20
|\|
| * Remove commented codeKieran Cawthray2021-12-091-2/+0
| |
| * Adjust icon alignment only on IsUpdated()Kieran Cawthray2021-12-091-11/+17
| |
| * Alignment fixesKieran Cawthray2021-12-091-5/+12
| |
* | Merge remote-tracking branch 'upstream/develop' into pts-settingsKieran Cawthray2021-12-051-6/+6
|\|
| * Update includes to to be relative to src directoryReinhold Gschweicher2021-11-151-6/+6
| | | | | | | | | | | | | | 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.
* | Improve notification icon alignmentKieran Cawthray2021-11-161-1/+1
| |
* | Revert "Fix notification icon alignment"Kieran Cawthray2021-11-161-13/+8
| | | | | | | | This reverts commit 29bb359e90bff68bdfca67bbd42baeac73dae6ae.
* | Fix notification icon alignmentKieran Cawthray2021-11-161-8/+13
| |
* | clang-format and clang-tidy PineTimeStyleRiku Isokoski2021-11-131-23/+29
| |
* | Close menu with buttonRiku Isokoski2021-11-131-11/+23
| |
* | Revert "Update GetNext/GetPrevious"Kieran Cawthray2021-10-231-2/+11
| | | | | | | | This reverts commit 411c10ec317464a79c353dc5c18b805cf4bdf7d0.
* | Update GetNext/GetPreviousKieran Cawthray2021-10-201-11/+2
| |
* | Improve random color selection, disable longpress when settings are visibleKieran Cawthray2021-10-201-18/+17
| |
* | Ensure needle color is visible on reset/randomizeKieran Cawthray2021-10-201-0/+6
| |
* | Change gauge needle color when background is whiteKieran Cawthray2021-10-191-1/+15
| |
* | Merge remote-tracking branch 'upstream/develop' into pts-settingsKieran Cawthray2021-10-181-1/+1
|\|
| * Replaced "JF002" in github URLs with "InfiniTimeOrg"mabuch2021-10-151-1/+1
| |
* | Disable DoubleTap when settings buttons are displayedKieran Cawthray2021-10-181-0/+3
| |
* | More duplicate color dodgingKieran Cawthray2021-10-181-3/+10
| |
* | Initial commitKieran Cawthray2021-10-031-16/+254
|/
* Detect full charge and improve watchface displayRiku Isokoski2021-09-031-14/+17
|
* Settings : use enums instead of ints to store colors. Group all PTS settings ↵Jean-François Milants2021-08-281-5/+6
| | | | | | | 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-13/+14
|\ | | | | Add color picker for PineTimeStyle watchface
| * TidyingKieran Cawthray2021-08-121-1/+0
| |
| * Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray2021-08-121-39/+14
| |\
| * \ Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray2021-07-281-18/+18
| |\ \
| * | | Increment settings value, remove old hacky fixKieran Cawthray2021-07-251-20/+8
| | | |
| * | | Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray2021-07-121-3/+3
| |\ \ \
| * | | | Fix bad mergeKieran Cawthray2021-06-291-27/+0
| | | | |
| * | | | Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray2021-06-291-0/+27
| |\ \ \ \
| * | | | | Fix the fix, whoopsKieran Cawthray2021-06-251-7/+7
| | | | | |
| * | | | | Add a check to set default colors if all colors are whiteKieran Cawthray2021-06-251-0/+7
| | | | | |
| * | | | | Fix off-by-one error, reduce step gauge needle widthKieran Cawthray2021-06-251-1/+1
| | | | | |
| * | | | | Use colors from settings for PineTimeStyle watchfaceKieran Cawthray2021-06-251-5/+5
| | | | | |
| * | | | | Move static needle_colors array to member variableKieran Cawthray2021-06-231-1/+0
| | | | | |
| * | | | | Set step gauge outer to be white when step goal is reachedKieran Cawthray2021-06-211-2/+6
| | | | | |
| * | | | | Enable 12/24h functionalityKieran Cawthray2021-06-201-1/+29
| | | | | |
| * | | | | Add step count gauge - replaces heartrate in sidebarKieran Cawthray2021-06-201-24/+30
| | | | | |
| * | | | | Move GPL license headerKieran Cawthray2021-05-191-16/+15
| | | | | |
| * | | | | Remove newline modificationsKieran Cawthray2021-05-191-1/+1
| | | | | |
| * | | | | Tidying/formatting fixesKieran Cawthray2021-05-191-13/+23
| | | | | |
| * | | | | PineTimeStyleKieran Cawthray2021-05-181-0/+294
| / / / /
* | | | | Merge branch 'develop' into refresh_reworkRiku Isokoski2021-08-101-46/+14
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Code cleaning in Clock, WatchFaceAnalog, WatchFaceDigital and PineTimeStyle, ↵Jean-François Milants2021-08-101-46/+14
| | |_|/ | |/| | | | | | | | | | inspired by PR #232 by nscooling.
* | | | Merge branch 'develop' into refresh_reworkRiku Isokoski2021-08-031-18/+18
|\| | |