UpdateSettingsFragment: Move to settings feature module (#369) #1296
checks.yml
on: push
Unit tests
5m 22s
Check for dependency updates
3m 45s
Lint
4m 56s
Build Health
2m 58s
Annotations
5 errors and 13 warnings
Lint:
app/src/main/java/com/edricchan/studybuddy/workers/CheckForUpdatesWorker.kt#L89
Call requires permission which may be rejected by user: code should explicitly check to see if permission is available (with checkPermission) or explicitly handle a potential SecurityException
|
Lint:
app/src/main/java/com/edricchan/studybuddy/utils/SharedUtils.kt#L46
Call requires permission which may be rejected by user: code should explicitly check to see if permission is available (with checkPermission) or explicitly handle a potential SecurityException
|
Lint:
app/src/main/java/com/edricchan/studybuddy/utils/SharedUtils.kt#L112
Call requires permission which may be rejected by user: code should explicitly check to see if permission is available (with checkPermission) or explicitly handle a potential SecurityException
|
Lint:
app/src/main/java/com/edricchan/studybuddy/utils/SharedUtils.kt#L157
Call requires permission which may be rejected by user: code should explicitly check to see if permission is available (with checkPermission) or explicitly handle a potential SecurityException
|
Lint:
app/src/main/java/com/edricchan/studybuddy/utils/SharedUtils.kt#L90
Missing PendingIntent mutability flag
|
Build Health
Failed to save cache entry with path '/home/runner/.gradle/caches/*/kotlin-dsl/accessors/*/,/home/runner/.gradle/caches/*/kotlin-dsl/scripts/*/' and key: gradle-kotlin-dsl-v1-f3af7c11fe0ece985ab649a2a220e0e0: Error: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
Check for dependency updates
Failed to save cache entry with path '/home/runner/.gradle/caches/*/kotlin-dsl/accessors/*/,/home/runner/.gradle/caches/*/kotlin-dsl/scripts/*/' and key: gradle-kotlin-dsl-v1-f3af7c11fe0ece985ab649a2a220e0e0: Error: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
Lint:
app/build.gradle.kts#L60
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.
|
Lint:
app/src/main/AndroidManifest.xml#L23
This app supports Android 13 and depends on androidx.credentials:credentials, and so should also depend on androidx.credentials:credentials-play-services-auth
|
Lint:
app/src/main/java/com/edricchan/studybuddy/ui/modules/debug/DebugModalBottomSheetActivity.kt#L257
Consider adding a <queries> declaration to your manifest when calling this method; see https://g.co/dev/packagevisibility for details
|
Lint:
app/src/main/java/com/edricchan/studybuddy/ui/modules/debug/DebugModalBottomSheetActivity.kt#L260
Consider adding a <queries> declaration to your manifest when calling this method; see https://g.co/dev/packagevisibility for details
|
Lint:
gradle/libs.versions.toml#L18
A newer version of com.google.firebase:firebase-bom than 32.8.1 is available: 33.9.0
|
Lint:
gradle/libs.versions.toml#L18
A newer version of com.google.firebase:firebase-bom than 32.8.1 is available: 33.9.0
|
Lint:
gradle/libs.versions.toml#L18
A newer version of com.google.firebase:firebase-bom than 32.8.1 is available: 33.9.0
|
Lint:
app/src/main/res/values/dimens.xml#L96
Overriding @dimen/two_line_list_item_height which is marked as private in studybuddy-android.features:help:unspecified. If deliberate, use tools:override="true", otherwise pick a different name.
|
Lint:
app/src/main/res/drawable/ic_file_document_box_outline_24dp.xml#L1
Overriding @drawable/ic_file_document_box_outline_24dp which is marked as private in studybuddy-android.features:help:unspecified. If deliberate, use tools:override="true", otherwise pick a different name.
|
Lint:
app/src/main/res/drawable/ic_refresh_24dp.xml#L1
Overriding @drawable/ic_refresh_24dp which is marked as private in studybuddy-android.features:help:unspecified. If deliberate, use tools:override="true", otherwise pick a different name.
|
Unit tests
Failed to save cache entry with path '/home/runner/.gradle/caches/*/kotlin-dsl/accessors/*/,/home/runner/.gradle/caches/*/kotlin-dsl/scripts/*/' and key: gradle-kotlin-dsl-v1-f3af7c11fe0ece985ab649a2a220e0e0: Error: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Unit test results
|
82.6 KB |
|
build-health
|
563 Bytes |
|
dependency-updates
|
5.85 KB |
|
lint-output
|
112 KB |
|