-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Milestone
Description
Feature description
Describe the feature
Is your feature request related to a problem? Please describe.
- People sometimes thinks that display rotation is a software bug.
- Lock screen and PIN entry might not be affected by the rotation settings, which defeats its purpose for heads-down mounts.
- Settings currently might not survive device restart.
Describe the solution you'd like
Implement display rotation
Additional context
Requires fibercrypto/skywallet-protob#76
Possible implementation
- Make rotation as a device settings over ApplySettings() message as unprotected value (similar to background image & label).
- Make PIN entry and lock screen compatible with rotation.
- Check if rotation is possible over swipe gesture. If so disable it.
Reactions are currently unavailable