TeamAmaze / AmazeFileManager

Material design file manager for Android
https://teamamaze.xyz
GNU General Public License v3.0
5.08k stars 1.53k forks source link

Improve the List View for TalkBack Users #4166

Open VoidCrater opened 3 weeks ago

VoidCrater commented 3 weeks ago

Is your feature request related to a problem? Please describe. While navigating the file list with TalkBack, users have to swipe thrice to get from one file or folder to another. For every file, TalkBack users hear the file name, "Select button", and the context menu for that file. This makes navigating the file list a bit slower and harder. Also, the context menu button has a wrong label, "Properties".

Describe the solution you'd like Group the filename with the controls select and context menu (https://developer.android.com/guide/topics/ui/accessibility/principles#content-groups) and add the select and context menu buttons to accessibility actions (https://developer.android.com/guide/topics/ui/accessibility/principles#accessibility-actions) this will streamline navigation for TalkBack Users. Rename the "Properties" (context menu) button to "Show file actions" (https://developer.android.com/guide/topics/ui/accessibility/principles#label-elements).

Describe alternatives you've considered None

Additional context None