Skip to content

Releases: sagar-viradiya/eazypermissions

v2.0.3

05 Oct 19:11
aa56d43
Compare
Choose a tag to compare
  • Updated all dependencies used by the library.
  • Removed legacy support v4 library.

Version conflict fix

04 Jan 13:59
9f4c5f9
Compare
Choose a tag to compare

v2.0.0 of DSL permission was pointing to v2.0.0 of common instead of the latest v2.0.1 causing a crash at runtime while accessing PermissionResult property permissionId which was added in common v2.0.1. This release will fix this issue.

Also since coroutines permission was on v2.0.2 and common was on v2.0.1 there was an error while including coroutines permission since there was no common v2.0.2. This release will also fix this issue.

Bug fix

02 Dec 14:38
9d76e49
Compare
Choose a tag to compare

Fixed issue #18

Minor change in PermissionResult structure

06 Oct 08:20
ea24ce1
Compare
Choose a tag to compare

Added new field requestCode in PermissionResult for direct access of requestCode rather than checking from individual subclasses.

Kotlin DSL support

06 Oct 08:15
ea24ce1
Compare
Choose a tag to compare

Kotlin DSL support for Android runtime permission API.

AndroidX Migration

15 Sep 12:30
ce41da3
Compare
Choose a tag to compare

Moved all dependencies to AndroidX.

Initial release

19 Jun 04:36
df4dd92
Compare
Choose a tag to compare
  • Coroutines support - Request and get the result within coroutines without any callbacks.
  • LiveData support - Observe the result through LiveData.