Commit Graph

2727 Commits

Author SHA1 Message Date
nicki e7369b1b38
Add extension CommitStrip (#8878)
* the journey to a commitstrip ext begins

copies over skeleton code from reallifecomics and renames files and
folders to match new extension

also creates a sourcefactory since the site has both en and fr variants

* generate SManga entries

since the site is able to show comics by year, we'll create one SManga
entry for every year.

Also aware of siteLang since it has brings some changes

Archive years start from 2012 to current year

* update build.gradle with commitstrip details

uses CommitStripFactory

* add chapter list selector and parse it

comic entries don't really have a numbering in the website except for
their dates so we'll just keep our own numbering

needs to be reversed because the website shows the latest one first

need to add paging

* use better logo url

* parse chapter from Element

gets the url, regexes the url to find a date, and sets a name using a
selector on the chapter element

still didnt attempt paging yet btw

* use correct selector for chapter pages images

* fix package info

actually forgot abt the things at top
also made `siteLang` private because android studio recommended that

* actually use the correct logo link for thumbnail...

* use `lang` instead of `siteLang` at some places

`siteLang` is used when creating URLs and for extension stuff like
creating SManga object, it's better to use `lang` I feel.
In the end, it doesn't matter in this case because both are the same for
this extension.

* remote `private val` as per speculation

constructor parameter is never used as a property
and so `val` can be removed
this avoids more memory use due to unnecessary use
 - android studio

* Add ext app icon

The entire image assets placed in `res` folder. Made possible by their
actual logo (small version), which for some reason refused to work as
`SManga.thumbnail_url`

* linting

* adjust `baseUrl` usages

rather than having `siteLang` inside the `baseUrl`, better to have it
explicitly used everytime.

also fixes `thumbnail_url` because the link to the logo is broken when
you include `siteLang` in `baseUrl`

* create `manga.url` explicitly

since fetchChapterList will be overridden and its easier to have a full
url to make a client.newCall rather than setUrlWithoutDomain

* `thumbnail_url` doesn't need `siteLang`

and I forgot abt that

* add pagination for fetchChapterList

tried to reuse whatever I already had to support pages

might be slow because I do one extra request for Page 1 and some manga
have too many pages (like 11) each with 20 comics

* rewrite how pages are obtained

since I changed `manga.url`, that changes `chapter.url` and so that
implied a change to the page list as well.

* maybe optimize chapterList a bit

still a bit slow because some of them have a lot of pages but wanted to
reduce an extra request just to get total no of pages.

* just use your own links for the logo

can't get the logo to load from the link even though it worked. Might as
well get your own links to the logo. While I was searching, also found a
cool logo in FR so I kept that.

Both logos taken from the webcomics' Kickstarter and Ulule fundraisers

* Revert "maybe optimize chapterList a bit"

This reverts commit 672db52460cf597f28a80f24de3a7659f4c7a939.
because that didn't work. at all..

* remove unused variable
2021-08-30 08:03:45 -04:00
Ahmed gamal b676bebbbf
Add new source (RE-Manga) (#8862)
* Add new source

 add re-manga

* add missing (,)
2021-08-27 06:26:57 -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
Clouddark75 deb2ad109f
Adding headers back to LectorManga images and fixing ManhuaPlus again. (#8854)
* Update build.gradle

* Update LectorManga.kt

* Update ManhuaPlus.kt

* Update MadaraGenerator.kt
2021-08-26 07:15:15 -04:00
Clouddark75 eb1edeb4c5
Fixing the update images selector. (#8846)
* Update LectorManga.kt

* Update build.gradle
2021-08-25 19:28:00 -04:00
abhijeetChawla d3ecc55814
updated the image selector (#8831)
* Updated the imageUrl selector

the whole extension is working except the image selector which was just updated

* update build.gradle to 36
2021-08-25 06:34:47 -04:00
Ahmed gamal 62d18420bf
MangaAlarb: update icons (#8807)
* MangaAlarb: update icons

forgot to add them in last PR

* Update web_hi_res_512.png
2021-08-25 06:21:20 -04:00
Alessandro Jean 6521e78158
Add MW source (closes #8766). (#8823) 2021-08-25 06:20:30 -04:00
u2shana 5f83861b9b
[cocomanga]Fix: Change domain (#8826)
* bump version

* fix domain
2021-08-25 06:20:18 -04:00
Marco Gutierrez 07463198d3
+ Fix 403 TuMangaOnline on chapter images (#8816)
+ Update extVersionCode
2021-08-25 06:19:48 -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
loocool2 f77b170e45
Properly process chapters without a group name (#8785)
* Fixed MangaDex content rating preferences being swapped

* Properly process anonymous chapters

* Remembered to account for empty string
2021-08-24 10:55:26 -04:00
Arraiment 08246bf4e8
Rework source (#8800) 2021-08-24 06:44:35 -04:00
anenasa ddb80df1fd
Zerobyw: Update baseUrl (#8792) 2021-08-24 06:44:16 -04:00
Ahmed gamal a3071faf48
MangaLink: Add Manga Type To Genres (#8791) 2021-08-24 06:44:07 -04:00
Ahmed gamal 8fbd3ab39d
MangaAlarab: some fixes (#8786)
Fix wrong Latest update page
Fix some Filters
2021-08-24 06:43:49 -04:00
loocool2 4d1bc517f2
Fixed MangaDex content rating preferences being swapped (#8784) 2021-08-24 06:42:31 -04:00
Alessandro Jean 42f6a32163
Add missing chapter scanlator in MM. (#8783) 2021-08-24 06:41:59 -04:00
Riztard Lanthorn 5e25906ae3
add ZManga multi-source (#8779)
* add ZManga multi-source

- add KomikPlay source
- remove MangaKane
- add MaidManga and KomikPlay to ZManga Factory

* add default icon

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

Co-authored-by: Ankit Singh <as280093@gmail.com>
2021-08-24 06:41:35 -04:00
Pavka 6a1dd5636a
Fix rm_h.init rename in readmanga family sites (#8772) 2021-08-23 07:22:05 -04:00
mountfox 67bde7f28c
Stop overwriting request user-agent when bypassing Cloudflare (#8771)
* Bypass cloudflare WAF using webview

* MyReadingManga: remove single cookie when bypassing Cloudflare

* Don't overwrite request header when bypassing Cloudflare
2021-08-23 07:21:18 -04:00
Alessandro Jean 61cda66933
Fix bad CSS selector at GM. (#8763) 2021-08-23 07:20:07 -04:00
Alessandro Jean ab391bff6c
Add MV source (closes #8758). (#8762) 2021-08-23 07:19:54 -04:00
nicki b74b30d4fe
Undo mundo (#8756)
* Revert "Remove Mundo Manga-kun (pt) ext (#8744)"

This reverts commit bea3ac6827.

* increase rate limit

now at 1 per 3 sec
also bumps version code
2021-08-22 15:50:31 -04:00
Arraiment a9f7b363b1
Add LoadingArtist (#8730) 2021-08-22 10:39:57 -04:00
nicki bea3ac6827
Remove Mundo Manga-kun (pt) ext (#8744)
Closes
https://github.com/tachiyomiorg/tachiyomi-extensions/issues/8741
2021-08-22 10:38:49 -04:00
Arraiment 1e6d92e0a5
Add url intent and id search for IMHentai (#8700)
* Add url intent and id search

* Slight refactoring and fix image loading
2021-08-22 10:37:42 -04:00
CVIUS 43177c7c10
mangajar: fix complete status (#8733)
* Update MangaJar.kt

* bump
2021-08-22 10:36:55 -04:00
Maxim Molochkov cc427a04a3
Fix chapters not opening (#8738) 2021-08-22 10:36:46 -04:00
Aria Moradi dd07318201
Tachidesk: fix crash issues (#8735)
* fix tachidesk crash issues

* re-format file
2021-08-22 10:36:26 -04:00
Alessandro Jean 8a52a4db06
Fix build error due to CookieManager. (#8716) 2021-08-21 19:37:28 -04:00
Aria Moradi 070ef60753
add compatibility with Tachidesk-Server v0.4.7 (#8717)
* better baseUrl pref name

* add compatibility with Tachidesk-Server v0.4.7
2021-08-21 19:37:18 -04:00
happywillow0 8bfbfe7f43
Fix NineMangaEn (#8709)
- Ignore subdomain completely for en site.
2021-08-21 13:33:02 -04:00
Arraiment 40ea248097
Implement search and filters (#8706) 2021-08-21 13:32:34 -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
Alessandro Jean 9f3b26022c
Count chapter and project views in TS (#8688)
* Count chapter and project views in TS.

* Add project view count.
2021-08-21 13:30:22 -04:00
loocool2 9009c4cd2e
Added Megatokyo extension (#8687)
* Added Megatokyo, WIP

* Fixed Megatokyo dates

* Added comment
2021-08-21 13:29:55 -04:00
Alessandro Jean 3f9d69f224
Fix wrong title details in GM. (#8684) 2021-08-21 13:28:39 -04:00
Alessandro Jean e49ac1044e
Add missing author to BM. (#8683) 2021-08-21 13:28:31 -04:00
Alessandro Jean 42f573c8ce
Fix chapters not loading in TS. (#8677) 2021-08-20 13:11:05 -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
Ahmed gamal d09c4a0abb
MangaLink: Add Filters (#8673) 2021-08-20 10:41:38 -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 4746ab375b
Add ZeurelScan (#8665)
* Add ZeurelScan

* Fix search
2021-08-20 06:23:13 -04:00
Arraiment c19a5c64ce
Fix search and add filters (#8667) 2021-08-20 06:22:43 -04:00
Ahmed gamal 511f667792
Asgard Team: Add Type Filters (#8646) 2021-08-19 05:58:14 -04:00
Alessandro Jean 2d976eb7f2
Add missing status in MM. (#8637) 2021-08-18 14:17:19 -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 f3a4f33666
Fix inspector build exception (again). (#8619) 2021-08-17 21:55:33 -04:00
Alessandro Jean c9651735f5
Remove TM extension. (#8609) 2021-08-17 21:17:58 -04:00
Alessandro Jean 51ff911e0e
Escape entities in Bato.to (#8613) 2021-08-17 21:17:46 -04:00
Kamikadze 088808d35c
BaseURL Update (#8611)
* Version update

* BaseURL Update
2021-08-17 21:16:53 -04:00
Alessandro Jean b25fce871a
Fix inspector build exception. (#8612) 2021-08-17 21:16:40 -04:00
Alessandro Jean b91d75fac3
Add INKR again. (#8606) 2021-08-17 17:46:49 -04:00
mountfox 10c2dc0395
Bypass cloudflare WAF using webview in MyReadingManga (#8562)
* Bypass cloudflare WAF using webview

* MyReadingManga: remove single cookie when bypassing Cloudflare
2021-08-17 17:45:28 -04:00
Maday 8c302fe615
Updated the new tkor website url (#8585)
* Updated the new tkor website url

Changed url to https://tkor.dog

* Update build.gradle

* Update build.gradle

* Update build.gradle
2021-08-17 06:44:02 -04:00
Alessandro Jean d6838a544e
Fix missing search results in MY. (#8588) 2021-08-16 13:01:01 -04:00
Ahmed gamal 4445b61ee8
MangaAlarb fix chapter names (#8564)
fix chapters names are are included with chapters date
2021-08-16 06:10:18 -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 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
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 24b583ac6a
Ninehentai json migration and other changes (#8552)
* Migration to kotlinx.serialization

* Refactoring and changed search implementation

* Add url intent

* Small fixes
2021-08-14 05:46:43 -04:00
Ahmed gamal 7ea52804f1
mangaalarab update (#8550)
add genres,manga type,manga status and alternative names to manga Details
2021-08-14 05:45:48 -04:00
Arraiment aa2b301ac1
Hitomi.la issue fixes (#8554)
* Fix page url requests

* Add keyword search url encoding
2021-08-14 05:45:28 -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
anenasa 56041bb2d6
Add zerobyw (#8541) 2021-08-13 06:59:01 -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
ShadesOfRay 1ff375ebf6
Created the Tencent Comics extension (#8524) 2021-08-12 07:34:03 -04:00
Alessandro Jean 4c8e27c1ec
Add Russian to MangaPlus. (#8513) 2021-08-10 14:04:25 -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
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 e850a60f98
Small fixes for 3 sources (#8492)
* TruyenQQ: Update base domain

* MangaAe: Update chapter url

* Sisi Gelap: Update url
2021-08-09 08:06:42 -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
Alessandro Jean ab8ea9ddb5
Move MT to multisrc and add a new source. (#8478) 2021-08-09 06:58:15 -04:00
Arraiment b4a80e6085
Reworked search filter functionality (#8488) 2021-08-09 06:57:57 -04:00
Gauthier a80e03cf4e
[Komga] show readlist summary, search and display series aggregated tags (#8489)
* display and search aggregated book tags at series level

* display readlist summary

* bump version
2021-08-09 06:57:38 -04:00
Arraiment 6470dd5245
Migrating 3 sources to kotlinx.serialization (#8463)
* HentaiHand: Migration to kotlinx.serialization

* SimplyHentai: Migration to kotlinx.serialization

* Kangaryu: Migration to kotlinx.serialization
2021-08-08 11:38:14 -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 0120ffbb08
Fix some chapter images still not loading at MY!. (#8448) 2021-08-07 12:59:35 -04:00
Alessandro Jean f61b2e1553
Remove the extra header used to bypass the block. (#8449) 2021-08-07 12:05:49 -04:00
Alessandro Jean ed8266fb68
Fix Duktape decoding not working in MangaPlus. (#8444) 2021-08-07 11:59:47 -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
Alessandro Jean 18f3f9412f
Add another code to the blocking ones in TM. (#8443) 2021-08-07 11:56:03 -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
Alessandro Jean 97b59f6623
Update MangaPlus API endpoints. (#8421) 2021-08-06 14:17:21 -04:00
Alessandro Jean 5f5a285278
Fix website block in TM. (#8420) 2021-08-06 11:09:12 -04:00
ObserverOfTime 20a5797f84
Clean up Dilbert extension (#8410) 2021-08-06 06:10:17 -04:00
Alessandro Jean bdf2b39729
Fix images not loading in MY. (#8413) 2021-08-06 06:10:03 -04:00
Arraiment 714c773714
Fix issue parsing chapter list (#8417) 2021-08-06 06:09:08 -04:00
Ahmed gamal 792734c22f
Asgard Team source fix (#8407)
* remove AsgardTeam

remove Asgard Team as it's not using madara theme anymore

* add Asgard Team source

fix asgard team manga as it's not using madara theme anymore

* update asgardteam version

update version
2021-08-05 10:40:39 -04:00
CVIUS 0ec75f451d
MPv3: replace icon with better one (#8387)
* mpv3: replace icon with better one

* bump version
2021-08-04 07:16:18 -04:00
Arraiment 633ebe7e7c
Comick.fun: Fixes genre missing for some manga (#8390)
* Fix json parsing for genre tags

* Updated version
2021-08-04 07:15:10 -04:00
Alessandro Jean 0fb6bc0d44
Fix User Agent block error not showing at Tsuki (#8381)
* Fix UA error not showing at Tsuki.

* Add missing HTTP code in if.
2021-08-03 12:15:09 -04:00
Aria Moradi 94915eeb0f
add Tachidesk extension (#8361)
* add Tachidesk extension

* rewrite with kotlinx-serialization

* apply suggestions by @ObserverOfTime

* linter must lint

* map Tachidesk MangaStatus to SManga constants

* raise exception when baseUrl is empty

* defensive programming

* print Exception to Log.e instead

* cesco asked for this...
2021-08-03 10:13:00 -04:00
tangkt89 958cc4457c
Fix chapter sort order (#8379) 2021-08-03 10:12:47 -04:00
FourTOne5 687ddea5fc
Fix Henchan BaseUrl (#8378)
* Fix Base Url

* Bump Version
2021-08-03 09:05:21 -04:00
Broccoli 3127c1059e
Added Referer header (#8358) 2021-08-02 11:01:31 -04:00
Kamikadze f452f52530
BaseURL Update (#8356)
* Version update

* BaseURL Update
2021-08-02 11:01:20 -04:00
Eugene 604f86f4d8
[RU]Remanga more tags in detail and filters (#8347) 2021-08-02 10:58:27 -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
Ahmed gamal e456260c21
manga alarab:Add filters (#8342)
add filter
2021-07-31 20:41:27 -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
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
Ahmed gamal 43528e398b
Add Manga Alarab source (#8298)
Add Manga Alarab source
2021-07-28 06:21:47 -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
nicki ac49213658
Fix typo in word Original in Mangadex Settings+ (#8285) 2021-07-26 14:04:38 -04:00
Arraiment 8bb02faff1
nhentai: Filtering by pages (#8260)
* Added page filter

* Updated version
2021-07-26 07:29:33 -04:00
lord-ne 8049bae936
Add Comikey source (#8273) 2021-07-26 06:43:47 -04:00
FourTOne5 bf119937ff
MangaDex Cover Qulity Setting (#8268)
* Update MDConstants.kt

* Update MangaDex.kt

* Update MangaDexHelper.kt

* Update build.gradle

* Update MangaDex.kt

* Update MangaDexHelper.kt

* Update MangaDexHelper.kt

* Update MDConstants.kt
2021-07-26 06:40:18 -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
Kamikadze a15be4c080
Genre and BaseURL update (#8246)
* Genre and BaseURL update

* Change Version
2021-07-23 16:12:13 -04:00
Ahmed gamal cb0c52aaf6
Gmanga: fix url (#8243)
gmanga changes the domain to Gmanga.org
2021-07-23 10:58:07 -04:00
Alessandro Jean 58e83d29cb
Make rate limit more harsher in Brazilian sources (#8208)
* Make rate limit more harsher in Brazilian single sources.

* Make rate limit more harsher in Brazilian multisrc sources.
2021-07-21 11:25:36 -04:00
lord-ne 233746b94d
MangaDex: Make chapter URLs deeplink to series page in Tachiyomi (#8205)
* MangaDex: Chapter URLs deeplink to series page in Tachiyomi

* Changes to getMangaIdFromChapterId:
* Remove FORCE_NETWORK from request
* Decode to ChapterDto instead of manually parsing json
* Make exception on unsuccessful response more verbose

* Use constant instead of "manga" literal
2021-07-21 11:20:09 -04:00
FlaminSarge 56cd1154ec
[MangaKatana] Bump version for #7972 (#8196) 2021-07-20 08:17:20 -04:00
Kamikadze 65b0bf52f6
Update baseUrl (#8180) 2021-07-19 09:19:09 -04:00
Clouddark75 7a34002a21
A fix for the Scanlator Tag. (#8174)
* A fix for the Scanlator Tag.

* Update build.gradle
2021-07-19 07:43:47 -04:00
lord-ne 3ffa78ae2b
Purple Cress: Add search and deepliking (#8176) 2021-07-19 06:28:48 -04:00
Alessandro Jean b153c3cf22
Distinguish between novel and manga in Tsuki (closes #8171). (#8172) 2021-07-19 06:27:23 -04:00
Pavka 628fceecd7
Fix links without http/https in ru-remanga (#8169) 2021-07-18 17:31:29 -04:00
Eugene 7e9ca28ae0
[RU]Remanga change/refix "single pixel" filter (#8168)
* [RU]Remanga change/refix "single pixel" filter

* move minor
2021-07-18 09:18:33 -04:00
E3FxGaming b87a5935b8
Cubari release_date fix + volume null fix (#8163)
* Fix for Cubari API response not containing chapter release_date

Cubari API responses don't contain release_date information when the Cubari source is Imgur.
The minor change made with this commit makes the existence of the release_date json property for the parsing process optional.

* Fix for Cubari volume "null" and cleaned up chapter name generation

If the volume is set to null in the json, it's now recognized as not specified.
Also cleaned up the chapter name concatenation.
2021-07-18 06:29:43 -04:00
Carlos 5a8287c1fa
Fix latest mangadex order, and missing manga, and follows users default content rating (#8161)
* Fix latest mangadex order, and missing manga, and follows users default prefs for content rating

* update gradle
2021-07-17 15:45:28 -04:00
Seishirou101 aea0eb6daf
fix cubari upload date (#8126)
* fix upload date

* change sketchy method
2021-07-17 14:52:25 -04:00
Alessandro Jean 532396e197
Fix chapters not loading in MMK. (#8159) 2021-07-17 12:12:28 -04:00
HaruSasaki 1f96d41169
Komikindoid fix (#8157)
* Update KomikIndoID.kt

* Update build.gradle
2021-07-17 09:23:52 -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
Gauthier 3ff3a4f82f
filter deleted series and books (#8132) 2021-07-16 06:23:22 -04:00
HaruSasaki 2c11cbfcd5
Komikindoid fix (#8124)
* Update KomikIndoID.kt

* update icon path

* update icon path

* remove old icon

* Update build.gradle
2021-07-15 09:47:06 -04:00
HaruSasaki 658470d4a5
Add KomikIndoID (#8116) 2021-07-15 06:38: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
Jared Irwin 955c0891f8
Make MangaDex load images more consistently (#8102)
* Make fetching the md@h url less likely to break

* import TimeUnit
2021-07-13 19:35:35 -04:00
Charles Lee f098832504
Update firstSubdomainFromGalleryId in hitomi.la (#8092)
Updated with latest logic from ltn.hitomi.la/common.js
2021-07-13 09:27:17 -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
Carlos 1cc39ff6e0
fix mangadex titles having "" (#8037) 2021-07-09 18:04:08 -04:00
Carlos b3aaf136c2
MangaDex fix deeplinking, parsing, clean up dto's, add latest chapter (#8035)
* MangaDex fix deeplinking, parsing, clean up dto's, add latest chapter

* change wording for sort
2021-07-09 16:39:34 -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
Eugene 979592480c
[RU]YagamiProject exclude the same html (#8001)
* [RU]YagamiProject exclude the same html

* fix empty title
2021-07-07 05:53:01 -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
Alessandro Jean 287cfabcb4
Fix missing chapters at TS. (#7977) 2021-07-05 08:53:46 -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
Eugene 5086df34d8
[RU]Grouple sources fix status and pages (#7942) 2021-07-02 21:27:13 -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
FourTOne5 774b0a3de4
MangaPark v3 Genre Search Fix (#7938)
* Update build.gradle

* Update MangaPark.kt

* Update MangaPark.kt
2021-07-02 08:16:06 -04:00
Eugene 9c45ca3a68
[RU]AllHentai fix status (#7937)
* [RU]AllHentai fix status

* LICENSED

* pagination

* //

* as on the website
2021-07-02 08:15:56 -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
Kai Liu 97e18a0ba2
zh-dmzj: Make ChapterOrder field optional (#7912) 2021-06-28 14:17:22 -04:00
h-hyuuga 72fd4cc564
Comick.fun: Fix parsing issue for nullable chapter numbers (#7902) 2021-06-28 05:50:09 -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
Eugene 35a7ec0ac9
[RU]YagamiProject universal chapter_number (#7883)
* [RU]YagamiProject universal chapter_number

* restart
2021-06-26 07:16:28 -04:00
Eugene 0137f71652
[RU]Remanga status (#7875)
* [RU]Remanga status

* 1
2021-06-25 12:59:04 -04:00
Narin 5492952878
Update for new site layout (#7874) 2021-06-25 12:58:57 -04:00
Eugene 794ba6ab9a
[RU]Mangalib fix qualitative cover & change destroy list chapter (#7872) 2021-06-25 12:58:45 -04:00
zhongfly 64c29c5fd3
[zh-copymanga]Fix search (#7870)
* fix copymanga search

* bump version
2021-06-25 12:58:38 -04:00
Gauthier 5876f259c8
fix user-agent (#7865) 2021-06-25 08:45:53 -04:00
Eugene 30a5c1dd48
[RU]YagamiProject artbooks + artist and qualitative cover (#7837)
* [RU]YagamiProject artist and qualitative cover

* artbooks and -html

* change structure artbooks img parse

* verbal date
2021-06-25 08:44:06 -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
Pavka e08bbfce14
[Ru]Mangahub. Fix detail thumbnail (#7840) 2021-06-24 09:00:52 -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
Eugene 1e354f06b7
New [RU] YagamiProject/ReadYagami (#7824)
* start YagamiProject

* mangaDetails chapterList

* chapterList imageUrl Manga(horizontal reader)

* pageList allreader

* search

* micro change

* double pseudo ONGOING

* Not Used

* NOTE

* fixes

* altName

* remove translation author
2021-06-23 09:21:30 -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
Narin 981ad1b8e3
Fixes search (#7771) 2021-06-20 18:43:46 -04:00
arkon 0640b31137 Fix linting errors 2021-06-20 12:06:27 -04:00
Edgar Mejía 8585b5cd81
Fix InManga pages not load & MangaMx search (#7744)
* InManga replace Gson with kotlinx.serialization, fix pages not load.

* MangaMx: Fix search bug.
2021-06-20 08:40:21 -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