- Added: callback listeners for rating and dismissal.
- Fixed: dimissing Snackbar would not store the checkbox state.
- Updated Gradle plugin and wrapper
- Fixed: Snackbar would appear too often.
- Added
getCount
andgetRemainingCount
methods to keep track of app launch counts. - More elaborate example app
- Java 8 update
- Support for ridiculous number of app launches
Skipped some versions due to publication issues.
- Fixed: checkbox and text would appear as dark text on dark background when using a dark app theme.
- SDK 26
- Added
reset
method to clear settings during testing.
- Message in SnackBar could appear as black text on dark background.
launched()
andcheck()
deprecated and replaced bycount()
andshowRequest()
.- Larger SnackBar with functionality like the dialog.
- Added 'swipe to dismiss' to SnackBar (note: requires the SnackBar parent to be a
CoordinatorLayout
). - Replaced
DialogInterface.OnClickListener
withonFeedbackListener
as type for feedback callbacks. - Underlined feedback buttons to give the impression of a link.
First release, includes dialog and (simple) SnackBar.