| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update includes to to be relative to src directory | Reinhold Gschweicher | 2021-11-15 | 1 | -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. | ||||
| * | Detect full charge and improve watchface display | Riku Isokoski | 2021-09-03 | 1 | -1/+3 |
| | | |||||
| * | Settings : use enums instead of ints to store colors. Group all PTS settings ↵ | Jean-François Milants | 2021-08-28 | 1 | -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 | ||||
| * | Merge pull request #458 from kieranc/pinetimestyle-colorpicker | JF002 | 2021-08-28 | 1 | -0/+5 |
| |\ | | | | | Add color picker for PineTimeStyle watchface | ||||
| | * | Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpicker | Kieran Cawthray | 2021-08-12 | 1 | -5/+0 |
| | |\ | |||||
| | * \ | Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpicker | Kieran Cawthray | 2021-07-20 | 1 | -1/+1 |
| | |\ \ | |||||
| | * | | | Use colors from settings for PineTimeStyle watchface | Kieran Cawthray | 2021-06-25 | 1 | -0/+5 |
| | | | | | |||||
| | * | | | Move static needle_colors array to member variable | Kieran Cawthray | 2021-06-23 | 1 | -0/+1 |
| | | | | | |||||
| | * | | | Enable 12/24h functionality | Kieran Cawthray | 2021-06-20 | 1 | -0/+1 |
| | | | | | |||||
| | * | | | Add step count gauge - replaces heartrate in sidebar | Kieran Cawthray | 2021-06-20 | 1 | -4/+5 |
| | | | | | |||||
| | * | | | PineTimeStyle | Kieran Cawthray | 2021-05-18 | 1 | -0/+83 |
| | / / | |||||
| * | | | Merge branch 'develop' into refresh_rework | Riku Isokoski | 2021-08-10 | 1 | -5/+0 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | Code cleaning in Clock, WatchFaceAnalog, WatchFaceDigital and PineTimeStyle, ↵ | Jean-François Milants | 2021-08-10 | 1 | -5/+0 |
| | |/ | | | | | | | inspired by PR #232 by nscooling. | ||||
| * / | Refresh rework | Riku Isokoski | 2021-07-19 | 1 | -1/+3 |
| |/ | |||||
| * | Notify battery level every 10 minutes when connected to a BLE host. | Jean-François Milants | 2021-07-11 | 1 | -1/+1 |
| | | | | | Refactor battery percent : only use uint8_t to store the battery % remaining. | ||||
| * | Add PineTimeStyle watchface (#334) | kieranc | 2021-06-29 | 1 | -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> | |||||
