Skip to content

Translations update from Hosted Weblate #275

Translations update from Hosted Weblate

Translations update from Hosted Weblate #275

Triggered via pull request October 8, 2024 21:16
Status Failure
Total duration 5m 24s
Artifacts

android.yml

on: pull_request
πŸ€– Local Tests and πŸ“¦ APKs
5m 13s
πŸ€– Local Tests and πŸ“¦ APKs
Fit to window
Zoom out
Zoom in

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