Hossein Abbasi

Results 140 comments of Hossein Abbasi

> > I have seen disconnections (even Today in fact) with status 8 which were not connected with bonding as the peripheral did not support bonding at all (from my...

If you want an Image Picker: https://github.com/Drjacky/ImagePicker/ And if you only need the fix for the mentioned issue: https://github.com/Drjacky/ImagePicker/blob/c8477e8ec5f8dc1bc86d0681dd5f58c40f9cff48/imagepicker/src/main/kotlin/com/github/drjacky/imagepicker/provider/CropProvider.kt#L114-L195

Add this to your AndroidManifest.xml: ```xml ```

Check the proguard. you need: ``` -dontwarn com.yalantis.ucrop** -keep class com.yalantis.ucrop** { *; } -keep interface com.yalantis.ucrop** { *; } ```

@souravpalitrana I agree totally with you on Repository design pattern subject, that I think not correctly observed in this example. And by the way, It would be nice if you...

@janishar In related to your last comment, so maybe it's better to change the name of `Repository` to something else; To prevent its similarity to Repository Pattern. :pray:

> Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can...

@arthtilva @pelusodan @prfarlow1 @aadityapaliwal94 https://github.com/Drjacky/ImagePicker/

@arthtilva I couldn't run that project; It's super old. Does it allow multiple selections AND CROP at the same time? Or just multiple selections?