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
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