chore(deps): update gradle/actions action to v6.3.0 #8398
android.yml
on: pull_request
Validate Gradle Wrapper
24s
Lint
3m 27s
Unit tests
5m 34s
Generate APK
6m 3s
Annotations
39 warnings
|
Validate Gradle Wrapper
Error: Path Validation Error: Path(s) specified in the action for caching do(es) not exist, hence no cache is being saved.
|
|
Validate Gradle Wrapper
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
|
Validate Gradle Wrapper
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
|
Lint:
app/src/main/java/it/niedermann/owncloud/notes/persistence/dao/NoteDao.java#L97
it.niedermann.owncloud.notes.persistence.entity.Note has some properties [noteMode] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @ignore annotation. You can suppress this warning by annotating the function with @SuppressWarnings(RoomWarnings.QUERY_MISMATCH). Columns returned by the query: id, remoteId, accountId, title, favorite, isShared, readonly, excerpt, modified, category, status, eTag, content, scrollY.
|
|
Lint:
app/src/main/java/it/niedermann/owncloud/notes/persistence/dao/NoteDao.java#L94
it.niedermann.owncloud.notes.persistence.entity.Note has some properties [noteMode] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @ignore annotation. You can suppress this warning by annotating the function with @SuppressWarnings(RoomWarnings.QUERY_MISMATCH). Columns returned by the query: id, remoteId, accountId, title, favorite, isShared, readonly, excerpt, modified, category, status, eTag, content, scrollY.
|
|
Lint:
app/src/main/java/it/niedermann/owncloud/notes/persistence/dao/NoteDao.java#L91
it.niedermann.owncloud.notes.persistence.entity.Note has some properties [noteMode] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @ignore annotation. You can suppress this warning by annotating the function with @SuppressWarnings(RoomWarnings.QUERY_MISMATCH). Columns returned by the query: id, remoteId, accountId, title, favorite, isShared, readonly, excerpt, modified, category, status, eTag, content, scrollY.
|
|
Lint:
app/src/main/java/it/niedermann/owncloud/notes/persistence/dao/NoteDao.java#L88
it.niedermann.owncloud.notes.persistence.entity.Note has some properties [noteMode] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @ignore annotation. You can suppress this warning by annotating the function with @SuppressWarnings(RoomWarnings.QUERY_MISMATCH). Columns returned by the query: id, remoteId, accountId, title, favorite, isShared, readonly, excerpt, modified, category, status, eTag, content, scrollY.
|
|
Lint:
app/src/main/java/it/niedermann/owncloud/notes/persistence/dao/NoteDao.java#L85
it.niedermann.owncloud.notes.persistence.entity.Note has some properties [noteMode] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @ignore annotation. You can suppress this warning by annotating the function with @SuppressWarnings(RoomWarnings.QUERY_MISMATCH). Columns returned by the query: id, remoteId, accountId, title, favorite, isShared, readonly, excerpt, modified, category, status, eTag, content, scrollY.
|
|
Lint:
app/src/main/java/it/niedermann/owncloud/notes/persistence/dao/NoteDao.java#L82
it.niedermann.owncloud.notes.persistence.entity.Note has some properties [noteMode] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @ignore annotation. You can suppress this warning by annotating the function with @SuppressWarnings(RoomWarnings.QUERY_MISMATCH). Columns returned by the query: id, remoteId, accountId, title, favorite, isShared, readonly, excerpt, modified, category, status, eTag, content, scrollY.
|
|
Lint:
app/src/main/java/it/niedermann/owncloud/notes/persistence/dao/NoteDao.java#L79
it.niedermann.owncloud.notes.persistence.entity.Note has some properties [noteMode] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @ignore annotation. You can suppress this warning by annotating the function with @SuppressWarnings(RoomWarnings.QUERY_MISMATCH). Columns returned by the query: id, remoteId, accountId, title, favorite, isShared, readonly, excerpt, modified, category, status, eTag, content, scrollY.
|
|
Lint:
app/src/main/java/it/niedermann/owncloud/notes/persistence/dao/NoteDao.java#L76
it.niedermann.owncloud.notes.persistence.entity.Note has some properties [noteMode] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @ignore annotation. You can suppress this warning by annotating the function with @SuppressWarnings(RoomWarnings.QUERY_MISMATCH). Columns returned by the query: id, remoteId, accountId, title, favorite, isShared, readonly, excerpt, modified, category, status, eTag, content, scrollY.
|
|
Lint:
app/src/main/java/it/niedermann/owncloud/notes/shared/model/Capabilities.java#L48
it.niedermann.owncloud.notes.shared.model.Capabilities's userStatusSupportsBusy property has type java.lang.Boolean but its setter accepts boolean. This mismatch might cause unexpected userStatusSupportsBusy values when it.niedermann.owncloud.notes.shared.model.Capabilities is read from the database.
|
|
Lint:
app/src/main/java/it/niedermann/owncloud/notes/shared/model/Capabilities.java#L48
it.niedermann.owncloud.notes.shared.model.Capabilities's userStatusSupportsBusy property has type java.lang.Boolean but its getter returns boolean. This mismatch might cause unexpected userStatusSupportsBusy values in the database when it.niedermann.owncloud.notes.shared.model.Capabilities is inserted into database.
|
|
Lint
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
|
Lint
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
|
Unit tests:
app/src/main/java/it/niedermann/owncloud/notes/persistence/dao/NoteDao.java#L97
it.niedermann.owncloud.notes.persistence.entity.Note has some properties [noteMode] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @ignore annotation. You can suppress this warning by annotating the function with @SuppressWarnings(RoomWarnings.QUERY_MISMATCH). Columns returned by the query: id, remoteId, accountId, title, favorite, isShared, readonly, excerpt, modified, category, status, eTag, content, scrollY.
|
|
Unit tests:
app/src/main/java/it/niedermann/owncloud/notes/persistence/dao/NoteDao.java#L94
it.niedermann.owncloud.notes.persistence.entity.Note has some properties [noteMode] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @ignore annotation. You can suppress this warning by annotating the function with @SuppressWarnings(RoomWarnings.QUERY_MISMATCH). Columns returned by the query: id, remoteId, accountId, title, favorite, isShared, readonly, excerpt, modified, category, status, eTag, content, scrollY.
|
|
Unit tests:
app/src/main/java/it/niedermann/owncloud/notes/persistence/dao/NoteDao.java#L91
it.niedermann.owncloud.notes.persistence.entity.Note has some properties [noteMode] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @ignore annotation. You can suppress this warning by annotating the function with @SuppressWarnings(RoomWarnings.QUERY_MISMATCH). Columns returned by the query: id, remoteId, accountId, title, favorite, isShared, readonly, excerpt, modified, category, status, eTag, content, scrollY.
|
|
Unit tests:
app/src/main/java/it/niedermann/owncloud/notes/persistence/dao/NoteDao.java#L88
it.niedermann.owncloud.notes.persistence.entity.Note has some properties [noteMode] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @ignore annotation. You can suppress this warning by annotating the function with @SuppressWarnings(RoomWarnings.QUERY_MISMATCH). Columns returned by the query: id, remoteId, accountId, title, favorite, isShared, readonly, excerpt, modified, category, status, eTag, content, scrollY.
|
|
Unit tests:
app/src/main/java/it/niedermann/owncloud/notes/persistence/dao/NoteDao.java#L85
it.niedermann.owncloud.notes.persistence.entity.Note has some properties [noteMode] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @ignore annotation. You can suppress this warning by annotating the function with @SuppressWarnings(RoomWarnings.QUERY_MISMATCH). Columns returned by the query: id, remoteId, accountId, title, favorite, isShared, readonly, excerpt, modified, category, status, eTag, content, scrollY.
|
|
Unit tests:
app/src/main/java/it/niedermann/owncloud/notes/persistence/dao/NoteDao.java#L82
it.niedermann.owncloud.notes.persistence.entity.Note has some properties [noteMode] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @ignore annotation. You can suppress this warning by annotating the function with @SuppressWarnings(RoomWarnings.QUERY_MISMATCH). Columns returned by the query: id, remoteId, accountId, title, favorite, isShared, readonly, excerpt, modified, category, status, eTag, content, scrollY.
|
|
Unit tests:
app/src/main/java/it/niedermann/owncloud/notes/persistence/dao/NoteDao.java#L79
it.niedermann.owncloud.notes.persistence.entity.Note has some properties [noteMode] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @ignore annotation. You can suppress this warning by annotating the function with @SuppressWarnings(RoomWarnings.QUERY_MISMATCH). Columns returned by the query: id, remoteId, accountId, title, favorite, isShared, readonly, excerpt, modified, category, status, eTag, content, scrollY.
|
|
Unit tests:
app/src/main/java/it/niedermann/owncloud/notes/persistence/dao/NoteDao.java#L76
it.niedermann.owncloud.notes.persistence.entity.Note has some properties [noteMode] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @ignore annotation. You can suppress this warning by annotating the function with @SuppressWarnings(RoomWarnings.QUERY_MISMATCH). Columns returned by the query: id, remoteId, accountId, title, favorite, isShared, readonly, excerpt, modified, category, status, eTag, content, scrollY.
|
|
Unit tests:
app/src/main/java/it/niedermann/owncloud/notes/shared/model/Capabilities.java#L48
it.niedermann.owncloud.notes.shared.model.Capabilities's userStatusSupportsBusy property has type java.lang.Boolean but its setter accepts boolean. This mismatch might cause unexpected userStatusSupportsBusy values when it.niedermann.owncloud.notes.shared.model.Capabilities is read from the database.
|
|
Unit tests:
app/src/main/java/it/niedermann/owncloud/notes/shared/model/Capabilities.java#L48
it.niedermann.owncloud.notes.shared.model.Capabilities's userStatusSupportsBusy property has type java.lang.Boolean but its getter returns boolean. This mismatch might cause unexpected userStatusSupportsBusy values in the database when it.niedermann.owncloud.notes.shared.model.Capabilities is inserted into database.
|
|
Unit tests
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
|
Unit tests
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
|
Generate APK:
app/src/main/java/it/niedermann/owncloud/notes/persistence/dao/NoteDao.java#L97
it.niedermann.owncloud.notes.persistence.entity.Note has some properties [noteMode] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @ignore annotation. You can suppress this warning by annotating the function with @SuppressWarnings(RoomWarnings.QUERY_MISMATCH). Columns returned by the query: id, remoteId, accountId, title, favorite, isShared, readonly, excerpt, modified, category, status, eTag, content, scrollY.
|
|
Generate APK:
app/src/main/java/it/niedermann/owncloud/notes/persistence/dao/NoteDao.java#L94
it.niedermann.owncloud.notes.persistence.entity.Note has some properties [noteMode] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @ignore annotation. You can suppress this warning by annotating the function with @SuppressWarnings(RoomWarnings.QUERY_MISMATCH). Columns returned by the query: id, remoteId, accountId, title, favorite, isShared, readonly, excerpt, modified, category, status, eTag, content, scrollY.
|
|
Generate APK:
app/src/main/java/it/niedermann/owncloud/notes/persistence/dao/NoteDao.java#L91
it.niedermann.owncloud.notes.persistence.entity.Note has some properties [noteMode] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @ignore annotation. You can suppress this warning by annotating the function with @SuppressWarnings(RoomWarnings.QUERY_MISMATCH). Columns returned by the query: id, remoteId, accountId, title, favorite, isShared, readonly, excerpt, modified, category, status, eTag, content, scrollY.
|
|
Generate APK:
app/src/main/java/it/niedermann/owncloud/notes/persistence/dao/NoteDao.java#L88
it.niedermann.owncloud.notes.persistence.entity.Note has some properties [noteMode] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @ignore annotation. You can suppress this warning by annotating the function with @SuppressWarnings(RoomWarnings.QUERY_MISMATCH). Columns returned by the query: id, remoteId, accountId, title, favorite, isShared, readonly, excerpt, modified, category, status, eTag, content, scrollY.
|
|
Generate APK:
app/src/main/java/it/niedermann/owncloud/notes/persistence/dao/NoteDao.java#L85
it.niedermann.owncloud.notes.persistence.entity.Note has some properties [noteMode] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @ignore annotation. You can suppress this warning by annotating the function with @SuppressWarnings(RoomWarnings.QUERY_MISMATCH). Columns returned by the query: id, remoteId, accountId, title, favorite, isShared, readonly, excerpt, modified, category, status, eTag, content, scrollY.
|
|
Generate APK:
app/src/main/java/it/niedermann/owncloud/notes/persistence/dao/NoteDao.java#L82
it.niedermann.owncloud.notes.persistence.entity.Note has some properties [noteMode] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @ignore annotation. You can suppress this warning by annotating the function with @SuppressWarnings(RoomWarnings.QUERY_MISMATCH). Columns returned by the query: id, remoteId, accountId, title, favorite, isShared, readonly, excerpt, modified, category, status, eTag, content, scrollY.
|
|
Generate APK:
app/src/main/java/it/niedermann/owncloud/notes/persistence/dao/NoteDao.java#L79
it.niedermann.owncloud.notes.persistence.entity.Note has some properties [noteMode] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @ignore annotation. You can suppress this warning by annotating the function with @SuppressWarnings(RoomWarnings.QUERY_MISMATCH). Columns returned by the query: id, remoteId, accountId, title, favorite, isShared, readonly, excerpt, modified, category, status, eTag, content, scrollY.
|
|
Generate APK:
app/src/main/java/it/niedermann/owncloud/notes/persistence/dao/NoteDao.java#L76
it.niedermann.owncloud.notes.persistence.entity.Note has some properties [noteMode] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @ignore annotation. You can suppress this warning by annotating the function with @SuppressWarnings(RoomWarnings.QUERY_MISMATCH). Columns returned by the query: id, remoteId, accountId, title, favorite, isShared, readonly, excerpt, modified, category, status, eTag, content, scrollY.
|
|
Generate APK:
app/src/main/java/it/niedermann/owncloud/notes/shared/model/Capabilities.java#L48
it.niedermann.owncloud.notes.shared.model.Capabilities's userStatusSupportsBusy property has type java.lang.Boolean but its setter accepts boolean. This mismatch might cause unexpected userStatusSupportsBusy values when it.niedermann.owncloud.notes.shared.model.Capabilities is read from the database.
|
|
Generate APK:
app/src/main/java/it/niedermann/owncloud/notes/shared/model/Capabilities.java#L48
it.niedermann.owncloud.notes.shared.model.Capabilities's userStatusSupportsBusy property has type java.lang.Boolean but its getter returns boolean. This mismatch might cause unexpected userStatusSupportsBusy values in the database when it.niedermann.owncloud.notes.shared.model.Capabilities is inserted into database.
|
|
Generate APK
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
|
Generate APK
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
app-dev-debug
|
31.7 MB |
sha256:7be90afb7d5b8db5336074ec5853239601f836e9668efbbd38ebf1ae20df6880
|
|