Skip to content

Releases: saran2020/DragRating

v2.1.0

13 Jul 04:45
Compare
Choose a tag to compare
  • Fix the round off logic when a user selects a rating
  • For Kotlin now you can get rating via dragRatingView.rating instead of dragRatingView.getRating(). Likewise for setRating()

v2.0.1

05 Jun 17:38
Compare
Choose a tag to compare
  • Changed the callback function name from onRatingChanged() to onRatingChange()

v2.0

31 May 02:24
ded6495
Compare
Choose a tag to compare

Changed the library name from SlideRating to DragRating

v1.0

09 May 13:42
42e0e2c
Compare
Choose a tag to compare
  • Updated demo to give lot more relevant examples
  • Fix the issue #3 unable to rate 0.

v0.2

05 May 15:31
d069a87
Compare
Choose a tag to compare
  • Add a README file to the project
  • Add getRating() and setRating() methods
  • Add methods to set custom resource as a mapping of Drawable resource or Drawable object