Clouddark75
ed01744a4a
Gufeng Manhua domain change ( #9030 )
...
* Update Gufengmh.kt
* Update build.gradle
2021-09-11 13:07:35 -04:00
arkon
2a3d88cea0
Target SDK 31 ( #9022 )
2021-09-09 18:25:46 -04:00
arkon
bc7d8c8672
Default libVersion to 1.2 ( #9014 )
2021-09-09 08:58:17 -04:00
SnowArk
cf6ed5c5c0
[zh-copymanga]fix chapter list and manga load failed ( #8946 )
...
* [zh-copymanga]fix chapter list and manga load failed
* remove test code
* Set chapter's date_upload to current time, which would make the updated manga displayed in the "Recent updates" section
* fix typo
* use System.currentTimeMillis() instead
* optimize imports
* Revert "optimize imports"
This reverts commit 6514e517
* revert useless import changes and remove java.util.Date import
* fix wrong timestamp
* fix an issue that only display the default chapters
2021-09-06 06:24:05 -04:00
anenasa
6170f3d84d
Add yimmh.com ( #8931 )
2021-09-02 07:21:21 -04:00
ShadesOfRay
026004a0ba
Add Baozimanhua extension ( #8905 )
...
* Add new source Baozimanhua
* Fixed typo
2021-08-31 06:51:32 -04:00
u2shana
5f83861b9b
[cocomanga]Fix: Change domain ( #8826 )
...
* bump version
* fix domain
2021-08-25 06:20:18 -04:00
anenasa
ddb80df1fd
Zerobyw: Update baseUrl ( #8792 )
2021-08-24 06:44:16 -04:00
Arraiment
6dde6d877a
Tencent comics migration and adding locked chapters ( #8572 )
...
* Add lock for paywalled chapters
* Migration to kotlinx.serialization
2021-08-16 06:09:47 -04:00
anenasa
486db23175
Kuaikanmanhua: View paid chapters ( #8578 )
2021-08-16 06:09:16 -04:00
anenasa
56041bb2d6
Add zerobyw ( #8541 )
2021-08-13 06:59:01 -04:00
ShadesOfRay
1ff375ebf6
Created the Tencent Comics extension ( #8524 )
2021-08-12 07:34:03 -04:00
Broccoli
98a385ca5d
Added configurable rate limit for cocomanhua to reduce 403 errors when updating manga ( #8491 )
2021-08-09 08:07:13 -04:00
Arraiment
cbd3f96907
Migrating 2 sources to kotlinx.serialization ( #8439 )
...
* BainianManga: Fix image scraping and migration from gson
* MangaDenizi: Migration from org.json
2021-08-07 11:58:30 -04:00
tangkt89
958cc4457c
Fix chapter sort order ( #8379 )
2021-08-03 10:12:47 -04:00
Broccoli
3127c1059e
Added Referer header ( #8358 )
2021-08-02 11:01:31 -04:00
lbwstco
23845aa3ab
fix: Chapter images are scrambled ( #8346 )
...
Co-authored-by: Kyrie's rMbp <liubowen@corp-ci.com>
2021-08-02 10:58:07 -04:00
zhongfly
5d12ba6eeb
[zh-copymanga]Fix: change mainland cdn domains ( #8327 )
...
* fix: change mainland cdn domains
* bump version
* fix typo
2021-07-31 13:06:13 -04:00
Kai Liu
97e18a0ba2
zh-dmzj: Make ChapterOrder field optional ( #7912 )
2021-06-28 14:17:22 -04:00
zhongfly
64c29c5fd3
[zh-copymanga]Fix search ( #7870 )
...
* fix copymanga search
* bump version
2021-06-25 12:58:38 -04:00
Myuki
29082d94bf
[zh-Dmzj]Add intents for muwai.com ( #7844 )
...
* Add intents for muwai.com
* Bump version
2021-06-25 08:43:50 -04:00
zhongfly
dcdc43b984
[zh-dmzj]use muwai.com instead of dmzj.com ( #7830 )
...
* [zh-dmzj]use muwai.com instead of dmzj.com
use muwai.com for v4apiUrl & v3ChapterApiUrl & imageCDNUrl
* bump version
2021-06-24 09:00:33 -04:00
Narin
981ad1b8e3
Fixes search ( #7771 )
2021-06-20 18:43:46 -04:00
Kai Liu
8a7122a2fc
zh-dmzj: replace dmzj.com with dmzj1.com for v4api only to make it work again ( #7712 )
2021-06-20 08:28:00 -04:00
zhongfly
d07d777c2b
[zh-dmzj] Fix url issue ( #7673 )
...
* fix url issue
replace dmzj1.com with dmzj.com
fix #7668
* bump version
2021-06-16 11:16:02 -04:00
vulpes310
5a6f7b45d8
Fix Jingmantiantang's ownText is null and add deeplink support ( #7623 )
...
* Fix Jingmantiantang's ownText is null and add deeplink support
[Fix] Jingmantiantang's ownText is null during chapter loading
The old implementation is to use chapterArea to store wheather or
not the Manga requested is only single page or multi-chapter.
This, however, creates a big issue as the chapterArea can be changed
to multi-chapter in preveious Manga, and that information is carried
over to other Manga which might be single chapter.
The new implementation remove global value chapterArea and it helper
function determineChapterInfo.
Instead, the single-multi check is performed in chapterListParse, which
only happen once per manga update request, vs three times call of
determineChapterInfo.
[Fix] Change Author's CSS selector and enable multi-author listing
[Fix] Default manga status to Completed
As Jingmantiantang often do not mark manga as complete, and there
is a high chance that manga user requested in single page. Thus
defaulting to completed, unless marked as ongoing.
[FEAT] Enable BaseUrl switch
As mentioned in (tachiyomiorg#5363) and (tachiyomiorg#4908). There is a frquent PR for
mirror site change. Unable user choice to stick with main site
or mirror site should please everyone
[FIX] Record mainSiteRateLimitPeriodPreference to correct key.
[FIX] Change one tag to the correct name
[FEAT] Enable deeplink support
* Fix mirror site relase page link, change ID prefix to JM
2021-06-14 07:16:46 -04:00
Alessandro Jean
3f91c5f75e
Replace JsonParser with kotlinx.serialization in some extensions ( #7620 )
...
* Replace JsonParser with kotlinx.serialization.
* Remove wildcard import.
* Remove more usages of JsonParser.
2021-06-14 06:20:05 -04:00
OncePunchedMan
8b1881a9a3
fix not showing description ( #7607 )
2021-06-11 11:28:02 -04:00
Junyin Chen
884310606e
Change Manhuagui's Main-Site Rate Limite Interval to 10 Seconds ( #7442 )
...
Currently, even if choosing 1 request pre-second, there will be a high chance for Manhuagui to block ip adress if you are checking 100+ manga from manhuagui. Change the interval to 10 seconds should be able to fix this issue.
2021-06-04 07:39:34 -04:00
Oldwangtouchtouchdoge
897a5d94ba
[ZH-Dmzj] Fix #7382 , leaking support for multiple chapter lists. ( #7387 )
...
* [ZH-Dmzj] Fix #7382 , leaking support for multiple chapter lists.
* Add empty chapter list check.
2021-06-03 06:21:12 -04:00
zhongfly
7cc0764041
copymanga: add a preference to change image cdn ( #7384 )
...
* copymanga: add a preference to change image cdn
Closed #6649
* copymanga: fix typo
2021-06-02 09:57:45 -04:00
Alessandro Jean
e8b6a225aa
Replace Gson usage with kotlinx.serialization in some sources ( #7372 )
...
* Replace Gson usage with kotlinx.serialization in some sources.
* Add kotlinx.serialization to common-dependencies.
* Add missing dependencies.
2021-06-02 06:40:59 -04:00
Oldwangtouchtouchdoge
fb892a4158
[ZH-dmzj] Move some logic to use dmzj's new v4api, fix #6858 ( #7369 )
...
* [ZH-dmzj] Move some logic to use dmzj's new v4api, fix #6858
* Remove usage of desugar libs
2021-06-01 13:54:48 -04:00
lbwstco
51bd907560
fix: <Jinmantiantang>: <Error 429 when updating library> ( #7230 )
...
Co-authored-by: Andrew Kyrie <lbwstco@163.com>
2021-05-26 06:22:54 -04:00
anenasa
110f7330c5
Add Imitui ( #7077 )
2021-05-24 07:03:32 -04:00
rhjdvsgsgks
f438e31b5d
remove duplicate slash ( #6837 )
...
Co-authored-by: myself <mail@mail.mail>
2021-05-05 13:59:35 -04:00
ShadesOfRay
b7110681db
Added Url intents for DynastyScans and Kuaikanmanhua ( #6822 )
...
* Added Url intents for KKMH
* Added Url intents for Dynasty Scans
2021-05-04 22:16:13 -04:00
ShadesOfRay
16c4320b7d
Fixed Kuaikanmanhua extension ( #6783 )
...
* Kkmh (#1 )
* Fixed fetching popular and latest manga for KKMH
* Changed Searching and filtering to use the API for KKMH
* Chapter lists are now properly called and now show upload date
* Pages are properly called. Code cleanup. Extension properly works
Co-authored-by: Raymond Wang <rywang@email.wm.edu>
* Converted to HttpSource. More code cleanup.
Co-authored-by: Raymond Wang <rywang@email.wm.edu>
2021-05-01 17:58:15 -04:00
arkon
50bf2a56e5
Update dependencies; drop Android 4.x support ( #6742 )
2021-04-28 15:38:05 -04:00
sunbeams001
7a9c739a46
copymanga: fix manga image load problem ( #6585 )
...
* copymanga: fix manga image load problem
* fix ssl problems
2021-04-17 07:50:28 -04:00
Johannes Joens
03937cb8a1
Added Icons to a few more extensions ( #6557 )
...
* Update MangaCatalogGenerator.kt
* Added Erofus icons
* Added Icons Madara Batch 1/3
* Added Icons Madara Batch 2/3
* Added Icons Madara Batch 3/3
* Added Icons zBulu
* Added Sekaikomik Icons
* Added icons to fmreader
* Update FMReaderGenerator.kt
* Update EroMuseGenerator.kt
* Update ZbuluGenerator.kt
* Update WPMangaReaderGenerator.kt
* Update MadaraGenerator.kt
* Update WPComicsGenerator.kt
* Moved files in right directory
* deleted old directory
* Update build.gradle
2021-04-15 07:47:26 -04:00
sunbeams001
05131e92ee
copymanga: fix search problems ( #6369 )
...
(cherry picked from commit f2f9ef927ccdde28465f2d156e0d7712a06838d3)
2021-03-31 10:42:04 -04:00
sunbeams001
e870afd06f
coymanga: fix site blacklist by request's User-Agent header ( #6367 )
2021-03-31 09:51:15 -04:00
Seishirou101
d265dbf33c
updated sources to https ( #6131 )
...
* updated souirces
* updated sources
* fix wpcomics generator
fix comics generator with the correct site and override code
2021-03-11 14:55:21 -05:00
Oldwangtouchtouchdoge
dbb2fe726d
[ZH-Manhuagui] Add preference to use official mirror URL. ( #6111 )
2021-03-09 17:01:38 -05:00
scb261
19223f0ce5
Pufei: fix some pages, fix some covers, show author ( #5808 )
2021-02-12 15:36:45 -05:00
scb261
203e4a291b
Manhuadui: new URL, remove decryption and other changes ( #5738 )
2021-02-09 17:51:41 -05:00
arkon
f8bf81ae43
Remove explicit dependency on Duktape stub since it's in the common dependencies
2021-02-06 18:08:33 -05:00
Oldwangtouchtouchdoge
c1da304544
[zh-mangabz]Add new source: mangabz ( #5628 )
2021-02-03 07:18:35 -05:00
Oldwangtouchtouchdoge
b1d483f293
[zh-dmzj]Add fallback api to fetch hidden manga and URL intent filter. ( #5624 )
2021-02-02 12:56:39 -05:00
Oldwangtouchtouchdoge
c362834c84
[zh-manhuagui]Add filters and some small fixes. ( #5565 )
...
* [zh-manhuagui]Add filters and some small fixes.
* [zh-manhuagui]revert
2021-01-27 11:47:34 -05:00
sunbeams001
ede14d3f88
copymanga: fix crash on low android sdk level ( #5571 )
2021-01-27 11:46:51 -05:00
Oldwangtouchtouchdoge
b77d42a941
<zh-dmzj>Add ratelimit to fix HTTP 429 and return webpage url to "Open in browser" and "Share manga". ( #5537 )
...
* <zh-dmzj>Add ratelimit to fix HTTP 429 and return human readable webpage url to "Open in browser" and "Share manga".
* Add ratelimit interceptor that only handle specific url host.
2021-01-25 07:29:10 -05:00
Oldwangtouchtouchdoge
1c8212eb1d
<zh-dmzj> Fix some url issues. ( #5512 )
2021-01-22 07:25:23 -05:00
OncePunchedMan
b4c4ab214f
fixed url ( #5504 )
2021-01-21 22:31:14 -05:00
OncePunchedMan
e9ec0421b2
fix url ( #5502 )
2021-01-21 06:43:50 -05:00
ZingerZY
cbb51ced14
Update baseUrl for jinmantiantang ( #5363 )
...
* Update baseUrl for Jinmantiant
* Revert "Update baseUrl for Jinmantiant"
This reverts commit c638f6b3ef8af87281358549a8cb95ad15b87c81.
* update extVersionCode
* update baseUrl for Jinmantiant
Co-authored-by: ZongerZY <45865254+ZongerZY@users.noreply.github.com>
2021-01-10 16:41:51 -05:00
Ming Kit
8b375593ff
Added new Cocomanhua decryption key. Changed decryption logic to use a series of decryption keys ( #5312 )
2021-01-04 11:58:37 -05:00
calion-m
a71060c742
Jinmantiantang genre filtering in preferences and general code fixes ( #5281 )
...
* Add blocklist preference panel
* change thumbnail jpg size to 3:4
* misc code fix
* rename preference key
* update version number
* more comment
Co-authored-by: calion-m <>
2020-12-30 07:44:14 -05:00
arkon
209db287a3
Fix URL intent handler manifest entries
2020-12-20 22:59:04 -05: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
7221fb4856
Move base manifest contents into defaultRes manifest
2020-12-20 13:17:10 -05:00
antonycaporossi
0b1e7fab45
Fix thumbnail not loading ( #5186 )
2020-12-18 17:42:11 -05:00
arkon
3c1bc5f00d
[SKIP CI] Update repo links
2020-12-15 17:51:30 -05:00
calion-m
1300b76806
[Jinmantiantang] Fix unintended block bug and missing pixels bug ( #5111 )
...
[Jinmantiantang] Fix unintended block bug and missing pixels bug
2020-12-12 13:03:21 -05:00
antonycaporossi
d59870fa84
Fix #5095 and #5082 ( #5100 )
...
Fix #5095 and #5082
2020-12-11 19:02:47 -05:00
rinshan-kaihou
26f6965f66
copymanga : delete unnecessary lib ( #5087 )
...
copymanga : delete unnecessary lib
2020-12-10 15:36:57 -05:00
rinshan-kaihou
004b12abaf
Add CopyManga Setting Change Title to Simplified Chinese Optionally ( #5058 )
...
* Update CopyManga.kt
* Update build.gradle
2020-12-08 08:13:15 -05:00
vance
8bab7cfec4
copymanga: Add ordering filter ( #5041 )
...
* rename ThemeFilter to MangaFilter
* Add ordering filter
* Increase version number
* rename ThemeFilter to MangaFilter
* remove default ordering parameter in htmlUrlString
2020-12-07 08:21:31 -05:00
calion-m
5845399b46
Jinmantiantang: fix sorting bug and translation error ( #4984 )
...
Jinmantiantang: fix sorting bug and translation error
2020-12-01 08:35:21 -05:00
sunbeams001
93afbc3c15
Manhuadui: update site base url ( #4979 )
...
Manhuadui: update site base url
2020-11-29 09:35:22 -05:00
sunbeams001
c091bf73f5
[source][copymanga] Fix pager and genre problem, add filter to search ( #4940 )
...
* copymanga source added
* remove not used filter items
* fix pager and genre problem, add filter to search
2020-11-24 06:55:57 -05:00
sunbeams001
7b680f38a9
Add copymanga source ( #4933 )
...
* copymanga source added
* remove not used filter items
2020-11-23 12:41:53 -05:00
ZingerZY
be5c6bfd71
URL update, the original URL was abandoned, resulting in mainland China users unable to link. ( #4908 )
...
URL update, the original URL was abandoned, resulting in mainland China users unable to link.
2020-11-20 23:10:18 -05:00
arkon
03f262cae8
[CI SKIP] Skip linting in CI builds
2020-11-06 17:36:53 -05:00
ZingerZY
7b5b858780
Optimize the algorithm to solve the position deviation when cutting pictures ( #4807 )
...
Co-authored-by: ZongerZY <45865254+ZongerZY@users.noreply.github.com>
2020-11-06 10:25:12 -05:00
ZingerZY
9b2af92194
解决图片分割后倒序排列 ( #4767 )
...
Solve the problem that the pictures are arranged in reverse order after being segmented
Co-authored-by: ZongerZY <45865254+ZongerZY@users.noreply.github.com>
2020-11-03 13:54:10 -05:00
Ming Kit
308cb375c5
Added Qiximh ( #4688 )
2020-10-23 06:35:23 -04:00
jobobby04
dd22e25de8
Go through the sources and change fallback chapter numbers to -1 ( #4596 )
...
Go through the sources and change fallback chapter numbers to -1
2020-10-12 19:49:37 -04:00
Ming Kit
32a57e6bc8
Handle 2 new ways of processing images. Updated extension name ( #4549 )
2020-10-08 17:57:49 -04:00
arkon
b116b2c92a
Manhuagui: replace icon ( closes #4436 )
2020-10-04 14:42:24 -04:00
莜叶
e4e18beaa2
Fix wnacg thumbnails loading ( #4489 )
...
* Fix wnacg thumbnails loading
* Fix wnacg thumbnails loading
2020-10-01 12:02:19 -04: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
Ming Kit
7c8b654ff0
Fix ohmanhua decryption ( #4317 )
...
* Fix ohmanhua decryption
* Fix ohmanhua not parsing certain manga details properly
2020-09-08 07:48:19 -04:00
arkon
81a9818b84
Fix Nsfw annotations pulling in Kotlin stdlib into final APKs
2020-08-29 10:48:58 -04:00
Mike
f9bf91b65b
Jinmantiantang - clean up, parse chapters with 500+ pages ( #4234 )
2020-08-27 23:20:52 -04:00
Mike
03aad1addc
ManhuaDui - update decryption, follow redirects ( #4196 )
2020-08-24 04:30:49 -04:00
Mike
d1b0d83a14
OhManhua - update decryption key, add some exception handling ( #4189 )
2020-08-22 18:07:51 -04:00
Mike
d239be6c9a
Dmzj - fallback to v3api for hidden chapters ( #4145 )
2020-08-16 18:48:12 -04:00
Mike
ab17d6f122
Dmzj - update page parsing ( #4138 )
2020-08-15 20:22:16 -04:00
calion-m
8b3c2cc12f
Jinmantiantang - Refined codes and added new features ( #4133 )
...
* add @Nsfw annotation
* remove the unnecessary prefix of description
* correct filter name
* add TimeFilter
* fixed typos
* remove redundant manga detail parse
* long line split
* genres split
* implemented 18comic search feature
* implemented new search feature(remove genres)
* enable filter whlie searching
* change sortFilter order to enable latest filter
* merge completed
* Add date_upload property and remove Log function
* uncommented manga properties
And made thumbnail_urls consistent.
* add containsNsfw to gradle
Co-authored-by: weng <anonymous>
Co-authored-by: snakedoc83 <mikepeterson83@gmail.com>
2020-08-15 20:21:56 -04:00
ZongerZY
c790896c91
The website is 18comic.vip, Chinese ( #4123 )
...
* The website is 18comic.vip, Chinese website
The reason why I submitted the two versions is: if the Internet user in Mainland China needs to access the URL 18comic2.biz to log in to the website, if it is a non-Mainland China Internet user needs to access 18comic.vip, I cannot judge the user's IP
* Revert "The website is 18comic.vip, Chinese website"
This reverts commit 47a74ca7e92eeda2bb7cf1676a89a26081d47132.
* 18comic
* Delete illegal information
* Keep one extension, and delete illegal information
2020-08-14 18:08:00 -04:00
vance
7a8dfac7a8
dmzj chapterList's api changed ( #4115 )
...
* dmzj chapterList's api changed
* Update Dmzj.kt
Add prefix
2020-08-13 20:46:40 -04:00
Mike
f1a82b76ff
Manhuadui - update decryption ( #4072 )
2020-08-10 04:13:21 -04:00
Oldwangtouchtouchdoge
663583ccc9
- Add preference to config ratelimit permits for main website and image CDN separately. ( #4028 )
...
- Add intent filter to redirect Manhuagui URL to Tachiyomi.
- Tweak some preference descriptions
2020-08-07 00:07:57 -04:00
Mike
712cb31571
Manhuadui - update decryption, refactor chapter list parsing ( #3957 )
2020-07-31 02:45:09 -04:00
Oldwangtouchtouchdoge
cdcaaabaa6
<Manhuagui>: <regexp syntax error> Add the backslashes to escape '\}' back. ( #3926 )
...
* Add the backslashes to escape '\}' back.
* Fix manga.genre format in mangaDetailsParse() to display multiple multiple genre separately.
2020-07-27 14:53:32 -04:00
Mike
234c317465
Manhuagui - small tweaks ( #3901 )
2020-07-25 23:55:08 -04:00
Mike
f0ce48cf7b
Manhuadui - update decryption, refactor pageListParse ( #3896 )
2020-07-25 21:00:23 -04:00
Mike
a84848d790
Manhuadui - update decryption key ( #3813 )
2020-07-16 18:23:27 -04:00