Releases: aitorvs/allowme
Releases · aitorvs/allowme
0.3.1
- fix: unregister activity comparing by name instead of comparing objects
0.3.0
- feat: add annotated method interface to handle permissions results instead in addition to callback interface
- fix: change the API form
setRational
to setRationale
- fix: change some dialog button texts
0.2.0
Add permission priming to the builder interface.
Permission priming will allow you to further notify the user when your app is about to ask for a permission, so the request does not come to sudden. This may be helpful in some cases.
0.1.1
Bug fixes
- activity life cycle resulted in some cases in undesired unregistering. Check added to fix that