Skip to content

Latest commit

 

History

History
61 lines (39 loc) · 1.78 KB

CHANGELOG.md

File metadata and controls

61 lines (39 loc) · 1.78 KB

Changelog

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.

Fixed

  • crash #56 which occur when set default rating to 0

Added

  • "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

Fixed

  • some minor issues

Added

  • "setDefaultComment" method, which allow user to use dialog also for editing comments

Fixed

  • crash on devices below Lollipop

Added

  • support for custom styles for title, description, note texts, comments
  • custom star color
  • "Later" button

Changed

  • Breaking change: Added "onNeutralButtonClicked" method to listener

Added

  • support for custom hint text and color in comment box

Changed

  • Breaking change: Replaced "positive/nagative button" clicked listener by a global listener which needs to be implemented by the host activity