Eazypermissions Versions Save

Android library to handle runtime permission through Kotlin coroutines and Livedata.

v2.0.3

3 years ago
  • Updated all dependencies used by the library.
  • Removed legacy support v4 library.

v2.0.1-dsl

4 years ago

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.

v2.0.2

4 years ago

Fixed issue #18

v2.0.1

4 years ago

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

v2.0.0-dsl

4 years ago

Kotlin DSL support for Android runtime permission API.

v2.0.0

4 years ago

Moved all dependencies to AndroidX.

v1.0.0

4 years ago
  • Coroutines support - Request and get the result within coroutines without any callbacks.
  • LiveData support - Observe the result through LiveData.