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

Fix #2743: A11y activity labels part 1 #2782

Closed
wants to merge 3 commits into from

Conversation

rt4914
Copy link
Contributor

@rt4914 rt4914 commented Feb 25, 2021

Fixes part of #2743

This PR introduces labels for different activities which are needed for A11y.

In this PR we have kept labels separate from title this is because there can be cases where we have different labels and titles for same screen. (Like in FAQ). However this means that we are creating repetitive strings. Do let me know if we choose to merge this?

Also, this PR does not create strings for all files.

Not putting the output as it would be a long recording for A11y. So follow below steps for checking this PR.

  1. Run Talkback on this branch.
  2. Whenever a new activity is opened, the talkback should output the string/label associated with that particular screen.

Also, for SplashActivity i have used Oppia as it would be nice to say app name instead of Splash. And also because we are not providing any output for the logo in this screen, this solution should suffice for that and therefore will not create any redundancy. WDYT?

@rt4914 rt4914 requested a review from BenHenning as a code owner February 25, 2021 13:35
@rt4914 rt4914 closed this Feb 25, 2021
@rt4914 rt4914 deleted the a11y-activity-labels-part-1 branch February 25, 2021 15:44
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