Ashinch / ReadYou

An Android RSS reader presented in Material You style.
GNU General Public License v3.0
4.34k stars 179 forks source link

Option to hide the duplicate title present in description in flow page #684

Open P0bo opened 2 months ago

P0bo commented 2 months ago

Some websites provide article titles twice, once in the title and once in the description with some extra info, which, while browsing, is quite annoying to see the same title. Some RSS clients, for example, Feedly, remove the duplicate title from the description. Below is the visual representation of how Feedly handles it and how ReadYou handles it.

The white text is the title, and the greyed text is the description. Screenshot_2024-04-10-02-42-22-74_14f923dba7aa743f2820ba9cc8abb3d9

ReadYou Screenshot_2024-04-10-02-45-11-51_8ddb5377535fa5c96d651cdcfe3fe939

Another problem that happens because of that is sometimes (example below) the useful information from the description gets cut off, and we have to look inside every article to see it individually, which is quite tiring.

Example from the flow page with the cut-off description because the title is too long Screenshot_2024-04-10-03-01-52-48_8ddb5377535fa5c96d651cdcfe3fe939

I have 4 work feeds which do the same (I can't share the feed link), but this above example is from this site https://nyaa.land/?page=rss.

If the app introduces the option to hide the duplicate titles, that would be really helpful.

Thanks in advance.