summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/PassKey.cpp
AgeCommit message (Collapse)AuthorFilesLines
2022-08-16Centralize most color definitions (#1258)Riku Isokoski1-1/+1
2022-06-05Apply clang-format to all C++ filesFinlay Davidson1-1/+0
2022-05-08Force full screen refresh with a rounder functionRiku Isokoski1-7/+0
When the screen switches, the full screen needs to be refreshed for the hardware scrolling to work. This was enforced with backgroundLabels, but is simpler to do with a rounder function.
2022-04-18Replace lv_label_set_text where possibleRiku Isokoski1-1/+1
2021-12-09Fix for passkey screen scrambleJames A. Jerkins1-5/+12
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. Jerkins1-0/+17
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.