Releases: castorflex/SmoothProgressBar
Releases · castorflex/SmoothProgressBar
# v1.3.0
1.1.0
Fixed a bunch a bugs in the circular progressbar
Added default material style in the horizontal lib
0.5.1
- Fixed bug with gradients when reversed mode enabled and mirror mode disabled
0.5.0
- Added a gradient option via XML and JAVA
v0.4.0
- Added a
progressStart()
andprogressStop()
methods - Added parameter
progressStart_activated
which makes the drawable to animate progressively at each start - Added speed parameters for progressStart and progressStop
- Added possibility to set a background for the progressiveStart/Stop (See Pocket example)
- Added possibility to set a generated background according to the bar's colors
- Added a listener
progressiveStopEndedListener
: called when the progressiveStop animation is over
Added a ContentLoadingSmoothProgressBar
Added a ContentLoadingSmoothProgressBar based on ContentLoadingProgressBar
Decreased targetSdkVersion from 19 to 14
v0.3.2 TargetSdkVersion is now 14. Fixes #12
v0.3.1
Added a applyStyle(int styleResId)
method
0.3.0
SmoothProgressDrawable.Builder#width
is nowsetStrokeWidth
- The
strokeWidth
parameter is now afloat
(was anint
) - Added possibility to modify dynamically the
SmoothProgressBar
andSmoothProgressDrawable
properties.
e.g. You can callmProgressBar.setColor(mColor)