Skip to content

Show build dates under release build numbers#95

Open
x144k wants to merge 2 commits into
GrapheneOS:mainfrom
x144k:issue-4-build-dates
Open

Show build dates under release build numbers#95
x144k wants to merge 2 commits into
GrapheneOS:mainfrom
x144k:issue-4-build-dates

Conversation

@x144k
Copy link
Copy Markdown

@x144k x144k commented May 13, 2026

Build numbers include the date in YYYYMMDD## format, but only the raw number was shown. Now the date appears below each build number, formatted for the user's locale.

The build number itself stays unchanged. The date is rendered as separate text so it doesn't inherit the title style.

Closes #4

@thestinger
Copy link
Copy Markdown
Member

YYYYMMDDNN format in the build number uses the date for UTC time without providing the hour so it can't be used to determine the local date. If it's going to show the date, it needs to make it clear that it's UTC.

@x144k x144k force-pushed the issue-4-build-dates branch from 0c3a1f2 to 0258bcf Compare May 22, 2026 19:47
@x144k
Copy link
Copy Markdown
Author

x144k commented May 22, 2026

Understood. Updated to append (UTC) to make it clear the date is in UTC. Single-line change in Changelog.kt only.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Display more human-friendly date for release notes

3 participants