Skip to content
This repository has been archived by the owner on Sep 3, 2023. It is now read-only.

3.0.0-RC4

Compare
Choose a tag to compare
@afollestad afollestad released this 07 Feb 23:08

3.0.0-RC3

  • Quick fix-up around permanently denied detection! No longer reliant on rationale handler either.
  • Added more methods to AssentResult to get granted, denied, and permanently denied permissions.
  • More internal cleanup.

3.0.0-RC2

  • Detect permanently denied permissions! Changes to AssentResult's structure, it also allows you
    to access GrantResult's for specific permissions.
  • Some internal cleanup and restructuring.

3.0.0-RC1

  • The library is now split into 3 separate modules. Core, Rationales, and Coroutines.
  • Coroutines support! No callbacks.
  • Upgrade dependencies and project structure.
  • Add ACCESS_BACKGROUND_LOCATION to the Permission enum.
  • Got rid of Timber for logging (doesn't really make sense for a library). Log to the logcat directly.