summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/PineTimeStyle.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-01-20PTS and digital watchface code cleanupsRiku Isokoski1-54/+34
2021-12-09Merge remote-tracking branch 'upstream/develop' into pts-settingsKieran Cawthray1-9/+20
2021-12-09Remove commented codeKieran Cawthray1-2/+0
2021-12-09Adjust icon alignment only on IsUpdated()Kieran Cawthray1-11/+17
2021-12-09Alignment fixesKieran Cawthray1-5/+12
2021-12-05Merge remote-tracking branch 'upstream/develop' into pts-settingsKieran Cawthray1-6/+6
2021-11-16Improve notification icon alignmentKieran Cawthray1-1/+1
2021-11-16Revert "Fix notification icon alignment"Kieran Cawthray1-13/+8
2021-11-16Fix notification icon alignmentKieran Cawthray1-8/+13
2021-11-15Update includes to to be relative to src directoryReinhold Gschweicher1-6/+6
2021-11-13clang-format and clang-tidy PineTimeStyleRiku Isokoski1-23/+29
2021-11-13Close menu with buttonRiku Isokoski1-11/+23
2021-10-23Revert "Update GetNext/GetPrevious"Kieran Cawthray1-2/+11
2021-10-20Update GetNext/GetPreviousKieran Cawthray1-11/+2
2021-10-20Improve random color selection, disable longpress when settings are visibleKieran Cawthray1-18/+17
2021-10-20Ensure needle color is visible on reset/randomizeKieran Cawthray1-0/+6
2021-10-19Change gauge needle color when background is whiteKieran Cawthray1-1/+15
2021-10-18Merge remote-tracking branch 'upstream/develop' into pts-settingsKieran Cawthray1-1/+1
2021-10-18Disable DoubleTap when settings buttons are displayedKieran Cawthray1-0/+3
2021-10-18More duplicate color dodgingKieran Cawthray1-3/+10
2021-10-15Replaced "JF002" in github URLs with "InfiniTimeOrg"mabuch1-1/+1
2021-10-03Initial commitKieran Cawthray1-16/+254
2021-09-03Detect full charge and improve watchface displayRiku Isokoski1-14/+17
2021-08-28Settings : use enums instead of ints to store colors. Group all PTS settings ...Jean-François Milants1-5/+6
2021-08-28Merge pull request #458 from kieranc/pinetimestyle-colorpickerJF0021-13/+14
2021-08-12TidyingKieran Cawthray1-1/+0
2021-08-12Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray1-39/+14
2021-08-10Merge branch 'develop' into refresh_reworkRiku Isokoski1-46/+14
2021-08-10Code cleaning in Clock, WatchFaceAnalog, WatchFaceDigital and PineTimeStyle, ...Jean-François Milants1-46/+14
2021-08-03Merge branch 'develop' into refresh_reworkRiku Isokoski1-18/+18
2021-07-28Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray1-18/+18
2021-07-25Increment settings value, remove old hacky fixKieran Cawthray1-20/+8
2021-07-25Code cleanup (#466)Riku Isokoski1-18/+18
2021-07-19Refresh reworkRiku Isokoski1-4/+6
2021-07-12Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray1-3/+3
2021-07-11Change step gauge range to 100 and calculate progress as percantage (#468)kieranc1-3/+3
2021-06-29Fix bad mergeKieran Cawthray1-27/+0
2021-06-29Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray1-0/+27
2021-06-29Add PineTimeStyle watchface (#334)kieranc1-0/+340
2021-06-25Fix the fix, whoopsKieran Cawthray1-7/+7
2021-06-25Add a check to set default colors if all colors are whiteKieran Cawthray1-0/+7
2021-06-25Fix off-by-one error, reduce step gauge needle widthKieran Cawthray1-1/+1
2021-06-25Use colors from settings for PineTimeStyle watchfaceKieran Cawthray1-5/+5
2021-06-23Move static needle_colors array to member variableKieran Cawthray1-1/+0
2021-06-21Set step gauge outer to be white when step goal is reachedKieran Cawthray1-2/+6
2021-06-20Enable 12/24h functionalityKieran Cawthray1-1/+29
2021-06-20Add step count gauge - replaces heartrate in sidebarKieran Cawthray1-25/+31
2021-05-19Move GPL license headerKieran Cawthray1-16/+15
2021-05-19Remove newline modificationsKieran Cawthray1-1/+1
2021-05-19Tidying/formatting fixesKieran Cawthray1-13/+23