android-image-picker icon indicating copy to clipboard operation
android-image-picker copied to clipboard

Image Picker for Android 🤖

Results 108 android-image-picker issues
Sort by recently updated
recently updated
newest added

Currently, the library supports only local photos in Explorer. This makes the library inefficient and incomplete for bigger projects. Please add option to select photos from other sources like Google...

This bug is still not fixed on current devices - Image Picker Version: 2.4.5 - Android OS: 10 - Phone: All phone

image Picker version: 3.0.0-beta ![big-Screenshot_20211111-133246_LearnHour](https://user-images.githubusercontent.com/43807081/143563397-6a9cdf43-b105-4f3b-92f0-f1238d3ebd98.jpeg) 1

## Expected Behavior When launching the image Picker from a fragment the fragment should remain on the fragment after finishing the picker. ## Actual Behavior The invoking fragment gets destroyed...

help wanted
performance

**not always reproduced!** ## Actual Behavior app crashes with next stacktrace: ``` I/ResourcesCompat: Failed to retrieve rebase() method java.lang.NoSuchMethodException: rebase [] at java.lang.Class.getMethod(Class.java:2068) at java.lang.Class.getDeclaredMethod(Class.java:2047) at androidx.core.content.res.ResourcesCompat$ThemeCompat$ImplApi23.rebase(ResourcesCompat.java:544) at androidx.core.content.res.ResourcesCompat$ThemeCompat.rebase(ResourcesCompat.java:520) at...

not always reproduced! ## Steps to Reproduce the Problem just call ImagePicker.cameraOnly().start(this) from Fragment ## Stacktrace: ``` W/Glide: Load failed for /storage/emulated/0/Android/data/package_name/files/Pictures/Camera/IMG_20211109_135220_079.jpg with size [194x194] class com.bumptech.glide.load.engine.GlideException: Failed to load...

triage

First thanks to the great work done on this ImagePicker. As I do not know Kotlin at all, I have some difficulties to used your 3.0.0beta1. Are you able to...

Can you please add a "select all" button?

enhancement
help wanted
good first issue

Getting no images found on Api 30 Android Q. Using version 3.0.0-beta4. ![Screenshot_1636133799](https://user-images.githubusercontent.com/20676587/140554283-e71c768e-4fe4-40b5-b70b-02f86f87684e.png)

## Steps to Reproduce the Problem 1. Add any image to the root folder of the device 2. Open image picker 3. Crash happens ## Specifications - Image Picker Version:...

bug
need to reproduce