Releases: anthonycr/Grant
Releases · anthonycr/Grant
v1.1.2
v1.1.1
- Fixed bug where actions were not removed from list.
- Fixed bug where new permissions requested on old Android versions were denied (optional method can change this).
- Fixed bug where permissions from different groups were not granted correctly.
- Added more documentation
- Added more cases to sample app to demonstrate use case.
v1.1
- Fixed potential memory leaks that could occur when a device was rotated and an Activity was destroyed.
- Now utilize WeakReferences in order to ensure that objects are not leaked by the PermissionsManager singleton when their parents are garbage collected.
- Added ability to make requests directly from a fragment instead of needing the Activity reference.
- Allow the callback to be made on a different thread than the requesting thread by allowing a Looper to be specified to execute the callback on.