Skip to content
Snippets Groups Projects
Commit cc439aa7 authored by akwizgran's avatar akwizgran
Browse files

Merge branch '569-convert-html-to-plain-text-safely-and-readably' into 'master'

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](/uploads/87a9800bde2676b0f2ddf5a894aa04eb/device-2016-09-07-154936.png)

Closes #569

See merge request !311
parents 2fbbb663 7a100317
No related branches found
No related tags found
Loading
Showing
with 326 additions and 28 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment