MultipleImageSelect icon indicating copy to clipboard operation
MultipleImageSelect copied to clipboard

Android library that provides for multiple image selection.

Results 46 MultipleImageSelect issues
Sort by recently updated
recently updated
newest added

If GIF images are present in sdcard, they are not displayed

Good afternoon. We're getting more feedback from our users. Can you please have a look at those? 1) NPE in AlbumSelectActivity, line 218 **java.lang.NullPointerException com.darsh.multipleimageselect.activities.AlbumSelectActivity$AlbumLoaderRunnable.run(AlbumSelectActivity.java:218) java.lang.Thread.run(Thread.java:838)** 2) NPE in AlbumSelectActivity,...

bug

Hi, is there a way to implement the select all button ?

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

Hey Darsh, thanks for great example code. I want to set minimum count of images, like **please select atleast 5 images.** something like this. please help. thanks in advance

Is there a way to liniti this to show only a specific album?

Hi! I used version compile 'com.github.darsh2:MultipleImageSelect:28c6d56' which fixes the NPE (https://github.com/darsh2/MultipleImageSelect/issues/39). But this version has resources which overrides my application resources (string/app_name and mipmap/ic_launcher). It happens because resources in your...

Dear Darshan, I have added the support for Arabic language. Please accept it. Thanks

User image selection sequence is not remembered. If user picks 4,6 and 2 image from picker. Returned list contains 2,4 and 6 (chronological order). This will help in cases where...

enhancement

How can I give the toolbar a shadow?