Vetle Ledaal
44a4f517d2
Remove remaining usage of network.client ( #8153 )
...
* 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.
2025-03-27 00:02:34 +00:00
AwkwardPeak7
060473aedf
use Preferences functions from utils ( #7757 )
...
* 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
2025-03-27 00:02:28 +00:00
stevenyomi
12e864f85f
Remove placeholder manifest files ( #790 )
2024-01-30 22:11:47 +00:00
felixfon
72283a476a
Fix manhuaren No value for response ( #701 )
...
fix(manhuaren): store the token to avoid being blocked
2024-01-30 22:09:36 +00:00
5c8cb75e9a
come up to date with keiyoushi builds
CI / Prepare job (push) Successful in 3s
CI / Build multisrc modules (push) Successful in 8m10s
CI / Build individual modules (push) Successful in 38s
CI / Publish repo (push) Successful in 1m39s
2024-01-22 21:19:41 +00:00
AwkwardPeak7
c5f82e6aeb
Move plugin section to common.gradle ( #281 )
...
* move apply plugins to common.gradle
* update CONTRIBUTING.md
* remove whitespace
* move common.gradle apply above in multisrc
* move kotlinter
* newlines
2024-01-16 02:49:40 +00:00
stevenyomi
4c8c21596b
Remove message in UnsupportedOperationException ( #277 )
2024-01-16 02:47:22 +00:00
stevenyomi
f612bc1c3f
Clean up some code to follow best practices ( #178 )
...
* toHttpUrlOrNull()!! -> toHttpUrl()
* Jsoup.parse(response.body.string()) -> response.asJsoup()
* Some useless HttpUrl.newBuilder() calls
* extlib v1.4 GET(HttpUrl)
2024-01-14 00:29:56 +00:00
Vetle Ledaal
2cfde4e2eb
Manhuaren: fix browse and chapter images ( #17960 )
2023-09-15 14:59:01 -04:00
arkon
2a7801e876
Move package namespace declarations out of manifests ( #17581 )
2023-08-18 08:58:52 -04:00
felixfon
1d364c868f
Fix Manhuaren unable to get token ( #17202 )
2023-07-21 17:43:47 -04:00
felixfon
bbe45afa60
Fix manhuaren no value for response ( #17061 ) ( #17134 )
2023-07-16 12:55:40 -03:00
felixfon
f1a52a29be
Fix manhuaren no value for response ( #17033 ) ( #17035 )
2023-07-09 10:13:34 -04:00
felixfon
deb7903b1d
Fix manhuaren no value for response ( #17008 ) ( #17013 )
2023-07-05 18:28:59 -04:00
felixfon
adf419c23a
Fix manhuaren no value for response ( #16909 ) ( #16976 )
2023-07-03 16:13:12 -03:00
arkon
7964dc4613
Upgrade OkHttp ( #15320 )
2023-02-11 17:30:31 -05:00
arkon
baaee5cf21
Update linter ( #15317 )
2023-02-11 14:21:03 -05:00
arkon
1397c5b1b4
Bump dependencies ( #15312 )
2023-02-11 12:56:34 -05:00
jopejoe1
4ed8ceabe1
Updated icons to be more consistent ( #10181 )
...
* Update ZMangaGenerator.kt
* Updates Icons
* Update more Icons
* Update even more icons
* Update more icons again
* Update ReaderFrontGenerator.kt
* Update MonochromeGenerator.kt
* Update MadaraGenerator.kt
* Update FoolSlideGenerator.kt
* Update build.gradle
2021-12-21 07:48:54 -05:00
arkon
bc7d8c8672
Default libVersion to 1.2 ( #9014 )
2021-09-09 08:58:17 -04:00
arkon
50bf2a56e5
Update dependencies; drop Android 4.x support ( #6742 )
2021-04-28 15:38:05 -04:00
Aria Moradi
33f136d2ae
Fix Android Studio "Duplicate content roots" error ( #5203 )
...
* comply with #5214
* rm not needed AndroidManifest.xml
* [CI SKIP] add info about AndroidManifest.xml
* Update CONTRIBUTING.md
Co-authored-by: arkon <arkon@users.noreply.github.com>
2020-12-20 22:31:12 -05:00
arkon
016653bdc0
Update Kotlin, coroutines, kolinter ( #4363 )
...
* Update kolinter, address some build warnings
* Update to Kotlin 1.4.10, coroutines 1.3.9
2020-09-13 18:33:59 -04:00
arkon
023c26b4a0
Make "Tachiyomi" app name prefix implicit
2020-06-25 22:46:15 -04:00
TacoTheDank
11ac392755
Even more lint cleanup ( #3191 )
2020-05-17 15:47:37 -04:00
arkon
020c2af006
Lint fixes
2020-04-25 10:29:23 -04:00
happywillow0
e9336cfbf8
[QOL] Manhuaren - Identify locked chapters ( #1676 )
...
[QOL] Manhuaren - Identify locked chapters
2019-10-20 08:51:36 -04:00
vance
37d3badddd
Fixed manhuaren thumbnail error ( #1643 )
...
Fixed manhuaren thumbnail error
2019-10-13 23:00:17 -04:00
yshui
0e446fb7d0
manhuaren: make manga urls consistent ( #1075 )
...
manhuaren: make manga urls consistent
2019-05-05 17:14:24 -04:00
Ken Swenson
bac1926e29
[Manhuaren] Add referers to headers and use query key ( Fixes #653 ) ( #678 )
...
[Manhuaren] Add referers to headers and use query key (Fixes #653 )
2018-12-23 08:33:16 -05:00
Eugene
4cef8b55d4
Fix crash from Manhuaren ( fixes #614 ) ( #651 )
...
Fix crash from Manhuaren (fixes #614 )
2018-11-29 11:37:45 -05:00
Gordon
d8962e9285
Fix manhuaren thumbnail url ( #585 )
...
Fix manhuaren thumbnail url
2018-10-24 07:29:38 -04:00
Gordon
c3330537fb
Add manhuaren source ( #582 )
...
Add manhuaren source
2018-10-23 07:43:36 -04:00