schaal / ocreader

[UNMAINTAINED] :newspaper: Feed reader for Nextcloud News on Android
GNU General Public License v3.0
47 stars 14 forks source link

Option to "view image" and view image title #11

Closed kuba-orlik closed 8 years ago

kuba-orlik commented 8 years ago

Hi! I love the app! It's become my default RSS reader. There's one option I'm missing, though: when reading comics, I'd like to be able to zoom in on them, as well as to see the image title (where punchline is often stored, xkcd-style).

Here's how I imagine it: you double-tap or press-and-hold on an image and you go to Image View, which works as if you were browsing an image in an image gallery. There's a "..." icon that you can tap to reveal the image title.

schaal commented 8 years ago

For the zoom part I can just enable zoom directly on the article page.

The title part I think is better handled on the server side. Nextcloud news uses picoFeed to parse the rss feeds, which has support for site-specific rules, e.g. for xkcd it converts the image title into text underneath the image. You could file a bug on https://github.com/fguillot/picoFeed to get support for your comics added.

kuba-orlik commented 8 years ago

For the zoom part I can just enable zoom directly on the article page.

That would be awesome!

I'll file an issue @ picoFeed, thanks for the heads-up!