Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Releases: tbruyelle/RxPermissions

v0.12

12 Jul 12:40
405050e
Compare
Choose a tag to compare

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

v0.11

09 Jul 08:21
3d4648e
Compare
Choose a tag to compare

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

V0.10.2

10 Jul 21:15
c9b8170
Compare
Choose a tag to compare
Fix IllegalStateException and add support for fragments. (#236)

V0.10.1

06 Jul 19:33
10c5b53
Compare
Choose a tag to compare
Lazy initialization (#233)

* Update libraries to latest versions.

* Move from bintray to jitpack.

* Update travis file.

* Make RxPermissionsFragment inherit from support.

* Make RxPermissionsFragment inherit from support.

* Make RxPermissionsFragment inherit from support.

* Prepare version to 0.10.0.

* Lazy RxPermissionsFragment initialization.

* Lazy RxPermissionsFragment initialization.

V0.10.0

06 Jul 17:13
d31e5dd
Compare
Choose a tag to compare
Support fragment (#232)

* Update libraries to latest versions.

* Move from bintray to jitpack.

* Update travis file.

* Make RxPermissionsFragment inherit from support.

*  Move from Bintray to JitPack. (#231)

* Update libraries to latest versions.

* Move from bintray to jitpack.

* Update travis file.

* Make RxPermissionsFragment inherit from support.

* Make RxPermissionsFragment inherit from support.

* Prepare version to 0.10.0.

0.5.0

07 Dec 15:17
Compare
Choose a tag to compare
  • #23 Add check for isPermissionRevokedByPolicy

0.4.4

01 Dec 14:13
Compare
Choose a tag to compare
  • Don't ask the framework for already granted permissions.

0.4.3

30 Nov 10:28
Compare
Choose a tag to compare
  • Fix bug in RxPermissions.shouldShowRequestPermissionRationale() : Don't call activity.shouldShowRequestPermissionRationale() for granted permissions.

0.4.2

02 Nov 15:11
Compare
Choose a tag to compare
  • Fix #3
  • shouldShowRequestPermissionRationale can take multiple permissions.

0.3.0

19 Oct 09:59
Compare
Choose a tag to compare
  • shouldShowRequestPermissionRationale basic support #9
  • Return a detailed permission report rather than just a boolean #5