Skip to content

Releases: icerockdev/moko-permissions

0.18.1

17 Oct 12:00
b31c943
Compare
Choose a tag to compare

Changes

  • #128 fix iOS 18 openSettings

Thanks

@Dorofeev

0.18.0

19 Apr 10:17
26b0e13
Compare
Choose a tag to compare

Changes

  • #111 for xcode 15 support

  • #105 added NotGranted permission state for android only

  • #112 added BACKGROUND_LOCATION Permission

  • #114 added a different approach to request permissions without fragmentManager

Breaking Changes

Was changed approach to bind the permissions controller to the activity lifecycle

migration sample:
viewModel.permissionsController.bind(lifecycle, supportFragmentManager) -> viewModel.permissionsController.bind(activity)

for compose BindEffect(viewModel.permissionsController) no changes required

Thanks

@jacobras

0.17.0

07 Dec 14:20
1c4c043
Compare
Choose a tag to compare

Changes

  • #94 error handling for case when bind not called
  • #73 added motion permission
  • #88 added contacts permission

Thanks

@charlee-dev @hellomr3 @RaedGhazal

0.16.0

15 Apr 14:04
343bb41
Compare
Choose a tag to compare

Changes

  • #80 update android permissions for Android API 33

Thanks

@alibek228k

0.15.0

10 Apr 09:49
bbadb95
Compare
Choose a tag to compare

Changes

  • #64 fix iOS invalid check of remote notification
  • #63 fix iOS missed remote notification cases
  • #75 Compose Multiplatform support
  • #72 fix support of new Memory Manager on iOS

Thanks

@codlab

0.14.0

18 Dec 11:29
c9d1ca4
Compare
Choose a tag to compare

Changes

  • #54 add jetpack compose support module
  • #68 #40 fix multiple permissions request calls
  • #69 fix crash with navigation

0.13.0

28 Oct 07:18
89c5350
Compare
Choose a tag to compare

Changes

  • #57 support Android remote notification permission

0.12.0

01 Jul 12:03
2e09c9e
Compare
Choose a tag to compare

Changes

  • #52 support of new Bluetooth permissions for Android
  • #56 new api - getPermissionState
  • #21 new api - openAppSettings

0.11.0

01 Apr 06:48
Compare
Choose a tag to compare

Changes

  • iosSimulatorArm64 support

Thanks

@Merseyside

0.10.2

15 Sep 08:44
d09ef5f
Compare
Choose a tag to compare

Cahnges

  • #47 handling request cancellation state