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

Releases/0.10.0 #64

Merged
merged 48 commits into from
Oct 11, 2024
Merged

Releases/0.10.0 #64

merged 48 commits into from
Oct 11, 2024

Conversation

ikarenkov
Copy link
Owner

No description provided.

ikarenkov added 30 commits July 1, 2024 13:54
Fixed Lifecycle support: now you can use DisposableEffect to observe lifecycle
…re child. Also, it fixed back handling after activity recreation.
… and starts along with support of manual resuming and pausing lifecycle of the screen
Added emitting ON_RESUME and ON_PAUSE for transition ...
package io.github.ikarenkov.workshop.screens.profile_setup

import androidx.lifecycle.ViewModel
import com.github.terrakok.modo.Screen

Check failure

Code scanning / detekt

Detects unused imports Error

Unused import
import com.github.terrakok.modo.stack.StackState
import io.github.ikarenkov.workshop.data.ClimberProfileRepository
import io.github.ikarenkov.workshop.domain.ClimberProfile
import kotlinx.coroutines.flow.MutableStateFlow

Check failure

Code scanning / detekt

Detects unused imports Error

Unused import
import io.github.ikarenkov.workshop.data.ClimberProfileRepository
import io.github.ikarenkov.workshop.domain.ClimberProfile
import kotlinx.coroutines.flow.MutableStateFlow
import kotlinx.coroutines.flow.StateFlow

Check failure

Code scanning / detekt

Detects unused imports Error

Unused import
detekt-composeRules = { module = "io.nlopez.compose.rules:detekt", version.ref = "detektComposeVersion" }
detekt-formatting = { module = "io.gitlab.arturbosch.detekt:detekt-formatting", version.ref = "detektVersion" }
leakcanary-android = { module = "com.squareup.leakcanary:leakcanary-android", version.ref = "leakcanaryAndroid" }
test-junit-jupiter = { group = "org.junit.jupiter", name = "junit-jupiter", version = "5.10.1" }

debug-logcat = { group = "com.squareup.logcat", name = "logcat", version = "0.1" }

kotlinx-coroutines-android = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version = "1.8.1" }

Check notice

Code scanning / Android Lint

Newer Library Versions Available Note

A newer version of org.jetbrains.kotlinx:kotlinx-coroutines-android than 1.8.1 is available: 1.9.0
detekt-composeRules = { module = "io.nlopez.compose.rules:detekt", version.ref = "detektComposeVersion" }
detekt-formatting = { module = "io.gitlab.arturbosch.detekt:detekt-formatting", version.ref = "detektVersion" }
leakcanary-android = { module = "com.squareup.leakcanary:leakcanary-android", version.ref = "leakcanaryAndroid" }
test-junit-jupiter = { group = "org.junit.jupiter", name = "junit-jupiter", version = "5.10.1" }

debug-logcat = { group = "com.squareup.logcat", name = "logcat", version = "0.1" }

kotlinx-coroutines-android = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version = "1.8.1" }

Check notice

Code scanning / Android Lint

Newer Library Versions Available Note

A newer version of org.jetbrains.kotlinx:kotlinx-coroutines-android than 1.8.1 is available: 1.9.0
detekt-composeRules = { module = "io.nlopez.compose.rules:detekt", version.ref = "detektComposeVersion" }
detekt-formatting = { module = "io.gitlab.arturbosch.detekt:detekt-formatting", version.ref = "detektVersion" }
leakcanary-android = { module = "com.squareup.leakcanary:leakcanary-android", version.ref = "leakcanaryAndroid" }
test-junit-jupiter = { group = "org.junit.jupiter", name = "junit-jupiter", version = "5.10.1" }

debug-logcat = { group = "com.squareup.logcat", name = "logcat", version = "0.1" }

kotlinx-coroutines-android = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version = "1.8.1" }

Check notice

Code scanning / Android Lint

Newer Library Versions Available Note

A newer version of org.jetbrains.kotlinx:kotlinx-coroutines-android than 1.8.1 is available: 1.9.0
@ikarenkov ikarenkov merged commit 6dff8e7 into dev Oct 11, 2024
4 of 5 checks 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.

1 participant