NeoA11y / SpeakTouch

[WIP] A free software screen reader for Android.
8 stars 0 forks source link

Add support for Jetpack Compose Role.Button #124

Closed Irineu333 closed 10 months ago

Irineu333 commented 10 months ago

Description

The Speak Touch has been developed with View in mind, but we know that Jetpack Compose is the future of Android development, and this task represents our first step in improving support for this incredible UI toolkit.

Although the pull request itself is small, in issue #110 it was analyzed and documented how Jetpack Compose encodes semantic properties, which will help with the next steps

Tests

Improvements

Fixed issues