Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Releases: antonKozyriatskyi/CircularProgressIndicator

1.3.0

13 Feb 10:07
Compare
Choose a tag to compare

Changelog

  • added gradients support (close #1)
  • added opportunity to set custom interpolator (close #19)

Release v1.2.2

23 Sep 13:32
Compare
Choose a tag to compare

Changelog

  • added opportunity to fill background with color
  • added opportunity to set different stroke width for background and foreground rings

Release v1.2.0

02 Sep 10:00
Compare
Choose a tag to compare

Changelog

  • added opportunity to switch between CAP_ROUND and CAP_BUTT
  • added opportunity to disable animations (close #12)
  • added OnProgressChangeListener (close #11)

Release v1.1.3

22 Jun 19:55
Compare
Choose a tag to compare

Changelog

  • added support of clockwise arc drawing (close #7)
  • added support of setting custom start angle. More details in Setting start angle section.
  • removed depracated attributes related to formatting progress text:
    app:useProgressTextDelimiter, app:progressTextDelimiter, app:progressTextPrefix, app:progressTextSuffix.
    Take a look at Formatting progress text section.

Release v1.1.0

22 Jun 19:03
Compare
Choose a tag to compare

Changelog

  • added support of formatting progress text using ProgressTextAdapter. Visit Formatting progress text section for details.

Release v1.0.5

23 Apr 15:15
Compare
Choose a tag to compare

Changelog

  • fixed appending reversed progress text when using delimiter

Release v1.0.4

19 Apr 16:29
Compare
Choose a tag to compare

Changlog

  • added oportunity to specify prefix and suffix for progress text

Release v1.0.3

16 Apr 13:48
Compare
Choose a tag to compare

Changelog:

  • added getters for progress and max progress values (Fix #3)

Release v1.0.2

11 Apr 15:34
Compare
Choose a tag to compare

Changelog:

  • removed dependency on appcompat-v7 library and replaced it with support-annotations library

Release v1.0.1

10 Apr 09:29
Compare
Choose a tag to compare

Changelog:

  • changed visibility of internal class DefaultAnimatorListener to package-private