Improve accessibility in "Showcases" and on the player#821
Conversation
Code Coverage
|
StaehliJ
left a comment
There was a problem hiding this comment.
- We should remove Overlay text from TalkBack.
- TalkBack in French say "2 metres 12" instead of a time.
- The toggle controls text should be more explicite. But it is better than before.
- When double drag in TalkBack, the controls are hide but nothing tells user in has been hidden and nothing tells what to do next.
|
2dac488 to
c51a6ab
Compare
- Don't speak out metrics overlay. - Increase the height of the slider. - Speak out the slider progress as a percentage. - Add state label to the player control view.
130fe0c to
cbb5816
Compare
Done ✅
Changed to speak out the progress in percentage instead ✅
Added an accessibility label to describe the state of the controls ("Controls visible"/"Controls hidden") ✅
I'll look into this tomorrow ⏳
Done ✅
Done ✅
Done ✅ |
| <string name="search_placeholder">Search for content</string> | ||
| <string name="no_results">No results</string> | ||
| <string name="empty_search_query">Enter something to search</string> | ||
| <string name="audio_content">Audio</string> |
Check warning
Code scanning / Android Lint
Unused resources
| <string name="search_placeholder">Search for content</string> | ||
| <string name="no_results">No results</string> | ||
| <string name="empty_search_query">Enter something to search</string> | ||
| <string name="audio_content">Audio</string> |
Check warning
Code scanning / Android Lint
Unused resources
| <string name="no_results">No results</string> | ||
| <string name="empty_search_query">Enter something to search</string> | ||
| <string name="audio_content">Audio</string> | ||
| <string name="video_content">Video</string> |
Check warning
Code scanning / Android Lint
Unused resources
| <string name="no_results">No results</string> | ||
| <string name="empty_search_query">Enter something to search</string> | ||
| <string name="audio_content">Audio</string> | ||
| <string name="video_content">Video</string> |
Check warning
Code scanning / Android Lint
Unused resources
| <string name="empty_search_query">Enter something to search</string> | ||
| <string name="audio_content">Audio</string> | ||
| <string name="video_content">Video</string> | ||
| <string name="controls_visible">Controls visible</string> |
Check warning
Code scanning / Android Lint
Unused resources
| <string name="empty_search_query">Enter something to search</string> | ||
| <string name="audio_content">Audio</string> | ||
| <string name="video_content">Video</string> | ||
| <string name="controls_visible">Controls visible</string> |
Check warning
Code scanning / Android Lint
Unused resources
| <string name="audio_content">Audio</string> | ||
| <string name="video_content">Video</string> | ||
| <string name="controls_visible">Controls visible</string> | ||
| <string name="controls_hidden">Controls hidden</string> |
Check warning
Code scanning / Android Lint
Unused resources
| <string name="audio_content">Audio</string> | ||
| <string name="video_content">Video</string> | ||
| <string name="controls_visible">Controls visible</string> | ||
| <string name="controls_hidden">Controls hidden</string> |
Check warning
Code scanning / Android Lint
Unused resources
Android provides dedicated volume settings for TalkBack and Media. Maybe we should just let the user/system handle that, instead of trying to manage it ourselves. What do you think? |
Pull request
Description
This improves accessibility in the "Showcases" section and on the player.
Changes made
PillarboxSliderwhen TalkBack is enabled, i.e.:build_windows.ymlworkflow. This action differentiates cache by platform, so this was unnecessary since we never store cache for Windows builds.Checklist