All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- crash #56 which occur when set default rating to 0
- "setCancelable", "setCancelOnTouchOutside" methods, which allow to control dialog cancelling
- "setTargetFragment" method to handle listener in fragment
- "setCommentInputEnabled" method to enabled/disable comment box
- new api samples
- some minor issues
- "setDefaultComment" method, which allow user to use dialog also for editing comments
- crash on devices below Lollipop
- support for custom styles for title, description, note texts, comments
- custom star color
- "Later" button
- Breaking change: Added "onNeutralButtonClicked" method to listener
- support for custom hint text and color in comment box
- Breaking change: Replaced "positive/nagative button" clicked listener by a global listener which needs to be implemented by the host activity