Adult feeds excluded on OPML import
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Shorts App |
Fix Committed
|
Medium
|
Joey Chan |
Bug Description
When I imported my newsfeeds using an OPML file and had a look through my newsfeeds, it appears that everything was imported correctly... Except for my adult/men's interest/
--
Reproduce:
- Download "Shorts" application from Ubuntu Store.
- Import newsfeeds using the OPML file attached to this post.
- Review list of newsfeeds using the "list" view (i.e. the vertical, scrollable list, not the tiles).
Result:
- "Men's Entertainment" category does not show in scrollable list, and manually selecting "Men's Entertainment" from the category picker (three lines in the top-left) shows no newsfeed entries at all, just a blank screen.
Expectation:
- To be able to update and read/view newsfeeds in this category.
--
bq Aquaris E5 HD Ubuntu Edition:
* OS build number: OTA-9.1
* Ubuntu Image part: 20160217.1
* Ubuntu build description: Ubuntu 15.04 - armhf (20160217-111536)
* Device Image part: 20160108-efc96d8
* Device build description: VEGETA01A-
* Customization Image part: 20160111-
Related branches
- Jenkins Bot: Approve (continuous-integration)
- Ubuntu Shorts Developers: Pending requested
-
Diff: 9146 lines (+5314/-1200)42 files modified.bzrignore (+1/-0)
shorts/po/com.ubuntu.shorts.pot (+28/-28)
shorts/po/zh_CN.po (+0/-458)
shorts/qml/components/ArticleViewItem.qml (+6/-1)
shorts/qml/content/ContentPickerDialog.qml (+4/-0)
shorts/qml/content/ImportFeeds.qml (+10/-2)
shorts/qml/content/OpmlParser.qml (+42/-19)
shorts/qml/nongoogle/AppendNGFeedPage.qml (+14/-9)
shorts/qml/nongoogle/XmlNetwork.qml (+57/-42)
shorts/qml/shorts-app.qml (+2/-0)
shorts/qml/utils/databasemodule_v2.js (+7/-5)
shorts/utilities.cpp (+89/-15)
shorts/utilities.h (+20/-1)
shorts/xml2json/rapidjson/allocators.h (+3/-1)
shorts/xml2json/rapidjson/document.h (+607/-160)
shorts/xml2json/rapidjson/encodedstream.h (+30/-1)
shorts/xml2json/rapidjson/encodings.h (+77/-0)
shorts/xml2json/rapidjson/filereadstream.h (+1/-1)
shorts/xml2json/rapidjson/filewritestream.h (+1/-1)
shorts/xml2json/rapidjson/fwd.h (+151/-0)
shorts/xml2json/rapidjson/internal/diyfp.h (+1/-1)
shorts/xml2json/rapidjson/internal/dtoa.h (+33/-6)
shorts/xml2json/rapidjson/internal/ieee754.h (+1/-0)
shorts/xml2json/rapidjson/internal/regex.h (+705/-0)
shorts/xml2json/rapidjson/internal/stack.h (+39/-5)
shorts/xml2json/rapidjson/internal/strfunc.h (+17/-1)
shorts/xml2json/rapidjson/internal/strtod.h (+0/-1)
shorts/xml2json/rapidjson/internal/swap.h (+9/-0)
shorts/xml2json/rapidjson/istreamwrapper.h (+110/-0)
shorts/xml2json/rapidjson/memorybuffer.h (+1/-1)
shorts/xml2json/rapidjson/memorystream.h (+3/-3)
shorts/xml2json/rapidjson/ostreamwrapper.h (+76/-0)
shorts/xml2json/rapidjson/pointer.h (+55/-27)
shorts/xml2json/rapidjson/prettywriter.h (+52/-10)
shorts/xml2json/rapidjson/rapidjson.h (+76/-150)
shorts/xml2json/rapidjson/reader.h (+539/-200)
shorts/xml2json/rapidjson/schema.h (+2017/-0)
shorts/xml2json/rapidjson/stream.h (+179/-0)
shorts/xml2json/rapidjson/stringbuffer.h (+25/-1)
shorts/xml2json/rapidjson/writer.h (+222/-48)
shorts/xml2json/rapidxml/rapidxml.hpp (+1/-1)
shorts/xml2json/xml2json.hpp (+3/-1)
We don't have any content filter in Shorts, maybe the Google RSS engine did that.
Try update this feed with disabling the Google RSS engine in setting page, if content shows, u can blame Google :P