-
-
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
File detail: show exact modification timestamp #3389
Comments
This comment has been minimized.
This comment has been minimized.
pinging @nextcloud/designers @jancborchardt @tobiasKaminsky for input on this |
@jancborchardt @nextcloud/designers the webUI has a hover pop-over which shows the exact timestamp (Nc15 at least does so) while this is a concept we don't have on mobile. So we could either make it clickable to toggle between relative and absolute date of show the date on click via a pop-up or whatever even better idea you folks might come up :) |
Short click with a little pop up? But I am unsure which android component we can use. |
Long-press could show a toast with the full time? This seems like a sort-of Android standard, which is also used to show the tooltips of icons in the top bar. |
This is a built-in feature, but this is not available for TextViews as far as I found. |
would be fine with me |
That would match the proposal of @jancborchardt |
Yeah, the toast is indeed very strange … the long-press is difficult to discover, and then it’s shown somewhere completely different. The proposal with toggling the date display on tap seems much better! Sounds much more discoverable, and we could save the state globally (not per file :D), so that people who prefer the absolute dates are covered. But the default should stay relative date. |
Sounds good to me 👍 So globally also means for the file listings, not just the detail views, right? |
How is this more discoverable? |
No, only for the detail view. Only the place which changes it.
Yes, it is more discoverable than long-press. Sure it’s still not obvious when compared to everything else, but for the few people who require this, either they might try tapping or word will eventually get out. It’s not a crucial feature that needs to be discovered by everyone. |
Tapping would indeed be a workable solution. Some other suggestions:
Maybe the last suggestion addresses the File Detail view as a whole, not specifically the last modified date. In the 'All Files' tab, every item in the list already shows the size in short (e.g. The File Detail view shows exactly this same short information, while I expect it to show more information than I already knew, e.g. Maybe this should be in a new issue though? |
It’s not about how many space there is, but how much information density we want. As this detail screen is something that is often accessed for sharing and activities, we shouldn’t put too much in there. Let’s go with tapping as a first simple way. |
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
#3399 resolves the date issue as discribed by @jancborchardt |
In the tab 'All Files' the full time stamps (of the form hh:mm(:ss) dd-mm-yyyy) are shortened to 'x days ago' or the date 'Nov 18' for example. This is all fine and makes the overview much more readable, however, this same shortened version is also shown in the file details activity. That makes it impossible to check the full date and time of a file or folder, which is very inconvenient.
The text was updated successfully, but these errors were encountered: