pachli-android/app
Nik Clayton 0f80ec4abf
fix: Correctly punctuate a status content description (#808)
Previous code blindly inserted commas and semi-colons as separators
between the components of a content description. If some of those
components were null you could have a content description that looked
like "... , , , ..." or similar, and the repeated reading of "comma" by
screen readers was jarring and reduced accessibility.

Fix this by inserting punctuation only where necessary, building up the
string piece by piece instead of using a string resource with hardcoded
punctuation.

Fixes #791.
2024-07-06 19:29:02 +02:00
..
src fix: Correctly punctuate a status content description (#808) 2024-07-06 19:29:02 +02:00
build.gradle.kts feat: Warn the user if the posting language might be incorrect (#792) 2024-07-02 20:22:17 +02:00
gitTools.gradle
lint-baseline.xml fix: Correctly punctuate a status content description (#808) 2024-07-06 19:29:02 +02:00
lint.xml change: Disable SyntheticAccessor lint rule (#424) 2024-02-06 19:51:37 +01:00
proguard-rules.pro refactor: Remove `TabData` type (#576) 2024-03-30 23:27:25 +01:00