Settings: display app version number #62
Labels
No labels
bug
chore
feature
spike
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
utilities/Logbook#62
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Show the app's version (versionName, e.g. "1.0.0") as a
small on-screen text line in the Settings sheet.
Motivation
General usability — lets users and support quickly confirm which build a
device is running without digging into the OS app-info screen.
Acceptance criteria
app's build config (already externalized via
version.properties),not hardcoded.
settings content (Biometric lock, Templates sections).
Non-goals / constraints
display of the current version.
version scheme (
major*1_000_000 + minor*1_000 + patch, seescripts/bump-version.js), so it carries no information not already inversionName. Amended from the original acceptance criteria after
confirming this during planning.
Related
Settings sheet is currently being reworked in issue #60 (Sync Templates
button + back button) — this issue is separate scope but touches the same
file (
SettingsSheet.kt).