All Versions
10
Latest Version
Avg Release Cycle
115 days
Latest Release
1999 days ago

Changelog History

  • v1.6.1 Changes

    December 30, 2018
    • ๐Ÿ›  Fix crash below API 24 when calling deprecated tint methods.
  • v1.6.0 Changes

    October 28, 2018
    • 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 Changes

    September 02, 2017
    • Worked around a ColorFilter issue with alpha below Lollipop.
  • v1.4.1 Changes

    April 12, 2017
    • ๐Ÿ›  Fix CircularProgressDrawable constructor visibility.
  • v1.4.0 Changes

    April 11, 2017
    • โž• Add determinate CircularProgressDrawable; Thanks to @webmaster128!
    • ๐Ÿ“‡ Rename IndeterminateProgressDrawable to IndeterminateCircularProgressDrawable.
    • ๐Ÿ›  Fix secondary progress tinting under some circumstances.
  • v1.3.0 Changes

    October 23, 2016
    • โšก๏ธ 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 Changes

    October 20, 2016
    • 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 Changes

    July 14, 2016
    • ๐Ÿ›  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 Changes

    April 12, 2016
    • โšก๏ธ Updated dependencies and gradle plugin.
  • v1.1.5 Changes

    February 26, 2016

    โšก๏ธ Update support libraries to 23.2.0.