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

Releases: vinc3m1/RoundedImageView

1.3.1

13 Jul 07:28
Compare
Choose a tag to compare
  • add support for About Libraries (#57)
  • reset matrix for Robolectric support (#56)

1.3.0

13 Jul 07:27
Compare
Choose a tag to compare
  • A new RoundedTransformationBuilder to help build Picasso Transformations
  • slight API changes:
    • all dimensions are now set at floats. ints will be interpreted as dimension resource IDs
    • round_background is now mutate_background, and a RoundedDrawable will no longer be created for the background if mutate_background is false.

1.2.4

13 Jul 07:27
Compare
Choose a tag to compare
  • add basic support for ColorDrawable (and other drawables with -1 intrinsic dimens)
  • implementation of the above is known to be buggy in many cases, pull requests welcome

1.2.3

13 Jul 07:26
Compare
Choose a tag to compare
  • added rudimentary support for setImageUri. Performance of the function is probably poor and users should be cautious when using it.

1.2.2

13 Jul 07:26
Compare
Choose a tag to compare
  • fix for incorrect radius on the image when there is a border
  • add a toBitmap() function for easier Picasso and Ion compatibility

1.2.1

13 Jul 07:25
Compare
Choose a tag to compare
  • default scaleType now FIT_CENTER (and never null) to match Android (#27)

1.2.0

13 Jul 07:25
Compare
Choose a tag to compare
  • add setDither and setFilterBitmap method support on RoundedDrawable for tuning bitmap scaling quality
  • improved performance for setImageResource
  • RoundedDrawable constructor is now public
  • Fixed bug where artifact was downloading aar.asc file instead of aar. You no longer need to have @aar specified in the dependency

1.1.0

13 Jul 07:24
Compare
Choose a tag to compare
  • LayerDrawable support (needs testing!)
  • Refactored api to support chaining and remove repetitive code

1.0.0

13 Jul 07:23
Compare
Choose a tag to compare
  • Initial release to maven central
  • Programmatically setting attributes with TransitionDrawables not supported.