google-code-export / ttrss-reader-fork

Automatically exported from code.google.com/p/ttrss-reader-fork
1 stars 2 forks source link

All items not showing in app #238

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a category and add feeds that usually have alot of updates
2. Wait until the feeds is updated and contains many items
3. Open the app and compare the number of items shown in app with the 
webinterface

Also marking items as read in the app also makes the items not shown in the app 
marked as read.

What is the expected output? What do you see instead?
The same number of items in the web interface and the app

What version of the product are you using? On what operating system? And
what server-version is your TTRSS-server running?
1.74 and 1.11

Please provide any additional information below.
Picture webview show one of my categories in the webinterface (primary focus is 
first feed with 93 unread items)
Picture appview show the same category in the app (the feed here is shown to 
have 78 items)
Picture webview-feedread show the category in the webinterface after marking 
one feed as read in the app (the feed with 93/78 items isn't shown as the 
setting "(un)hide read feeds" in the webinterface is set to hide read feeds)

Original issue reported on code.google.com by marten.o...@gmail.com on 7 Mar 2014 at 7:40

Attachments:

GoogleCodeExporter commented 9 years ago
The app has to work with mobile resources (limited amount of storage space and 
bandwith) and I have to cope with the API of the webapp which is quite a PITA. 
There is a hard limit of 400 articles when caching all content and "number of 
unread articles" when updating data for single feeds.

Original comment by nils.braden on 7 Aug 2014 at 6:06