SchildiChat / SchildiChat-android

Matrix client / Element Android fork
https://schildi.chat/android/
Apache License 2.0
407 stars 58 forks source link

Display of long name pills #28

Closed SpiritCroc closed 1 year ago

SpiritCroc commented 3 years ago

Currently, name pills can escape from the message bubble (or even the screen). Maybe it's possible to break them somehow instead.

Issue is likely in PillImageSpan.kt, and might be addressed as described here and here to span multiple lines, if it's worth it. It might be another idea to find a way to ellipsize the text instead (it's possible to click on the chip to find out the full name, after all).

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 150 days with no activity. Remove stale label or comment or this will be closed in 14 days.

SpiritCroc commented 1 year ago

https://github.com/vector-im/element-android/pull/8260