Releases: ml-opensource/RatingBar
Version 1.0.6
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
- We now support custom Drawable classes (like VectorDrawableCompat) on pre-21 devices (#23)
- Library now depends on Androidx AppCompat Library 1.1.0 (#24)
- Library min SDK has been increased from 9 to 14 (#24)
- Library and Example both target SDK 29 (#24)
Version 1.0.5
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)
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
Merge pull request #19 from Cliabhach/feature/Cliabhach/issue-18-rati…
Version 1.0.3
Decreased Min SDK for library
Version 1.0.2
Minor updates having to do with rating bar consuming touch events in indicatorMode, no longer does it consume these events.
Version 1.0.1
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
Initial Release
Includes JitPack.io support