RxPermissions Versions Save

Android runtime permissions powered by RxJava2

v0.12

3 years ago

This release contains the migration to RxJava3, thanks to the work of @galuszkak with #326.

v0.11

3 years ago

This release contains the migration to androidX, thanks to the work of @galuszkak with #325.

0.10.2

5 years ago

0.10.1

5 years ago

0.10.0

5 years ago

v0.5.0

8 years ago
  • #23 Add check for isPermissionRevokedByPolicy

v0.4.4

8 years ago
  • Don't ask the framework for already granted permissions.

v0.4.3

8 years ago
  • Fix bug in RxPermissions.shouldShowRequestPermissionRationale() : Don't call activity.shouldShowRequestPermissionRationale() for granted permissions.

v0.4.2

8 years ago
  • Fix #3
  • shouldShowRequestPermissionRationale can take multiple permissions.

v0.3.0

8 years ago
  • shouldShowRequestPermissionRationale basic support #9
  • Return a detailed permission report rather than just a boolean #5