Skip to content

Clean HTML from RSS feeds with Jsoup and Show Link Warning

This adds HTML cleaning with the Jsoup library based on a whitelist. The resulting HTML is then used to create a Spannable in Android. This spannable is traversed and URLs are replaced by a custom dialog fragment that shows the following warning.

device-2016-09-07-154936

Closes #569 (closed)

Merge request reports