- Status Assigned
- Percent Complete
- Task Type Bug Report
- Category App → User Interface
-
Assigned To
Sebastian Luksch (lookshe)
- Operating System All
- Severity Low
- Priority Normal
- Reported Version Conversations+ 0.0.5
- Due in Version Undecided
- Due Date Undecided
- Votes 0
- Private No
FS#85 - Emoticon not removed in message preview in conversation overview
The message preview in conversation overview shows only a maximum number of characters of the last message, but also emoticons at the end of the preview as seen in the attached screenshot. This behaviour should be analyzed and fixed if it is a bug.
Saturday, 12 March 2016, 01:38 GMT
Monday, 14 March 2016, 23:22 GMT
Monday, 14 March 2016, 23:27 GMT
Tuesday, 29 March 2016, 12:37 GMT
Looks like their TextView does the ellipsizing itself with help of ViewUtil or the onMeasure-Method causes correct behaviour.
Could also be the overwritten getSize method in EmojiSpan. Needs to be checked if it gets called and is useful.