Skip to content

Releases: deva666/Peko

v3.0.5

Choose a tag to compare

@deva666 deva666 released this 09 Apr 06:23
d0cb7c7

Fix for crash #29

v3.0.4

Choose a tag to compare

@deva666 deva666 released this 30 Oct 05:22
1da8ad9

Crash fix #29

v3.0.3

Choose a tag to compare

@deva666 deva666 released this 28 Sep 05:52
0369ba8

Fixed a memory leak #27

3.0.1

Choose a tag to compare

@deva666 deva666 released this 04 Nov 07:40
eeae02f

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

v3.0.0-ALPHA-01 Pre-release
Pre-release

Choose a tag to compare

@deva666 deva666 released this 17 Oct 11:44
8687376

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

Choose a tag to compare

@deva666 deva666 released this 13 Apr 12:32
46cc373

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

Choose a tag to compare

@deva666 deva666 released this 14 Sep 10:41
394f0e3

fix #15

2.1.3

Choose a tag to compare

@deva666 deva666 released this 23 May 13:43
615f71b
  • fix a crash with Android 12 (#13)

v2.1.2

Choose a tag to compare

@deva666 deva666 released this 14 Oct 08:24
f147645

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