* Explicitly use `network.cloudflareClient` instead of `super.client`
... but only if the parent is `HttpSource` or `ParsedHttpSource`
* Remove use of `network.client`
... replaced with `network.cloudflareClient` or `super.client` if the
parent class sets `client` to `network.cloudflareClient` already.
* import all temporarily
* use `getPreferencesLazy()`
regex: lazy\s*\{\s*Injekt\.get<Application>\(\)\.getSharedPreferences\(\"source_\$id\"\, 0x0000\)(!!)?\s*\}
* use `getPreferences()`
regex: Injekt\.get<Application>\(\)\.getSharedPreferences\(\"source_\$id\"\, 0x0000\)(!!)?
* `getPreferences` and `getPreferencesLazy` with migration
regex to find: getPreferences\(\)\s*\.
* preferences edge cases
* run lint
* why kotlinter not add newline
* bruh
* bump
* unused import not caught by kotlinter
* review suggestions on all files
* bump after merge main
* review
* reduce usage of
* more descriptive error message pointing user to details page
* Minor code quality improvements, cleared out unusued latestUpdate
functions
* bump up ext ver
* madokami support
* removed extra deps
* actually respect the no wildcard req
* address code review comments, minor readability fixes
* madokami kind of inconsistent with link texts
* oops forgot to delete
* address additional comment, better manga detail requesting
* remove dep that is now a common dep
* oops, account for raws / non-english manga
* changed en -> all, but couldn't figure out if lang was changeable
* Revert "changed en -> all, but couldn't figure out if lang was changeable"
This reverts commit 82ccd61f0ee4cea10a9063d602509022e2d5f62b.