Pixplicity / gene-rate

Generate a better rating for your Android app
Apache License 2.0
67 stars 17 forks source link

Option to reset preferences #1

Closed mruijzendaal closed 7 years ago

mruijzendaal commented 7 years ago

It'd be usefull (for testing purposes) to have a call that resets the entire preferences to simulate user behavior in an isolated environment. The test() function is useful, but it always shows the snackbar/dialog.

Thanks in advance. Great project!

mruijzendaal commented 7 years ago

A proposed implementation is included in #2 .

mlagerberg commented 7 years ago

Thanks! Merged, will be in the next release. I've modified it a bit by putting the reset method in Rate rather than Builder, where it makes more sense.