aFileChooser icon indicating copy to clipboard operation
aFileChooser copied to clipboard

can't select multiple files at the same time

Open letroll opened this issue 13 years ago • 5 comments

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" ?

letroll avatar Nov 16 '12 07:11 letroll

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

iPaulPro avatar Nov 24 '12 15:11 iPaulPro

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!!!

paulasiimwe avatar Feb 09 '14 15:02 paulasiimwe

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

LOG-TAG avatar Mar 06 '14 04:03 LOG-TAG

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 avatar Mar 06 '14 05:03 paulasiimwe

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

paulasiimwe avatar Mar 07 '14 13:03 paulasiimwe