koreader-base icon indicating copy to clipboard operation
koreader-base copied to clipboard

Base framework offering a Lua scriptable environment for creating document readers

Results 39 koreader-base issues
Sort by recently updated
recently updated
newest added

This should hopefully better deal with the quirks of the Android API, especially as far as MT is concerned. Requires https://github.com/koreader/koreader/pull/9463 to not horribly break. - - - This change...

* remove soft-float arm32 variant * use `LINUX_ARCH` for cross compilation (supported are `arm` and `arm64`) * if `LINUX_ARCH` is not `arm` or `arm64` we assume native compilation. It should...

Needs: https://github.com/koreader/koreader/pull/9143 Fixes: [#8872](https://github.com/koreader/koreader/issues/8872) Adjust image colors for pocketbook color devices to supply brighter image colors. Make it a config option to we can adjust it to a sensible default...

enhancement

See https://github.com/koreader/virdevenv/pull/80 For https://github.com/koreader/koreader-base/issues/1486 Android is for next week. --- This change is [](https://reviewable.io/reviews/koreader/koreader-base/1487)

This implementation enables night mode with inkview. Opening pictures in night mode will result in inverted pictures. But reading works fine. ![IMG_20220212_192513](https://user-images.githubusercontent.com/160743/153723555-7faa0fef-51b9-48ab-91b1-5ce131b1badf.jpg) ![IMG_20220212_192523](https://user-images.githubusercontent.com/160743/153723558-8fe22321-48a1-43bb-bb7c-4dfc7e10cf8c.jpg) ![IMG_20220212_192546](https://user-images.githubusercontent.com/160743/153723566-ef7c04d7-1d1e-405d-bf60-ca0a383d034d.jpg) --- This change is [](https://reviewable.io/reviews/koreader/koreader-base/1453)

Hi all, If a device has multiple input fds each of which is conforming to the MT B protocol you end up with clobbering of MT slots. For example, if...

enhancement

Reverse engineered the `epdc.ko` driver yesterday, so this is mostly infodump. Today @EastEriq accidentally discovered that PB631 is an NTX board, which finally paints the full picture of what goes...

enhancement

It has a few fancy things (NEON and VFPv4) - SDK API needs to be bumped from API14 to API21 (that's easy and doesn't affect other builds: we can have...

enhancement

They killed autoconf (and the people rejoiced!), so this may be quirky on some platforms. Also, probably breaks win32 build for sure. --- This change is [](https://reviewable.io/reviews/koreader/koreader-base/832)

For Wayland type stuff where they seem to have the odd concept that a window will think it's 800x600 even though it's displayed at 1600x1200 (or whatever). Unless I'm overlooking...