Skip to content

Releases: aitorvs/allowme

0.3.2

19 Apr 08:08
Compare
Choose a tag to compare
  • Update gradle

0.3.1

28 Feb 17:41
Compare
Choose a tag to compare
  • fix: unregister activity comparing by name instead of comparing objects

0.3.0

04 Jan 16:16
Compare
Choose a tag to compare
  • 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

17 Dec 11:22
Compare
Choose a tag to compare

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

07 Dec 09:41
Compare
Choose a tag to compare

Bug fixes

  • activity life cycle resulted in some cases in undesired unregistering. Check added to fix that

0.1.0

05 Dec 10:28
Compare
Choose a tag to compare

Initial release