Skip to content

Conversation

@Andyporras
Copy link
Member

@Andyporras Andyporras commented Nov 9, 2025

Description

This pull request removes the trackdetail_name_and_title string from the strings.xml file. Initially, this string included "Name and title," which caused confusion as the term "title" is not used consistently throughout the app. The filename configuration allows for customization, such as using the "date and start time" format, making the inclusion of "title" unnecessary and potentially misleading.

Related issues

Pull Request Checklist

  • The PR is proposed to the proper branch.
  • The changes have been tested on the target Android API and minimum Android API.
  • Automated tests have been added (if applicable).
  • The feature is well documented.
  • There is a reference to the original bug report and related work.

The previous design used hints to label the name, description, and tags fields. These hints disappeared when the fields were filled in automatically, causing confusion for the user about the purpose of each field.

This change introduces permanent text labels (TextView) above each input field. This ensures that the function of each field is always visible, significantly improving the usability of the screen.

Fixes labexp#609
@Andyporras Andyporras changed the title Issue 609 Fix: Remove trackdetail_name_and_title string to clarify filename configuration Nov 9, 2025
@Andyporras Andyporras closed this Nov 9, 2025
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.

1 participant