Releases: icerockdev/moko-permissions
Releases · icerockdev/moko-permissions
0.19.0
Changes
- #11 #103 #142 split library to multiple modules with specific permissions to solve AppStore warnings
- #149 fix restricted state crash on iOS (parent control restrictions for example)
- #102 fix bluetooth permissions for android 12+
- #137 fix PermissionState.NotGranted detection on Android
- #146 add CarPlay option for Push Notifications on iOS
Thanks
@twyatt @MrPranklin @MeLlamoPablo @iTerokhin @DanicMa @michalsrutek
0.18.1
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