Translations update from Hosted Weblate #275
android.yml
on: pull_request
π€ Local Tests and π¦ APKs
5m 13s
Annotations
2 errors and 7 warnings
π€ Local Tests and π¦ APKs
Process completed with exit code 1.
|
π€ Local Tests and π¦ APKs
β Failed to create checks using the provided token. (HttpError: Resource not accessible by integration - https://docs.github.com/rest/checks/runs#create-a-check-run)
|
π€ Local Tests and π¦ APKs
β οΈ This usually indicates insufficient permissions. More details: https://github.com/mikepenz/action-junit-report/issues/23
|
π€ Local Tests and π¦ APKs:
app/build.gradle.kts#L19
Target SDK attribute is not targeting latest version: Not targeting the latest versions of Android; compatibility modes apply. Consider testing and updating this version. Consult the `android.os.Build.VERSION_CODES` javadoc for details.
|
π€ Local Tests and π¦ APKs:
core/src/main/java/com/infinitepower/newquiz/core/ui/text/CompactDecimalText.kt#L51
Implied default locale in case conversion: Implicitly using the default locale is a common source of bugs: Use `String.format(Locale, ...)` instead
|
π€ Local Tests and π¦ APKs:
core/src/main/java/com/infinitepower/newquiz/core/util/kotlin/NumberUtils.kt#L3
Implied default locale in case conversion: Implicitly using the default locale is a common source of bugs: Use `String.format(Locale, ...)` instead
|
π€ Local Tests and π¦ APKs:
core/src/main/java/com/infinitepower/newquiz/core/game/ComparisonQuizCore.kt#L76
Calling new methods on older versions: This Kotlin extension function will be hidden by `java.util.SequencedCollection` starting in API 35
|
π€ Local Tests and π¦ APKs:
core/src/main/java/com/infinitepower/newquiz/core/game/ComparisonQuizCore.kt#L84
Calling new methods on older versions: This Kotlin extension function will be hidden by `java.util.SequencedCollection` starting in API 35
|
π€ Local Tests and π¦ APKs:
feature/maze/src/main/kotlin/com/infinitepower/newquiz/feature/maze/components/MazeCompletedCard.kt#L28
Guidelines for Modifier parameters in a Composable function: Modifier parameter should be the first optional parameter
|