mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Add role = Role.Button and onClickLabel to the remaining Modifier.clickable sites in shared Compose code so TalkBack / screen readers announce each affordance with an action verb rather than falling back to the list-item title. - feature/messaging MessageActionsBottomSheet.kt: status, reply, copy, select, and delete rows plus the quick-emoji React box (6 sites). - feature/connections DeviceListItem.kt: combined/clickable branches for device select. - feature/wifi-provision WifiProvisionScreen.kt: WiFi network list item. - feature/node NodeFilterTextField.kt: trailing clear-filter icon. New Res.string keys in core/resources (all action verbs used as onClickLabel): action_show_message_status, action_send_reply, action_copy_message, action_select_message, action_delete_message, action_react_with_emoji, action_select_device, action_select_network. Validation: spotlessApply, spotlessCheck, detekt, kmpSmokeCompile all pass. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| api | ||
| barcode | ||
| ble | ||
| common | ||
| data | ||
| database | ||
| datastore | ||
| di | ||
| domain | ||
| model | ||
| navigation | ||
| network | ||
| nfc | ||
| prefs | ||
| proto | ||
| repository | ||
| resources | ||
| service | ||
| takserver | ||
| testing | ||
| ui | ||