aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #638 from Riksu9000/detect_full_chargeJF2021-10-037-22/+59
|\ | | | | Detect full charge and improve watchface battery display
| * Show plug icon while plugged inRiku Isokoski2021-09-222-4/+4
| |
| * Merge branch 'develop' into detect_full_chargeRiku Isokoski2021-09-228-15/+313
| |\
| * | Use percentage instead of IsFullRiku Isokoski2021-09-031-1/+1
| | |
| * | Auto realign battery icon in Analog watch faceRiku Isokoski2021-09-031-0/+1
| | |
| * | Detect full charge and improve watchface displayRiku Isokoski2021-09-037-23/+59
| | |
* | | Merge pull request #664 from Riksu9000/disable_notif_onlyJF0022021-09-232-7/+3
|\ \ \ | |_|/ |/| | Toggle notifications only, keep vibrations.
| * | Merge branch 'develop' into disable_notif_onlyRiku Isokoski2021-09-133-11/+1
| |\ \
| * | | Toggle notifications only, keep vibrations.Riku Isokoski2021-09-122-7/+3
| | | |
* | | | Merge pull request #669 from ↵JF0022021-09-181-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | NeroBurner/fix_unsigned_comparison_warning_metronome Fix unsigned/signed comparison warning in Metronome.cpp
| * | | | Fix unsigned/signed comparison warning in Metronome.cppReinhold Gschweicher2021-09-161-1/+1
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `xTaskGetTickCount()` returns a `TickType_t`, which is defined as an `uint32_t`. This is compared to the `bpm` variable, which is a `int16_t` in the range of 40 to 220 as defined in the constructor. ```cpp lv_arc_set_range(bpmArc, 40, 220); ``` Just assume that `bpm` is greater than 0, as this would result in a divison by zero or negative values, which would unintentionally underflow to a very large number.
* | | | resolve conflict in src/systemtask/Messages.hMark Russell2021-09-164-13/+3
|\| | |
| * | | Merge pull request #602 from Riksu9000/del_unusedJF0022021-09-122-9/+1
| |\ \ \ | | | | | | | | | | Remove unused variables
| | * | | Remove unused variablesRiku Isokoski2021-08-192-9/+1
| | | | |
| * | | | Merge pull request #580 from Riksu9000/timer_battery_readingJF0022021-09-121-2/+0
| |\ \ \ \ | | |_|/ / | |/| | | Make battery reading periodic
| | * | | Merge remote-tracking branch 'upstream/develop' into timer_battery_readingRiku Isokoski2021-08-3073-302/+590
| | |\ \ \
| | * \ \ \ Merge branch 'develop' into timer_battery_readingRiku Isokoski2021-08-2818-141/+131
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'develop' into timer_battery_readingRiku Isokoski2021-08-145-150/+113
| | |\ \ \ \ \
| | * | | | | | Make battery reading periodic. Add events. Disable pullupRiku Isokoski2021-08-141-3/+0
| | | | | | | |
| * | | | | | | Update Settings.cppItai Nelken2021-09-021-2/+2
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Revert "Merge upstream"Mark Russell2021-09-164-3/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 1d43adcdfa7bd15ba45c0c9d7c59c0ff99176b9c.
* | | | | | | Merge upstreamMark Russell2021-09-164-13/+3
| | | | | | |
* | | | | | | Fixes per Riksu9000's feedbackMark Russell2021-09-162-15/+19
| | | | | | |
* | | | | | | License header fix, add missing bracesMark Russell2021-09-132-2/+10
| | | | | | |
* | | | | | | Fixes based on code reviews (formatting, UI code)Mark Russell2021-09-132-52/+92
| | | | | | |
* | | | | | | Created basic alarm appMark Russell2021-09-103-1/+257
|/ / / / / /
* | | | / / Fix notifications that wouldn't auto close when the timeout elapsed (in ↵Jean-François Milants2021-08-311-1/+0
| |_|_|/ / |/| | | | | | | | | | | | | | preview mode).
* | | | | Settings : use enums instead of ints to store colors. Group all PTS settings ↵Jean-François Milants2021-08-284-96/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-286-16/+425
|\ \ \ \ \ | | | | | | | | | | | | Add color picker for PineTimeStyle watchface
| * \ \ \ \ Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray2021-08-191-1/+1
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray2021-08-1514-266/+227
| |\ \ \ \ \
| * | | | | | Fix potential edge case of sidebar being set blackKieran Cawthray2021-08-151-1/+1
| | | | | | |
| * | | | | | More tidying following reviewKieran Cawthray2021-08-151-85/+88
| | | | | | |
| * | | | | | Avoid setting the sidebar blackKieran Cawthray2021-08-151-0/+4
| | | | | | |
| * | | | | | Remove duplicate code, minor fixesKieran Cawthray2021-08-151-33/+19
| | | | | | |
| * | | | | | Add check for randomise button in case colors clashKieran Cawthray2021-08-151-0/+5
| | | | | | |
| * | | | | | Add randomise button to color pickerKieran Cawthray2021-08-152-0/+22
| | | | | | |
| * | | | | | TidyingKieran Cawthray2021-08-121-1/+0
| | | | | | |
| * | | | | | Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray2021-08-129-143/+54
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray2021-07-2820-99/+98
| |\ \ \ \ \ \
| * | | | | | | Increment settings value, remove old hacky fixKieran Cawthray2021-07-251-20/+8
| | | | | | | |
| * | | | | | | Add extra screen in settings to show scrollbar correctlyKieran Cawthray2021-07-241-3/+3
| | | | | | | |
| * | | | | | | Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray2021-07-232-8/+34
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray2021-07-2013-103/+61
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray2021-07-1217-383/+246
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix bad mergeKieran Cawthray2021-06-291-27/+0
| | | | | | | | | | |
| * | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray2021-06-292-4/+34
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add reset button, reduce button opacityKieran Cawthray2021-06-272-12/+37
| | | | | | | | | | | |
| * | | | | | | | | | | 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
| | | | | | | | | | | |