fix: observe worker state#15923
Conversation
0dfe11c to
e4047f7
Compare
e7f430c to
1b4292e
Compare
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:
|
|
How to Test the Green Tick for a Folder & Slow Grid View
Why Some Approaches Do Not Work
|
5ba3d67 to
8ba9015
Compare
|
To reproduce:
|
This comment was marked as resolved.
This comment was marked as resolved.
8ba9015 to
4c6d370
Compare
Thank you awesome 👍 |
|
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/15923.apk |
Signed-off-by: alperozturk <alper_ozturk@proton.me> # Conflicts: # app/src/main/java/com/owncloud/android/ui/adapter/OCFileListDelegate.kt
Signed-off-by: alperozturk <alper_ozturk@proton.me>
Signed-off-by: alperozturk <alper_ozturk@proton.me>
Signed-off-by: alperozturk <alper_ozturk@proton.me>
Signed-off-by: alperozturk <alper_ozturk@proton.me>
Signed-off-by: alperozturk <alper_ozturk@proton.me>
Signed-off-by: alperozturk <alper_ozturk@proton.me>
a66a4d8 to
b46969d
Compare
Signed-off-by: alperozturk <alper_ozturk@proton.me>
|
blue-Light-Screenshot test failed, but no output was generated. Maybe a preliminary stage failed. |

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.