summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/PineTimeStyle.h
AgeCommit message (Collapse)AuthorFilesLines
2022-02-20Merge branch 'airplane-mode' of https://github.com/evergreen22/InfiniTime ↵Jean-François Milants1-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
2022-02-20Merge branch 'airplane-mode' of https://github.com/evergreen22/InfiniTime ↵Jean-François Milants1-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
2022-01-20PTS and digital watchface code cleanupsRiku Isokoski1-1/+2
2021-12-23Add airplane mode featureJames A. Jerkins1-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
2021-12-09Merge remote-tracking branch 'upstream/develop' into pts-settingsKieran Cawthray1-0/+1
2021-12-09Adjust icon alignment only on IsUpdated()Kieran Cawthray1-0/+1
2021-12-06Include Colors.hKieran Cawthray1-0/+1
2021-12-05Merge remote-tracking branch 'upstream/develop' into pts-settingsKieran Cawthray1-2/+2
2021-12-02PineTimeStyle: remove include and add forward declareReinhold Gschweicher1-1/+1
Remove unused `ScreenList.h` include and add a forward declaration for the `MotionController` class.
2021-11-15Update includes to to be relative to src directoryReinhold Gschweicher1-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.
2021-11-13clang-format and clang-tidy PineTimeStyleRiku Isokoski1-2/+2
2021-11-13Close menu with buttonRiku Isokoski1-1/+3
2021-10-03Initial commitKieran Cawthray1-1/+20
2021-09-03Detect full charge and improve watchface displayRiku Isokoski1-1/+3
2021-08-28Settings : use enums instead of ints to store colors. Group all PTS settings ↵Jean-François Milants1-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
2021-08-28Merge pull request #458 from kieranc/pinetimestyle-colorpickerJF0021-0/+5
Add color picker for PineTimeStyle watchface
2021-08-12Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray1-5/+0
2021-08-10Merge branch 'develop' into refresh_reworkRiku Isokoski1-5/+0
2021-08-10Code cleaning in Clock, WatchFaceAnalog, WatchFaceDigital and PineTimeStyle, ↵Jean-François Milants1-5/+0
inspired by PR #232 by nscooling.
2021-07-20Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray1-1/+1
2021-07-19Refresh reworkRiku Isokoski1-1/+3
2021-07-11Notify battery level every 10 minutes when connected to a BLE host.Jean-François Milants1-1/+1
Refactor battery percent : only use uint8_t to store the battery % remaining.
2021-06-29Add PineTimeStyle watchface (#334)kieranc1-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>
2021-06-25Use colors from settings for PineTimeStyle watchfaceKieran Cawthray1-0/+5
2021-06-23Move static needle_colors array to member variableKieran Cawthray1-0/+1
2021-06-20Enable 12/24h functionalityKieran Cawthray1-0/+1
2021-06-20Add step count gauge - replaces heartrate in sidebarKieran Cawthray1-4/+5
2021-05-18PineTimeStyleKieran Cawthray1-0/+83