evilcorpltd / aTox

Reasonable Tox client for Android
GNU General Public License v3.0
364 stars 56 forks source link

Support receiving file share intents #699

Open robinlinden opened 3 years ago

robinlinden commented 3 years ago

Right now only text is supported as that was a lot easier and added a lot of the plumbing needed for this. The difference with files (right now) is that we need to only allow it to online contacts.

theAkito commented 2 years ago

I just tested sharing a "text/plain" in Android SDK 29 and this app did not show up in the Sharesheet.

robinlinden commented 2 years ago

If you're using the latest release from GPlay/FDroid I think it's missing accepting shares altogether. :( It was implemented just after the last release. Will be part of the next one, though! Or you can give the nightly a try if you're curious: https://robinli.eu/f/atox-0.7.0-pre10.apk

theAkito commented 2 years ago

Okay, I see now. I downloaded the latest version from F-Droid today, to test sharing from an app I am working on. Was surprised to not see it work. But if it's going to be released at some point, then I can use this Tox client for testing after that.

robinlinden commented 2 years ago

Yeah, I'm hoping to make a release soon. :x Working on getting audio calls working well on all Android devices right now, but after that it's release time!