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