Skip to content

Conversation

AndyScherzinger
Copy link
Member

@AndyScherzinger AndyScherzinger commented Sep 19, 2025

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

List Grid
Screenshot_20250923_075749 Screenshot_20250923_075819
Screenshot_20250923_075804 Screenshot_20250923_075829

Resolves #2835

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Copy link
Member

@jancborchardt jancborchardt left a 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

Copy link
Member

@jancborchardt jancborchardt left a 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!

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
@AndyScherzinger AndyScherzinger force-pushed the feat/2835/displayLastEdit branch from 0869da1 to 3cd6e17 Compare September 23, 2025 10:42
Copy link
Contributor

APK file: https://www.kaminsky.me/nc-dev/android-artifacts/2838.apk

qrcode

To test this change/fix you can simply download above APK file and install and test it in parallel to your existing Nextcloud app.


// Nextcloud SSO
implementation 'com.github.nextcloud.android-common:ui:0.28.0'
implementation 'com.github.nextcloud.android-common:ui:49be0069f6'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shall we keep it like that?
Renovate will bump to 0.29.0 once it is released, I assume.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We now merged it to masters, test has beendet written and I did not another PR, so yeah, we can als o pin on the commit for the moment or do a release of the lib some time next week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Display the date of last edit
3 participants