All Versions
10
Latest Version
Avg Release Cycle
115 days
Latest Release
2212 days ago
Changelog History
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 usesetSupportProgressTintList()
etc instead.
-
v1.4.2 Changes
September 02, 2017- Worked around a
ColorFilter
issue with alpha below Lollipop.
- Worked around a
-
v1.4.1 Changes
April 12, 2017- ๐ Fix
CircularProgressDrawable
constructor visibility.
- ๐ Fix
-
v1.4.0 Changes
April 11, 2017- โ Add determinate
CircularProgressDrawable
; Thanks to @webmaster128! - ๐ Rename
IndeterminateProgressDrawable
toIndeterminateCircularProgressDrawable
. - ๐ Fix secondary progress tinting under some circumstances.
- โ Add determinate
-
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
andShowTrackDrawable
etc tompb_showProgressBackground
andShowBackgroundDrawable
so that it is consistent withmpb_progressBackgroundTint
. You need to migrate your code against this change if you used these features.
- โก๏ธ Update horizontal progress height to
-
v1.2.0 Changes
October 20, 2016- Replaced
android:tint
andapp:mpb_tintMode
with:mpb_progressTint
mpb_progressTintMode
mpb_secondaryProgressTint
mpb_secondaryProgressTintMode
mpb_progressBackgroundTint
mpb_progressBackgroundTintMode
mpb_indeterminateTint
mpb_indeterminateTintMode
.
- Replaced
-
v1.1.7 Changes
July 14, 2016- ๐ Fix
setUseIntrinsicPadding()
andsetShowTrack()
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.
- ๐ Fix
-
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.