Skip to content

Releases: jakob-grabner/Circle-Progress-View

Update target sdk to 28

17 Nov 13:59
Compare
Choose a tag to compare
  • Update gradle to 4.10.2
  • Update compileSdkVersion to 28
  • Update minSdkVersion to 19

V 1.3

29 Dec 16:10
Compare
Choose a tag to compare

Bug fixes

v1.2.9.1

13 Sep 15:22
Compare
Choose a tag to compare
  • 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

v 1.2.9

24 Feb 07:42
Compare
Choose a tag to compare
Added Features
  • Custom animation interpolators
  • Bug fixes

1.2.8

27 Nov 08:35
Compare
Choose a tag to compare

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

1.2.7

23 Nov 15:23
Compare
Choose a tag to compare

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.

Version 1.2.6

19 Nov 18:21
Compare
Choose a tag to compare

Bugfix release.

Version 1.2.5

13 Nov 10:04
Compare
Choose a tag to compare

Bugfix release.

Version 1.2.4

17 Oct 09:57
Compare
Choose a tag to compare

Bug fix release.

Version 1.2.3

30 Sep 14:23
Compare
Choose a tag to compare

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.