MaterialProgressBar Versions Save

Material Design ProgressBar with consistent appearance

v1.6.1

5 years ago
  • Fix crash below API 24 when calling deprecated tint methods.

v1.6.0

5 years ago
  • Migrated to AndroidX.
  • Added showing static icon when animation is disabled.
  • Tint methods such as setProgressTintList() are deprecated, please use setSupportProgressTintList() etc instead.

v1.4.2

6 years ago
  • Worked around a ColorFilter issue with alpha below Lollipop.

v1.4.1

7 years ago
  • Fix CircularProgressDrawable constructor visibility.

v1.4.0

7 years ago
  • Add determinate CircularProgressDrawable; Thanks to @webmaster128!
  • Rename IndeterminateProgressDrawable to IndeterminateCircularProgressDrawable.
  • Fix secondary progress tinting under some circumstances.

v1.3.0

7 years ago
  • Update horizontal progress height to 4dp to be consistent with new framework implementation.
  • Make secondary progress and backgound alpha modulation handled by tint instead of alpha. This enables tinting secondary progress / background with another solid color.
  • Rename mpb_showTrack and ShowTrackDrawable etc to mpb_showProgressBackground and ShowBackgroundDrawable so that it is consistent with mpb_progressBackgroundTint. You need to migrate your code against this change if you used these features.

v1.2.0

7 years ago
  • Replaced android:tint and app:mpb_tintMode with:
    • mpb_progressTint
    • mpb_progressTintMode
    • mpb_secondaryProgressTint
    • mpb_secondaryProgressTintMode
    • mpb_progressBackgroundTint
    • mpb_progressBackgroundTintMode
    • mpb_indeterminateTint
    • mpb_indeterminateTintMode.

v1.1.7

7 years ago
  • Fix setUseIntrinsicPadding() and setShowTrack() when there are two drawables.
  • Fix for Android Studio layout editor preview.
  • Fix for RTL support.
  • Fix canvas scaling when hardware accelerated on older API levels.

v1.1.6

8 years ago
  • Updated dependencies and gradle plugin.

v1.1.5

8 years ago

Update support libraries to 23.2.0.