Darshan Dorai

Results 18 comments of Darshan Dorai

Hey, this issue is present in v0.0.4 of the library. It has been fixed [here](https://github.com/darsh2/MultipleImageSelect/commit/3474549f2c312a3e49d05a53af5f56e591e675fd). Please update your build.gradle to use the latest build of this library. You can do...

Hey can you provide more context regarding the issue?

I think you might have to specify a custom action mode style in styles.xml of your app. So the change would probably be something like: In your app's styles.xml: ```...

Looks like album loading logic needs some changes. Will update soon. Is this on specific devices only or a common occurrence?

Yes, this will be a useful enhancement to add. However it has been a long time since I have worked on this library. Development will still be on hold for...

Have not worked with customizing font style and the like. Unfortunately the only help I can offer now is searching on google how to go about with this. You may...

One possible way is when you get the selected images from the library, you can iterate through and obtain the URI for each image individually as: ``` java ArrayList images...

If any of the styles for the toolbar specified in the library are overwritten in your app, this behavior will occur. One possible solution is to create a custom toolbar...

Currently selecting all images in a directory is not supported, as in one has to manually select every image. Will add this feature in the next release.

Hey sorry, I decided to move away from the grant permission button logic and replaced it with SnackBar.