avast / android-styled-dialogs

Backport of Material dialogs with easy-to-use API based on DialogFragment
Apache License 2.0
2.15k stars 450 forks source link

Add checkbox option ("never show again") to SimpleDialog. #137

Closed volkovavast closed 7 years ago

volkovavast commented 7 years ago

Add checkbox option ("never show again") to SimpleDialog, that is hidden when no text is set.

TomasKypta commented 7 years ago

Hi,

this pull request adds a feature that's too specific. So I can't merge it.

We intentionally avoid specific use cases (e.g. dialogs with input fields). The library intents to offer similar basic features as AlertDialog. A checkbox doesn't meet the criteria. For specific requirements the library offers setup of custom view. Or you can create subclasses with adjustments in your app project.