Huang Xin
Huang Xin
> Do you authorize the use of your work in this repository under GPLv2 or any later license version? Yes, I do authorize. Both GPLv2+ and GPLv3+ will be OK...
@dmyger If you have a root shell access to your Kindle, could you get the native system log with `tail -f /var/log/messages` when opening file with kpvbooklet?
It's possible but needs a lot of reverse engineering to implement an EPUB metadata extractor like the PDF metadata extractor provided by Kindle system.
It's easy to extract the meta data of a EPUB document indeed. But it's harder to integrate with the Kindle native system. Because Amazon never provides developing SDK for the...
It should display ticks on both axis of the bbox ruler which reads "q w e r t y u i o p". You can press these shortcuts to jump...
I' m not sure if extr.c can still be compiled with Mupdf 1.5. It hasn't been compiled since Mupdf 1.4.
Crengine actually has the source of unrar https://github.com/koreader/crengine/tree/master/thirdparty/unrar. There should be some flag to set to include unrar then cbr archive support.
The Pico controllers work fine now after adding the interaction profile for `/interaction_profiles/pico/neo3_controller`.
You can run `busted` in the root directory of this project to test if it could work properly. Please refer to the [travis file](https://github.com/koreader/koreader-sync-server/blob/master/.travis.yml) of this project for more detailed...
I second this. Currently the [deep link plugin](https://v2.tauri.app/plugin/deep-linking/) only supports [app links](https://developer.android.com/training/app-links#android-app-links) on Android and [universal links](https://developer.apple.com/documentation/xcode/allowing-apps-and-websites-to-link-to-your-content?language=objc) on iOS. When the default browser is Chrome on Android and Safari on...