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

0.2.0

Compare
Choose a tag to compare
@afollestad afollestad released this 29 Dec 22:00
· 169 commits to main since this release
  1. Simultaneous request handling: if you request two different permissions at the same time, the second permission request won't execute until the first one is done.
  2. AfterPermissionResult annotation: as an alternative to callbacks, you can have Assent invoke a method in a target class when a specific set of permissions are granted or denied.
  3. Other code cleanup and organization.