yaxim-org / yaxim

yaxim - a lean XMPP/Jabber client for Android
https://yaxim.org
GNU General Public License v3.0
486 stars 238 forks source link

Files - open local downloaded file #267

Open licaon-kter opened 4 years ago

licaon-kter commented 4 years ago

...not a browser to the URL.

Since you are showing previews of images, you already downloaded them, right?

ge0rg commented 4 years ago

Yes, but I'm using the com.koushikdutta.urlimageviewhelper library, which automatically downloads and caches all URLs that I throw at it. Unfortunately, it will also download all non-image files, and there is no easy way to access the local copies.

I'm very unlucky with it, but implementing it on my own is some work for which I don't have the time now. However, it would also enable a gallery etc., so it's on my TODO list.