Skip to content

Releases: zhanghai/MaterialProgressBar

v1.6.1

30 Dec 08:21

Choose a tag to compare

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

v1.6.0

28 Oct 06:14

Choose a tag to compare

  • 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

02 Sep 22:29

Choose a tag to compare

  • Worked around a ColorFilter issue with alpha below Lollipop.

v1.4.1

12 Apr 00:59

Choose a tag to compare

  • Fix CircularProgressDrawable constructor visibility.

v1.4.0

11 Apr 14:30

Choose a tag to compare

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

v1.3.0

23 Oct 12:39

Choose a tag to compare

  • 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

20 Oct 13:37

Choose a tag to compare

  • 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

14 Jul 07:57

Choose a tag to compare

  • 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

12 Apr 07:04

Choose a tag to compare

  • Updated dependencies and gradle plugin.

v1.1.5

26 Feb 12:48

Choose a tag to compare

Update support libraries to 23.2.0.