android-multipicker-library icon indicating copy to clipboard operation
android-multipicker-library copied to clipboard

Android Multipicker Library

Results 84 android-multipicker-library issues
Sort by recently updated
recently updated
newest added

In Android Q, when we open multi picker for image selection, and I am selected Gallery option that moment app was crash, below is crash report: > Caused by: java.lang.IllegalArgumentException:...

it's getting me some unknows file name/ path but on lower devices it's working fine

there is no option to set cache location to _internal cache folder_. it is very important to have `context.getCacheDir()` for this library, and I think it should be the default...

Hi! Thank you for the library! Is it possible to disable the suggested applications like Google Drive, Astro File Manager etc from the "Öpen from" menu?

Fatal Exception: java.lang.IllegalArgumentException: Unknown URI: content://downloads/public_downloads/2483 at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:165) at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:135) at android.content.ContentProviderProxy.query(ContentProviderNative.java:418) at android.content.ContentResolver.query(ContentResolver.java:760) at android.content.ContentResolver.query(ContentResolver.java:710) at android.content.ContentResolver.query(ContentResolver.java:668) at com.kbeanie.multipicker.core.threads.FileProcessorThread.getDataAndMimeType(FileProcessorThread.java:445) at com.kbeanie.multipicker.core.threads.FileProcessorThread.getPathAndMimeType(FileProcessorThread.java:50039) at com.kbeanie.multipicker.core.threads.FileProcessorThread.processFile(FileProcessorThread.java:2190) at com.kbeanie.multipicker.core.threads.ImageProcessorThread.run(ImageProcessorThread.java:42)

Is there a way to tell the camera the filename of the photo and the location to where it will be saved?

Android support library is deprecated, this library should migrate to androidx dependencies

Whenever I pick an audio using AudioPicker, The file extension becomes .mpeg even though the original file is in .mp3 format

bug

Android 7. see a similar problem description and solution here https://stackoverflow.com/questions/52750508/accessing-public-download-files-onactivityresult-android-28-samsung-galaxy-s9 lang.IllegalArgumentException: Unknown URI: content://downloads/public_downloads/353 at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:165) at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:135) at android.content.ContentProviderProxy.query(ContentProviderNative.java:421) at android.content.ContentResolver.query(ContentResolver.java:532) at android.content.ContentResolver.query(ContentResolver.java:473) at com.kbeanie.multipicker.core.threads.FileProcessorThread.getDataAndMimeType(FileProcessorThread.java:419) at com.kbeanie.multipicker.core.threads.FileProcessorThread.getPathAndMimeType(FileProcessorThread.java:370) at...

i have crash in crashlytics in File.doCopyFile() funtion. below has full log details: ``` Fatal Exception: java.lang.IllegalArgumentException: Negative time at java.io.File.setLastModified(File.java:1432) at com.kbeanie.multipicker.utils.FileUtils.doCopyFile(FileUtils.java:163) at com.kbeanie.multipicker.utils.FileUtils.copyFile(FileUtils.java:137) at com.kbeanie.multipicker.utils.FileUtils.copyFile(FileUtils.java:109) at com.kbeanie.multipicker.core.threads.FileProcessorThread.copyFileToFolder(FileProcessorThread.java:170) at...