Fix issue #41
This release mainly fixes issue #41, but also cleaned up the project and also updated the dependencies.
When selecting a file inside a sub-directory in the Downloads
directory, the Uri
on some devices return a content Uri
using an msf:
provider. In this case, it's not possible to "convert" the Uri
to a file path. The library uses /proc/
in this case. You can use the proc
path returned as you would with a file path.
I've also added the option to disable /proc/
if it's not working for some reason.
You can now also select multiple files.