stringer-rss / stringer

A self-hosted, anti-social RSS reader.
MIT License
3.94k stars 396 forks source link

Android Press Support #180

Closed swanson closed 10 years ago

swanson commented 11 years ago

Investigate what it will take to make Stringer work as a backend for this app, if possible.

https://play.google.com/store/apps/details?id=com.twentyfivesquares.press&hl=en http://twentyfivesquares.com/blog/2013/05/09/the-syncing-announcement-stage-1/

christianschmidt commented 11 years ago

With the newest Press update (1.4, dated 16. August), fever support was added. i was curious and tried to log in, and that went successful. when there are no unread items on first sync there is an "sync error". but after a while (when there were unread items) it synced correctly. it seems that all my starred items are there (about 800), but not all my regular "archive" items (~1000 of about ~4000).

so for first implementation it seems working quite well.

marking all as read, and single ones as read (by marking or simply reading it), unread, starred, unstarred does also work, instantly.

a detailed log from heroku for first login and manual resync of the app can be found here: https://gist.github.com/christianschmidt/6269159

especially following calls seem unhandled at the moment, even if i dont know what it is supposed to do: 2013-08-19T13:30:12.799229+00:00 heroku[router]: at=info method=POST path=/fever/?api&links&range=7&offset=0&page=4 host=my.stringer.host fwd="93.204.194.36" dyno=web.1 connect=2ms service=14ms status=200 bytes=73 (seems to be about the fever hotlinks feature)

swanson commented 11 years ago

@christianschmidt thanks for this detailed report - sounds like we should fix the no unread items causing an error before marking this one off.

Koronen commented 10 years ago

@christianschmidt is this still a valid issue?

Koronen commented 10 years ago

Closed due to lack of activity. Please reopen if this is still an issue.