Releases: icerockdev/moko-permissions
Releases · icerockdev/moko-permissions
0.18.0
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.16.0
Changes
- #80 update android permissions for Android API 33
Thanks
@alibek228k
0.15.0
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
Changes
- #54 add jetpack compose support module
- #68 #40 fix multiple permissions request calls
- #69 fix crash with navigation
0.13.0
Changes
- #57 support Android remote notification permission
0.12.0
Changes
- #52 support of new Bluetooth permissions for Android
- #56 new api -
getPermissionState
- #21 new api -
openAppSettings
0.10.2
Cahnges
- #47 handling request cancellation state