| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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-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-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 | |||
| 2021-11-07 | Fix previous commit, call touchPanel.Init() even if we disabled the touch ↵ | Jean-François Milants | |
| controller boot error. | |||
| 2021-11-07 | Disable the warning that is displayed when the initialization of the touch ↵ | Jean-François Milants | |
| controller fails, as some users reported that it was displayed when a valid touch controller was installed. | |||
| 2021-11-07 | Fix formatting following the code review. | Jean-François Milants | |
| 2021-11-06 | Add data validity check and retries in CST816S driver. See ↵ | Jean-François Milants | |
| https://github.com/InfiniTimeOrg/InfiniTime/issues/763#issuecomment-962436976. | |||
| 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-30 | MotionService: fix not needed '/' in include | Reinhold Gschweicher | |
| 2021-10-29 | Memory savings by replacing strings | Riku Isokoski | |
| 2021-10-29 | Fix recovery firmware build | James A. Jerkins | |
| 2021-10-26 | Motion service : fix step notifications that were sent as a single byte ↵ | Jean-François Milants | |
| instead of 4 (uint32_t). | |||
| 2021-10-25 | Make it so special actions can be input while sleeping, like in #480 | Riku Isokoski | |
| 2021-10-25 | Only wake up on press. Fixes issue with longer press and sleep | Riku Isokoski | |
| 2021-10-25 | Return button action instead of pushing messages | Riku Isokoski | |
| 2021-10-25 | Use enum classes, remove old comment | Riku Isokoski | |
| 2021-10-25 | Newer buttonhandler | Riku Isokoski | |
| 2021-10-24 | Merge pull request #754 from InfiniTimeOrg/add-motion-service | JF | |
| Add motion service | |||
| 2021-10-23 | Merge pull request #586 from hubmartin/wake-time | JF | |
| Improve wake-up time | |||
| 2021-10-23 | Merge pull request #740 from Riksu9000/flashlight_brightness | JF | |
| Flashlight brightness control | |||
| 2021-10-20 | Add mention to Call characteristic (which was missing in the doc) and change ↵ | Jean-François Milants | |
| the UUID of the new Motion service from 00020000-* to 00030000-*. | |||
| 2021-10-17 | Enable/disable notifications for motion service. | Jean-François Milants | |
| 2021-10-17 | Add MotionService : expose step count and RAW X/Y/Z values to the host. | Jean-François Milants | |
