Releases: mckrpk/AnimatedProgressBar
Releases · mckrpk/AnimatedProgressBar
1.0.0
Removed unnecessary dependencies from the library.
0.3.1
Fixed progress tip in Snake drawer when progress is 0 and view is reused.
0.3.0
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
- 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
AnimatedProgressBar with two styles: 'line' and 'wave'
Publicly available properties:
- max
- progress
- style
- progressTipEnabled
- trackColor
- progressColor
- progressTipColor
- animDuration
- lineWidth