pachli-android/app
Nik Clayton 5a41cbd40f
fix: Improve display of "obscured" links (#194)
The previous code (a) used an emoji as the prefix character when showing
the destination of an obscured link, and (b) made the destination part
of the link anchor text.

Using an emoji was a problem because the user can use different emoji
sets and it can give strange results. Making the destination part of the
link text made it difficult to distinguish at a glance where one link
ends and another starts.

Fix the emoji problem by replacing the emoji with a drawable.

Fix the destination problem by changing the string resource so it only
includes the destination part, and inserting it at the end of the link
instead of replacing the whole link. This means the disclosed
destination is not clickable, does not look like part of the link, and
stands out more.
2023-10-23 13:20:09 +02:00
..
schemas/app.pachli.db.AppDatabase fix: Ensure refreshing does not create a gap in the timeline (#43) 2023-09-14 15:12:48 +02:00
src fix: Improve display of "obscured" links (#194) 2023-10-23 13:20:09 +02:00
build.gradle refactor: Use ksp instead of kapt for Hilt (#181) 2023-10-18 15:02:17 +02:00
gitTools.gradle ci: Upload orangeRelease to Google Play (internal track) (#134) 2023-09-28 13:50:02 +02:00
lint-baseline.xml refactor: Extract PreviewCard display code to `PreviewCardView` (#184) 2023-10-19 12:54:58 +02:00
lint.xml refactor: Transition from Tusky to Pachli 2023-09-05 13:33:37 +02:00
proguard-rules.pro refactor: Transition from Tusky to Pachli 2023-09-05 13:33:37 +02:00