Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Releases: vinc3m1/RoundedImageView

2.3.0

04 Dec 23:47
Compare
Choose a tag to compare

#140 Fixes to mutate_background.
#160 Added proguard files.
#167 Scaletype initialization fix.

2.2.1

19 Oct 01:05
Compare
Choose a tag to compare
  • Fix for CENTER_CROP not actually centering when there's a border (#8)

2.2.0

23 Aug 07:35
Compare
Choose a tag to compare
  • 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

28 Jul 05:20
Compare
Choose a tag to compare
  • Fix incorrect @ColorRes annotation for correct @ColorInt annotation.
  • Add @Corner IntDef annotation

2.1.1

13 Jul 07:30
Compare
Choose a tag to compare
  • Fix for CENTER_CROP bug (#8)

2.1.0

13 Jul 07:30
Compare
Choose a tag to compare
  • 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

13 Jul 07:29
Compare
Choose a tag to compare
  • Invalidate after setCornerRadius()

2.0.0

13 Jul 07:29
Compare
Choose a tag to compare
  • 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.5.0

13 Jul 07:28
Compare
Choose a tag to compare

1.4.0

13 Jul 07:28
Compare
Choose a tag to compare
  • initial ColorDrawable fix for Lollipop(5.0)
  • xml attributes are now namespaced and start with riv_
  • renamed methods mutatesBackground() and mutateBackground(bool)