Refactor edit task UI code to use domain model instead of DTO (#909) #1549
checks.yml
on: push
Unit tests
6m 17s
Check for dependency updates
4m 1s
Lint
4m 20s
Build Health
2m 14s
Annotations
2 errors and 10 warnings
|
Check for dependency updates
Process completed with exit code 1.
|
|
Lint:
app/src/main/java/com/edricchan/studybuddy/workers/CheckForUpdatesWorker.kt#L91
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/res/values/font_certs.xml#L14
Did you mean "GA!" instead of "GA1"?
|
|
Lint:
app/src/main/res/values/font_certs.xml#L14
Did you mean "GA!" instead of "GA1"?
|
|
Lint:
app/src/main/java/com/edricchan/studybuddy/providers/fcm/StudyBuddyMessagingService.kt#L124
Use of this function is discouraged because resource reflection makes it harder to perform build optimizations and compile-time verification of code. It is much more efficient to retrieve resources by identifier (e.g. R.foo.bar) than by name (e.g. getIdentifier("bar", "foo", null)).
|
|
Lint:
app/src/main/java/com/edricchan/studybuddy/providers/fcm/StudyBuddyMessagingService.kt#L65
Use of this function is discouraged because resource reflection makes it harder to perform build optimizations and compile-time verification of code. It is much more efficient to retrieve resources by identifier (e.g. R.foo.bar) than by name (e.g. getIdentifier("bar", "foo", null)).
|
|
Lint:
app/src/main/res/values/strings.xml#L129
Overriding @string/title_activity_help 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/values/strings.xml#L61
Overriding @string/menu_send_feedback_title 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/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/java/com/edricchan/studybuddy/ui/modules/debug/DebugModalBottomSheetFragment.kt#L223
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/DebugModalBottomSheetFragment.kt#L220
Consider adding a <queries> declaration to your manifest when calling this method; see https://g.co/dev/packagevisibility for details
|
|
Lint:
app/build.gradle.kts#L29
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.
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
Unit test results
|
144 KB |
sha256:142b41980c791146de2fdc338e62f3595527846a614eb6d5905188a7122581ab
|
|
|
build-health
|
563 Bytes |
sha256:0bd2c9438ae48d0ea777445bc072fc02ae8ecfc125259f57a43dbcd0cc2e8ea7
|
|
|
lint-output
|
74.5 KB |
sha256:c251553984414855c9dac84097c9c1b4c4f1d96c268fcc4970adc3a6f90c4cc5
|
|