NoPermission v1.1.2 Release Notes
Release Date: 2017-11-19 // about 7 years ago-
- ๐ 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
- ๐ new method
Previous changes from v1.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.