Commit Graph

912 Commits

Author SHA1 Message Date
kenewjr 024e84b6f7
update ManhwaManga.kt (#10088)
* update ManhwaManga.kt

change domain

* Update build.gradle
2021-12-13 11:38:10 -05:00
Alessandro Jean ebb8a3baf1
Fix missing titles in BILIBILI. (#10081) 2021-12-12 16:33:28 -05:00
arkon fa6be0f1c9
Replace usages of Gson (#10080) 2021-12-12 16:33:20 -05:00
arkon 1f6027dd67
Replace usages of Gson (#10079) 2021-12-12 13:17:34 -05:00
THE_ORONCO ef491c08ea
fixed all issues regarding #10040 (#10042) 2021-12-09 05:44:16 -05:00
THE-ORONCO fc4d99e1e8
added source: Aurora to fulfill #9985 (#9986)
* added source: Aurora to fulfill #9985

* Update src/en/aurora/src/eu/kanade/tachiyomi/extension/en/aurora/Aurora.kt

added headers to the get request

Co-authored-by: ObserverOfTime <chronobserver@disroot.org>

* Update src/en/aurora/src/eu/kanade/tachiyomi/extension/en/aurora/Aurora.kt

removed a filter

Co-authored-by: ObserverOfTime <chronobserver@disroot.org>

* Update src/en/aurora/src/eu/kanade/tachiyomi/extension/en/aurora/Aurora.kt

removed filter

Co-authored-by: ObserverOfTime <chronobserver@disroot.org>

* used client.newCall instead of Jsoup to fullfill code review of #9986

* chapters to mangas and pages to chapters to fix automatic updates. #9985

* added automatic status fetching when a chapter (in form of a manga) is updated

* added the name of the manga/comic in front of the chapter name so it can be more easily differenciated from other manga

* Update src/en/aurora/src/eu/kanade/tachiyomi/extension/en/aurora/Aurora.kt

removed some regex stuff

Co-authored-by: ObserverOfTime <chronobserver@disroot.org>

* Update src/en/aurora/src/eu/kanade/tachiyomi/extension/en/aurora/Aurora.kt

removed some logging that isn't needed anymore

Co-authored-by: ObserverOfTime <chronobserver@disroot.org>

* Apply suggestions from code review

accepted some code review changes

Co-authored-by: ObserverOfTime <chronobserver@disroot.org>

* implemented some more code review suggestions

* Apply suggestions from code review

Co-authored-by: ObserverOfTime <chronobserver@disroot.org>

Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
2021-12-08 08:24:44 -05:00
Carlos d03e467736
Update ThePropertyOfHate.kt (#10035) 2021-12-08 05:57:27 -05:00
ObserverOfTime 8121c2063e
The Property of Hate: fix webview URL (#10025)
Amongst other things
2021-12-08 05:55:42 -05:00
funkyhippo d5ba305575
Add wildcard hosts for invalid hosts in intents. (#9993) 2021-12-05 12:21:10 -05:00
arkon 39b7fe8c4e
Move Duktape stub to extensions-lib (#9954)
* Move Duktape stub to extensions-lib

* Formatting fixes

* Address build errors
2021-11-28 13:00:39 -05:00
Davide 716dc15a59
Manga-Raw.club: Fix Chapter list & Manga details error (#9899)
* Manga-Raw.club: Fix Chapter list & Manga details error

* Manga-Raw.club: removed unnecessary chapterListParse function

* Manga-Raw.club: Updated build.gradle after merging of #9908

* Manga-Raw.club: Fix thumbnail not showing
2021-11-24 07:55:41 -05:00
NMBLM 8d66d91299
Manga raw club fixed missing pages (#9908)
* [EN] manga-raw.club extension implementation

* Added nsfw tag

* Change to get correct description and if date parse fails returns 0

* update extension version number

* Date is now parsed always with English Locale

* Fixed Status to show correctly

* Fix thumbnail not showing

* Update Build Version

* Manga raw club fixed missing pages

manga-raw.club has been changing its website structure so I made the pages images search to not be as specific to the website.
Also made the description search to not be as specific as well so it wont throw null on element.text().
Added R-18 genre to the tag search
2021-11-23 08:31:15 -05:00
Alessandro Jean f3b1dcb056
Fix wrong chapter numbers in Bilibili (#9885)
* Fix wrong chapter numbers in Bilibili.

* Use short_title in chapter_number too.

* Change extension name and remove explicit chapter_number.
2021-11-21 18:40:50 -05:00
Zakhar Timoshenko bd6b07c9f9
[MangaOwl] Fix not showing chapters list (#9874) 2021-11-21 09:21:15 -05:00
ObserverOfTime 726813f019
Pururin: use the API (#9843) 2021-11-20 08:44:39 -05:00
Ivan Iskandar ad0c8e2fec
Remove CatManga (#9800) 2021-11-12 08:41:19 -05:00
ObserverOfTime d95e9e6fcd
xkcd: add Chinese translation (#9772) 2021-11-09 13:18:24 -05:00
FuSan21 4c22e61968
Added support for MangaDig (https://mangadig.com/) (#9639)
* Added support for MangaDig (https://mangadig.com/)
Supports Latest, Sort, Completed and rate limiting
Modified from 'CoCoManga (OhManhua)' extension

* Update src/en/mangadig/src/eu/kanade/tachiyomi/extension/en/mangadig/MangaDig.kt

Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>

* Update src/en/mangadig/src/eu/kanade/tachiyomi/extension/en/mangadig/MangaDig.kt

Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>

* Update src/en/mangadig/src/eu/kanade/tachiyomi/extension/en/mangadig/MangaDig.kt

Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>

* Update src/en/mangadig/src/eu/kanade/tachiyomi/extension/en/mangadig/MangaDig.kt

Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>

* Update src/en/mangadig/src/eu/kanade/tachiyomi/extension/en/mangadig/MangaDig.kt

Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>

* Update src/en/mangadig/src/eu/kanade/tachiyomi/extension/en/mangadig/MangaDig.kt

Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>

* Update MangaDig.kt

Using .toInt() instead of .parseInt() as suggested by @alessandrojean here https://github.com/tachiyomiorg/tachiyomi-extensions/pull/9639#discussion_r736981888

* Removed unrequired parenthesis

Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>
2021-11-06 09:15:20 -04:00
Hunter Nickel c5262ebb59
Fix MangaMiso title and description parsing, lower manga per page to match MangaMiso (#9724) 2021-11-03 10:31:58 -04:00
Basara-Hatake 93c16093a6
hbrowse add option to only show chapters (#9725) 2021-11-03 10:31:48 -04:00
FourTOne5 f546b99eff
Remove WeComics (#9695) 2021-11-01 13:02:01 -04:00
ringosham 027fd3ce2e
Fixes MangaPill (#9680) 2021-11-01 07:31:04 -04:00
ObserverOfTime 6a5bad1f42
Manta Comics: new extension (#9635) 2021-10-26 11:59:02 -04:00
ObserverOfTime 86b92e4b82
Kouhai Work: fix chapter order (#9580) 2021-10-23 07:37:05 -04:00
Ivan Iskandar a676a1ba55
Fix CatManga manga list (#9596) 2021-10-23 07:36:33 -04:00
ObserverOfTime f7ef21ff03
GWTB: new extension (#9572) 2021-10-21 06:44:31 -04:00
ObserverOfTime 00f441e4df
Kouhai Work: update API (#9559) 2021-10-20 07:17:00 -04:00
ObserverOfTime 17f0fa1889
Manga Weeaboo: migrate to Madara (#9500) 2021-10-18 05:14:38 -04:00
scb261 dd6472114b
MangaFast: update url, remove "Read" prefix from manga title (#9493) 2021-10-16 05:22:42 -04:00
ObserverOfTime e323909165
ZinChanManga: new extension (#9414) 2021-10-12 06:33:55 -04:00
Ivan Iskandar 7bbd88cfa8
Fix CatManga broken chapters (#9437) 2021-10-12 06:32:06 -04:00
ObserverOfTime 604ad98b68
Add The Duck Webcomics (#9378) 2021-10-08 08:16:05 -04:00
jopejoe1 516be4d204
Hentai2Read fix date parsing (#9389)
* Fixed Date Parsing

* Update build.gradle
2021-10-08 08:14:04 -04:00
jopejoe1 9d79f5f8dc
HBrowse Improve Chapter detection (#9390)
* Improved chapter detection

* Update build.gradle
2021-10-08 08:13:51 -04:00
jopejoe1 4bb792b74c
Doujins added Scanlator parsing (#9391)
* added scanlator parsing

* Update build.gradle
2021-10-08 08:13:43 -04:00
arkon 6a75de9261
Remove usage of @Nsfw annotation in favor of extension-level flagging (#9368) 2021-10-04 16:44:32 -04:00
arkon 93988e8990
Close instances of Duktape (#9363) 2021-10-04 13:03:21 -04:00
ObserverOfTime 2d7556ba8d
Add HWTManga extension (#9365) 2021-10-04 13:03:14 -04:00
ObserverOfTime aa9be2b2cf
Add MangaWeeaboo extension (#9346) 2021-10-04 07:29:46 -04:00
ObserverOfTime 001ff9e7d7
Add DarkLegacyComics extension (#9348) 2021-10-04 07:29:35 -04:00
ObserverOfTime 6212a7bba0
Fix Kouhai Scanlations (#9352) 2021-10-04 07:29:18 -04:00
fabiomurru96 b623778c6d
Update TCB Scans parse and search functionality added (#9353)
* Created a standalone extension for TCBScans due to layout changes

* Updated TCBScans version code

* Updated extension due to site changes

* Added search functionality and migrate message

* Update extension version

* Update TCBScans search manga list filtering

Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>

* Using headersBuilder instead of Headers.headersOf

Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>

* Changed migrate message to a constant

Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>

* Regex created as a constant

* Refactor pageListParse

Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>
2021-10-04 07:29:09 -04:00
nicki b5a949c4ac
remove hentaimimi (#9312)
site has been dead for a while now
2021-10-01 17:35:12 -04:00
Ivan Iskandar a6c5e5b826
CatManga: 3.0 updates (#9263)
* CatManga: 3.0 updates

* CatManga: Bump version
2021-09-28 08:18:02 -04:00
ObserverOfTime b6fb13ec97
Add Kouhai Scanlations (#9241)
* Add Kouhai Scanlations

* Fix filters

* Add chapter names
2021-09-27 10:12:32 -04:00
FourTOne5 c4047e7c96
MangaJar: Remove Explicit chapter number (#9248)
* Remove Explicit chapter number

* Bumpy Bump
2021-09-26 13:43:00 -04:00
lord-ne b9df6e3147
Remove Random Scans source (#9068)
They moved to a new website which would require a complete rewrite of the extension
2021-09-16 09:29:48 -04:00
XdarkX b424acc954
[manga-raw.club] Fix empty thumbnails for search (#9045)
The search response uses relative urls for the thumbnail image.
2021-09-13 11:21:10 -04:00
az4521 27a785e15e
fix megatokyo image selector & chapter order (#9024)
* fix megatokyo image selector

* Update build.gradle

* also fix the reversed chapter order

* whoops
2021-09-10 12:21:36 -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
Arraiment 025a1b9d39
Add filters and json migration for Mangasail (#8958)
* Added filters and some refactoring

* Migration to kotlinx-serialization
2021-09-04 13:59:11 -04:00
arkon 9f32994ca6
Fix HentaiFox libVersion 2021-09-02 09:14:04 -04:00
Clouddark75 28ad547c08
Fix images loading problems (#8914)
* Update build.gradle

* Update HentaiFox.kt
2021-09-01 08:02:39 -04:00
Arraiment 925fb1e3a6
Fix image downloads and json migration for Tsumino (#8867)
* Migration to kotlinx-serialization and refactor to use HttpSource

* Add interceptor to handle binary response
2021-08-27 06:26:43 -04:00
Arraiment fb91d67c36
Added filters (#8828) 2021-08-25 06:19:17 -04:00
Arraiment f2d745d540
Fixed chapter dates (#8829) 2021-08-25 06:19:04 -04:00
Arraiment 08246bf4e8
Rework source (#8800) 2021-08-24 06:44:35 -04:00
Arraiment a9f7b363b1
Add LoadingArtist (#8730) 2021-08-22 10:39:57 -04:00
CVIUS 43177c7c10
mangajar: fix complete status (#8733)
* Update MangaJar.kt

* bump
2021-08-22 10:36:55 -04:00
Alessandro Jean 8a52a4db06
Fix build error due to CookieManager. (#8716) 2021-08-21 19:37:28 -04:00
Arraiment 4ba9118ce3
Various fixes for Tapas (#8699)
* Fix cookie management

* Fix filters
2021-08-21 13:32:20 -04:00
Arraiment 4dd9556210
Use currentTimeMillis for chapter date (#8697) 2021-08-21 13:31:29 -04:00
loocool2 9009c4cd2e
Added Megatokyo extension (#8687)
* Added Megatokyo, WIP

* Fixed Megatokyo dates

* Added comment
2021-08-21 13:29:55 -04:00
Arraiment a336be5cca
Add mature comics and other changes for Tapas.io (#8672)
* Migration to kotlinx.serialization

* Add support for mature results

* Changed preferences implementation
2021-08-20 10:41:59 -04:00
Arraiment a7dc6f3ba4
Fix url intent searching for Dynasty Scans (#8675)
* Fix url intent searching

* Fix searching for doujins
2021-08-20 10:41:28 -04:00
nicki 8bf86ecba3
Add extension: Real Life Comics (#8653)
* add icon for reallifecomics source

* add required manifest and gradle file

* add reallifecomics source

original webcomic link - https://reallifecomics.com

* page index starts at 0

* initialise Page correctly

imageUrl was what I was trying to set

* parse date_upload for chapterList differently

posts before 2014 don't have the date in the link. However, they are
still arranged in a Calendar. Use this calendar to find a date.

* skip years with no archive pages

* cleanup and edits

* now able to parse all years without link issues

* add an extra space to chapter names

for aesthetics! also follows what is shown on the website

* have a simple Search feature

since a search just throwing an error seemed weird
2021-08-20 06:23:56 -04:00
Arraiment c19a5c64ce
Fix search and add filters (#8667) 2021-08-20 06:22:43 -04:00
David Ruppelt 684eea5469
Fix MangaFast (#8638)
* Update build.gradle

* Update build.gradle

* Create MangaFastDto.kt

* Update MangaFast.kt

* Update MangaFast.kt

* Update MangaFastDto.kt

* Update build.gradle

* Update MangaFast.kt

* MangaFast: remove wildcard import

Co-authored-by: FourTOne5 <59261191+FourTOne5@users.noreply.github.com>
2021-08-18 14:17:08 -04:00
Alessandro Jean c69c777fee
Add Graphite Comics source (closes #8598). (#8603) 2021-08-18 06:34:15 -04:00
ObserverOfTime e58e20056a
Add Brewing Scans (#8622) 2021-08-18 06:33:44 -04:00
Alessandro Jean b91d75fac3
Add INKR again. (#8606) 2021-08-17 17:46:49 -04:00
Arraiment 5edfbb5354
Fix Mangaowl search url building (#8570)
* Fix search url building

* Update version
2021-08-16 06:10:07 -04:00
Arraiment cce0c70265
Fix search next page selector (#8571) 2021-08-16 06:09:57 -04:00
Arraiment c673c58b1a
Change latest chapter fetching (#8558) 2021-08-14 16:09:28 -04:00
Basara-Hatake 5ce1c4ac8d
fix hbrowse cookie issue (#8555)
* fix hbrowse cookie issue

* Update build.gradle

* remove last two invalid elements from array

* improve selector
2021-08-14 16:08:58 -04:00
Riztard Lanthorn f4a3bdd739
Fix Alternative name handling null (#8544)
* Fix Alternative name handling null

fix Alternative name causing issue when manga description is null
filter/dont add alternative name if only contains spaces by using isBlank()

* fix typo
2021-08-14 05:46:53 -04:00
Arraiment 49834e948b
Fixes and adding filters for Mangaowl (#8556)
* Add filtering by number of chapters

* Fix search result pagination
2021-08-14 05:44:54 -04:00
mifurlanetto cf6d590447
Add support to Order Of The Stick web comic. (#8519)
* Add support to Order Of The Stick web comic.

* Delete local.properties

* minimal effort changes

* added persistance to chapter upload time

Co-authored-by: Maik <mfurlanetto@outlook.it>
2021-08-12 11:08:25 -04:00
Riztard Lanthorn a3b5dda817
Mangahub: add alternative name to desc (#8529) 2021-08-12 07:34:16 -04:00
CVIUS fb572b537d
remove mangadog source (#8511) 2021-08-10 14:03:45 -04:00
CVIUS 90355ee881
update SearchMangaNextPageSelector tag (#8510)
* Update MangaOwl.kt

* Update build.gradle
2021-08-10 11:15:20 -04:00
Arraiment da476a6bf4
Fixes for Mangahasu popular page and manga details (#8506)
* Change popular manga scraping

* Fix small detail parsing issue
2021-08-10 08:49:12 -04:00
fabiomurru96 4afb9dea21
Created a standalone extension for TCBScans due to layout changes (#8426)
* Created a standalone extension for TCBScans due to layout changes

* Updated TCBScans version code
2021-08-09 06:58:41 -04:00
Arraiment b4a80e6085
Reworked search filter functionality (#8488) 2021-08-09 06:57:57 -04:00
Arraiment 5a0d513b94
Update domain and fix chapter list scraping (#8467) 2021-08-08 11:37:59 -04:00
Alessandro Jean f50917ba3c
Add Toptoon+ source (#8454)
* Add Toptoon+ source.

* Fix wrong AndroidManifest file.
2021-08-08 10:36:08 -04:00
Alessandro Jean 53c9141f57
Change latest API endpoint in Bilibili (#8445)
* Change latest API endpoint in Bilibili.

* Remove unused DTOs.
2021-08-07 13:00:07 -04:00
Alessandro Jean 8f608229d0
Add Voyce.Me source. (#8427) 2021-08-07 08:48:35 -04:00
Alessandro Jean c4c10cdb32
Fix URL intent crash and add filters to Bilibili. (#8423) 2021-08-07 08:48:20 -04:00
ObserverOfTime 20a5797f84
Clean up Dilbert extension (#8410) 2021-08-06 06:10:17 -04:00
Arraiment 714c773714
Fix issue parsing chapter list (#8417) 2021-08-06 06:09:08 -04:00
Arraiment 0cfb5cf94a
Pururin: Fixes 'No Pages Found' issue (#8317)
* Fixed pages not loading

* Updated version

* Made jsoup more specific
2021-07-30 09:45:39 -04:00
Arraiment 9030729538
Mangahasu: Fix page parsing (#8319)
* Fix page parsing and update url

* Updated version
2021-07-30 06:24:23 -04:00
CVIUS 959f64ff8c
fix search malfunctioning (#8307)
* Update MangaOwl.kt

* Update build.gradle

* Update MangaOwl.kt
2021-07-29 12:19:58 -04:00
lord-ne 914d23395b
Add Random Scans source (#8289)
* Add Random Scans source

* Reverse Comikey typo fix; will put in another PR
2021-07-27 14:22:02 -04:00
lord-ne e0e24f149f
Comikey fix (#8296)
* Fix typo in Comikey

Second set of intent filters should be for `www.comikey.com`, was accidentally just a duplicate of the first set.

* Pump Comikey version number
2021-07-27 14:08:02 -04:00
CVIUS 292d025be0
Remove ManhwaTime source (#8292) 2021-07-27 08:11:47 -04:00
lord-ne 8049bae936
Add Comikey source (#8273) 2021-07-26 06:43:47 -04:00
CVIUS 686b7d4299
Delete src/en/readjump directory (#8279) 2021-07-26 06:37:52 -04:00
CVIUS f4fa311d58
add search query parameter (#8278)
* Update MangaOwl.kt

* Update build.gradle
2021-07-26 06:37:36 -04:00
FlaminSarge 56cd1154ec
[MangaKatana] Bump version for #7972 (#8196) 2021-07-20 08:17:20 -04:00
lord-ne 3ffa78ae2b
Purple Cress: Add search and deepliking (#8176) 2021-07-19 06:28:48 -04:00
ConnorWGarvey acf457c12e
MangaJar reads all pages of chapters and full chapter names (#8117)
* MangaJar reads all pages of chapters and full chapter names

* Update extension version

Co-authored-by: Connor Garvey <connorgarvey@google.com>
2021-07-16 06:24:46 -04:00
CVIUS 3da1280168
re-mangaowl: fix single page only showing when using text search & filter (#8119)
* Update MangaOwl.kt

* Update build.gradle
2021-07-15 06:15:04 -04:00
CVIUS 039b63792d
add teenmanhua & changes to some madara sources (#8111)
* teenmanhua icon

* Create TeenManhua.kt

* toongod nsfw override

* webtoonily icon

* webtoonily nsfw override

* Delete multisrc/overrides/madara/mangachill/res directory

* mangachill icon

* Delete multisrc/overrides/madara/webtoonuk/res directory

* webtoonuk icon

* update

* Update MadaraGenerator.kt
2021-07-14 05:50:30 -04:00
CVIUS 2d3756642c
mangaowl: fix single page only showing when using text search & filter (#8104)
* Update MangaOwl.kt

* bump
2021-07-13 21:00:16 -04:00
CVIUS 406db5a2f1
mangaowl: add filter (#8087)
* Update MangaOwl.kt

* Update MangaOwl.kt

* Update build.gradle

* Update MangaOwl.kt

* Update MangaOwl.kt

* Update MangaOwl.kt

* Update MangaOwl.kt

* Update MangaOwl.kt

* Update MangaOwl.kt

* Update MangaOwl.kt

* Update MangaOwl.kt

* Update MangaOwl.kt
2021-07-13 09:19:08 -04:00
loocool2 13f5a99386
Revert 1st Kiss rename and put Purplecress back in the right place (#8048)
* Revert Host Preference Madara

* Fix Hyperdex Url

* Revert 1st Kiss Manga rename

* Moved purplecress back to the right place

* Actually add purplecress files
2021-07-10 23:02:49 -04:00
lord-ne c29b61cada
Add title text as a page to Swords Comic source (#8022)
* Add title text as a page to Swords Comic source

* Bumb version number for Swords Comic source
2021-07-09 06:40:49 -04:00
OncePunchedMan b495e6013a
fix status and titles (#8016) 2021-07-08 10:47:57 -04:00
Johannes Joens 03850d43a7
nHentai.com switch to kotlinx and add support for multilang (#7990)
* Create NHentaiCom.kt

* Create NHentaiComFactory.kt

* Create NHentaiCom.kt

* Delete NHentaiCom.kt

* Create build.gradle

* Create AndroidManifest.xml

* Added Icons

* Remove Single Lang files

* Added (unoriginal) back to naming

* Changed name back to (unoriginal) ending

* Removed Langues

* Update NHentaiComFactory.kt

* Update NHentaiCom.kt

* change from try to runCatching
2021-07-07 05:52:33 -04:00
CVIUS 6f00690c8e
add mangadna source & few fixes (#7994)
* Update MangaLazy.kt

* Update hManhwa.kt

* mangadna icon

* Create MangaDNA.kt

* Update MadaraGenerator.kt

* Delete src/en/manhwamanga/res directory

* replace manhwamanga icon

i uploaded manhuamanga icon :V

* Update ManhuaManga.kt

* Update build.gradle

* Update build.gradle
2021-07-06 07:55:19 -04:00
Myst 357aeacc29
ComicExtra Fix chapter date and URL (#7987) 2021-07-05 17:01:14 -04:00
CVIUS 343f77d2ea
add manhuamanga source (#7967)
* manhuamanga icon

* Create ManhuaManga.kt

* Create AndroidManifest.xml

* Create build.gradle

* Delete src/en/manhwamanga/res directory

* replace manhwamanga.net icon

* Update build.gradle
2021-07-05 08:54:25 -04:00
Myst c4c010ab29
ComicExtra fix empty SManga result when search return nothing (#7979)
* Add support for mangas with seasons

Use chapter name as chapter number

* ComicExtra fix empty search result
2021-07-05 08:53:57 -04:00
FlaminSarge 778ed078f0
[MangaKatana] Add server preference, alt names in description, and comma-separate author list (#7972) 2021-07-04 08:37:53 -04:00
h-hyuuga 7babbc272b
Add new multisrc extension (Weebreader) (#7911)
* Arang Scans: Move to multisrc Weebreader (new)

* Weebreader: Add artist and author parsing

* Remove Weebreader.kt

* Weebreader: Replace weebreader implementation with NaniScan's implementation

* Weebreader: Rename classes

* Weebreader: Fix typo in filename

* Weebreader: Trim whitespace around author and artist
2021-07-02 13:29:04 -04:00
NMBLM 35e9e8961c
Manga-Raw.Club update, fixed thumbnails not showing in library (#7922)
* [EN] manga-raw.club extension implementation

* Added nsfw tag

* Change to get correct description and if date parse fails returns 0

* update extension version number

* Date is now parsed always with English Locale

* Fixed Status to show correctly

* Fix thumbnail not showing

* Update Build Version
2021-06-30 09:52:17 -04:00
FourTOne5 4b053dea0d
MangaFast Don't filter out Hot Chapters (#7899)
* Update MangaFast.kt

* Update build.gradle
2021-06-27 13:26:35 -04:00
FourTOne5 cec752e9ce
Bilibili Comics Add Intent filter (#7900)
* Update AndroidManifest.xml

* Update build.gradle

* Update BilibiliComics.kt
2021-06-27 13:26:19 -04:00
FourTOne5 2a391a6139
Bilibili Comics Update (#7889)
* Update BilibiliComics.kt

* Update BilibiliDto.kt

* Create BilibiliComicsUrlActivity.kt

* Update BilibiliComics.kt

* Update build.gradle

* Update BilibiliComicsUrlActivity.kt
2021-06-26 15:46:41 -04:00
FourTOne5 cd1c762ec5
Manga Fast Update Chapter Selector (#7886)
* Update MangaFast.kt

* Update build.gradle
2021-06-26 07:31:13 -04:00
Narin 5492952878
Update for new site layout (#7874) 2021-06-25 12:58:57 -04:00
CVIUS 08b5279b77
add two new sources to madara (#7811)
* Update MangaOwl.kt

* Update build.gradle

* Update MadaraGenerator.kt

* add icon

* Update MadaraGenerator.kt

* add icon

* Update MadaraGenerator.kt

* Create OhNoManga.kt
2021-06-22 18:18:29 -04:00
CVIUS 516dfdbd36
madara: remove some sources rate limiter dependencies (#7793)
* Delete additional.gradle.kts

* Update FreeManga.kt

* Update Hentai20.kt

* Update Hentaidexy.kt

* Delete additional.gradle.kts

* Update MangaClash.kt

* Update MangaForFreeFactory.kt

* Update MangaKitsune.kt

* Delete additional.gradle.kts

* Update MangaKomi.kt

* Update MangaPL.kt

* Delete additional.gradle.kts

* Update MangaTuli.kt

* Update ManhuaPro.kt

* Delete multisrc/overrides/madara/manwahentaime/res directory

* Add files via upload

* Update MadaraGenerator.kt

* Delete additional.gradle.kts

* Update YaoiManga.kt

* bump versions

* Update MangaOwl.kt

* Update MangaOwl.kt

* Update MangaOwl.kt

* Update MangaOwl.kt

* bump
2021-06-21 13:31:24 -04:00
CVIUS 8b4eb2b7ed
mangaowl: exclude owl's tag (#7792)
* Update MangaOwl.kt

* Update build.gradle
2021-06-21 10:13:58 -04:00
CVIUS 65bf2c14b9
add mangasky to madara (#7780)
* Update MangaOwl.kt

* Update build.gradle

* Update MadaraGenerator.kt

* Add files via upload

* Update MangaOwl.kt
2021-06-21 07:17:20 -04:00
Narin 29b41af722
Fixes chapterListParse (#7769) 2021-06-20 18:44:15 -04:00
arkon 0640b31137 Fix linting errors 2021-06-20 12:06:27 -04:00
Hunter Nickel 7f9223fefd
Refactor field name for MangaMiso source's number of search results returned. (#7763) 2021-06-20 08:38:54 -04:00
h-hyuuga 759a2123c1
Kotlinx.serialization migration for several sources (#7723)
* en.MangaPark: kotlinx.serialization migration

* Bato.to: Kotlinx.serialization migration

* Dynasty: Kotlinx.serialization

* ReadM: kotlinx.serialization migration

* Bato.to: Comment out code that was untested
2021-06-20 08:28:26 -04:00
FourTOne5 550bb4b5f6
MangaFast Fix Incorrect SimpleDateFormat Pattern (#7720)
* Update build.gradle

* Update MangaFast.kt
2021-06-18 05:52:33 -04:00
FourTOne5 7916260467
Delete src/en/wutopia directory (#7719) 2021-06-18 05:52:11 -04:00
Themis 29ae13ac7c
MangaHere Update (#7690)
Updated the manga types and genre.
2021-06-17 09:37:36 -04:00
FourTOne5 c5c4ddf825
MangaFast Update Date format. (#7699)
* Update MangaFast.kt

* Update build.gradle
2021-06-17 09:36:47 -04:00
h-hyuuga f932e26e14
Bugfixes for #7407 (#7681)
* Catmanga: Bump version

* Comick.fun: Resolve parsing issue for latest manga

* Remanga: Fix parsing error on latest + search
2021-06-16 11:15:47 -04:00
h-hyuuga 1175b0d1c7
Replace json library with kotlinx.serialization in multiple sources (#7407)
* Catmanga: Replace org.json with kotlinx.serialization + Light Refactor of #7451

* Genkan IO: Replace gson + Make livewire interceptor

* Genkan IO: Tail Call Optimization to avoid blowing stack

* Comick.fun: kotlinx.serialization migration

* Remanga: kotlinx.serialzation migration
2021-06-15 09:02:46 -04:00
FourTOne5 745e57f4e6
HHS Update Chapter Image Link (#7665)
* Update build.gradle

* Create HomeHeroScans.kt
2021-06-15 08:58:46 -04:00
Hunter Nickel 99c1871901
Add MangaMiso Source (#7622) 2021-06-14 07:16:23 -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
Maxim Kuleshov 71986a1c6e
Hentaimimi proper fix (#7608)
* Properly parse HentaiMimi pages list

* HentaiMimi version bump

* Add kotlinx-serialization to build.gradle (HentaiMimi)
2021-06-11 18:11:29 -04:00
Vetle Ledaal 675d44272a
WeComics: Update logic and error message for paid chapters. (#7598) 2021-06-10 21:11:34 -04:00
Maxim Kuleshov 6fa8cfe804
Hentaimimi fix (#7574)
* Fix incorrect unescaping when image url contains unicode entities

* Up extVersionCode
2021-06-10 09:22:36 -04:00
Ivan Iskandar d0b29bae80
CatManga QoL improvements (#7451) 2021-06-05 07:42:14 -04:00
curche ba1da0be4c
Use TrimMargin instead of listOf in xkcd string thrown on error (#7470)
* refactor string used to throw error in xkcd

makes a minor change to code I PRd a while back
refer: https://github.com/tachiyomiorg/tachiyomi-extensions/pull/6474

changed listOf to trimMargin because it looked cleaner and a more kotlin
way to do it

* bump versioncode for xkcd

otherwise it might not update the extension
2021-06-04 18:13:04 -04:00
E-Hern Lee 1ecd11ced4
Fix MangaJar page list parsing (#7400)
* fix[mangajar]: fix page list parsing

* style[mangajar]: remove braces from if-expression, use hasAttr

* fix[mangajar]: fix if-else
2021-06-04 07:40:15 -04:00
Alessandro Jean 6d144464c7
Add kotlinx.serialization to more sources (#7398)
* Replace Gson in Foolslide, Wpmangastream, Gigaviewer and Bilibili.

* Replace Gson in Wpmangareader and Cubari.

* Replace Gson in MangaAdventure and NaniScans.

* Fix missing pages at Wpmangastream (closes #7395).

* Replace Gson in Webtoons and WebtoonsTranslate.
2021-06-03 11:55:26 -04:00
E3FxGaming 8dce249839
MangaMutiny - Migration from Gson to kotlinx.serialization (#7401)
* Initial serialization with kotlinx.serialization draft

* Serialization without Serializable
2021-06-03 06:22:43 -04:00
Alessandro Jean 10eb030895
Add kotlinx.serialization to more sources. (#7391) 2021-06-02 16:28:10 -04:00
FourTOne5 c9f6bd2504
Update MangaHasu Base Url. (#7306)
* Update Mangahasu.kt

* Update build.gradle
2021-05-30 11:40:38 -04:00
FourTOne5 b15d718ebb
Home Hero Scans Fix HTTP Error 500 (#7282)
* Fix HTTP Error 500

* Update build.gradle
2021-05-29 20:26:09 -04:00
NMBLM a5836c534b
Update Manga-raw.club (#7254)
* [EN] manga-raw.club extension implementation

* Added nsfw tag

* Change to get correct description and if date parse fails returns 0

* update extension version number

* Date is now parsed always with English Locale

* Fixed Status to show correctly
2021-05-27 12:47:16 -04:00
NMBLM bee381f0e6
Added Manga-raw.club (#7242)
* [EN] manga-raw.club extension implementation

* Added nsfw tag
2021-05-27 09:43:28 -04:00
Riztard Lanthorn 4cfe1f462f
RainOfSnow: add rate limit 2/s (#7205) 2021-05-24 09:31:16 -04:00
FourTOne5 df1c56dcc5
Add MangaPark v3 (#7176)
* Create MangaPark.kt

* Create MangaParkFactory.kt

* Create MangaParkUrlActivity.kt

* Create build.gradle

* Create AndroidManifest.xml

* Create res

* Change MangaPark to MangaPark v2

* remove all

* Fixxy Fixxy

* More fix

* Update MangaPark.kt

* Update MangaPark.kt

* Update MangaPark.kt

* Revert en.mangapark name.

* Update MangaPark.kt
2021-05-24 07:03:10 -04:00
FourTOne5 54a7cdb041
Bilibili Comics Add search from Api instead of scrapping (#7119)
* Update BilibiliComics.kt

* Update build.gradle

* Update BilibiliComics.kt
2021-05-24 06:12:39 -04:00
Johannes Joens 95c6f9f7f7
Rain of snow: Fixes (#7170)
* Update build.gradle

* Update RainOfSnow.kt

* Updated Icon to new Icon
2021-05-22 07:32:12 -04:00
Alessandro Jean 4bd39822a7
Add Bilibili Comics source. (#7108) 2021-05-20 06:40:16 -04:00
Alessandro Jean 2a8ce17ab3
Update selector at Viz. (#7110) 2021-05-20 06:39:41 -04:00
Robin Lambertz 270745cc5b
Fix Witchy from HiveworksComic (#7033) 2021-05-17 14:09:30 -04:00
Alessandro Jean 91904eaaa0
Add rate limiting to Viz (#7050)
* Add rate limiting to Viz.

* Fix NPE at logged in check.
2021-05-16 12:43:07 -04:00
h-hyuuga 3a90e498b1
Home Hero Scans: Add support for deeplinking + fix bug where webview wouldn't launch (#7003) 2021-05-16 12:06:09 -04:00
h-hyuuga 1b828a2e67
Add Home Hero Scans (#6984) 2021-05-11 18:26:59 -04:00
Alessandro Jean 050c71a011
Add rate limiting to some sources (#6916)
* Add rate limiting to some Madara sources.

* Add rate limiting to some other sources.

* Add rate limiting to Hentaimimi (closes #6910).
2021-05-08 20:52:28 -04:00
Alessandro Jean b146544ab2
Add SMA-15 to SilentMangaAudition. (#6909) 2021-05-08 18:04:51 -04:00
scb261 6be3b361fd
HentaiMimi: fix pages for titles with comma, order filters alphabetically (#6898)
* Fix pages when title contains comma

* Sort filters for easier search

* Bump version

* Remove extra new line at the end of the generated file
2021-05-08 09:28:27 -04:00
Johannes Joens a235527858
Added HentaiMimi (#6890)
* Create AndroidManifest.xml

* Added HentaiMimi

* Added Icons
2021-05-07 21:33:02 -04:00
Johannes Joens 807f2c8a57
Added Guya multisrc (#6861)
* Update Guya.kt

* Deleted old files

* Added Guya multisrc

* Added Overrides

* Update version
2021-05-06 06:11:15 -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
Johannes Joens f8ad86da6c
Patchfriday various updates and fixes (#6805)
* Update PatchFriday.kt

* Update build.gradle
2021-05-03 09:28:03 -04:00
Alessandro Jean 58d5923290
Fix JSON error when loading chapter at Viz. (#6774) 2021-04-30 22:04:23 -04:00
Alessandro Jean b2fc487395
Fix missing pages and add chapter auth check at Viz. (#6773) 2021-04-30 17:39:52 -04:00
nzoba b13ccc27ec
Fix Tapas and Japanread (#6764)
* tapas : settings to show lock after login on locked chapters

* japanread : fix missing chapters and wrong popularmangalist
2021-04-29 16:00:15 -04:00
arkon 50bf2a56e5
Update dependencies; drop Android 4.x support (#6742) 2021-04-28 15:38:05 -04:00
Jaykoerner 179a97aa2a
Changed url for mangapark extension (#6724)
* Temporary fix to use the legacy server 

site had a update that changed page format, they currently have a copy of the legacy interface on https://v2.mangapark.net/ , this is a patch since it will likely be fully shut down soon, the new interface needs the scraper redone to be supported as far as I cant tell.

* Update build.gradle
2021-04-27 07:14:51 -04:00
Johannes Joens 1befe9c9b4
Added NyanHentai multisrc (#6712)
* Create NyaHentai.kt

* Create NyaHentaiGenerator.kt

* Added Overrides

* Removed Old files

* Added more Nya Sources

* Added Lang Factorys
2021-04-26 08:41:19 -04:00
Johannes Joens bd5f8aeb5f
MangaFast fixes (#6666)
* Update MangaFast.kt

* Update build.gradle
2021-04-22 02:44:27 -04:00
OncePunchedMan 36d5f0e7f5
fix search + browse + filter (#6645) 2021-04-20 18:04:01 -04:00
OncePunchedMan 9d35c8638b
change search query parameter (#6576) 2021-04-16 07:55:24 -04:00
Riztard Lanthorn 526e0e0d90
RainOfSnow: fix issue (#6529)
website change things
2021-04-13 12:41:03 -04:00
Riztard Lanthorn f1e165dac0
add alternative name, cleaning some code, add icon (#6484)
* MangaSee/Life: add alt name, cleaning

add alternative name to manga description
cleaning series type code

* WPMangaReader: add alt name, cleaning

add alternative name to manga description
cleaning series type code

* FMReader: add alt name

add alternative name to manga description
remove author name if its "Updating"

* MangaPark: add alt name

add alternative name to manga description

* WPMangaStream: add alt name, cleaning

add alternative name to manga description
cleaning series type code

* MangaBox: add alt name

add alternative name to manga description

* MaidManga: add alt name, cleaning

add alternative name to manga description
cleaning series type code

* Komiku: cleaning code

cleaning series type code

* ManhuaID: cleaning code

cleaning series type code

* cleaning, tweaking

* add 18+

* add some source icon in fmreader

Co-Authored-By: Ankit Singh <as280093@gmail.com>

* add some source icon in wpmangareader

Co-Authored-By: Ankit Singh <as280093@gmail.com>

* add some source icon in wpmangastream

Co-Authored-By: Ankit Singh <as280093@gmail.com>

* Ngomik: fix thumbnail and chapter images

Co-authored-by: Ankit Singh <as280093@gmail.com>
2021-04-13 08:10:49 -04:00
João Filipe Araújo c0acfe6b5b
ReadComicOnline: update domain(#6515) and add new filter options (#6518)
Updated domain from .to to .li and added Sports and Music to filter
2021-04-12 17:15:25 -04:00
Ivan Iskandar 50859e76aa
CatManga: Remember currentTimeMillis when a chapter is found for the first time (#6508)
This prevents manga entries without any new chapter from getting
bumped to the top of "Latest chapter" list when the library is updated.
2021-04-12 07:38:34 -04:00
Ivan Iskandar b2c4ff68ff
Add CatManga (#6481)
* Add CatManga

* CatManga: Add URL intent handler
2021-04-09 07:49:11 -04:00
curche e2a7cf1013
handle interactive xkcd comics (#6474)
* handle interactive xkcd comics

Some xkcd comics tend to be interactive and can only be played in a regular browser
These cannot be loaded in the app and the reader loads indefinitely
Instead, we throw a text image with a message to open in browser

the div#comic img attribute will be null/empty in case of parsing interactive
comics and is then replaced with an image warning

uses fakeimagepl to generate image from text

closes https://github.com/tachiyomiorg/tachiyomi-extensions/issues/6370

* update build.gradle version code for xkcd
2021-04-08 08:54:05 -04:00
Alessandro Jean 371716b5b8
Add SMA-14 to SilentMangaAudition. (#6464) 2021-04-07 13:48:43 -04:00
Johannes Joens 8c07a08a9f
Deleting MangaReader and MangaPanda (#6391) 2021-04-02 08:47:18 -04:00
Johannes Joens 80cdcdcb28
MangaMainac split (#6368)
* Added MangaMainac Factory

* Update MangaMainac.kt

* Create MangaMainacGenerator.kt

* Added icons

* redudent due to multi source

* included in Mangamainac Multisource

* Update pkg and class names

* Update MangaMainacGenerator.kt
2021-03-31 10:28:02 -04:00
Riztard Lanthorn 152b4ca7d8
EarlyManga: fix ghost chapter (#6361) 2021-03-31 10:05:03 -04:00
E3FxGaming d9b0633efd
MangaMutiny: chapter number in chapter name improvement (#6343)
- small change to make chapter numbers in chapter names lose trailing .0
- don't recreate the SimpleDateFormatter for every parsed chapter. Declaring and initializing it once is enough.
2021-03-29 09:22:48 -04:00
scb261 3c106cfb35
MangaFast: various fixes (#6346) 2021-03-29 09:21:10 -04:00
funkyhippo d604f06811
Migrate Guya proxy to Cubari, QoL updates to Cubari. (#6324)
* Remove Guya proxy intents.

* Cubari sourceFactory for easier discoverability, search improvements.
2021-03-28 16:20:51 -04:00
Riztard Lanthorn 6e43a99726
EarlyManga: fix chapter list, fix latest load more (#6322) 2021-03-28 07:11:21 -04:00
Andreas 3b02f95c02
Imgur intent filter for Guya (#6277) 2021-03-24 19:18:50 -04:00
Andreas a4e5480260
Add intent for Guya proxies (#6276) 2021-03-24 13:46:39 -04:00
scb261 374820d365
Move MangaSee/Life to multisrc, improve search (#6267)
* MangaLife/See: search alt names, trim search

* Create MangaSeeLife theme multisrc

* Remove old separated MangaLife and MangaSee

* Move additional.gradle.kts to default directory

* Rename theme name from MangaSeeLife to NepNep
2021-03-24 12:25:29 -04:00
Riztard Lanthorn afe8ece417
WebNovel.com: fix pages issue (#6249) 2021-03-22 13:13:45 -04:00
Riztard Lanthorn 9a24033f2d
MangaFast: fix latest, browse, manga detail, chapter list (#6248) 2021-03-22 12:41:13 -04:00
Vetle Ledaal 1af08ae1aa
Add WeComics (#6237) 2021-03-22 08:02:59 -04:00