PermissionsDispatcher Versions Save

A declarative API to handle Android runtime permissions.

2.0.3

8 years ago

This version has a bug which @OnNeverAskAgain is never called. Please don't use it.

2.0.2

8 years ago

2.0.1

8 years ago

1.2.0

8 years ago
  • Add @DeniedPermission and @DeniedPermissions.

1.1.2

8 years ago

1.1.0

8 years ago
  • Add @NeedsPermissions and @ShowRationales.
  • Update sample.

1.0.0

8 years ago
  • [Add] Using support v4 compat classes internally.
    • You can use PermissionsDispatcher even you don't set compileSdkVersion or targetSdkVersion to 23!
  • [Change] Change to call @ShowRationale annotated method when user deny a permission.

0.9.0

8 years ago

0.5.0

8 years ago

One attention: This module is targeted for M developer preview 2 's information.

You should use 1.0.0 for your production, which will be out after M final release.