Skip to content
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

Handle E2EE Download Key Task Result #14538

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

alperozturk96
Copy link
Collaborator

@alperozturk96 alperozturk96 commented Feb 11, 2025

  • Tests written, or not not needed

Issue

During the DownloadKeysAsyncTask operation, multiple requests can be sent, which may result in various errors. If these errors are not properly handled, the user might still see the passphrase generation screen, which is incorrect. This PR provides accurate feedback to the user.

In the example given below, the passphrase has already been saved. The issue lies in the private key download task.

Before

before.mp4

After

after.mp4

Generate New Passphrase

gen_new_passphrase.mp4

Use Saved Passphrase

decrpt.mp4

Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
UnexpectedError(R.string.end_to_end_encryption_unexpected_error_occurred)
}

// TODO - Replace with Coroutines
Copy link
Collaborator Author

@alperozturk96 alperozturk96 Feb 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will be addressed in different PR.

Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Copy link

Codacy

Lint

TypemasterPR
Warnings5454
Errors33

SpotBugs

CategoryBaseNew
Bad practice6565
Correctness5858
Dodgy code294294
Experimental11
Internationalization77
Malicious code vulnerability11
Multithreaded correctness77
Performance5151
Security1818
Total502502

Copy link

APK file: https://www.kaminsky.me/nc-dev/android-artifacts/14538.apk

qrcode

To test this change/fix you can simply download above APK file and install and test it in parallel to your existing Nextcloud app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant