use local id from webdav#10011
Conversation
|
blue-Light-IT test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/10011-Screenshot-blue-Light-06-47 |
|
stable-IT test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/4379-IT-stable-06-54 |
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
| } | ||
|
|
||
| @VisibleForTesting | ||
| public String getLocalIdDirect() { |
There was a problem hiding this comment.
getInternalLocalId, or something like that, may be a better name.
| if (!upgraded) { | ||
| Log_OC.i(SQL, String.format(Locale.ENGLISH, UPGRADE_VERSION_MSG, oldVersion, newVersion)); | ||
| } |
There was a problem hiding this comment.
What's the point of adding this between each upgrade if? It will print the same every time. Also, some upgrades set upgraded=true, but others don't. Looks like this needs cleanup, I will do it after this PR is merged
|
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/10011.apk |
CodacyLint
SpotBugs (new)
SpotBugs (master)
Android-library is not set to master branch in build.gradle |
|
master-IT test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/4392-IT-master-10-16 |
|
blue-Light-Screenshot test failed, but no output was generated. Maybe a preliminary stage failed. |
|
blue-Light-IT test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/10011-Screenshot-blue-Light-10-20 |
|
Similar trace in all failing tests (including screenshot) |
AlvaroBrey
left a comment
There was a problem hiding this comment.
failing tests, see previous comment
|
Superceded by #8643 |

Fixes: #8566
Library: nextcloud/android-library#843
Signed-off-by: tobiasKaminsky tobias@kaminsky.me