revolution-irc
revolution-irc copied to clipboard
Possible shareX support?
Clients like igloo for IOS have support for file hosting and sharing directly integrated into the client itself. I'm thinking that by implementing shareX support, we could allow a ton of file hosting sites to easily integrated into the client, and allow for easy, one click file sharing (once configured). I am not nearly experienced enough with java and android (especially on larger projects) to be able to do this myself, so i'm throwing this suggestion out there.
Sadly ShareX is C# so it's not directly portable.
I might consider porting it to Android though. Does ShareX support all the websites we might care about?
Well, it can be made to work with pretty much any file hosting site, since it uses a file for every different site, which defines what kind of http request it takes, which form to submit the file to, etc. Here are a bunch of shareX upload configs: https://github.com/ShareX/CustomUploaders?files=1 Perhaps there is a library for Java that can read and use these files?