Skip to content

Tags: tachibana-shin/rakuyomi

Tags

v1.19.9

Toggle v1.19.9's commit message
chore: fix ci

v1.19.8

Toggle v1.19.8's commit message
fix(scripts): Rename build info output file from c.json to BUILD_INFO…

….json

v1.19.7

Toggle v1.19.7's commit message
fix(ota): TYPE_BUILD parameter to build scripts and update build info…

… output

v1.19.6

Toggle v1.19.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(network): ensure wifi is awake before network requests (#11)

* fix(network): ensure wifi is awake before network requests

This commit wraps network-sensitive actions with `NetworkMgr:beforeWifiAction()` to ensure that the Wi-Fi is awake before making any network requests. This is particularly important on Pocketbook devices where the Wi-Fi may go to sleep.

* Fix missing skip_reinit parameter in Menu:updateOfflineSubtitle calls

* Update frontend/rakuyomi.koplugin/UpdateChecker.lua

Co-authored-by: qodo-code-review[bot] <151058649+qodo-code-review[bot]@users.noreply.github.com>

* Simplify network connectivity checks using logical not operator

* Refactor network connectivity checks to use centralized beforeWifi utility

* Replace NetworkMgr:isOnline() with NetworkMgr:isConnected() for PocketBook compatibility

* Remove manual WiFi connection handling in favor of automatic network management

* Fix early return in beforeWifi when network is not connected

* Remove unused imports from rakuyomi plugin

---------

Co-authored-by: qodo-code-review[bot] <151058649+qodo-code-review[bot]@users.noreply.github.com>

v1.19.5

Toggle v1.19.5's commit message
fix(navigator): UI navigation and callback handling in manga reader w…

…idgets

Closes #10

v1.19.4

Toggle v1.19.4's commit message
fix(settings): Add support for multi-select, login, and editable-list…

… setting types

v1.19.3

Toggle v1.19.3's commit message
fix(json): wrong version name in output release

v1.19.2

Toggle v1.19.2's commit message
fix(reqwest): disable `RFC 9110` custom redirect handling with forced…

… referer preservation for image downloads

v1.19.1

Toggle v1.19.1's commit message
chore(lua): Allow cancellation of loading dialog when onCancel callba…

…ck is provided

v1.19.0

Toggle v1.19.0's commit message
feat(core): support new Aidoku SDK