FilePicker
FilePicker copied to clipboard
FilePicker library for Android
HTML files are not visible when launching the picker on Android 9 and Android 7 Just try to download html files the picker will not catch them.
## Description When user click ok, check on the selected files list, if it is empty, the user will see a toast message instead of crash
what is the replacement of getPath() to create file because it not working on android 10.
按照官方给的demo 无法加载存储卡上的文件,而且设置后缀后无法进行有效筛选
Hi, Is there any way that I can change the action bar color of FilePickerActivity? Right now it's purple, but I want to change to black action bar, thank you!
Fatal Exception: java.lang.NoSuchMethodError: No virtual method optionalCenterCrop()Lcom/bumptech/glide/request/BaseRequestOptions; in class Lcom/bumptech/glide/f/e; or its super classes (declaration of 'com.bumptech.glide.f.e' appears in base.apk) at com.jaiselrahman.filepicker.adapter.FileGalleryAdapter.(FileGalleryAdapter.java:77) at com.jaiselrahman.filepicker.activity.FilePickerActivity.onCreate(FilePickerActivity.java:123)
Do that library has search function, or order files by Alphatic order or date. I need the feature **search function** or **A filter by date created, alphabetical name...** Is there...
**Is your feature request related to a problem? Please describe.** When there are many files, there is no way to search file by name. **Describe the solution you'd like** There...
Error trace from firebase CrashReportList **Fatal Exception: java.lang.RuntimeException Failure delivering result ResultInfo{who=null, request=1, result=0, data=null} to activity {com.salarydost.cwtapp/com.jaiselrahman.filepicker.activity.FilePickerActivity}: java.lang.NullPointerException: url** com.android.internal.util.Preconditions.checkNotNull (Preconditions.java:128) android.content.ContentResolver.delete (ContentResolver.java:1693) **com.jaiselrahman.filepicker.activity.FilePickerActivity.onActivityResult (FilePickerActivity.java:231)** android.app.Activity.dispatchActivityResult (Activity.java:7590) android.app.ActivityThread.deliverResults (ActivityThread.java:4416)...
If permission is denied it close the file picker option and always give toast msg **permission not given** and I manually allow permission in App info but it gives the...