Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.18.0 #115

Merged
merged 13 commits into from
Apr 19, 2024
Merged

Release 0.18.0 #115

merged 13 commits into from
Apr 19, 2024

Conversation

ZiXOps
Copy link

@ZiXOps ZiXOps commented Apr 17, 2024

Changes

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

jacobras and others added 7 commits February 29, 2024 13:41
This fixes the issue with [deny and don't ask again] returning an incorrect state. Unfortunately, it's not possible on Android to determine the difference. One has to keep track of whether a permission has been requested in the app already, so that's up to consumers.
Add `NotGranted` to `PermissionState` for Android
…ission

Add BACKGROUND_LOCATION Permission
@Alex009 Alex009 added this to the 0.18.0 milestone Apr 17, 2024
@Alex009 Alex009 merged commit 26b0e13 into master Apr 19, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants