-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Uploads storage manager sync #5488
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Alice Gaudon <[email protected]>
IT test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/12730-IT |
c12e66e
to
0ff8881
Compare
IT test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/12731-IT |
So this does not help? Or do I understand it wrong? |
If anything directly modifies the database without going through |
194a7ca
to
3d580ab
Compare
Signed-off-by: Alice Gaudon <[email protected]>
3d580ab
to
d5ec93c
Compare
I found a todo that says the "Message" system is to get rid of in favor of Observables. Pending build then I'll request reviewing |
IT test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/12796-IT |
Screenshot test failed, but no output was generated. Maybe a preliminary stage failed. |
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/12814.apk |
Codacy354Lint
SpotBugs (new)
SpotBugs (master)
|
Codecov Report
@@ Coverage Diff @@
## master #5488 +/- ##
=========================================
Coverage ? 21.99%
Complexity ? 3
=========================================
Files ? 398
Lines ? 33480
Branches ? 4697
=========================================
Hits ? 7365
Misses ? 24932
Partials ? 1183
|
@ArisuOngaku I am really sorry for coming back so late :S |
@tobiasKaminsky I think I didn't mean that; my point is that I found a "TODO" comment somewhere that said that:
I believe that this PR is still relevant unless something new came since I originally submitted that PR. edit: I removed the note in the PR's first message that could cause some unnecessary confusion. |
Fixes #5487
What this PR does:
UploadsStorageManager
a singletonUploadListAdapter
observeUploadsStorageManager
and refresh on updateTesting
This is a bugfix PR that adds no features, I assume no additional testing is required.