π synced file(s) with nextcloud/android-config #8414
android.yml
on: pull_request
Validate Gradle Wrapper
16s
Lint
3m 10s
Unit tests
5m 15s
Generate APK
6m 24s
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:47de3588258a6c30c17a481b6fa3e919621a16f330d3e48ec847236459f638d8
|
|