Dmitriy Bogdanov

Results 156 comments of Dmitriy Bogdanov

Can you test a "nightly build"? I think maybe #1192 also fixed this. [wallabag-33439c6c.zip](https://github.com/wallabag/android-app/files/7123483/wallabag-33439c6c.zip) (signed with a different certificate, so not updateable with/from either F-Droid or GPlay build).

Can you check whether this last problem is reproducible with 2.4.2?

Here's how the app works: - First it displays "Loading..." and starts loading article content into the `WebView`. - When the `WebView` reports that the page is loaded, the app...

Basic floating point values do not even give accurate results when screen orientation changes in Android app (because of text and images reflow). But these are still not bad results.

"Full sync" is inherently destructive for data that is not synchronized. So synchronizing the reading position will make the "full sync" problem nonexistent. I don't think it's worth fixing it...

Thanks for the suggestion! This can probably be a simple addition to the "e-ink" css file instead of an option (unless users with e-ink devices use other themes).

Likely caused by background restrictions. #974.

About the downsides of using SLF4J on Android: there probably are libraries that log directly to logcat, so SLF4J wouldn't be able to gather that output.

For what purpose should we add a splash screen? From my understanding splash screens usually when it takes some time to launch a program. It doesn't take *much* time to...

@storytellerr I advice you to choose some other issue: we're not sure about adding a splash screen.