iPaulPro / aFileChooser

[DEPRECATED] Android library that provides a file explorer to let users select files on external storage.
Apache License 2.0
1.79k stars 849 forks source link

can't select multiple files at the same time #2

Open letroll opened 11 years ago

letroll commented 11 years ago

can you add the ability to select multiple files at the same time, and if possible at the same time a box "select all / deselect all" ?

iPaulPro commented 11 years ago

Hey, this is a bit out of scope, but something I have considered. I am, mostly, trying to follow the Android APIs and docs, using ACTION_GET_CONTENT with CATEGORY_OPENABLE to return a URI: http://developer.android.com/reference/android/content/Intent.html#ACTION_GET_CONTENT

paulasiimwe commented 10 years ago

Much as it is abit out of scope I believe it's something not so hard for you. Simply implement checkboxes alongside each listed file and when the user clicks ok, return a uri array. Please Paul! help us please please please!!!

LOG-TAG commented 10 years ago

I'm want share the Stackoverflow discussion http://stackoverflow.com/questions/22095441/android-multiple-file-selector-chooser-dialog

paulasiimwe commented 10 years ago

Yes I am the one who posted it on stackoverflow. The proposed solution is something im hoping someone will integrate into this great File Selector.

paulasiimwe commented 10 years ago

Simple Solution here https://github.com/tapaulo/Parian-Android-Multiple-file-Selector-Dialog