Android-FilePicker icon indicating copy to clipboard operation
Android-FilePicker copied to clipboard

Photopicker and document picker for android

Results 95 Android-FilePicker issues
Sort by recently updated
recently updated
newest added

Hi. I'm using Samsung Galaxy 8plus, Android 9. Please help me. This is logcat (My phone there are a lot of pictures): `AndroidRuntime: FATAL EXCEPTION: main Process: xxx, PID: 15630...

No commits for an year . Waiting for Android 11+ updates . Project is discontinued or still in maintenance ?

``` targetSdkVersion = 29 and added android:requestLegacyExternalStorage="true" ```

Hi, so in Android 11 and above this library won't work? And what do we have to use to make it work? Or do you have any recommendation (library or...

When selecting photos and clicking OK .. I am getting crash ``` override fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent?) { super.onActivityResult(requestCode, resultCode, data) when (requestCode) { FilePickerConst.REQUEST_CODE_PHOTO -> {...

When select image from gallery and it will bind to image view app get crash showing issue Fatal Exception: java.lang.NoClassDefFoundError Failed resolution of: Lcom/android/internal/util/Predicate; com.facebook.common.internal.AndroidPredicates.True (AndroidPredicates.java:22)

![device-2021-05-04-213222](https://user-images.githubusercontent.com/41772592/117033810-5e71b100-ad20-11eb-9c09-a0a3f960b4e8.png) When I click on the camera icon in Android 11 camera not open and showing the toast shown above image. Is there anything that needs to update in the...

Document list is not showing in android version 11, pls help me

ContentLoadingProgressbar added. it required when around 10k image available in gallery. Little Bug in MediaFolderPickerFragment.kt in onFolderClicked event media list get cleared that's why folder view counter show 0 when...