fix(e2ee): version detection#17103
Conversation
|
APK file: https://github.com/nextcloud/android/actions/runs/26623118958/artifacts/7285051492 |
|
APK file: https://github.com/nextcloud/android/actions/runs/26626813195/artifacts/7286688680 |
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
c86d000 to
28f268c
Compare
| * | ||
| * @param isV2 indicates whether the E2EE v2 series should be used | ||
| */ | ||
| fun latestVersion(isV2: Boolean): E2EVersion = if (isV2) { |
There was a problem hiding this comment.
Moved to the library since we have there E2EVersion
| @Transient | ||
| val filedrop: MutableMap<String, DecryptedFile> = HashMap(), | ||
| val version: String = E2EVersionHelper.latestVersion(true).value | ||
| val version: String |
There was a problem hiding this comment.
Must be injected from capabilities we should not give latest value. @tobiasKaminsky as we discussed.
|
APK file: https://github.com/nextcloud/android/actions/runs/27402851073/artifacts/7586314471 |
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
|
APK file: https://github.com/nextcloud/android/actions/runs/27403838656/artifacts/7586785530 |
|
/backport to stable-34.0.x |
|
blue-Light-Screenshot test failed, but no output was generated. Maybe a preliminary stage failed. |
|
test-Unit test failed, but no output was generated. Maybe a preliminary stage failed. |
|
APK file: https://github.com/nextcloud/android/actions/runs/27407225960/artifacts/7589399283 |
Librarry PR: nextcloud/android-library#2030