Commit Graph

2445 Commits

Author SHA1 Message Date
Eugene 80394ad62c
New [RU] MangaBook (#7636)
* Start MangaBook

* fix pageListParse and reorganization code

* search and mangaDetailsParse

* search and filters

* icon

* fix empty tag

* LICENSED
2021-06-14 06:20:53 -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
OncePunchedMan 8b1881a9a3
fix not showing description (#7607) 2021-06-11 11:28:02 -04:00
Carlos 761e467896
update to use includes to reduce api calls (#7603) 2021-06-10 21:11:54 -04:00
Vetle Ledaal 675d44272a
WeComics: Update logic and error message for paid chapters. (#7598) 2021-06-10 21:11:34 -04:00
Alessandro Jean fcb929f4e6
Add deeplinking to MangaPlus and Tsuki. (#7597) 2021-06-10 15:22:18 -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
Alessandro Jean ca27731aa8
Fix broken search and chapter images at MP. (#7580) 2021-06-09 17:46:25 -04:00
Carlos 49c930d622
MangaDex: Switch to serialization, use lang descriptions if available, fix open in webview, fix publication status, possibly fix md@home retry (#7540)
* switch to kotlinx

* use baseurl in referer

* remove default sort cause we don't use at this time
update build.gradle

* Use correct field when parsing manga pub status

* Use current language if available in description map.

* potentially fix md@host refresh issue

* add default sort back since that's by number of follows

* use work around for webview credit @Nar1n

Co-authored-by: animusfracto <50589737+animusfracto@users.noreply.github.com>
Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>
2021-06-08 20:58:56 -04:00
Riztard Lanthorn 6f39cbf575
add Project Filter Page to some source (#7526)
* simplified

* add to wpmangareader source

* add pojokmanga, manhuaID,mangakane

* fix issue

* try rerun

* fix2

* simplified

Co-Authored-By: Carlos <2092019+CarlosEsco@users.noreply.github.com>

* fix filter issue

* add MaidManga, Komiku

Co-authored-by: Carlos <2092019+CarlosEsco@users.noreply.github.com>
2021-06-08 17:51:36 -04:00
Alessandro Jean aa06cd4b04
Fix wrong language code in some extensions. (#7550) 2021-06-08 13:43:46 -04:00
Alessandro Jean 8e720b8016
Fix missing covers and filter order at Tsuki. (#7545) 2021-06-08 12:02:45 -04:00
FourTOne5 16f94ad314
MangaPark v3 Fix 3.0 (#7536)
* Update build.gradle

* Update MangaPark.kt

* Update MangaPark.kt

* Update MangaPark.kt
2021-06-08 12:02:03 -04:00
Alessandro Jean 2932fde187
Add a harsher rate limiting to image servers requests at Tsuki (#7531)
* Add rate limiting to image servers at Tsuki.

* Show a message if the UA permission is disabled by the website.
2021-06-07 15:30:23 -04:00
FourTOne5 ad61957f81
MangaPark v3 Fixes 2.0 (#7527)
* Update MangaPark.kt

* Update build.gradle

* *cough*

* Fix?
2021-06-07 10:51:52 -04:00
Pavka fe5771b1e9
[Ru]Libmanga. Fix empty content-length image (#7529) 2021-06-07 10:51:33 -04:00
FourTOne5 bf8b5d5df9
MangaPark v3 Fixes (#7516)
* Update build.gradle

* Update res

* Update MangaParkUrlActivity.kt

* Update MangaParkFactory.kt

* Update MangaPark.kt
2021-06-07 06:52:38 -04:00
Eugene ea0ae4e3ae
[RU]Remanga, Mangalib. Fix "single pixel" filter page and hide empty altname (#7502)
* [RU]Remanga, Mangalib. Fix "single pixel" filter page and hide empty altname

* statusLICENSED
2021-06-06 18:11:13 -04:00
Riztard Lanthorn d0f6f79fe0
MangaKane: add source (#7477) 2021-06-05 07:42:53 -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
Alessandro Jean 462e270824
Remove SocialComics source. (#7466) 2021-06-04 16:22:10 -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
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
Gauthier 380b7594f5
filter series by in progress and read (#7446) 2021-06-04 07:38:57 -04:00
Alessandro Jean 5295e43d68
Fix proxy method not working on Cubari. (#7431) 2021-06-03 16:56:57 -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
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
Alessandro Jean 2fb79d4a2c
Fix referer in MangaDex. (#7397) 2021-06-02 19:48:15 -04:00
Alessandro Jean d191a78d97
Add Referer header to MangaDex. (#7393) 2021-06-02 16:28:31 -04:00
Alessandro Jean 10eb030895
Add kotlinx.serialization to more sources. (#7391) 2021-06-02 16:28:10 -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
Johannes Joens 0452d87b2f
Remove Sources that are down (#7361)
* Removed Sorces

* Delete multisrc/overrides/madara/atmsubs/src directory

* Delete multisrc/overrides/madara/doujinyosh/src directory

* Delete multisrc/overrides/madara/justforfun/src directory

* Delete multisrc/overrides/madara/mangaarabonline/src directory

* Delete multisrc/overrides/madara/mangazukiclub/src directory

* Delete multisrc/overrides/madara/mangazukionline/src directory

* Delete multisrc/overrides/madara/nazarickscans/src directory

* Delete multisrc/overrides/madara/spookyscanlations/src directory

* Delete multisrc/overrides/madara/toonpoint/src directory

* Delete multisrc/overrides/madara/tsubakinoscan/src directory

* Delete multisrc/overrides/madara/wescans/src directory

* Remove sources wpmangastream

* remove double ,

* Delete multisrc/overrides/wpmangastream/mangashiro/src directory

* Delete multisrc/overrides/wpmangastream/komikindowpms directory

* Delete multisrc/overrides/wpmangastream/komikru/src directory

* Delete multisrc/overrides/wpmangastream/komikgo/src directory

* Delete multisrc/overrides/wpmangastream/matakomik/src directory

* Update FoolSlideGenerator.kt

* Delete multisrc/overrides/foolslide/ajianoscantrad/src directory

* Delete multisrc/overrides/foolslide/storminheaven/src directory

* Delete multisrc/overrides/foolslide/fallenworldorder/src directory

* Remove azbivo.webd.pro

* Remove comiclatest.com

* Delete multisrc/overrides/wpcomics/comiclatest directory

* Removed more sources

* Delete multisrc/overrides/wpmangastream/chiotaku/src directory

* Delete multisrc/overrides/wpmangastream/mangap/src directory

* Remove Mangaindo

* Remove neumanga

* Remove Bacamanga.cc

* Remove MundoHentai

* Remove andromedascans

* Remove Manga-Zen.com
2021-06-01 09:48:53 -04:00
Julien Papasian 573e995cdb
MangaKawaii: URL changed. Fix #7030 (#7338) 2021-05-31 19:03:45 -04:00
FourTOne5 c9f6bd2504
Update MangaHasu Base Url. (#7306)
* Update Mangahasu.kt

* Update build.gradle
2021-05-30 11:40:38 -04:00
Eugene 5c35a00ca2
[RU] AllHentai change domain (#7314)
* [RU] AllHentai change domain

* -
2021-05-30 11:39:51 -04:00
Carlos 6822315dfd
use dex covers for everything (#7291) 2021-05-29 20:26:29 -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
Marco Gutierrez cbcef28f39
Fix error 403 Tumangaonline (#7261)
* + Fix error 403 Tumangaonline

* + Update extVersionCode
2021-05-28 12:53:49 -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
Luis Andrés Bajaña F 69f6c632ca
Fixed VCP selectors (#7241) 2021-05-27 06:16:37 -04:00
Eugene 0a842f6152
[RU]Readmanga & Mintmanga add Age tags (#7234) 2021-05-26 10:42:42 -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
henry726 6aac2a0539
Mango: Fix Page Fetch (#7227)
* Update Mango.kt

Added chapter numbers based on index order (same way they appear on the web client)

* Update build.gradle

* Update Mango.kt

Adds chapter number to the beginning of the chapter name

* Update Mango.kt

The last page of the chapter no longer repeats at the beginning

* Update build.gradle
2021-05-25 18:12:08 -04:00
Eugene 620a1ea6f9
Lewdcheck for SY ([RU]Libmanga & Remanga & Desu) (#7222)
* Lewdcheck for SY ([RU]Libmanga & Remanga)

* Lewdcheck for SY and Type for J2K ([RU]Desu)
2021-05-25 12:37:04 -04:00
Riztard Lanthorn cf390b8629
Komiku: fix chapter page (#7208) 2021-05-25 08:22:30 -04:00
Alessandro Jean a35d2d2514
Add missing titles in Portuguese and Indonesian at Manga Plus (#7211)
* Add missing titles in Portuguese and Indonesian at M+.

* Add missing commas
2021-05-25 08:22:18 -04:00
Pavka 8f8c1ef90e
Update Remanga.kt (#7218)
* Update Remanga.kt

Fix crash with 500 on remanga

* Remanga 26 version
2021-05-25 08:21:51 -04:00
Riztard Lanthorn 4cfe1f462f
RainOfSnow: add rate limit 2/s (#7205) 2021-05-24 09:31:16 -04:00
FourTOne5 9f9ee6d4ff
MangaPark v3 fix [Invalid Float=""] (#7203)
* MangaPark v3 fix [Invalid Float=""]

* Update build.gradle
2021-05-24 09:01:21 -04:00
anenasa 110f7330c5
Add Imitui (#7077) 2021-05-24 07:03:32 -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
FrozyPenguin ec3ed6206c
Fix japscan intercept url (#7191) 2021-05-24 07:03:05 -04:00
henry726 f42d8cd443
Mango: Add chapter numbers (#7193)
* Update Mango.kt

Added chapter numbers based on index order (same way they appear on the web client)

* Update build.gradle

* Update Mango.kt

Adds chapter number to the beginning of the chapter name
2021-05-24 07:02:58 -04:00
h-hyuuga 6a404595b6
Add Comick.fun (#7159)
* Add Comick.fun

* Bugfixes + Improve Chapter Titles and Descriptions
2021-05-24 06:13:43 -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
Carlos 5f10f155d9
MangaDex use translatedLanguage and an alt cover source(#7180)
* fix locales, add back bone for covers, use alt cover url

* dont change url

* update gradle
2021-05-22 11:16:31 -04:00
Eugene 20d4513149
[RU]Desu Rus+Alttitle Rate (#7167) 2021-05-22 07:33:37 -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
Johannes Joens 9c4b1caee5
Bato.To: Fix infinitiy search (#7156)
* Update build.gradle

* Update BatoTo.kt
2021-05-22 00:20:45 -04:00
Eugene 6f3ea81db1
[RU] Readmanga & Mintmanga add rate/score and fixes (#7158)
* Readmanga & Mintmanga add rate

* Fix/simplification code

* add sort year

* delete sort name(alphabet)

* edit the sensitivity of stars

* micro-sensitivity underestimation
2021-05-22 00:20:27 -04:00
Alessandro Jean efc037301b
Add GigaViewer to multisrc (#7125)
* Add GigaViewer to multisrc.

* Add MagComi.
2021-05-21 08:40:06 -04:00
Abdennour Alem d2bf29c960
Fix japscan baseUrl (#7132)
* Fix japscan baseUrl

* Update build.gradle
2021-05-21 08:39:21 -04:00
Gauthier aeae87d57f
search for in progress and unread when unread only is selected (#7141) 2021-05-21 08:38:58 -04:00
Eugene f34d344577
Remanga & Libmanga add rate (#7147) 2021-05-21 06:13:32 -04:00
Johannes Joens bbf5ee19df
Bato.to: Search Fix for #7120 (#7124)
* Update build.gradle

* Update BatoTo.kt
2021-05-20 09:15:26 -04:00
Johannes Joens c21ff364b8
Bato.to: updated fillters & added UrlActivity (#7118)
* Update build.gradle

* Updated Filters and added UrlActivity
2021-05-20 07:29:41 -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
Alessandro Jean 9fb965f4e5
Fix Cloudflare loop in GM. (#7105) 2021-05-19 12:06:54 -04:00
Alessandro Jean b21bb68c8e
Remove Central de Mangás extension. (#7098) 2021-05-19 10:25:54 -04:00
Robin Lambertz 270745cc5b
Fix Witchy from HiveworksComic (#7033) 2021-05-17 14:09:30 -04:00
Alessandro Jean 703ed0b63b
Remove some sources that are in a cat and mouse game. (#7065) 2021-05-17 14:09:18 -04:00
Baptiste Leduc cffc0157a6
Use correct field name for MD@H report endpoint (#7066)
* Use correct field name for MD@H report endpoint

* Bump build.gradle version
2021-05-17 14:09:10 -04:00
Alessandro Jean b03d930599
Add more filters to Tsuki. (#7061) 2021-05-17 13:52:36 -04:00
Blue cat c06c47caac
MangaLib: Fixed sorting by translator (#7062) 2021-05-17 13:52:29 -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
Carlos 56d9d913f3
update mangadex at home reporting (#7038)
* fix reporting for md@home

* dont show safe rating

* dont show safe rating

* update gradle
2021-05-15 20:08:28 -04:00
FourTOne5 0e982b8380
Update 9hentai site url. (#7021)
* Update URL

* Update build.gradle
2021-05-14 17:54:49 -04:00
Blue cat 35c574a9ca
MangaLib: Show domain warning as toast (#7012)
* MangaLib: Show domain warning as toast

* MangaLib: Fix
2021-05-14 07:03:06 -04:00
Eugene ea8c9de614
[RU]Mangalib Selector Domain (#6995)
* [RU]Mangalib Selector Domain

* timeouts

* setDefaultValue

* changing order of settings
2021-05-13 06:39:16 -04:00
Eugene 9ddcfddf68
[RU]Remanga hide Password (#6999)
* [RU]Remanga hide Password

* fix
2021-05-13 06:38:40 -04:00
Youssif Shaaban Alsager bcc174e3a0
ar: gmanga: Fix index error while fetching chapters list (#6992)
Signed-off-by: yshalsager <ysh-alsager@hotmail.com>
2021-05-12 12:40:12 -04:00
OncePunchedMan 1db6f31ae6
getting the correct tags now (#6986) 2021-05-11 18:28:39 -04:00
INSANEMODE 85bf0c87d9
[Mangadex]fix crossdressing tag id (#6954)
* fix crossdressing tag id

the crossdressing id was using the ninja tag id "489dd859-9b61-4c37-af75-5b18e88daafc" when it should be "9ab53f92-3eed-4e9b-903a-917c86035ee3", as seen in https://api.mangadex.org/manga/tag

* Match tag names, and remove ecchi

spelling of tag names have been changed to match the api.
ecchi has been removed.

* Update build.gradle
2021-05-11 18:27:55 -04:00
h-hyuuga 1b828a2e67
Add Home Hero Scans (#6984) 2021-05-11 18:26:59 -04:00
Eugene 25b1fd6997
fixed the title without authorization, the cover from the mirror (#6948) 2021-05-10 07:47:26 -04:00
Gauthier c4f382f0dc
fix readlist chapters sort (#6944) 2021-05-10 06:52:45 -04:00
Carlos 618c557f19
Update MangaDexHelper.kt (#6934)
typo fix
2021-05-09 19:20:22 -04:00
Carlos 185a0b4c37
Mangadex bug fixes and remove piedpiperfb (#6928)
* fix ongoing typo
fix original language filtering
fix filipino language

* remove piedpiperfb

* add chapter sort order

* add volume to the sort also
2021-05-09 19:07:06 -04:00
Eugene e64ade4c25
Log and last fix (#6922) 2021-05-09 14:48:20 -04:00
Pavka 996fe078e7
[Ru]Mangapoisk. Fix pagination on page list (#6921) 2021-05-09 14:48:01 -04:00
Maxim Molochkov 8980f5382f
Fix allhentai filtering (#6920) 2021-05-09 14:47:42 -04:00
h-hyuuga 12b18f7386
Fix search for genkan io (#6919) 2021-05-09 11:16:36 -04:00
Carlos 86d0c8eb12
update to new ssl variable (#6917)
update wording for content rating prefs
2021-05-08 21:00:38 -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
Eugene 4906ee12e6
[RU]Sources Fixes and addition (#6904)
* fix lost name for idsearch, add sort, fix url 404

* more openOut
2021-05-08 18:09:12 -04:00
Alessandro Jean b146544ab2
Add SMA-15 to SilentMangaAudition. (#6909) 2021-05-08 18:04:51 -04:00
FlaminSarge 4424edf879
[Mangadex] Fix authorMap being empty (#6905)
* [Mangadex] Fix authorMap being empty

* Revert build.gradle version
2021-05-08 12:01:29 -04:00
arkon 8a13a17a52 Add support for SwitchPreferenceCompat 2021-05-08 09:35:03 -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
Carlos deec443983
More Dex Updates (#6900)
* MangaDex: remove empty tag, fix genre typo

- remove empty tag caused by null/empty publicationDemographic/other from nonGenres if its null/empty
- fix typo genre uuid

* better method removing empty tag

Co-Authored-By: Carlos <2092019+CarlosEsco@users.noreply.github.com>

* revert pt-br changes

Changing it to pt-br instead of pt-BR changed the id of the source and made the Mangadex in Brazilian Portuguese to be separed from the other Brazilian extensions (that uses pt-BR as lang)

Co-Authored-By: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>

* Update build.gradle

* String updates to support standard HTTPS in MD@H node selection

* Code updates to only use nodes with standard HTTPS in MD@H node selection

* Update build.grade to indicate new version

* fix preferences and langs

* low md@home to refresh host sooner

* add content rating by default preferences(defaults to safe and suggestive)

* throw error for page list parsing instead of trying to continue

* clean up string

Co-authored-by: Riztard <riyanluqman@gmail.com>
Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
Co-authored-by: fourquestionmarksokay <83817943+fourquestionmarksokay@users.noreply.github.com>
2021-05-08 07:27:08 -04:00
Eugene 077b90b80e
Altername and open out for [RU] source (#6896)
* Add Altername

* OpenOut

* RenameActivity
2021-05-08 06:25:49 -04:00
Alessandro Jean c6f9ca9201
Add a new source (#6893)
* Add a new source (closes #4304).

* Remove Log usage.
2021-05-07 22:29:13 -04:00
Johannes Joens a235527858
Added HentaiMimi (#6890)
* Create AndroidManifest.xml

* Added HentaiMimi

* Added Icons
2021-05-07 21:33:02 -04:00
Eugene be48545a67
Additional to the last changes (#6883) 2021-05-07 09:03:15 -04:00
FlaminSarge 8744b25170
[Mangadex] Add Dex v5 artists (#6879)
* Add Dex v5 artists

* Revert Mangadex build ver
2021-05-07 07:47:15 -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
Carlos 9a45dc2f8e
Dex fixes (#6856)
* fix some langs

* dex bug fixes

* add temp cover

* local for languages, clean and capitalize demo/rating, fix tags not showing
2021-05-06 00:11:51 -04:00
Carlos 715bdcccc1
Dex V5 (note: their are no covers currently, you will need to migrate from dex to dex) (#6843)
* initial v5 stuff

* more v5 stuff

* slight changes

* add search

* clean up search some

* change athome parsing
clean up filters

* add Status options for search

* update to use batch author endpoint

* add more filters

* small fixes

* more fixes

* change error message
2021-05-05 19:55:50 -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
Sittikorn Hirunpongthawat 60693e465c
Update [TH] Nekopost extension (#6818)
* Add Nekopost V.1.2.1

* Fix genre not shown

* Change Icons

* Rename monthMap -> monthList

* Change from getter to normal declaration

* Rename getUrlWithoutDomainFromFullUrl to getMangaOrChapterAlias

* Fix duplicate title

* Fix unable to search by Genre tag

* Change Genre and Status from Enum to Pairs

* Minor changes

* Fix next page not loaded when previous page has no new title

* Fix offset not reset

* Change most of extension to API-based

* Fix bug where some chapter uses legacy url format

* Update build.gradle

* Update to use with new UI and API
2021-05-04 22:15:56 -04:00
Alessandro Jean 5845c336b5
Add two new sources (closes #6820 and #6821). (#6826) 2021-05-04 22:15:30 -04:00
nzoba 76b2002f25
add filters japanread (#6816) 2021-05-03 14:14:43 -04:00
Julien Papasian c4ea195078
Japanread: fix popular + refactoring (#6766) 2021-05-03 11:39:25 -04:00
h-hyuuga f29131f748
Added Genkan.io extension (#6809) 2021-05-03 09:57:55 -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
Eugene bd2ff83322
[RU] MangalIb Сhanging the domain/mirror (#6808)
* changing the domain/mirror to fix 403

* +comment

* -typo
2021-05-03 09:17:44 -04:00
FourTOne5 4c5f86ed6b
Update Link. (#6795)
* Update HentaiVN.kt

* Update build.gradle
2021-05-02 14:44:51 -04:00
Alessandro Jean b7536c0e37
Fix cover not loading at TS. (#6799) 2021-05-02 14:12:24 -04:00
Jaykoerner 02fa4e5ca6
Added some chapter filtering options to Bato.to (#6792)
* Update build.gradle

* Update BatoTo.kt
2021-05-02 10:48:36 -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
FourTOne5 5e7c11371b
Cubari QoL Update (#6781)
* Update Cubari.kt

Volume defaults to "Uncategorized" so if volume is "Uncategorized" don't show volume.

* Update build.gradle
2021-05-01 16:52:57 -04:00
Johannes Joens 9b00d811d6
Mmrcms split with revisions for #6742 (#6767)
* Add MMRCMS.kt

* Add Files

* Add files via upload

* Delete src/all/mmrcms directory

* Added icons
2021-05-01 16:52:32 -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
FourTOne5 948cff84e5
Cubari QoL Patch (#6760)
* Was trying to get JSONobject instead of string

* Update build.gradle
2021-04-29 13:06:01 -04:00
FourTOne5 a77f70473f
Cubari QoL (#6746)
* Update Cubari.kt

* Update build.gradle

* Made a Oopsie.

* Oopsie fixing

* -_- Again I guess

* Update Cubari.kt
2021-04-29 10:16:14 -04:00
o01210o 9b244c07f7
There was a fix but forgot to update the version (#6752)
https://github.com/tachiyomiorg/tachiyomi-extensions/pull/6680
2021-04-28 21:47:58 -04:00
Alessandro Jean 0c25f62d56
Remove JsonParser deprecation warning in some sources. (#6748) 2021-04-28 17:21:41 -04:00
Alessandro Jean f0c4083f24
Update kotlinx-serialization-protobuf to match Kotlin version at MangaPlus (#6747)
* Update kotlinx-serialization-protobuf to match Kotlin version.

* Removed unused import.

* Removed unused serializer.
2021-04-28 17:21:27 -04:00
arkon 50bf2a56e5
Update dependencies; drop Android 4.x support (#6742) 2021-04-28 15:38:05 -04:00
Gauthier 3cd9bb0abb
[Komga] fix restoring backup & tags in filter panel (#6736)
* fix: set full url for manga so restoring a backup can work

* fix: only show series tags in the filter panel
2021-04-28 08:43:55 -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
Alessandro Jean 262a5d69c5
Add new source (closes #6717). (#6719) 2021-04-26 19:05:01 -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
Riztard Lanthorn 04373a8d47
Komiku: fix chapter image (#6711) 2021-04-26 06:46:08 -04:00
Alessandro Jean 017e05122b
Update JSON property in popular at Tsuki. (#6703) 2021-04-25 11:02:40 -04:00
Alessandro Jean 7855257372
Update selectors and show a blocking message if no results found. (#6699) 2021-04-24 21:22:41 -04:00
nzoba 0c3581c87c
Add new sources + fixes (#6680)
* add source fr FuryoSquad

* add source en 24hRomance

* add source en SetsuScans

* fix Kangaryu
2021-04-23 16:27:46 -04:00
nzoba 971fea707d
scantrad : maj new version + modify user-agent (#6670) 2021-04-23 07:10:12 -04:00
Johannes Joens bd5f8aeb5f
MangaFast fixes (#6666)
* Update MangaFast.kt

* Update build.gradle
2021-04-22 02:44:27 -04:00