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
or bottom_to_top
and left_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
or to_left
and to_right
by default)
- Optimization code for Codacy review
- Improve
setProgressWithAnimation
method with duration
, interpolator
and startDelay
optional param
- Fix bug for the indeterminate mode feature from
3.0.0
to 3.0.2
USAGE
implementation `com.mikhaellopez:circularprogressbar:3.0.2`