Skip to content

Releases: ml-opensource/RatingBar

Version 1.0.6

24 May 09:08

Choose a tag to compare

Focus: Androidx

This release comes courtesy of a new contributor (@AHerbel). For most consumers, there is little significant difference between this and 1.0.5.

Changes

Version 1.0.5

07 Feb 01:06
51987a7

Choose a tag to compare

Focus: Maintenance

This release is mostly an opportunity to update this project's build toolchain. There should be no functional
changes since 1.0.4 beyond the two items mentioned below, but please file an issue if something does seem broken.

Changes

  • Library now depends on Support Library 26.1.0
  • Library now explicitly uses the MIT License

Version 1.0.5 (Release Candidate)

07 Feb 00:52

Choose a tag to compare

Pre-release

We're back!

This release is mostly an opportunity to update this project's build toolchain. There should be no functional
changes beyond the single item mentioned below, but please file an issue if something does seem broken.

Changes

  • Library now depends on Support Library 26.1.0

Version 1.0.4

24 Jan 21:32
e77eadc

Choose a tag to compare

Merge pull request #19 from Cliabhach/feature/Cliabhach/issue-18-rati…

Version 1.0.3

03 Oct 17:42

Choose a tag to compare

Decreased Min SDK for library

Version 1.0.2

03 Oct 17:32

Choose a tag to compare

Minor updates having to do with rating bar consuming touch events in indicatorMode, no longer does it consume these events.

Version 1.0.1

26 Aug 15:45

Choose a tag to compare

Precision Issue Fix.
When specifying a precision of 0.1, the calculation of placing the rating value to the nearest stepSize would incorrectly fail for:
Rating = 4.5
StepSize = 0.1
Calculated Value = 4.4
Expected Value = 4.5

We now ignore offsetting the value when the calculated remainder is less than the set stepSize

Version 1.0.0

24 Aug 18:50

Choose a tag to compare

Initial Release
Includes JitPack.io support