This repository has been archived by the owner on Sep 3, 2023. It is now read-only.
0.2.0
- 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.
- 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.
- Other code cleanup and organization.