All Versions
4
Latest Version
Avg Release Cycle
21 days
Latest Release
2348 days ago

Changelog History

  • v1.1.2 Changes

    November 19, 2017
    • πŸ†• 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
  • v1.1.1 Changes

    November 05, 2017
    • πŸ‘Œ 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.
  • v1.1.0 Changes

    October 11, 2017
    • method neverAskAgain callback now not required (not everyone needs it)
    • πŸ”¨ some refactoring
  • v1.0.8 Changes

    September 18, 2017
    • 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