slowscript / warpinator-android

An unofficial implementation of Warpinator for Android
GNU General Public License v3.0
481 stars 29 forks source link

Custom profile pictures fail on Android 11 #24

Closed StickyDigit closed 3 years ago

StickyDigit commented 3 years ago

Only me again :)

This works on Android 10, and fails on Android 11.

Exported a 320x320 png file from Gimp as 8 bit RGB. Warped it to the target. Moved it to Pictures. Opened prefs and selected custom image. From the file picker it was visible, and once selected the app drops me back to prefs, rather than profile pictures.. returning to profile pictures it showed the previously selected standard icon rather than my custom image.

I've attached the image.

S4_mini-320a

slowscript commented 3 years ago

I hate the way Android handles file permissions... I forgot to take persistable permission for the picture when it is selected and apparently older versions didn't care. Should be fixed now.

StickyDigit commented 3 years ago

Built. Tested. Working. Thanks!