Open tobiasKaminsky opened 5 years ago
GitMate.io thinks possibly related issues are https://github.com/nextcloud/android/issues/119 (UI Improvements), https://github.com/nextcloud/android/issues/1898 (syncing problem), https://github.com/nextcloud/android/issues/1008 (Improve offline support), https://github.com/nextcloud/android/issues/2277 (Improve Folder Sync Configuration), and https://github.com/nextcloud/android/issues/30 (Nextcloud Sync).
Since we won't have "downloaded" anymore in the near future, couldn't we use a yellow circle with the up-/download icon dependening on if (local file is newer (upload icon) and server file is newer (download icon) ? Not perfect but it would show the missing/open action?
Why don't we have downloaded? Above screenshot is the new situation, and a correct downloaded and up to date file, is marked with the green check mark.
Yes, while before we had that for "make available offline" and for download(ed) we hat the yellow donload icon. So I guess we don't need the downloaded icon anymore if we have the sync status icon, right?
I think you remember our old icons: https://github.com/nextcloud/android/blob/59cf6b9ba4965f38f2749f0624013daf0b83c946/src/main/java/com/owncloud/android/ui/adapter/OCFileListAdapter.java#L309-L332
New ones are:
So we have
Yes I remembered the old icon :) While I think the up/download icons within a yellow circle could be used for that (or red, also fine with that).
Waiting to hear the @nextcloud/designers feedback ❤️
IMHO, it would be over-simplified if you try to compress all the information in a few simple icons.
The cases that need to be visible and understandable for the user (currently and for future 2-way sync - just to think this through):
I would suggest to boil the annotated icons down to their central function: quick status overview for the user, i.e. draw the user's attention to things he must handle. And then provide means to make the user capable of resolving the situation.
What about four icons, for...
In this case the user could easily distinguish by color:
The last two cases may need further action by the user: What do you think about an "info" icon just left of the "share" icon (maybe colored like the annotated icon)? By clicking it the user would get detailed information about why there is a yellow or red annotation.
That message could then be extended with actions to resolve the situation
And to make this more complete: If the server is currently unreachable you could show a warning message on top of the folder list as this would be a general "problem". Or/And you could display the last time the server's folder was checked for changes beneath the current folder name at the top.
This is how it currently looks like when a file is locally outdated / newer than server file.
Why does this happen at all? It’s an unexpected state – we are a file sync platform after all and it should just automatically sync.
Any additional icons will just create confusion as we can’t properly explain them.
Or does this only happen in specific cases like file conflicts?
Why does this happen at all? It’s an unexpected state – we are a file sync platform after all and it should just automatically sync.
In short: limited mobile data.
For many users it is a crucial requirement that they can sync on WiFi only. IMHO, if a state is expected or not is just a matter of expectations management. The user must understand what his actions, like downloading a file, really do. IMHO, this is a NFR of general importance. This app is great, but sadly not very self-explanatory. Thus, i wrote my suggestion above.
Any additional icons will just create confusion as we can’t properly explain them.
Please see my comment above for a suggestion. Would be great to hear your thoughts about it. :-)
For many users it is a crucial requirement that they can sync on WiFi only.
If we sync on wifi only, then how do we know about the possible conflict? Getting the meta update from the server also incurs a data load, or do we see that as negligible?
Regarding your proposal:
... outstanding background actions like sync up/down, delete etc. (e.g. a yellow exclamation mark),
This should also be the blue circular arrows. Don’t see the need for the yellow exclamation mark there.
... a sync conflict, when it comes to 2-way sync (e.g. a red cross).
Right, when an actual conflict happened with different changes on mobile and server, we can show the red x. But not when the local file is older than the one on the server, as was shown in the screenshot.
What do you think about an "info" icon just left of the "share" icon (maybe colored like the annotated icon)?
This is too much in general cases. If there is a sync conflict then yes we can go for this, that’s a good idea! :)
But for the normal case of just files having changed on the server, stuff should just work. If you downloaded a file previously, it is apparent that it’s of some importance to you.
From: https://github.com/nextcloud/android/pull/2886#issuecomment-446261587
This is how it currently looks like when a file is locally outdated / newer than server file.
So we need a symbol for out of sync (local file is newer / older than server file). Those are from https://material.io/tools/icons/
Aditionally, do yo have an idea how to explain this a bit more to the user?
@nextcloud/designers @AndyScherzinger @sehucke