Merge pull request #738 from jangernert/appdata
Merge pull request #738 from jangernert/appdata Update the AppData information
View ArticleMerge pull request #739 from jangernert/new-version
Merge pull request #739 from jangernert/new-version Preparing for a new minor version
View Articlelibvilistextum: Add tests
libvilistextum: Add tests A lot of these are broken and commented out so far. I changed libvilistetum to add \n between lines, not just at the end of every line to make it easier to do "nothing should...
View Articlevilistextum: Add test that empty string stays empty string
vilistextum: Add test that empty string stays empty string Also changes the empty string return value to be "" instead of NULL.
View ArticleTranslated using Weblate (Finnish)
Translated using Weblate (Finnish) Currently translated at 90.4% (200 of 221 strings) Translation: FeedReader/Translations Translate-URL: https://hosted.weblate.org/projects/feedreader/translations/fi/
View Articlelibvilistextum: Turn on more tests
libvilistextum: Turn on more tests Non-breaking space is two characters in UTF-8
View ArticleUse Utils.UTF8fix more consistently
Use Utils.UTF8fix more consistently - Only call vilistextum in one place - Move calls to this to Article/Feed constructors
View ArticleUse GLib's string.make_valid instead of libvilistextum
Use GLib's string.make_valid instead of libvilistextum With this change, HTML stripping in previews and titles breaks.
View ArticleAdd "htmlclean" using Gumbo parser
Add "htmlclean" using Gumbo parser See: https://github.com/google/gumbo-parser/blob/master/examples/clean_text.cc
View Article