Skip to content

Releases: zhanghai/MaterialRatingBar

v1.4.0

06 Dec 08:48
Compare
Choose a tag to compare
  • Migrated to AndroidX.

v1.3.3

08 Nov 05:47
Compare
Choose a tag to compare
  • Worked around crash on Samsung Android 10.

v1.3.2

30 Dec 07:57
Compare
Choose a tag to compare
  • Fix crash below API 24 when calling deprecated tint methods.

v1.3.1

18 May 18:48
Compare
Choose a tag to compare
  • Tint-related methods are now prefixed with support and corresponding framework methods are deprecated.
  • Fix duplicate AndroidManifest.xml in aar archive.

v1.2.0

10 Nov 19:50
Compare
Choose a tag to compare
  • app:mrb_secondaryProgressTint is now effective when app:mrb_fillBackgroundStars is true (it is also true by default when android:isIndicator is true). It was previously ignored in this configuration.
    You may want to review your layout XML containing app:mrb_secondaryProgressTint to avoid unexpected visual changes.

v1.1.1

26 Sep 18:49
Compare
Choose a tag to compare
  • Added app:mrb_fillBackgroundStars which defaults to android:isIndicator.

[DEPRECATED] v1.1.0

26 Sep 07:56
Compare
Choose a tag to compare

Bug in tinting, do not use.

  • Added app:mrb_fillBackgroundStars which defaults to android:isIndicator.

v1.0.2

23 Oct 07:25
Compare
Choose a tag to compare
  • Make OnRatingChangeListener get parameter ratingBar as MaterialRatingBar.

v1.0.1

23 Oct 06:57
Compare
Choose a tag to compare
  • Fix tinting below Android 5.0.
  • Add an OnRatingChangeListener for rating change callback while dragging as in SeekBar.

v1.0.0

22 Oct 10:57
Compare
Choose a tag to compare

Initial release.