axiel7 / MoeList

Another unofficial Android MAL client
https://moelist.net
GNU General Public License v3.0
526 stars 18 forks source link

Incorporate MAL News in the app itself using RSS #108

Open adarsh1001 opened 1 year ago

adarsh1001 commented 1 year ago

Request (required) Anime and Manga news option in the app currently opens the corresponding MAL URL in the browser. The request is to incorporate this in the app natively instead.

Additional context MAL news has an RSS feed (https://myanimelist.net/rss/news.xml) which includes an image, title and a short but incomplete description of every news item. This RSS feed can be used to natively render the news items in the app itself. The RSS feed also has a URL for the complete news article on the MAL website which the user can visit if they want to read the full story.

Examples Example of how an RSS reader like Feeder renders the MAL RSS feed. https://github.com/axiel7/MoeList/assets/8820038/43b89c50-a34a-44df-9852-313053b585b9

Not a straightforward task for sure, but is definitely possible and will make the app more featureful I feel. Users would also be able to subscribe to be notified on new news items, etc. Of course all this may be redundant if a user already uses an RSS reader app but very few do that nowadays in my experience.

axiel7 commented 1 year ago

Thanks for the detailed suggestion!

I think it's interesting and maybe I'll implement it soon, but not my priority.