summaryrefslogtreecommitdiff
path: root/src/displayapp
AgeCommit message (Collapse)AuthorFilesLines
2022-01-04Merge branch 'ShakeWake' of https://github.com/geekbozu/InfiniTime into ↵Jean-François Milants7-11/+195
geekbozu-ShakeWake # Conflicts: # src/CMakeLists.txt # src/displayapp/Apps.h # src/displayapp/DisplayApp.cpp # src/displayapp/screens/settings/Settings.cpp
2022-01-04Adds enum class for chimes optionSteveAmor1-4/+12
2022-01-04Fix setting removing it self from wake settings when opening calibration ↵Tim Keller2-3/+4
window twice.
2022-01-04Made calibration window enable Accel wakeups for setting and calibration ↵Tim Keller2-1/+9
even when wake mode is inactive.
2022-01-04Remove "fancy" settings display and always show ShakeWakeThresholdSettingTim Keller1-14/+10
2022-01-04Fixed button color changingTim Keller2-9/+9
2022-01-04Added visual aide for shake strengthTim Keller2-37/+60
Added delay to starting calibration
2022-01-04Raise calibration timeout to 7.5 secondsTim Keller1-15/+15
Added button toggle state for cleaner user interaction
2022-01-04Fix crash upon leaving app.Tim Keller2-27/+20
Code formatting
2022-01-04Make arc moveable, and clear previous setting on calibrateTim Keller1-2/+5
2022-01-04Actually save the thresholdTim Keller2-7/+18
Prevent a few crashes due to an LV task being active when it shouldnt be.
2022-01-04Better Sensitivity UI, Calibration button addedTim Keller3-61/+79
2022-01-04Add start of settings app for senstivity.Tim Keller5-2/+127
really just debugging. I want to make it more configurable then high med low. Position of setting needs a new location...dynamicly adding it currently at the end. Which honestly im fine with.
2022-01-04Added Shake to wakeTim Keller2-1/+9
2022-01-02resolve conflictsSteveAmor1-3/+0
2022-01-02resolves conflictsSteveAmor99-741/+1104
2022-01-02resolves conflictsSteveAmor4-7/+3
2021-12-30Ran clang-formatStephanie1-2/+1
2021-12-30Renamed confusing variables and general cleanupStephanie2-19/+17
2021-12-30Changed text to left padStephanie1-7/+9
2021-12-30Moved trip meter update to MotionController and changed trip meter logicStephanie1-11/+3
2021-12-30Changed lap counter to trip meterStephanie2-29/+39
2021-12-30Added "lap" button to step counterStephanie2-8/+50
2021-12-30Add missing breakRiku Isokoski1-0/+1
2021-12-30Improve gesture consistency across the firmwareRiku Isokoski3-6/+24
2021-12-30Merge pull request #718 from kieranc/pts-settingsJF9-402/+334
Integrate color picker into PineTimeStyle watchface
2021-12-30InfiniPaint: add missing include algorithm for std::fillReinhold Gschweicher1-0/+2
2021-12-30Use Bluetooth brand color for BLE logo #0082FChubmartin1-1/+1
2021-12-30Real white nowhubmartin1-1/+1
2021-12-30WatchFaceDigital - BLE symbol changed to white colorhubmartin1-1/+1
2021-12-11FIX: AlarmTriggered fall through to ShowPairingKeyJames A. Jerkins1-0/+1
2021-12-09Merge remote-tracking branch 'upstream/develop' into pts-settingsKieran Cawthray24-131/+446
2021-12-09Organize includesRiku Isokoski3-6/+9
2021-12-09Move radio button styling to a single placeRiku Isokoski5-18/+23
2021-12-09Optimize arraysRiku Isokoski6-9/+15
2021-12-09Fix too small arrayRiku Isokoski1-1/+1
2021-12-09Style checkboxes as radio buttonsRiku Isokoski7-100/+63
2021-12-09Style improvementsAvamander1-1/+2
2021-12-09Improved format specifiers, bracing, removed C-style casts, whitespace fixes ↵Avamander5-14/+16
and removed Tiles shadowing
2021-12-09Remove commented codeKieran Cawthray1-2/+0
2021-12-09Adjust icon alignment only on IsUpdated()Kieran Cawthray2-11/+18
2021-12-09Alignment fixesKieran Cawthray1-5/+12
2021-12-09Merge branch 'develop' into patch-weatherAvamander5-0/+56
2021-12-09Fix for passkey screen scrambleJames A. Jerkins3-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.
2021-12-09Connect and bond with a passkeyJames A. Jerkins5-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.
2021-12-06Include Colors.hKieran Cawthray1-0/+1
2021-12-05Merge remote-tracking branch 'upstream/develop' into pts-settingsKieran Cawthray87-188/+208
2021-12-04Fixed air quality amounts being off by a few orders of magnitudeAvamander1-1/+1
2021-12-04Revert wrong change to DisplayAppAvamander1-6/+1
2021-12-04Removed float usage from displayAvamander1-4/+4