android-file-chooser icon indicating copy to clipboard operation
android-file-chooser copied to clipboard

a lightweight file/folder chooser or picker

Results 19 android-file-chooser issues
Sort by recently updated
recently updated
newest added

I run on virtual device API 26, the SD card content is not listed. please help.

Please add DarkMode support by using DayNight Themes [Documentation](https://developer.android.com/guide/topics/ui/look-and-feel/darktheme)

Hi. While adding multiple files to an array adapter which populates a recycler view, the folder also gets added as an item. Example : ![device-2019-10-08-141347](https://user-images.githubusercontent.com/10433759/66381198-7a8f5e00-e9d6-11e9-9869-b614c7158e4b.png) Twitter is the folder in...

Is there a way to let the user decide if he choose a file or folder? I thougth about a Negativ Button with Cancel and a Neutral Button with Choose...

Got a runtime exception only on Android 6 devices after 1.1.17 update > Fatal Exception: java.lang.RuntimeException: Failure delivering result ResultInfo{who=@android:requestPermissions:, request=347, result=-1, data=Intent { act=android.content.pm.action.REQUEST_PERMISSIONS (has extras) }} to activity...

bug
fixed in next release

Got this today. ![image](https://user-images.githubusercontent.com/24976965/59454543-ef3efb00-8e2f-11e9-9f06-2ddcf07a64d6.png) > Fatal Exception: java.lang.RuntimeException: Failure delivering result ResultInfo{who=@android:requestPermissions:, request=782, result=0, data=null} to activity {com.ytheekshana.deviceinfo/com.obsez.android.lib.filechooser.permissions.PermissionActivity}: java.lang.RuntimeException: there are no permissions at android.app.ActivityThread.deliverResults(ActivityThread.java:5002) at android.app.ActivityThread.handleSendResult(ActivityThread.java:5044) at android.app.servertransaction.ActivityResultItem.execute(ActivityResultItem.java:49) at...

Is it possible to implement thumbnails for images? On left side, there can be a thumbnail instead of small file icon.

question