aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | Use Bluetooth brand color for BLE logo #0082FChubmartin2021-12-301-1/+1
| | | | | | | | | |
| * | | | | | | | | Real white nowhubmartin2021-12-301-1/+1
| | | | | | | | | |
| * | | | | | | | | WatchFaceDigital - BLE symbol changed to white colorhubmartin2021-12-301-1/+1
| | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | FIX: AlarmTriggered fall through to ShowPairingKeyJames A. Jerkins2021-12-111-0/+1
| | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Organize includesRiku Isokoski2021-12-093-6/+9
| | | | | | | |
| * | | | | | | Move radio button styling to a single placeRiku Isokoski2021-12-095-18/+23
| | | | | | | |
| * | | | | | | Optimize arraysRiku Isokoski2021-12-096-9/+15
| | | | | | | |
| * | | | | | | Fix too small arrayRiku Isokoski2021-12-091-1/+1
| | | | | | | |
| * | | | | | | Style checkboxes as radio buttonsRiku Isokoski2021-12-097-100/+63
| | | | | | | |
| * | | | | | | Style improvementsAvamander2021-12-091-1/+2
| | | | | | | |
| * | | | | | | Improved format specifiers, bracing, removed C-style casts, whitespace fixes ↵Avamander2021-12-095-14/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and removed Tiles shadowing
| * | | | | | | Remove commented codeKieran Cawthray2021-12-091-2/+0
| | | | | | | |
| * | | | | | | Adjust icon alignment only on IsUpdated()Kieran Cawthray2021-12-092-11/+18
| | | | | | | |
| * | | | | | | Alignment fixesKieran Cawthray2021-12-091-5/+12
| | | | | | | |
| * | | | | | | Merge branch 'develop' into patch-weatherAvamander2021-12-095-0/+56
| |\ \ \ \ \ \ \
| | * | | | | | | Fix for passkey screen scrambleJames A. Jerkins2021-12-093-9/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a passkey is displayed, screen on or off, and another passkey is displayed the screen may become scrambled. Fix the issue by insuring the whole screen is drawn every time.
| | * | | | | | | Connect and bond with a passkeyJames A. Jerkins2021-12-095-0/+48
| | | |_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds the following: Passkey pairing - passkey is displayed on watch Swipe down to clear passkey screen Connection encryption Connection bonding Automatic reconnects to a bonded peripheral Trusted device on Android Note that persisting the bond between reboots is NOT included in this commit. Therefore, rebooting the watch will cause reconnect failures. You must delete the bond from the phone to reconnect/pair.
| * | | | | | | Fixed air quality amounts being off by a few orders of magnitudeAvamander2021-12-041-1/+1
| | | | | | | |
| * | | | | | | Revert wrong change to DisplayAppAvamander2021-12-041-6/+1
| | | | | | | |
| * | | | | | | Removed float usage from displayAvamander2021-12-041-4/+4
| | | | | | | |
| * | | | | | | Better cleanup, bugfixes and improvements in weather parsing. UI improvementsAvamander2021-12-042-5/+10
| | | | | | | |
| * | | | | | | Improved debug UI.Avamander2021-12-041-0/+24
| | | | | | | |
| * | | | | | | Improved UI and fixed a bugAvamander2021-12-041-0/+20
| | | | | | | |
| * | | | | | | Bunch of bugs fixed, improved error handling, debug UI additionAvamander2021-12-043-61/+92
| | | | | | | |
| * | | | | | | Fixed a few compilation errors, fixed UUID.Avamander2021-12-042-10/+21
| | | | | | | |
| * | | | | | | Implemented a few functions.Avamander2021-12-041-15/+1
| | | | | | | |
| * | | | | | | Started initial work on the UIAvamander2021-12-042-136/+32
| | | | | | | |
| * | | | | | | Added autodetection for clang-format versionAvamander2021-12-041-8/+7
| | | | | | | |
| * | | | | | | Brace style and whitespace fixesAvamander2021-12-042-2/+2
| | | | | | | |
| * | | | | | | Initial Weather service skeletonAvamander2021-12-042-0/+300
| |/ / / / / /
| * | | | | | Clock: add missing Settings includeReinhold Gschweicher2021-12-021-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 iconSteveis2021-12-021-1/+1
| | | | | | | | | | | | | | | | | | | | | Standardise notification icon to display in top left.
| * | | | | | Paddle: add a little randomization in the dy speedReinhold Gschweicher2021-12-021-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 Milants2021-12-023-4/+10
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git://github.com/clemensvonmolo/InfiniTime into clemensvonmolo-paint-colorchange-vibration # Conflicts: # src/displayapp/screens/InfiniPaint.h
| | * | | | | | change paint vibration to 35msClemens von Molo2021-11-011-1/+1
| | | | | | | |
| | * | | | | | color rotation using modulo, ran clang-format for InfiniPaintClemens von Molo2021-11-013-7/+12
| | | | | | | |
| | * | | | | | InfiniPaint vibrate on colorchange, fix color rotationClemens von Molo2021-10-313-7/+8
| | | | | | | |
| * | | | | | | Metronome: add missing include for Screen.hReinhold Gschweicher2021-12-021-0/+1
| | | | | | | |
| * | | | | | | WatchFaceDigital: remove unused include for ScreenList.hReinhold Gschweicher2021-12-021-1/+0
| | | | | | | |
| * | | | | | | WatchFaceDigital: add missing include to Settings.hReinhold Gschweicher2021-12-021-0/+1
| | | | | | | |
| * | | | | | | WatchFaceAnalog: remove unused ScreenList, add needed includesReinhold Gschweicher2021-12-022-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 declareReinhold Gschweicher2021-12-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unused `ScreenList.h` include and add a forward declaration for the `MotionController` class.
| * | | | | | | QuickSettings: remove unused importsReinhold Gschweicher2021-12-021-2/+0
| | | | | | | |
| * | | | | | | About : Remove misleading infoSteveis2021-11-281-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed Steps which is hard coded to display 0. Could be misleading and is using up memory.
| * | | | | | | Merge branch 'restructure_includes' of ↵Jean-François Milants2021-11-2886-174/+177
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/NeroBurner/InfiniTime into NeroBurner-restructure_includes # Conflicts: # doc/contribute.md # src/displayapp/screens/BatteryInfo.h
| | * | | | | | | Move up file header include to topReinhold Gschweicher2021-11-154-4/+4
| | | | | | | | |
| | * | | | | | | remove unused libs/ prefix from lvgl includes as not neededReinhold Gschweicher2021-11-155-9/+9
| | | | | | | | |
| | * | | | | | | Add missing standard includesReinhold Gschweicher2021-11-153-0/+3
| | | | | | | | |
| | * | | | | | | Update includes to to be relative to src directoryReinhold Gschweicher2021-11-1583-165/+165
| | | |_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-dirJF2021-11-281-1/+7
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix animation when long pressing on screens adjacent to watch face