Skip to content

Releases: deva666/Peko

v3.0.5

09 Apr 06:23
d0cb7c7
Compare
Choose a tag to compare

Fix for crash #29

v3.0.4

30 Oct 05:22
1da8ad9
Compare
Choose a tag to compare

Crash fix #29

v3.0.3

28 Sep 05:52
0369ba8
Compare
Choose a tag to compare

Fixed a memory leak #27

3.0.1

04 Nov 07:40
eeae02f
Compare
Choose a tag to compare

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

17 Oct 11:44
8687376
Compare
Choose a tag to compare
v3.0.0-ALPHA-01 Pre-release
Pre-release

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

13 Apr 12:32
46cc373
Compare
Choose a tag to compare

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

14 Sep 10:41
394f0e3
Compare
Choose a tag to compare

fix #15

2.1.3

23 May 13:43
615f71b
Compare
Choose a tag to compare
  • fix a crash with Android 12 (#13)

v2.1.2

14 Oct 08:24
f147645
Compare
Choose a tag to compare

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