Dhaval2404 / ImagePicker

📸Image Picker for Android, Pick an image from Gallery or Capture a new image with Camera

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update required!! Won't be supported by playstore if not resolved.

CatalystMonish opened this issue · comments

One of my app uses this Image Picker and recently google send this out, hence applications may get removed from the playstore, please help!

114824531-a5841a80-9de2-11eb-9723-c17556d4cb75

I wrote to @Dhaval2404 about this issue few weeks ago, he told me he will fix it, however as far as I know no action were taken. It's sad. Today I switch to other library

@CatalystMonish @piotr-andrychiewicz-spaceos Have a look at this library https://github.com/Drjacky/ImagePicker

Thanks dude, did he solve the issue in it?

I wrote to @Dhaval2404 about this issue few weeks ago, he told me he will fix it, however as far as I know no action were taken. It's sad. Today I switch to other library

Do you have any good library suggestions ?

@CatalystMonish @piotr-andrychiewicz-spaceos Have a look at this library https://github.com/Drjacky/ImagePicker

Thanks dude, did he solve the issue in it?

Yes, he resolved issue for all version

I wrote to @Dhaval2404 about this issue few weeks ago, he told me he will fix it, however as far as I know no action were taken. It's sad. Today I switch to other library

Do you have any good library suggestions ?

You can use this library https://github.com/Drjacky/ImagePicker

it's working fine in android 10,11 i tested Right now I am targeting android 29 so I did not change anything but soon I will use this library @CatalystMonish

I wrote to @Dhaval2404 about this issue few weeks ago, he told me he will fix it, however as far as I know no action were taken. It's sad. Today I switch to other library

Do you have any good library suggestions ?

another option https://github.com/CanHub/Android-Image-Cropper

@Dhaval2404, are there plans to release a version with support for targetSDK 30? If not this library will be impossible to use in production now. If you have a rough timeline that would be great, but I know its free and open source so if you are too busy please let us know as well so we can commit to other options

@Dhaval2404 please give us a feed back of u r plan we have in production using this library

I wrote to @Dhaval2404 about this issue few weeks ago, he told me he will fix it, however as far as I know no action were taken. It's sad. Today I switch to other library

which library

I wrote to @Dhaval2404 about this issue few weeks ago, he told me he will fix it, however as far as I know no action were taken. It's sad. Today I switch to other library

Please suggest which is you are using now, i also found this library quite buggy

I wrote to @Dhaval2404 about this issue few weeks ago, he told me he will fix it, however as far as I know no action were taken. It's sad. Today I switch to other library

Please suggest which is you are using now, i also found this library quite buggy

@rahat14 @instalogist

another option https://github.com/CanHub/Android-Image-Cropper

@Dhaval2404 please give us a feedback of your plan for android 11 support or not so we can move to another library

Dhaval's status says he is out sick, that may be the reason he is not releasing updates!

Sorry for the delay! New release coming by end of the day!

thanks bro

Latest release is breaking when i try to upload image from gallery

@instalogist The breaking changes are introduced to better support Android scope storage.

You may find the below link useful to upload images using Uri. Let me know If I can be of any help.

https://commonsware.com/blog/2020/07/05/multipart-upload-okttp-uri.html

@Dhaval2404 in manifest of library android:requestLegacyExternalStorage=true still exist
https://github.com/Dhaval2404/ImagePicker/blob/master/imagepicker/src/main/AndroidManifest.xml

Thank you @vishalkumarsinghvi for bringing it to my notice. Will release a new version by end of the day.

Thank you @vishalkumarsinghvi for bringing it to my notice. Will release a new version by end of the day.

I have one question right now we are not using any storage permission in this library?

@vishalkumarsinghvi No, ImagePicker does not require any storage permission to function.

Thank you @vishalkumarsinghvi for bringing it to my notice. Will release a new version by end of the day.

Have you released any new build with above-mentioned issue

@vishalkumarsinghvi Sorry for the delay. The new version is released now. Please give it a try.