dicekeys / dicekeys-app-ios

The iOS DiceKeys app
Other
4 stars 3 forks source link

DiceKeys should be displayed center-face-upright #144

Closed UppaJung closed 2 years ago

UppaJung commented 2 years ago

When loading a DiceKey by scanning it, rotate to center-face-upright orientation. Always show obscured DiceKeys (center face only) with the center face upright. Rotate to center-face-upright before storage.

(For crypto operations, we still use the rotation with the human readable form that is the earliest of the 4 possible orientations in sort order, as this is what we historically have done and we need to stay compatible with it. But for visual display, we should always use center-face-upright orientation.)

For Android, this is issue https://github.com/dicekeys/dicekeys-android/issues/159.