Arun Sharma
Arun Sharma
This is not a library. Its just a sample project. Libpng is fixed with the latest opencv version. This project uses Libpng from latest opencv as you can see it...
This is glide issue and have been raised many times. I have updated Glide version to 4.6.1. Try it with v2.1.4.
Are you sure? Because I am not able to see any gifs if I disabled it in the app sample.
Can you check their paths? Actually filepicker use below code to check gifs: ``` if (path != null && path.toLowerCase().endsWith("gif")) { if (PickerManager.getInstance().isShowGif()) { photoDirectory.addPhoto(imageId, fileName, path, mediaType); } }...
How many files does your device have? Mine has loaded 6K with no issues.
Looks like issue from some facebook sdk.
You can do two things : 1. Update your compile sdk version and build tools 2. Or checkout this repo and add the library as module and remove those support...
I am able to see files in emulator. Can you list what configuration are you using?
I am talking about Filepicker configuration you are using for querying filetypes?
I tried on a real device and observed that MediaStore don't list all types of files in Android 10 (just the media files). You'll need to enable `android:requestLegacyExternalStorage="true"` for showing...