Mishiranu / Dashchan

Imageboards client for Android
GNU General Public License v3.0
397 stars 49 forks source link

webms can't attached anymore #302

Closed krautbernd closed 3 years ago

krautbernd commented 3 years ago

still working with 3.0.2

using my kc extension https://github.com/krautbernd/Dashchan-Extensions-kohlchan

Mishiranu commented 3 years ago

Works for me.

Which Android version? What does "cant be attached" mean?

krautbernd commented 3 years ago

Android 11

IMG_20210709_154918

just found out, it only happens when picking the webm/videofile via f-stop gallery. google pics and androids common filepicker working fine.

Mishiranu commented 3 years ago

Just checked F-Stop Gallery. It's broken.

https://developer.android.com/reference/android/provider/OpenableColumns

These are standard columns for openable URIs. Providers that serve openable URIs must support at least these columns when queried.

They don't support _size column, this is a violation which breaks Dashchan. You'll better to contact F-Stop Gallery developers and ask them to fix it.

krautbernd commented 3 years ago

thank you.

i contacted them. lets wait and see 🙂