gpodder/detlef

Display Bug in Episodes View with short episode descriptions

Horrendus opened this issue · 4 comments

When the episode description is short (so that no "..." is needed in the episodes view), there is a display bug (see screenshot below, first episode, at the end of the description)
detlef_bug

The box is not caused by short descriptions, but by images within the description. Maybe there is some option to strip these in TextView.fromHtml...

moee commented

Maybe we can use Jsoup for html to text conversion. It's lightweight and simple to use.

This should do the trick; I'd simply strip images completely.
http://techdroid.kbeanie.com/2010/06/textview-with-html-content.html

Fixed in 5d3d417