Deva666 Peko Versions Save

Android Library for requesting Permissions with Kotlin Flow

v3.0.5

1 month ago

Fix for crash #29

v3.0.4

6 months ago

Crash fix #29

v3.0.3

7 months ago

Fixed a memory leak #27

v3.0.1

1 year ago

Major release with a breaking change. Permission results are now returned as Kotlin coroutine Flow.

  • PermissionResult now has a single String permission as property.
  • Peko singleton is removed. PermissionRequester interface is now its replacement.
  • Extension functions for Fragment and Activity are removed.
  • PermissionLiveData class removed
  • Updated to Kotlin v1.6.21 and coroutines v1.6.4

v3.0.0-ALPHA-01

1 year ago

Major release with a breaking change from vanilla Kotlin coroutines to Kotlin coroutine Flow.

  • PermissionResult now has a single String permission as property.
  • Peko singleton is removed. PermissionRequester interface is now its replacement.
  • Extension functions for Fragment and Activity are removed.
  • PermissionLiveData class removed
  • Updated to Kotlin v1.6.21 and coroutines v1.6.4

v2.2.0

2 years ago

Peko 2.2.0 What is new:

  • updated Kotlin to v1.5.30
  • updated Coroutines to v.1.5.2
  • added areGranted method to check if permissions are granted
  • fix #17 Application Context can now be used to check for permissions
  • fix #18 Android version before M now properly returns all permissions as granted

v2.1.4

2 years ago

fix #15

v2.1.3

2 years ago

v2.1.2

3 years ago

Release 2.1.2


  • don't leak internal libraries outside, ie. use implementation instead of api
  • suspend fun requestPermissionsAsync method now requires Context instead of Activity
  • update to Kotlin v.1.4.0 and Coroutines v.1.3.9