NoPermission v1.1.2 Release Notes

Release Date: 2017-11-19 // over 6 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

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 method onDenied
    • ๐Ÿ”จ refactoring, javadoc and sample application updated.