Yalantis / uCrop

Image Cropping Library for Android
https://yalantis.com/blog/introducing-ucrop-our-own-image-cropping-library-for-android/
11.86k stars 2.16k forks source link

The progress bar of UCropActivity seem to be very lag after enabling Proguard #207

Closed toidv closed 7 years ago

toidv commented 7 years ago

After enabling Proguard the progress bar of UCropActivity seem to be lag, please see video for detail

-dontwarn com.yalantis.ucrop**
-keep class com.yalantis.ucrop** { *; }
-keep interface com.yalantis.ucrop** { *; }

Video: https://vid.me/zhRC

toidv commented 7 years ago

Resolve by adding rule to keep HorizontalProgressWheelView

-keep class com.yalantis.ucrop.view.widget.HorizontalProgressWheelView
Cool04ek commented 7 years ago

Would you mind creating PR for this? @toidv

TeeRawk commented 7 years ago

resolved