Releases · subinkrishna/CircularImageView

This repository was archived by the owner on Jan 18, 2018. It is now read-only.

1.2.2

Fixed a major bug with android:src

1.2.1

  • Shadows

1.1.0

  • Added support for alpha (setImageAlpha(int alpha) & getImageAlpha())
  • Added support to enable/disable check state change animation
  • Added support to override check mark style, runtime border visibility
  • Bug fixes

1.0.2

  • CircularImageView implements android.widget.Checkable

1.0.1

Renamed all custom attributes to prefix "ci_" to avoid conflicts

1.0

  • Initial release
  • Supports borders, placeholder text
  • Supports colors - border, text and background
  • Supports alpha & color filter
  • Works with Picasso & Glide