MaterialFilePicker
MaterialFilePicker copied to clipboard
Picking files since 2015
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.evero.android.digitalagency/com.nbsp.materialfilepicker.ui.FilePickerActivity}: java.lang.UnsupportedOperationException: Failed to resolve attribute at index 1: TypedValue{t=0x2/d=0x7f0400ec a=6 r=0x7f06003c}
Empty directories, even though, files exist. I have all permissions in Manifest and android:requestLegacyExternalStorage="true" I ask for permission request additionally in runtime. What is the problem?
Could not resolve com.nbsp:library:1.8
From the docs we are required to use jcenter:  But there is now a lint warning saying that "Jcenter is at end of life", as noted here: https://stackoverflow.com/q/66400264/4070848 As...
Input dispatching timed out (Waiting to send key event because the focused window has not finished processing all of the input events that were previously delivered to it. Outbound queue...
It's crashed, i think maybe it's needed to set some attribute in my theme? `Caused by: java.lang.UnsupportedOperationException: Failed to resolve attribute at index 6: TypedValue{t=0x2/d=0x7f040098 a=4 r=0x7f06003f} at android.content.res.TypedArray.getColorStateList(TypedArray.java:498) at...
Signed-off-by: Arte a Programar * Android 10 compatibility to read files from storage. * I have changed the styles of the icons (drawables) * When the file manager is root;...
I want to remove the blue color nav bar which holds the back and cancel button, can that be removed.
It is possible to reverse the sort order of files from A-Z to Z-A? Thank you