Commit Graph

413 Commits

Author SHA1 Message Date
stevenyomi fdc57d60a4 Happymh: revert to headers custom UA (#1394)
Partially reverts 1eb9f2bc13242c38e99362c198e84133261d1135
2024-02-27 20:53:28 +00:00
stevenyomi fc000a5058 Remove Kuaikuai Manhua 3 (#1393) 2024-02-27 20:53:28 +00:00
AwkwardPeak7 9fa6b8cb51 move CookieInterceptor to shared lib (#1356)
* CookieInterceptor lib

* accept list of cookies
2024-02-18 20:25:13 +00:00
stevenyomi 205d95cc07 Migrate to lib-multisrc (#1237)
* adjustments

* Run generator

* Remove multisrc project

* add lib dependencies

* Remove multisrc from build scripts

* Remove build condition
2024-02-18 20:10:37 +00:00
beerpsi f09c11a01c Add MangaDig and make ColaManga a multisrc (#1139)
* Add MangaDig and make ColaManga a multisrc

* Make MangaDig NSFW

* Fix linting

* Fix next page selector
2024-02-13 02:56:17 +00:00
beerpsi 23e385128e Add MangaFun + LZString library (#1057)
* Add MangaFun + LZString library

* Mark as NSFW

* Reverse using :lib:lzstring on Manhuagui

* Add ending newline

* Replace QuickJS in Manhuagui with LZString + Unpacker

* Bump ManhuaGui version

* remove unncessary .lets

* optimize icons

* Apply suggestion
2024-02-13 02:56:17 +00:00
AlphaBoom 01424d5efb Jinman Tiantang: Fix cover not display by cloudflare (#1033)
* Jinman Tiantang: Fix cover not display by cloudflare

* refactor to when condition
2024-02-06 22:44:07 +00:00
stevenyomi dd3b5b0140 MCCMS: update sources (#956) 2024-02-04 02:25:10 +00:00
stevenyomi 46990a4d9f Add custom UA to Happymh and Jinman Tiantang (#957) 2024-02-04 02:25:10 +00:00
stevenyomi 92a44a6f6f Mangabz: fix index.json base URL (#881) 2024-02-04 02:25:04 +00:00
stevenyomi 4b309832d3 Set desktop UA and update URL for some Chinese sources (#880)
* Set desktop UA and update URL for some Chinese sources

* Update linked websites
2024-02-04 02:25:04 +00:00
xingyuan li 1ffe983a73 Add header for manhuagui extension (#861)
* add `Accept-Language` header for manhuagui

* update extVersionCode
2024-02-04 02:24:57 +00:00
stevenyomi 12e864f85f Remove placeholder manifest files (#790) 2024-01-30 22:11:47 +00:00
AwkwardPeak7 3b998e9766 Update Synchrony (#741)
`2.4.5.1`
2024-01-30 22:11:05 +00:00
stevenyomi 2a287d7398 Clean up AndroidManifest files (#735) 2024-01-30 22:11:05 +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
Claudemirovsky fa359b535b zh/BoyLove: Fix scrambled images (#548)
* fix: Fix scrambled images

* chore: Bump version

* refactor: Apply code suggestions

* refactor: Remove unnecessary .use block
2024-01-30 22:07:01 +00:00
anenasa a4c0420bf7 Add Dm5 (#492) 2024-01-30 22:07:01 +00:00
Mike 800c9d416e Update TencentComics (#518) 2024-01-30 22:07:01 +00:00
Draff 5c8cb75e9a come up to date with keiyoushi builds
CI / Prepare job (push) Successful in 3s Details
CI / Build multisrc modules (push) Successful in 8m10s Details
CI / Build individual modules (push) Successful in 38s Details
CI / Publish repo (push) Successful in 1m39s Details
2024-01-22 21:19:41 +00:00
bapeey bcb3c31237 PicaComic: Fix bad base64 (#382)
Maybe fix bad base64
2024-01-22 20:26: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
uy/sun f8e98da8a6 COLAMANGA: fix unencrypted image error (#269) 2024-01-16 02:44:44 +00:00
AwkwardPeak7 205e138dd2 upgrade AGP to 8.2.1 (#255)
* upgrade AGP

* bump to java 17 in ci
2024-01-16 02:42:39 +00:00
uy/sun f5f90f7a0e ColaManhua (OhManhua): add Category and Char filters (#248)
* ColaManhua (OhManhua): add Category and Char filters

* Use UriPartFilter

* Change source name

* Refactor StatusFilter
2024-01-16 02:40:49 +00:00
beerpsi 04ca6e2fb7 Add ColaManga/ColaManhua (#243)
* Add ColaManhua

* Remove unneeded preference change listener

Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>

---------

Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
2024-01-16 02:40:32 +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
stevenyomi 34c46abf9d Roumanwu: update URL (#146) 2024-01-12 03:34:42 +00:00
stevenyomi defa788dd5 DMZJ: fix comment page (Brotli issue) (#145) 2024-01-12 03:34:39 +00:00
stevenyomi d27704c045 WNACG: fix base URL in repo index (#11) 2024-01-10 01:30:42 +00:00
源文雨 7e4d35b066
Picacomic: Fix json decoding error of non-ASCII chars (#19434) (#19515)
* Picacomic: Fix json decoding error of non-ASCII chars (#19434)

Caused by #19400

* bump version code to 4

* replace decodeToString with toString
2024-01-01 18:03:16 -03:00
Thomas Meng 3a213c1ca8
Fix order of chapters/volumes in manhuagui. (#19503)
* Groups chapters/volumes and special chapters together into blocks
2023-12-31 10:18:19 -05:00
Claudemirovsky 5c71163ef6
fix(zh/happymh): Fix http 403 in page lists (#19470)
* fix: Fix page list - Set API version

* refactor: Use serializable data classes

* chore: Bump version
2023-12-29 10:20:09 -05:00
YangHgRi f9fd34a4d2
Fix the problem that the GSON dependency brought by the JWT library causes the APP to crash in picacomic extension (#19400)
* Update build.gradle

remove jwt lib

* Update Picacomic.kt

Remove the effect of jwt library to fix the  conflict from GSON

* Update Picacomic.kt

remove redundant code

* Update build.gradle

bump extension version

* Make it more prescriptive

* Improved compatibility with older versions

* 1.switch to android.util.Base64 API to improved compatibility with older versions
2.Convert the literal constant named leeway from a method parameter to a private member constant, this will improve performance a bit...
2023-12-26 06:27:28 -05:00
BakerBunkerProjects 37521788e4
Revert PR#18961 which causes multiple regressions (#19198)
* Revert PR#18961 which causes regression

* Update version code
2023-12-07 08:32:35 -05:00
anenasa 71f716526e
6Manhua: Update mirrors url and fix image not loading (#19114) 2023-12-02 10:42:43 -05:00
stevenyomi 151a64639b
Roumanwu: update URL (#19039) 2023-11-20 11:22:14 -05:00
lbwstco 4b169ece38
Jinmantiantang: manga detail thumbnail_url empty (#18961)
* fix: jinmantiantang no pages found

* fix: jinmantiantang thumbnail_url empty

---------

Co-authored-by: liubowen <liubowen@corp-ci.com>
Co-authored-by: Andrew Kyrie <lbwstco@163.com>
2023-11-14 22:09:38 -05:00
刘睿华 89ec0bd571
Fix: Manwa.me download and read only showing 3 pages (#17970) 2023-09-16 19:54:34 -03:00
Vetle Ledaal 2cfde4e2eb
Manhuaren: fix browse and chapter images (#17960) 2023-09-15 14:59:01 -04:00
arkon 3a409ba93a Fix Manhuagui not loading in preview builds
Fixes https://github.com/tachiyomiorg/tachiyomi/issues/9915
2023-09-08 22:26:33 -04:00
lingwu 9fcc8867d3
fix NPE and three img error (#17665)
* fix NPE and three img error

fix NPE in pageListParse()
fix three img error use cookieJar

* fix three img error

* delete log info
2023-08-28 20:42:18 -03:00
arkon 2a7801e876
Move package namespace declarations out of manifests (#17581) 2023-08-18 08:58:52 -04:00
omg-xtao a66beaf8d3
Yidan Girl: fix thumbnail (#17427)
* Yidan Girl: fix thumbnail

* Yidan Girl: remove dead domains

Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>

---------

Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
2023-08-09 16:43:42 -03:00
stevenyomi 7692bc47ec
Baozi Manhua: add mirrors and intercept redirections (#17446)
* Baozi Manhua: add mirrors and intercept redirections

* optimize + validate

* wrong import
2023-08-09 14:56:03 -03:00
stevenyomi a909a307fd
Baozi Manhua: fix page list and images parsing (#17434) 2023-08-07 16:32:31 -03:00
stevenyomi bbcae007e8
vomic: update override URL (#17309) 2023-07-29 13:52:43 -03:00
rhjdvsgsgks 15d527bac9
fix baozi img url when page need a confirm (#17297)
* baozi: use data-src as img url

* bump
2023-07-28 22:29:17 -04:00
stevenyomi 4ec625f582
vomic: override base URL preference (#17245) 2023-07-24 17:51:52 -03:00