summaryrefslogtreecommitdiff
path: root/src/displayapp
AgeCommit message (Collapse)Author
2021-12-30InfiniPaint: add missing include algorithm for std::fillReinhold Gschweicher
2021-12-30Use Bluetooth brand color for BLE logo #0082FChubmartin
2021-12-30Real white nowhubmartin
2021-12-30WatchFaceDigital - BLE symbol changed to white colorhubmartin
2021-12-24Add airplane mode featureJames A. Jerkins
Implements 'Airplane mode' feature to disable and enable bluetooth/ble Adds airplaneMode as a non-persisted setting Adds a setting menu for switching airplane mode on and off Displays an airplane symbol on the Digital watch face and the PineTimeStyle watch face when airplane mode is enabled Always enables bluetooth/ble on boot (disable airplane mode) Alphabetizes the settings menu options Style cleanups Closes #632
2021-12-12FIX: AlarmTriggered fall through to ShowPairingKeyJames A. Jerkins
2021-12-09Merge remote-tracking branch 'upstream/develop' into pts-settingsKieran Cawthray
2021-12-09Organize includesRiku Isokoski
2021-12-09Move radio button styling to a single placeRiku Isokoski
2021-12-09Optimize arraysRiku Isokoski
2021-12-09Fix too small arrayRiku Isokoski
2021-12-09Style checkboxes as radio buttonsRiku Isokoski
2021-12-09Style improvementsAvamander
2021-12-09Improved format specifiers, bracing, removed C-style casts, whitespace fixes ↵Avamander
and removed Tiles shadowing
2021-12-09Remove commented codeKieran Cawthray
2021-12-09Adjust icon alignment only on IsUpdated()Kieran Cawthray
2021-12-09Alignment fixesKieran Cawthray
2021-12-09Merge branch 'develop' into patch-weatherAvamander
2021-12-09Fix for passkey screen scrambleJames A. Jerkins
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.
2021-12-09Connect and bond with a passkeyJames A. Jerkins
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.
2021-12-06Include Colors.hKieran Cawthray
2021-12-05Merge remote-tracking branch 'upstream/develop' into pts-settingsKieran Cawthray
2021-12-04Fixed air quality amounts being off by a few orders of magnitudeAvamander
2021-12-04Revert wrong change to DisplayAppAvamander
2021-12-04Removed float usage from displayAvamander
2021-12-04Better cleanup, bugfixes and improvements in weather parsing. UI improvementsAvamander
2021-12-04Improved debug UI.Avamander
2021-12-04Improved UI and fixed a bugAvamander
2021-12-04Bunch of bugs fixed, improved error handling, debug UI additionAvamander
2021-12-04Fixed a few compilation errors, fixed UUID.Avamander
2021-12-04Implemented a few functions.Avamander
2021-12-04Started initial work on the UIAvamander
2021-12-04Added autodetection for clang-format versionAvamander
2021-12-04Brace style and whitespace fixesAvamander
2021-12-04Initial Weather service skeletonAvamander
2021-12-02Clock: add missing Settings includeReinhold 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-02WatchFaceAnalog : move notification iconSteveis
Standardise notification icon to display in top left.
2021-12-02Paddle: add a little randomization in the dy speedReinhold 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-02Merge 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-02Metronome: add missing include for Screen.hReinhold Gschweicher
2021-12-02WatchFaceDigital: remove unused include for ScreenList.hReinhold Gschweicher
2021-12-02WatchFaceDigital: add missing include to Settings.hReinhold Gschweicher
2021-12-02WatchFaceAnalog: remove unused ScreenList, add needed includesReinhold 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-02PineTimeStyle: remove include and add forward declareReinhold Gschweicher
Remove unused `ScreenList.h` include and add a forward declaration for the `MotionController` class.
2021-12-02QuickSettings: remove unused importsReinhold Gschweicher
2021-11-28About : Remove misleading infoSteveis
Removed Steps which is hard coded to display 0. Could be misleading and is using up memory.
2021-11-28Merge 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-28Merge pull request #820 from Riksu9000/fix-anim-dirJF
Fix animation when long pressing on screens adjacent to watch face
2021-11-16Improve notification icon alignmentKieran Cawthray
2021-11-16Revert "Fix notification icon alignment"Kieran Cawthray
This reverts commit 29bb359e90bff68bdfca67bbd42baeac73dae6ae.