-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[Fix] Camera Uploads manual retry #3418
Conversation
a179ae4
to
3ad9176
Compare
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.
💯
owncloudApp/src/main/java/com/owncloud/android/usecases/RetryUploadFromContentUriUseCase.kt
Outdated
Show resolved
Hide resolved
Thanks for the fix, @abelgardep! One issue I found is that it removed the original file, even though in my settings it's set to keep them. But that's probably because MOVE and COPY constants were mixed up. 🙂 Another thing I noticed is there's no progress bar for the upload in the notifications and the view is not refreshed after the file was successfully uploaded to the server. That is, it's still showing as "failed" and only updated when I switch to another tab and then back to Uploads. |
That's right @selius It's a known issue that affects camera uploads. We need to move forward with the new architecture to fix and unify the process 👍 Thank you so much for your comments and feedback. It's highly appreciated!! |
(1)
Current: Files are in Expected: Same behaviour in both (feasible?) Pixel2 Android11 |
(2) [FIXED]
Current: files are copied, not moved NOTE: the Pixel2 Android11 |
786dfa1
to
074faf5
Compare
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.
LGTM
Actually, if you click on any individual row, they are retried. This is the fix for it. In master they are not retried. The point here is that you can not see actual feedback about it (Only a notification if it fails again) until you enter the uploads view again. But that is a different issue that is already in master with camera uploads retry all. |
About (2), yes, |
Approved |
eb3363f
to
0d87e74
Compare
Kudos, SonarCloud Quality Gate passed! |
Related Issues
App: #3417
Library PR (if needed):
QA