Skip to content

Releases: mckrpk/AnimatedProgressBar

1.0.0

16 Sep 20:17
Compare
Choose a tag to compare

Removed unnecessary dependencies from the library.

0.3.1

10 Sep 07:32
Compare
Choose a tag to compare

Fixed progress tip in Snake drawer when progress is 0 and view is reused.

0.3.0

06 Sep 12:13
Compare
Choose a tag to compare

Changed name of animation from "Wave" to "Snake"

Update usages in your code:

  • In XML occurrences change property app:animationStyle="wave" to app:animationStyle="snake"
  • In code occurrences change from AnimatedProgressBar.Style.WAVE to AnimatedProgressBar.Style.SNAKE

0.2.0

06 Sep 11:41
Compare
Choose a tag to compare
  • Moved library to Maven Central
  • Upgraded
    • Gradle to 8.7
    • AGP to 8.5.2
    • Kotlin to 2.0.20
    • Android SDK to 34

0.1.0

19 Dec 10:07
Compare
Choose a tag to compare

AnimatedProgressBar with two styles: 'line' and 'wave'

Publicly available properties:

  • max
  • progress
  • style
  • progressTipEnabled
  • trackColor
  • progressColor
  • progressTipColor
  • animDuration
  • lineWidth