-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
fix: observe worker state #15923
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
base: master
Are you sure you want to change the base?
fix: observe worker state #15923
Conversation
0dfe11c to
e4047f7
Compare
|
/backport to stable-3.34 |
e7f430c to
1b4292e
Compare
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
1b4292e to
797b231
Compare
Note:Events are delivered only to the currently active activity. For example, this means that when the user is in FolderDownloadCompleted is used:
FileDownloadStarted is used:
FileDownloadCompleted is used:
FileUploadStarted is used:
FileUploadCompleted is used:
OfflineOperationsCompleted is used:
|
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
|
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/15923.apk |
|
How to Test the Green Tick for a Folder & Slow Grid View
Why Some Approaches Do Not Work
|
|
blue-Light-Screenshot test failed, but no output was generated. Maybe a preliminary stage failed. |
|
test-Unit test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/15923-Unit-test-14-37 |

Issue
Local file indicator icons were not updating correctly when files or folders finished downloading, and switching between list and grid layouts caused icons to disappear.
Fixes
Fix observation of multiple workers across all relevant screens to ensure each worker completion is reflected in the UI.
Preserves local file indicator state during layout switches (list ↔ grid).
Fix logic for both folder and file downloads to display local file indicator icons consistently.