All Versions
6
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History

  • v2.3.1 Changes

    ๐Ÿ›  Fixed

    • 0๏ธโƒฃ crash #56 which occur when set default rating to 0
  • v2.3.0 Changes

    โž• 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
  • v2.2.0 Changes

    โž• Added

    • 0๏ธโƒฃ "setDefaultComment" method, which allow user to use dialog also for editing comments
  • v2.1.1 Changes

    ๐Ÿ›  Fixed

    • crash on devices below Lollipop
  • v2.1.0 Changes

    โž• Added

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

    ๐Ÿ”„ Changed

    • ๐Ÿ’ฅ Breaking change: Added "onNeutralButtonClicked" method to listener
  • v2.0.0 Changes

    โž• 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