Skip to content

Releases: NoNews/NoPermission

Version 1.1.2

19 Nov 09:34
12fd206
Compare
Choose a tag to compare
  • 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

05 Nov 11:31
Compare
Choose a tag to compare
  • 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.

Version 1.1.0

11 Oct 08:54
Compare
Choose a tag to compare
  • method neverAskAgain callback now not required (not everyone needs it)
  • some refactoring

Version 1.0.8

18 Sep 18:03
Compare
Choose a tag to compare
  • method onSuccess is called immediately if the API version < 23 (Android 6.0) (@DJafari, #1, #2 )
  • fixed bug with re-requesting permissions that have already been approved
  • сustom listeners replaced by Runnable (@DJafari, #2 )
  • sample application added