Releases: vinc3m1/RoundedImageView
Releases · vinc3m1/RoundedImageView
2.3.0
#140 Fixes to mutate_background.
#160 Added proguard files.
#167 Scaletype initialization fix.
2.2.1
- Fix for
CENTER_CROP
not actually centering when there's a border (#8)
2.2.0
- Fix extra border draw when no border #115
- Move
@Corner
constants to Corner.*
class and namespace
- Update to latest target sdk and support library versions.
2.1.2
- Fix incorrect
@ColorRes
annotation for correct @ColorInt
annotation.
- Add
@Corner
IntDef annotation
2.1.1
- Fix for CENTER_CROP bug (#8)
2.1.0
- Add APIs for setting different corner radii. Currently only supports a single radius or 0 (allows you to choose which corners to be rounded by setting otheres to 0).
2.0.1
- Invalidate after
setCornerRadius()
2.0.0
- Package changed from
com.makeramen.*
to com.makeramen.roundedimageview.*
setCornerRadius(int resId)
is now setCornerRadiusDimen(int resId)
for clarity.
- Logging fix (#81)
- ColorFilter support (#73)
1.4.0
- initial ColorDrawable fix for Lollipop(5.0)
- xml attributes are now namespaced and start with
riv_
- renamed methods
mutatesBackground()
and mutateBackground(bool)