| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | Removed redundant comments from NrfLogger | Avamander | 2021-12-04 | 1 | -2/+1 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Tidied up and added Weather to CMakeLists.txt | Avamander | 2021-12-04 | 1 | -0/+6 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Initial Weather service skeleton | Avamander | 2021-12-04 | 7 | -0/+989 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Added QCBOR dependency | Avamander | 2021-12-04 | 2 | -2/+28 | |
| | |/ / / / / / / / | ||||||
| | * | | | | | | | | Clock: add missing Settings include | Reinhold Gschweicher | 2021-12-02 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| | * | | | | | | | | WatchFaceAnalog : move notification icon | Steveis | 2021-12-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Standardise notification icon to display in top left. | |||||
| | * | | | | | | | | Paddle: add a little randomization in the dy speed | Reinhold Gschweicher | 2021-12-02 | 1 | -0/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| | * | | | | | | | | Merge branch 'paint-colorchange-vibration' of ↵ | Jean-François Milants | 2021-12-02 | 3 | -4/+10 | |
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git://github.com/clemensvonmolo/InfiniTime into clemensvonmolo-paint-colorchange-vibration # Conflicts: # src/displayapp/screens/InfiniPaint.h | |||||
| | | * | | | | | | | | change paint vibration to 35ms | Clemens von Molo | 2021-11-01 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| | | * | | | | | | | | color rotation using modulo, ran clang-format for InfiniPaint | Clemens von Molo | 2021-11-01 | 3 | -7/+12 | |
| | | | | | | | | | | | ||||||
| | | * | | | | | | | | InfiniPaint vibrate on colorchange, fix color rotation | Clemens von Molo | 2021-10-31 | 3 | -7/+8 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Metronome: add missing include for Screen.h | Reinhold Gschweicher | 2021-12-02 | 1 | -0/+1 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Settings: remove unused driver include | Reinhold Gschweicher | 2021-12-02 | 1 | -1/+0 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | WatchFaceDigital: remove unused include for ScreenList.h | Reinhold Gschweicher | 2021-12-02 | 1 | -1/+0 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | WatchFaceDigital: add missing include to Settings.h | Reinhold Gschweicher | 2021-12-02 | 1 | -0/+1 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | WatchFaceAnalog: remove unused ScreenList, add needed includes | Reinhold Gschweicher | 2021-12-02 | 2 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| | * | | | | | | | | | PineTimeStyle: remove include and add forward declare | Reinhold Gschweicher | 2021-12-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unused `ScreenList.h` include and add a forward declaration for the `MotionController` class. | |||||
| | * | | | | | | | | | QuickSettings: remove unused imports | Reinhold Gschweicher | 2021-12-02 | 1 | -2/+0 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | About : Remove misleading info | Steveis | 2021-11-28 | 1 | -5/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed Steps which is hard coded to display 0. Could be misleading and is using up memory. | |||||
| | * | | | | | | | | | Merge branch 'develop' into motionservice_fix_typo_in_include | JF | 2021-11-28 | 153 | -330/+564 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ | Merge branch 'restructure_includes' of ↵ | Jean-François Milants | 2021-11-28 | 147 | -252/+262 | |
| | | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/NeroBurner/InfiniTime into NeroBurner-restructure_includes # Conflicts: # doc/contribute.md # src/displayapp/screens/BatteryInfo.h | |||||
| | | | * | | | | | | | | | Move up file header include to top | Reinhold Gschweicher | 2021-11-15 | 9 | -9/+9 | |
| | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | remove unused libs/ prefix from lvgl includes as not needed | Reinhold Gschweicher | 2021-11-15 | 5 | -9/+9 | |
| | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | Add missing standard includes | Reinhold Gschweicher | 2021-11-15 | 7 | -0/+10 | |
| | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | Update includes to to be relative to src directory | Reinhold Gschweicher | 2021-11-15 | 140 | -243/+243 | |
| | | | | |_|_|_|_|_|/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| | | * | | | | | | | | | Merge pull request #820 from Riksu9000/fix-anim-dir | JF | 2021-11-28 | 1 | -1/+7 | |
| | | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fix animation when long pressing on screens adjacent to watch face | |||||
| | | | * | | | | | | | | | Fix animation when long pressing on screens adjacent to watch face | Riku Isokoski | 2021-11-10 | 1 | -1/+7 | |
| | | | | |_|_|_|_|_|_|/ | | | |/| | | | | | | | ||||||
| | | * | | | | | | | | | Merge pull request #832 from mabuch/fix-doc-motionservice-uuid | JF | 2021-11-28 | 1 | -2/+2 | |
| | | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | fix Motion Service UUID in doc and code comments | |||||
| | | | * | | | | | | | | | fix Motion Service UUID in doc and code comments | mabuch | 2021-11-15 | 1 | -2/+2 | |
| | | | | |_|_|_|_|_|_|/ | | | |/| | | | | | | | ||||||
| | | * | | | | | | | | | BatteryInfo: remove unused FreeRTOS.h and timer.h includes | Reinhold Gschweicher | 2021-11-15 | 1 | -2/+0 | |
| | | | |_|/ / / / / / | | |/| | | | | | | | ||||||
| | | * | | | | | | | | Fix unresponsive touch panel after update to 1.7 : don't care if device ids ↵ | Jean-François Milants | 2021-11-14 | 1 | -11/+5 | |
| | | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | are not the ones we expected (until we know more about these communication and IDs issues). | |||||
| | | * / / / / / / | Fix Alarm app crashing on buttonpress | Riku Isokoski | 2021-11-09 | 1 | -1/+3 | |
| | | |/ / / / / / | ||||||
| | | * | | | | | | Merge pull request #811 from InfiniTimeOrg/cst816-add-validity-check | JF | 2021-11-08 | 2 | -22/+58 | |
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add data validity check and retries in CST816S driver | |||||
| | | | * | | | | | | Fix formatting following the code review. | Jean-François Milants | 2021-11-07 | 1 | -3/+3 | |
| | | | | | | | | | | ||||||
| | | | * | | | | | | Add data validity check and retries in CST816S driver. See ↵ | Jean-François Milants | 2021-11-06 | 2 | -22/+58 | |
| | | | | |_|_|_|/ | | | |/| | | | | | | | | | | | | | | | | | | | | https://github.com/InfiniTimeOrg/InfiniTime/issues/763#issuecomment-962436976. | |||||
| | | * | | | | | | Fix previous commit, call touchPanel.Init() even if we disabled the touch ↵ | Jean-François Milants | 2021-11-07 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | controller boot error. | |||||
| | | * | | | | | | Disable the warning that is displayed when the initialization of the touch ↵ | Jean-François Milants | 2021-11-07 | 1 | -0/+5 | |
| | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | controller fails, as some users reported that it was displayed when a valid touch controller was installed. | |||||
| | | * | | | | | Merge pull request #782 from Riksu9000/newer_buttonhandler | JF | 2021-11-06 | 10 | -33/+211 | |
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | Newer ButtonHandler | |||||
| | | | * | | | | | Make it so special actions can be input while sleeping, like in #480 | Riku Isokoski | 2021-10-25 | 2 | -4/+10 | |
| | | | | | | | | | ||||||
| | | | * | | | | | Only wake up on press. Fixes issue with longer press and sleep | Riku Isokoski | 2021-10-25 | 1 | -5/+4 | |
| | | | | | | | | | ||||||
| | | | * | | | | | Return button action instead of pushing messages | Riku Isokoski | 2021-10-25 | 6 | -50/+66 | |
| | | | | | | | | | ||||||
| | | | * | | | | | Use enum classes, remove old comment | Riku Isokoski | 2021-10-25 | 4 | -31/+30 | |
| | | | | | | | | | ||||||
| | | | * | | | | | Newer buttonhandler | Riku Isokoski | 2021-10-25 | 9 | -36/+194 | |
| | | | | | | | | | ||||||
| | | * | | | | | | Merge pull request #792 from Riksu9000/memory_saving | JF | 2021-11-06 | 2 | -17/+21 | |
| | | |\ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | | | Memory savings by replacing strings | |||||
| | | | * | | | | | Memory savings by replacing strings | Riku Isokoski | 2021-10-29 | 2 | -17/+21 | |
| | | | | | | | | | ||||||
| | * | | | | | | | MotionService: fix not needed '/' in include | Reinhold Gschweicher | 2021-10-30 | 1 | -1/+1 | |
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | resolves conflicts | SteveAmor | 2022-01-02 | 4 | -7/+3 | |
| | | | | | | | | ||||||
| * | | | | | | | update settings version | SteveAmor | 2021-11-07 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | format changes | SteveAmor | 2021-11-07 | 2 | -7/+9 | |
| | | | | | | | | ||||||
| * | | | | | | | applied clang-format | SteveAmor | 2021-11-07 | 1 | -5/+4 | |
| | | | | | | | | ||||||
