Dmitriy Bogdanov

Results 156 comments of Dmitriy Bogdanov

Maybe there was a caching issue, because I couldn't reproduce my own results at first, but currently the situation is as follows. There is ```CSS pre { white-space: pre-wrap; }...

Same crash in the GPlay Console on Android 9. But it is not a new one: another one on Android 7 with app version 219.

Thanks for the suggestion! For anyone willing to implement it, this should be fairly simple: 1. Select all unread articles and sum the reading time (using SQL). I hope greendao...

Hello, Thank you for the suggestions. > page down/up button support Can you give some examples of the apps that support physical buttons (preferably open source apps)? > better and...

@silberzwiebel F-Droid app doesn't seem to use anything specific to handle keys (at least the new versions with fancy UI). Do your buttons do anything in wallabag at all? Can...

Thanks for the info. Your next/prev buttons generate `KEYCODE_PAGE_DOWN` and `KEYCODE_PAGE_UP` KeyEvents. The third button generates `KEYCODE_CAMERA` keyevent. #620 implements scrolling with `PAGE_UP`/`PAGE_DOWN`. You can create a separate issue regarding...

I'm thinking maybe we should add a dialog at first start (if it was detected that the device is an e-reader) going something like this: "It seems you have an...

I think it would take "real" pagination (i.e. split content into pages and show the pages separately) to implement it properly. I also think this would require better content awareness,...

I tried adding ``, but `100vh` didn't work. Hardcoded `px` values do work. I don't know HTML/CSS well enough to suggest a proper solution. > Also my main issue with...