-
-
Notifications
You must be signed in to change notification settings - Fork 148
Display the date of last edit #2838
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
Conversation
02ddffe to
433091e
Compare
jancborchardt
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As discussed, we should instead go for something like Signal does, which is a nice relevant mix of relative for recent times and absolute for older times:
- 59 minutes ago or younger: "Xm"
- 23 hours ago or younger: "Xh"
- 6 days ago or younger: Sat, Sun, Mon etc
- 364 days ago or younger: Sep 12, Jan 12 etc
- Anything older: Feb 12, 2024
jancborchardt
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Super nice short form date! :) Love it!
0869da1 to
3cd6e17
Compare
836599b to
aca9902
Compare
Resolves #2835 Signed-off-by: Andy Scherzinger <[email protected]>
Signed-off-by: Andy Scherzinger <[email protected]>
aca9902 to
09cf90d
Compare
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: tobiasKaminsky <[email protected]>
Signed-off-by: tobiasKaminsky <[email protected]>
b9ba56b to
a2d802f
Compare
|
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/2838.apk |

Resolves #2835
Depends on nextcloud/android-common#771