hugleo
hugleo
Yes, But I think partial is not being used at all since the mode returns full-only? override fun getMode(): String { return "full-only" }
It's called around this code if you want to check the differences: https://github.com/koreader/koreader-base/blob/99578f7921fa63e326f9efdeca0c43c3897785d0/ffi/framebuffer_android.lua#L32C1-L32C1 Maybe the 500 ms workaround to race against the system is causing problems. The "requested eink refresh"...
> * I saw a report about surface change in the context of KOReader only a couple of times, I'm not sure this is about the main view, but there...
Another thing. I think is not the case here but don't hurt to try double reflection to execute the method: Something like that: https://stackoverflow.com/questions/55970137/bypass-androids-hidden-api-restrictions val getDeclaredMethod = Class::class.java.getDeclaredMethod("getDeclaredMethod", String::class.java, arrayOf()::class.java)...
> The intent broadcast may be a sure thing, but the current obstacle is that controllers don't get any interface to work with the host activity, but the context is...
Ereaders aren't powerful enough to process all pages at the same time to detect such overlay. Manual cropping for even and odd pages is implemented, though.
> > Ereaders aren't powerful enough to process all pages at the same time to detect such overlay. Manual cropping for even and odd pages is implemented, though. > >...
> > Fit to content width covers most use cases quite well I think. > > Incidentally you can use landscape mode for wide PDFs. > > This is for...
ref. https://github.com/koreader/koreader/issues/11288
> What concretely does this mean in terms of old and new behavior? Auto crop is the default. When we first the open the document (with empty settings, no sdr)...