- Added new
FastOutSlowInInterpolator, enabled by default - Fixed power save mode on circular progressbar
- Fixed animators stop on circular progressbar
- Fixed Circular bugs (flashes)
- Added material themes (mainly for determinate support)
- Fixed exception bug in preview mode
- /!\ Removed a weird 48dp height in the SmoothProgressBar style
- Added CircularProgressDrawable (min API 14)
- Fixed bug with gradients when reversed mode enabled and mirror mode disabled
- Added a gradient option via XML and JAVA
- Added a
progressStart()andprogressStop()methods - Added parameter
progressStart_activatedwhich 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 (see also ContentLoadingProgressBar)
- targetSdkVersion is now 14. We just need holo style.
- Added a
applyStyle(int styleResId)method
SmoothProgressDrawable.Builder#widthis nowsetStrokeWidth- The
strokeWidthparameter is now afloat(was anint) - Added possibility to modify dynamically the
SmoothProgressBarandSmoothProgressDrawableproperties. e.g. You can callmProgressBar.setColor(mColor)