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

Hi, i migrated my app from a different library to yours yesterday, and i love how easy to use it is! Now i also wanted to prepare my app for...

In the android module, Unresolved reference: ChooserDialog implementation 'com.github.hedzr:android-file-chooser:v1.2.0-final' compileSdkVersion = 29 buildToolsVersion = "29.0.3" minSdkVersion = 21 targetSdkVersion = 29

I have a crash on many devices. Firebase Crashlytics show this. > Fatal Exception: android.content.res.Resources$NotFoundException: Resource ID #0x7f080121 at android.content.res.ResourcesImpl.getValueForDensity(ResourcesImpl.java:237) at android.content.res.Resources.getDrawableForDensity(Resources.java:902) at android.content.res.Resources.getDrawable(Resources.java:842) at android.content.Context.getDrawable(Context.java:628) at androidx.core.content.ContextCompat.getDrawable(ContextCompat.java:454) at com.obsez.android.lib.filechooser.tool.DirAdapter.init(DirAdapter.java:50)...

bug

Described in a title. What is this? Any fix?

I just installed version 1.1.4 and I copied and pasted this sample code: ![Screenshot 2020-10-18 224902](https://user-images.githubusercontent.com/50304111/96402852-22b43700-1194-11eb-8aa9-4ac9fa9269b3.png) And it's saying it can't find the reference for "title_choose_file". The other 2 r.string's...

as per android documentation requestLegacyExternalStorage is ignored if your app targets api 30, any workaround ? https://developer.android.com/training/data-storage/use-cases#migrate-legacy-storage

error on final version 1.2.0 on 1.1.14 version work normal Phone Xiomi redmi 3s java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity. java.lang.RuntimeException: Unable to...

Is there any method to quickly change the teal color everywhere to something else? without having to edit the whole style file top to bottom?