-
Notifications
You must be signed in to change notification settings - Fork 0
[Enhancement] Option to toggle Crop/Fit for Android Client #5
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
User request for toggle of "crop" or "fit" similar to Desktop Client's configuration. This would allow the user to choose if the whole image is fit with letterboxing, or cropped to fill the whole screen @ center.
Describe the solution you'd like
A Switch on the Activity View Labeled Crop, default "ON" for first run. Save state in shared preferences and load when re-opened. Use value of this preference to determine how image re-scale is done w/ Picasso (either use crop as it does now, or calculate how to fit the whole image on screen)
Describe alternatives you've considered
n/a
Additional context
n/a
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request