| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-12-04 | Fixed a few compilation errors, fixed UUID. | Avamander | |
| 2021-12-04 | Implemented a few functions. | Avamander | |
| 2021-12-04 | Started initial work on the UI | Avamander | |
| 2021-12-04 | Added autodetection for clang-format version | Avamander | |
| 2021-12-04 | Brace style and whitespace fixes | Avamander | |
| 2021-12-04 | Initial Weather service skeleton | Avamander | |
| 2021-12-02 | Clock: add missing Settings include | Reinhold Gschweicher | |
| Add missing include in `Clock.cpp` for `Settings.h`. The Settings class is forward declared in the header file, but it needs to be included in the cpp file. | |||
| 2021-12-02 | WatchFaceAnalog : move notification icon | Steveis | |
| Standardise notification icon to display in top left. | |||
| 2021-12-02 | Paddle: add a little randomization in the dy speed | Reinhold Gschweicher | |
| To make the game a bit more challenging an less predictable add a little bit of randomness to the `dy` value. When hitting the right wall add a random number (one of [-1, 0, 1]) to the `dy` value. To keep the difficulty level managable limit the dy value to be in the range from -5 to 5. | |||
| 2021-12-02 | Merge branch 'paint-colorchange-vibration' of ↵ | Jean-François Milants | |
| git://github.com/clemensvonmolo/InfiniTime into clemensvonmolo-paint-colorchange-vibration # Conflicts: # src/displayapp/screens/InfiniPaint.h | |||
| 2021-12-02 | Metronome: add missing include for Screen.h | Reinhold Gschweicher | |
| 2021-12-02 | WatchFaceDigital: remove unused include for ScreenList.h | Reinhold Gschweicher | |
| 2021-12-02 | WatchFaceDigital: add missing include to Settings.h | Reinhold Gschweicher | |
| 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-12-02 | PineTimeStyle: remove include and add forward declare | Reinhold Gschweicher | |
| Remove unused `ScreenList.h` include and add a forward declaration for the `MotionController` class. | |||
| 2021-12-02 | QuickSettings: remove unused imports | Reinhold Gschweicher | |
| 2021-11-28 | About : Remove misleading info | Steveis | |
| Removed Steps which is hard coded to display 0. Could be misleading and is using up memory. | |||
| 2021-11-28 | Merge branch 'restructure_includes' of ↵ | Jean-François Milants | |
| https://github.com/NeroBurner/InfiniTime into NeroBurner-restructure_includes # Conflicts: # doc/contribute.md # src/displayapp/screens/BatteryInfo.h | |||
| 2021-11-28 | Merge pull request #820 from Riksu9000/fix-anim-dir | JF | |
| Fix animation when long pressing on screens adjacent to watch face | |||
| 2021-11-16 | Improve notification icon alignment | Kieran Cawthray | |
| 2021-11-16 | Revert "Fix notification icon alignment" | Kieran Cawthray | |
| This reverts commit 29bb359e90bff68bdfca67bbd42baeac73dae6ae. | |||
| 2021-11-15 | Fix notification icon alignment | Kieran Cawthray | |
| 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 | Add missing standard includes | 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-11-15 | BatteryInfo: remove unused FreeRTOS.h and timer.h includes | Reinhold Gschweicher | |
| 2021-11-15 | Merge remote-tracking branch 'upstream/develop' into pts-settings | Kieran Cawthray | |
| 2021-11-13 | clang-format and clang-tidy PineTimeStyle | Riku Isokoski | |
| 2021-11-13 | Close menu with button | Riku Isokoski | |
| 2021-11-11 | Status bar displays time in 12 or 24 hour format based on settings | Mark Russell | |
| 2021-11-10 | Fix animation when long pressing on screens adjacent to watch face | Riku Isokoski | |
| 2021-11-09 | Fix Alarm app crashing on buttonpress | Riku Isokoski | |
| 2021-11-07 | Merge remote-tracking branch 'upstream/develop' into pts-settings | Kieran Cawthray | |
| 2021-11-07 | Chimes option | SteveAmor | |
| 2021-11-06 | Merge pull request #782 from Riksu9000/newer_buttonhandler | JF | |
| Newer ButtonHandler | |||
| 2021-11-06 | Merge pull request #792 from Riksu9000/memory_saving | JF | |
| Memory savings by replacing strings | |||
| 2021-11-01 | change paint vibration to 35ms | Clemens von Molo | |
| 2021-11-01 | color rotation using modulo, ran clang-format for InfiniPaint | Clemens von Molo | |
| 2021-10-31 | InfiniPaint vibrate on colorchange, fix color rotation | Clemens von Molo | |
| 2021-10-31 | Merge pull request #791 from evergreen22/recovery-boot | JF | |
| Fix recovery firmware build | |||
| 2021-10-29 | Memory savings by replacing strings | Riku Isokoski | |
| 2021-10-29 | Fix recovery firmware build | James A. Jerkins | |
| 2021-10-25 | Newer buttonhandler | Riku Isokoski | |
| 2021-10-23 | Revert "Update GetNext/GetPrevious" | Kieran Cawthray | |
| This reverts commit 411c10ec317464a79c353dc5c18b805cf4bdf7d0. | |||
| 2021-10-23 | Merge remote-tracking branch 'upstream/develop' into pts-settings | Kieran Cawthray | |
| 2021-10-23 | Merge pull request #740 from Riksu9000/flashlight_brightness | JF | |
| Flashlight brightness control | |||
| 2021-10-20 | Update GetNext/GetPrevious | Kieran Cawthray | |
| 2021-10-20 | Improve random color selection, disable longpress when settings are visible | Kieran Cawthray | |
| 2021-10-20 | Restore settings order | Kieran Cawthray | |
