| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-03-14 | WatchFaceAnalog: local date/time variables | Reinhold Gschweicher | |
| Use local date and time variables. No need to store them in the object. | |||
| 2022-03-03 | removed SetClockFace from watchface Constructors | Yehoshua Pesach Wallach | |
| 2021-12-02 | WatchFaceAnalog : move notification icon | Steveis | |
| Standardise notification icon to display in top left. | |||
| 2021-12-02 | WatchFaceAnalog: remove unused ScreenList, add needed includes | Reinhold Gschweicher | |
| Remove unused `ScreenList.h` include. For `std::abs()` add needed include `<cmath>`. For the forward declared Settings-Controller add the `Settings.h` include to the cpp file. | |||
| 2021-11-15 | Move up file header include to top | Reinhold Gschweicher | |
| 2021-11-15 | remove unused libs/ prefix from lvgl includes as not needed | Reinhold Gschweicher | |
| 2021-11-15 | Update includes to to be relative to src directory | Reinhold 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-09-03 | Auto realign battery icon in Analog watch face | Riku Isokoski | |
| 2021-09-03 | Detect full charge and improve watchface display | Riku Isokoski | |
| 2021-08-15 | Merge branch 'develop' into refresh_rework | Riku Isokoski | |
| 2021-08-15 | Ui update | Riku Isokoski | |
| 2021-08-10 | Merge branch 'develop' into refresh_rework | Riku Isokoski | |
| 2021-08-10 | Code cleaning in Clock, WatchFaceAnalog, WatchFaceDigital and PineTimeStyle, ↵ | Jean-François Milants | |
| inspired by PR #232 by nscooling. | |||
| 2021-07-19 | Set remaining default periods to LV_DISP_DEF_REFR_PERIOD | Riku Isokoski | |
| 2021-07-19 | Refresh rework | Riku Isokoski | |
| 2021-07-13 | Merge branch 'develop' into notify-battery-level | Jean-François Milants | |
| # Conflicts: # src/displayapp/screens/BatteryInfo.cpp | |||
| 2021-07-11 | Refactor trig functions into LUT (#476) | Jonathan Vander Mey | |
| Replaced the use of the standard library trig functions with a LUT-based implementation instead. The standard library implementations produce more accurate results but the usage here doesn't need that. This ends up saving nearly 7kB of binary size. | |||
| 2021-07-11 | Notify battery level every 10 minutes when connected to a BLE host. | Jean-François Milants | |
| Refactor battery percent : only use uint8_t to store the battery % remaining. | |||
| 2021-06-22 | Fix typo in variable names (#430) | Jonathan Vander Mey | |
| 2021-04-24 | Reformatted all the files according to clang-format style | Avamander | |
| 2021-03-22 | Updated to include WatchFaceAnalog and fixed clashes | Niall Cooling | |
| 2021-03-06 | Update from JF comments to PR | Joaquim | |
| 2021-02-24 | Multi face support, analog clock, 12/24 config | Joaquim | |
