396 Commits

Author SHA1 Message Date
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
5c8cb75e9a come up to date with keiyoushi builds
All checks were successful
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
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
felixfon
1d364c868f
Fix Manhuaren unable to get token (#17202) 2023-07-21 17:43:47 -04:00
stevenyomi
93cc190c6c
Roumanwu: update mirror URL (#17185) 2023-07-20 22:06:04 -04:00
stevenyomi
d6b88c5ee1
Jinman Tiantang: don't update mirrors on Cloudflare errors (#17184) 2023-07-20 22:05:54 -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
stevenyomi
672894acfe
NoyAcg: update URL (#16928) 2023-06-30 10:28:51 -04:00
stevenyomi
12a0dfbfb3
Move ManhuaDB multisrc to individual source (#16923) 2023-06-29 13:31:58 -03:00
stevenyomi
13f9ab74aa
Split Mangabz multisrc and update Vomic (#16922) 2023-06-29 13:31:50 -03:00
stevenyomi
2d3b223259
Fix URL updater in some sources (#16867) 2023-06-25 15:34:05 -03:00
anenasa
4083f04eb1
Happymh: Fix search (#16783) 2023-06-20 12:12:01 -04:00
stevenyomi
b34dfcfa38
DMZJ: tweak comments page (#16672) 2023-06-06 05:18:25 -04:00
stevenyomi
ef6318301b
DMZJ: add error message (#16579) 2023-05-26 16:48:10 -04:00
stevenyomi
ef6c1015d9
WNACG: auto update domains (#16436)
* WNACG: auto update domains

* mark updated if unchanged

* Dedupe

* Fix

* Reorder parameters
2023-05-19 06:15:56 -04:00
stevenyomi
cd35641f37
Jinman Tiantang: ID search & auto update domains (#16437)
* Jinman Tiantang: ID search & auto update domains

* Dedupe

* Non-null

* Reorder parameters
2023-05-19 06:15:45 -04:00
anenasa
62897219ff
Manwa: Fix NPE in mangaDetailsParse() (#16474) 2023-05-17 22:52:05 -04:00