Skip to content

Releases: castorflex/SmoothProgressBar

# v1.3.0

27 Aug 15:38
Compare
Choose a tag to compare
  • Fixed the Nougat bug on the circular library
  • Added a bunch of @NonNull annotations

1.1.0

17 Mar 18:01
Compare
Choose a tag to compare

Fixed a bunch a bugs in the circular progressbar
Added default material style in the horizontal lib

0.5.1

04 May 09:49
Compare
Choose a tag to compare
  • Fixed bug with gradients when reversed mode enabled and mirror mode disabled

0.5.0

03 May 21:24
Compare
Choose a tag to compare
  • Added a gradient option via XML and JAVA

v0.4.0

17 Mar 21:31
Compare
Choose a tag to compare
  • Added a progressStart() and progressStop() 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

25 Jan 17:21
Compare
Choose a tag to compare

Added a ContentLoadingSmoothProgressBar based on ContentLoadingProgressBar

Decreased targetSdkVersion from 19 to 14

09 Jan 18:40
Compare
Choose a tag to compare
v0.3.2

TargetSdkVersion is now 14. Fixes #12

v0.3.1

08 Jan 23:51
Compare
Choose a tag to compare

Added a applyStyle(int styleResId) method

0.3.0

08 Jan 22:45
Compare
Choose a tag to compare
  • SmoothProgressDrawable.Builder#width is now setStrokeWidth
  • The strokeWidth parameter is now a float (was an int)
  • Added possibility to modify dynamically the SmoothProgressBar and SmoothProgressDrawable properties.
    e.g. You can call mProgressBar.setColor(mColor)