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
beerpsi
a799bf8a5c
Add SpeedBinb reader library ( #1316 )
...
* Add SpeedBinb reader library
* Make TextInterceptor generic
2024-02-18 20:25:13 +00:00
stevenyomi
12e864f85f
Remove placeholder manifest files ( #790 )
2024-01-30 22:11:47 +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
arkon
2a7801e876
Move package namespace declarations out of manifests ( #17581 )
2023-08-18 08:58:52 -04:00
arkon
34a3c8f0f7
Move package namespace declarations out of manifests ( #17578 )
2023-08-17 17:56:14 -04:00
Theray Tharow
abe6448516
Add Author's Notes To QuestionableContent ( #16924 )
...
* Add Author's Notes To QuestionableContent
Signed-off-by: Theray Tharow <TharowT@Tharow.net>
* Update src/en/questionablecontent/src/eu/kanade/tachiyomi/extension/en/questionablecontent/QuestionableContent.kt
Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
---------
Signed-off-by: Theray Tharow <TharowT@Tharow.net>
Co-authored-by: Theray Tharow <tharowt@tharow.net>
Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
2023-07-01 10:05:47 -04:00
arkon
bc7d8c8672
Default libVersion to 1.2 ( #9014 )
2021-09-09 08:58:17 -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
Mike
fba57fdcb3
Questionable Content - add chapter date ( #3566 )
2020-06-19 03:21:04 -04:00
Mike
3fa06f5eba
Remove usages of Observable.empty() ( #3479 )
2020-06-10 17:09:01 -04:00
arkon
020c2af006
Lint fixes
2020-04-25 10:29:23 -04:00
Eugene
5533dae52f
MangaZuki: return empty list for search ( fixes #1034 ) ( #1046 )
2019-04-21 11:31:12 -04:00
Ankit SIngh
5225aaabb8
questionable content icon change ( #861 )
...
questionable content icon change
2019-02-28 08:57:01 -05:00
Logan B
9d8c5fbabd
QuestionableContent: Fix jpg, gif images not showing; fix duplicate pages making Tachi go in loops ( #757 )
...
QuestionableContent: Fix jpg, gif images not showing; fix duplicate p…
2019-02-01 08:25:06 -05:00
Eugene
a90981edd4
Fix Questionable Content ( closes #719 ) ( #720 )
...
Fix Questionable Content (closes #719 )
2019-01-10 06:35:36 -05:00
John Collins
aac159dcbb
Add QuestionableContent Source ( #691 )
...
Add QuestionableContent Source
2018-12-30 22:09:30 -05:00