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

Releases: subinkrishna/CircularImageView

1.2.2

04 Apr 22:34
Compare
Choose a tag to compare

Fixed a major bug with android:src

1.2.1

23 Mar 02:16
Compare
Choose a tag to compare
  • Shadows

1.1.0

14 Jan 22:07
Compare
Choose a tag to compare
  • 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

05 Oct 19:50
Compare
Choose a tag to compare
  • CircularImageView implements android.widget.Checkable

1.0.1

02 Oct 17:01
Compare
Choose a tag to compare

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

1.0

20 Sep 17:24
Compare
Choose a tag to compare
1.0
  • Initial release
  • Supports borders, placeholder text
  • Supports colors - border, text and background
  • Supports alpha & color filter
  • Works with Picasso & Glide