storage-chooser icon indicating copy to clipboard operation
storage-chooser copied to clipboard

Lets user choose files in internal or external storage with just few lines of code.

Results 47 storage-chooser issues
Sort by recently updated
recently updated
newest added

I have an android physical device, API 22. For the same device, I am using an emulator and my code works as shown below. ![image](https://user-images.githubusercontent.com/48448047/163738717-d7b7aa51-4fee-4833-8732-51471e71f157.png) but on the physical device,...

bug

The latest version is com.github.codekidX:storage-chooser:2.0.4.4 , but not support andoirdx.

bug

This library seems to crash on Android 11. Is it planned to fix this? I dont get this error on other Android Versions ``` E/AndroidRuntime: FATAL EXCEPTION: main java.lang.NullPointerException: Attempt...

**Describe the bug** When using the [patched version of the library here](https://github.com/codekidX/storage-chooser/issues/127), I've noticed that the storage choosing dialog doesn't show the SD card, it will just show the Internal...

bug

1- Fatal Exception: java.lang.RuntimeException: Unable to start activity ComponentInfo{***}: java.lang.NullPointerException: Attempt to invoke virtual method 'int[] com.codekidlabs.storagechooser.models.Config.getScheme()' on a null object reference 2- java.lang.NullPointerException: Attempt to invoke virtual method 'com.codekidlabs.storagechooser.Content...

more-information-needed

Currently I have to choose between a file or directory picker. But I need to offer the user to select anything. This is needed for a Export/import dialog where I...

bug

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...

bug

I do not think StorageChooser allows to create or save files the same way it allows to create directories. If there is such a feature and I am mistaken please...

enhancement
development-needed

I have looked at the code and can get the select directory to show the files but is there a quick way to stop the clicking of files when you...

bug
enhancement
development-needed

Since we cannot use this library to create folder directories on external SD storage, how about a way to prevent even showing the SD card so the user is not...