-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Check CSR #10713
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check CSR #10713
Conversation
7e8ed5b to
71f16d6
Compare
|
@AlvaroBrey but it runs fine locally on genericDebug. I do not see/understand why conscrypt is behaving differently on geplay/generic flavor. |
At this line: https://github.com/nextcloud/android/blob/71f16d6e978141d58a6d92d5ee3616ddcae13379/app/src/main/java/com/owncloud/android/utils/EncryptionUtils.java#L690-L690 , We install the Conscrypt provider here in
The solution to all this should be to use the |
AlvaroBrey
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs rebase & conflict resolution, otherwise looks fine
app/src/main/java/com/owncloud/android/ui/dialog/SetupEncryptionDialogFragment.java
Outdated
Show resolved
Hide resolved
19c6095 to
d8ad552
Compare
|
/rebase |
d8ad552 to
bf0b2dc
Compare
|
/rebase |
1 similar comment
|
/rebase |
bf0b2dc to
e934511
Compare
|
/rebase |
e934511 to
488a22b
Compare
|
Exception is |
Fixed in 59b225f |
Signed-off-by: tobiasKaminsky <[email protected]>
…nscrypt version conflicts OpenSSLRsaPublicKey has a different package when using the open-source conscrypt vs. the one inserted by Play Services. Signed-off-by: Álvaro Brey <[email protected]>
59b225f to
66e1984
Compare
|
blue-Light-IT test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/10713-Screenshot-blue-Light-08-36 |
Signed-off-by: tobiasKaminsky <[email protected]>
Signed-off-by: tobiasKaminsky <[email protected]>
|
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/10713.apk |
|
master-IT test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/7269-IT-master-16-40 |

Signed-off-by: tobiasKaminsky [email protected]