| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-12-04 | Removed versioning because it's not necessary | Avamander | |
| 2021-12-04 | Changed UUID so it wouldn't conflict with Motion | Avamander | |
| 2021-12-04 | Fixed a few compilation errors, fixed UUID. | Avamander | |
| 2021-12-04 | Implemented a few functions. | Avamander | |
| 2021-12-04 | Few formatting fixes | 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 | Switched to non-deprecated math header | Avamander | |
| 2021-12-04 | Fixed a few bugs, enabled UsefulBuf library optimizations | Avamander | |
| 2021-12-04 | Minor style improvement | Avamander | |
| 2021-12-04 | Skeleton of the receiving logic | Avamander | |
| 2021-12-04 | Removed redundant comments from NrfLogger | Avamander | |
| 2021-12-04 | Tidied up and added Weather to CMakeLists.txt | Avamander | |
| 2021-12-04 | Initial Weather service skeleton | Avamander | |
| 2021-12-04 | Added QCBOR dependency | 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 | Settings: remove unused driver include | 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 'develop' into motionservice_fix_typo_in_include | JF | |
| 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-28 | Merge pull request #832 from mabuch/fix-doc-motionservice-uuid | JF | |
| fix Motion Service UUID in doc and code comments | |||
| 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 | Merge remote-tracking branch 'upstream/develop' into pts-settings | 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 | fix Motion Service UUID in doc and code comments | mabuch | |
| 2021-11-15 | Merge remote-tracking branch 'upstream/develop' into pts-settings | Kieran Cawthray | |
| 2021-11-14 | Fix unresponsive touch panel after update to 1.7 : don't care if device ids ↵ | Jean-François Milants | |
| are not the ones we expected (until we know more about these communication and IDs issues). | |||
| 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-08 | Merge pull request #811 from InfiniTimeOrg/cst816-add-validity-check | JF | |
| Add data validity check and retries in CST816S driver | |||
