permission-flow-android icon indicating copy to clipboard operation
permission-flow-android copied to clipboard

Know about real-time state of a Android app Permissions with Kotlin Flow APIs.

Results 20 permission-flow-android issues
Sort by recently updated
recently updated
newest added

Bumps androidx.compose:compose-bom from 2024.03.00 to 2024.05.00. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=androidx.compose:compose-bom&package-manager=gradle&previous-version=2024.03.00&new-version=2024.05.00)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Bumps [org.robolectric:robolectric](https://github.com/robolectric/robolectric) from 4.12 to 4.12.1. Release notes Sourced from org.robolectric:robolectric's releases. Robolectric 4.12.1 is a minor release that addressed two issues: Fixed a NoClassDefFoundError when invoking ShadowLog APIs outside...

dependencies
java

Bumps [com.vanniktech.maven.publish](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.27.0 to 0.28.0. Release notes Sourced from com.vanniktech.maven.publish's releases. 0.28.0 Added support for publishing through the new Central Portal. To use this use the CENTRAL_PORTAL option when...

dependencies
java

Bumps [org.jetbrains.kotlinx.kover](https://github.com/Kotlin/kotlinx-kover) from 0.5.1 to 0.8.2. Release notes Sourced from org.jetbrains.kotlinx.kover's releases. 0.8.2 Kover Aggregation Plugin Implemented prototype of Kover Aggregation Plugin - an alternative to the existing Kover Gradle...

dependencies
java

Bumps [com.vanniktech.maven.publish](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.27.0 to 0.29.0. Release notes Sourced from com.vanniktech.maven.publish's releases. 0.29.0 Added configureBasedOnAppliedPlugins(sourcesJar: Boolean, javadocJar: Boolean) overload that allows disabling sources and javadoc jars without having to use...

dependencies
java

Bumps androidx.compose:compose-bom from 2024.03.00 to 2024.06.00. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=androidx.compose:compose-bom&package-manager=gradle&previous-version=2024.03.00&new-version=2024.06.00)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Bumps [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) from 1.9.22 to 2.0.0. Release notes Sourced from org.jetbrains.kotlin.android's releases. Kotlin 2.0.0 Changelog Analysis. API New Features KT-65327 Support reading klib contents in Analysis API Performance Improvements KT-65560...

dependencies
java

Bumps [org.robolectric:robolectric](https://github.com/robolectric/robolectric) from 4.12 to 4.12.2. Release notes Sourced from org.robolectric:robolectric's releases. Robolectric 4.12.2 is a minor release that fixes several issues, primarily related to HW rendering in native graphics....

dependencies
java

Hi there Firstly thank you for this great library, nice work! I've implemented the library and I've found that the state returned for a permission that has never been requested...