Skip to content
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

[a11y] Correct label for each activities and fragments #4458

Closed
9 tasks done
Tracked by #4398
Aitorbp opened this issue Aug 26, 2024 · 0 comments · Fixed by #4470
Closed
9 tasks done
Tracked by #4398

[a11y] Correct label for each activities and fragments #4458

Aitorbp opened this issue Aug 26, 2024 · 0 comments · Fixed by #4470

Comments

@Aitorbp
Copy link
Collaborator

Aitorbp commented Aug 26, 2024

Is your feature request related to a problem? Please describe.

In relation to this issue #4373, we have noticed that when we have talkback enabled and we are switching between activities/fragments, talkback reads the word ownCloud for each change.
This is not accessible to users, since the word ownCloud does not provide much information to define which view the user is on.

Describe the solution you'd like
A possible solution would be to add the android:label in the AndroidManifest.xml in each activity to the correct name.

In the case of fragments, we must change the label through the setTitle. Example below:
activity?.setTitle("The new label here")
Doc: https://stackoverflow.com/questions/27918701/android-fragment-change-title

TASKS

  • Research (if needed)
  • Create branch feature/correct_label_for_each_activities_fragments
  • Development tasks
    • Added label to activities
    • Added setTitle to fragment
  • Code review and apply changes requested
  • Design test plan
  • QA
  • Merge branch feature/correct_label_for_each_activities_fragments
@jesmrec jesmrec added this to the Accessibility milestone Aug 26, 2024
@Aitorbp Aitorbp linked a pull request Sep 18, 2024 that will close this issue
2 tasks
@JuancaG05 JuancaG05 changed the title Correct label for each activities and fragments [a11y] Correct label for each activities and fragments Sep 19, 2024
@jesmrec jesmrec removed the Sprint label Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants