Circle Progress View Versions Save

Animated circular progress view for Android

1.4

5 years ago
  • Update gradle to 4.10.2
  • Update compileSdkVersion to 28
  • Update minSdkVersion to 19

v1.3

7 years ago

Bug fixes

v1.2.9.1

7 years ago
  • new cpv_barStrokeCap attribute
  • new cpv_direction attribute for specifying the direction of circular rotation
  • new inner and outer contour color and sizes.
  • new customizable start and end line on bar
  • new cpv_roundToBlock attribute

v1.2.9

8 years ago
Added Features
  • Custom animation interpolators
  • Bug fixes

1.2.8

8 years ago

Bugfix release. Fixed Bug: setBarColor with single color did not work (#27 thanks to @bagza).

1.2.7

8 years ago

Added feature: Set the position of the unit text to one of: TOP, BOTTOM, LEFT_TOP, RIGHT_TOP, LEFT_BOTTOM, RIGHT_BOTTOM via xml:

        CircleProgressView:cpv_unitPosition="bottom"

or code:

        mCircleView.setUnitPosition(UnitPosition.BOTTOM);

Set custom typeface via xml.

v1.2.6

8 years ago

Bugfix release.

v1.2.5

8 years ago

Bugfix release.

v1.2.4

8 years ago

Bug fix release.

v1.2.3

8 years ago

Added Features: Block mode Multiple smaller bug fixes and performance improvements. Breaking changes: All custom attributes are now prefixed with "cpv_" to avoid naming conflicts with other libraries.