summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/PineTimeStyle.cpp
AgeCommit message (Collapse)Author
2022-01-20PTS and digital watchface code cleanupsRiku Isokoski
2021-12-09Merge remote-tracking branch 'upstream/develop' into pts-settingsKieran Cawthray
2021-12-09Remove commented codeKieran Cawthray
2021-12-09Adjust icon alignment only on IsUpdated()Kieran Cawthray
2021-12-09Alignment fixesKieran Cawthray
2021-12-05Merge remote-tracking branch 'upstream/develop' into pts-settingsKieran Cawthray
2021-11-16Improve notification icon alignmentKieran Cawthray
2021-11-16Revert "Fix notification icon alignment"Kieran Cawthray
This reverts commit 29bb359e90bff68bdfca67bbd42baeac73dae6ae.
2021-11-15Fix notification icon alignmentKieran Cawthray
2021-11-15Update includes to to be relative to src directoryReinhold Gschweicher
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 Isokoski
2021-11-13Close menu with buttonRiku Isokoski
2021-10-23Revert "Update GetNext/GetPrevious"Kieran Cawthray
This reverts commit 411c10ec317464a79c353dc5c18b805cf4bdf7d0.
2021-10-20Update GetNext/GetPreviousKieran Cawthray
2021-10-20Improve random color selection, disable longpress when settings are visibleKieran Cawthray
2021-10-20Ensure needle color is visible on reset/randomizeKieran Cawthray
2021-10-18Change gauge needle color when background is whiteKieran Cawthray
2021-10-18Merge remote-tracking branch 'upstream/develop' into pts-settingsKieran Cawthray
2021-10-18Disable DoubleTap when settings buttons are displayedKieran Cawthray
2021-10-18More duplicate color dodgingKieran Cawthray
2021-10-15Replaced "JF002" in github URLs with "InfiniTimeOrg"mabuch
2021-10-03Initial commitKieran Cawthray
2021-09-03Detect full charge and improve watchface displayRiku Isokoski
2021-08-28Settings : use enums instead of ints to store colors. Group all PTS settings ↵Jean-François Milants
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-colorpickerJF002
Add color picker for PineTimeStyle watchface
2021-08-12TidyingKieran Cawthray
2021-08-12Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray
2021-08-10Merge branch 'develop' into refresh_reworkRiku Isokoski
2021-08-10Code cleaning in Clock, WatchFaceAnalog, WatchFaceDigital and PineTimeStyle, ↵Jean-François Milants
inspired by PR #232 by nscooling.
2021-08-03Merge branch 'develop' into refresh_reworkRiku Isokoski
2021-07-28Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray
2021-07-25Increment settings value, remove old hacky fixKieran Cawthray
2021-07-25Code cleanup (#466)Riku Isokoski
* Code cleanup * Remove override again
2021-07-19Refresh reworkRiku Isokoski
2021-07-12Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray
2021-07-11Change step gauge range to 100 and calculate progress as percantage (#468)kieranc
2021-06-29Fix bad mergeKieran Cawthray
2021-06-29Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray
2021-06-29Add PineTimeStyle watchface (#334)kieranc
* 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-25Fix the fix, whoopsKieran Cawthray
2021-06-25Add a check to set default colors if all colors are whiteKieran Cawthray
2021-06-25Fix off-by-one error, reduce step gauge needle widthKieran Cawthray
2021-06-25Use colors from settings for PineTimeStyle watchfaceKieran Cawthray
2021-06-23Move static needle_colors array to member variableKieran Cawthray
2021-06-21Set step gauge outer to be white when step goal is reachedKieran Cawthray
2021-06-20Enable 12/24h functionalityKieran Cawthray
2021-06-20Add step count gauge - replaces heartrate in sidebarKieran Cawthray
2021-05-19Move GPL license headerKieran Cawthray
2021-05-19Remove newline modificationsKieran Cawthray
2021-05-19Tidying/formatting fixesKieran Cawthray