Releases: NoNews/NoPermission
Releases · NoNews/NoPermission
Version 1.1.2
- new method
withDialogBeforeRun
to explain why the application needs permission - new method
setDialogPositiveButtonColor(android.R.color.holo_orange_dark)
- method
unsubscribe
is deprecated. Not it no necessary, now it works automatically - refactoring, javadoc and sample application updated
Version 1.1.1
- support permission requests for fragments (sample with fragment)
- new method
startApplicationSetting
(for manually permission manage, for example if user check "Never ask again") - method
onFailure
is deprecated. Use methodonDenied
- refactoring, javadoc and sample application updated.
Version 1.1.0
- method
neverAskAgain
callback now not required (not everyone needs it) - some refactoring