Releases: lopspower/CircularProgressBar
Releases · lopspower/CircularProgressBar
Release 3.0.2
RELEASE NOTES
- Rewrite library frome scratch in Kotlin
- Add gradient color properties for progress and background:
cpb_progressbar_color_start
,cpb_progressbar_color_end
,cpb_background_progressbar_color_start
&cpb_background_progressbar_color_end
- Add gradient color direction properties for progress and background:
cpb_progressbar_color_direction
&cpb_background_progressbar_color_direction
(left_to_right
,right_to_left
,top_to_bottom
orbottom_to_top
andleft_to_right
by default) - Add property to enable (or disable) round border for progress:
cpb_round_border
- Add property to set start angle for progress:
cpb_start_angle
- Add property to set the direction of progress:
cpb_progress_direction
(to_right
orto_left
andto_right
by default) - Optimization code for Codacy review
- Improve
setProgressWithAnimation
method withduration
,interpolator
andstartDelay
optional param - Fix bug for the indeterminate mode feature from
3.0.0
to3.0.2
USAGE
implementation `com.mikhaellopez:circularprogressbar:3.0.2`