Galunid

Results 28 comments of Galunid

It probably can be done, but it's a huge PITA and none of the developers have this device so unlikely. I did it for [onyx](https://github.com/koreader/android-luajit-launcher/pull/250), this can hopefully give someone...

Perhaps it's enough to just not `return true` or return `connected` in those snippets https://github.com/koreader/android-luajit-launcher/blob/e3d58c6432ba06d43bdd609c38e6315367825d7e/app/src/org/koreader/launcher/BaseActivity.kt#L364-L367 https://github.com/koreader/android-luajit-launcher/blob/e3d58c6432ba06d43bdd609c38e6315367825d7e/app/src/org/koreader/launcher/BaseActivity.kt#L392-L395 I'm not actually too clear on how the `when` works when multiple conditions are...

@pazos What I had in mind is something more like this (this targets android only devices), basically extra check if WIFI is up when we detect VPN. https://github.com/Galunid/android-luajit-launcher/blob/eb5198eac8136a34c824fd4d8bc347685fb9e377/app/src/org/koreader/launcher/BaseActivity.kt#L363-L371 It's pretty...

It makes sense, except it doesn't. Since if network is offline, KOSync starts doing network stuff that's blocking (at least on android and kobo) and hangs device for ~30 seconds...

It happens on Kobo when autosync is enabled and it's pretty random I didn't really have trouble when I triggered it manually. On android it causes ANR (doesn't matter if...

@NiLuJe It was me in koreader/koreader#6489, which resulted in koreader/koreader#6535 ;-) Sidenote, it we checked for `manual` variable, it *should* work (but only for updates triggered by user) ```diff diff...

@pazos ANR is still present in KOSync, not sure if you're interested in fixing that, but what koreader/koreader#6266 did was fix ANR in login/register functions, the more important ones getProgress/updateProgress,...

![image](https://user-images.githubusercontent.com/10298730/93595408-fbf9b980-f9b7-11ea-8b92-3935a297ad65.png) @Frenzie Any advice on how to format this? I can't annotate those functions, since they are part of leptonica and not `koptcontext`

I'd like to hold it for a while, I'll try to work on this soon. It wraps lines strangely and it just looks bad.

@BlackVoid Do you start KOReader using KUAL, or by selecting book in the kindle menu (kpvbooklet)?