Commit Graph

2824 Commits

Author SHA1 Message Date
OncePunchedMan 90427f11d3
changing order and setting variables to private (#10333) 2022-01-04 10:56:53 -05:00
Alessandro Jean 418cded260
Refactor the code of some extensions. (#10313) 2022-01-04 05:44:45 -05:00
e-shl 5cb8df48af
[RU]Remanga domain switcher and optional show paid chapter (#10295)
* [RU]Remanga domain switcher and optional show paid chapter

* typos

* clarification
2022-01-04 05:44:27 -05:00
Vetle Ledaal 7817a5fdde
Add HentaiHere source (#10323) 2022-01-04 05:44:16 -05:00
ObserverOfTime 2dd71d66f6
Tappytoon: fix chapter numbers (#10324) 2022-01-04 05:43:59 -05:00
Vetle Ledaal 24d2ca27de
Add mirror Mycdhands.com to Bato.to extension (#10325) 2022-01-04 05:43:50 -05:00
Troy121 df8b7cd81b
Comicastle: Fix parsing and search (#10326)
* Comicastle: Fixed parsing and search

* Comicastle: Updated extVersionCode
2022-01-04 05:43:37 -05:00
Vetle Ledaal 25127cde10
Update Manga1s for new design (#10300)
* Update Manga1s

* Update src/en/manga1s/src/eu/kanade/tachiyomi/extension/en/manga1s/manga1s.kt

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

Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>
2022-01-02 18:51:01 -05:00
Junyin Chen e9423902c2
fix: Update Manhuagui's Manga Page List URL schema to latest (#10299)
* fix: Update Manhuagui's Manga Page List URL schema to latest

* fix: Remove unnecessary space in Manhuagui's SI json schema
2022-01-02 18:49:34 -05:00
Troy121 0e05f3fad6
MangaRock.es: Fixed description parsing (#10305) 2022-01-02 18:49:03 -05:00
Alessandro Jean 07d52f7d31
Add a new source (#10308)
* Add a new source (closes #9789).

* Fix spacing.
2022-01-02 18:48:28 -05:00
Vetle Ledaal 98f69886ee
DigitalTeam: fix external images (#10310) 2022-01-02 18:48:16 -05:00
arkon 542c28875d Minor project updates
- Update kotlinter
- Opt in to serialization API to avoid IDE warnings
- Replace some deprecated OkHttp function usages
- Remove some unnecessary Android version checks/targets
2022-01-02 18:47:56 -05:00
ObserverOfTime 27d26f2814
Comick.fun: fix chapter numbers (#10293) 2022-01-01 07:19:47 -05:00
Basara-Hatake b1d92188ab
hitomi speed fix (#10290) 2021-12-31 12:13:39 -05:00
Basara-Hatake b2bbc6a803
hitomi avif support (#10288) 2021-12-30 21:49:34 -05:00
Basara-Hatake f0d794b58a
fix hitomi images (#10286) 2021-12-30 12:28:34 -05:00
e-shl 599b2a6c81
[RU]ComX new HTML view (#10283)
* [RU]ComX new HTML view

* saveFromResponse Cookie

* saveFromResponse Cookie 2

* Exception antibot string
2021-12-30 12:28:28 -05:00
ObserverOfTime 8e2aa23cb4
Comico: reverse chapter order (#10281) 2021-12-30 12:28:13 -05:00
Basara-Hatake 9aec9e3af1
Hitomi fix images (#10273)
* fix hitomi images

* Update build.gradle

* use var
2021-12-29 17:36:19 -05:00
Станислав Сухоруков 2e8f95acc0
new extension for the site https://mhentai.ru (#10272)
* new extension for the site https://waymanga.ru/

* Update src/ru/waymanga/src/eu/kanade/tachiyomi/extension/ru/waymanga/WayManga.kt

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

* fixed bugs

* restored search functionality

* Update build.gradle

* Update build.gradle

* Update WayManga.kt

* Update WayManga.kt

* new extensions

Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
2021-12-29 10:49:40 -05:00
e-shl b6f4198e50
[RU]Grouple fix status COMPLETED (#10265)
* [RU]Grouple fix status COMPLETED

* +selfmanga

* allhentai also move priority
2021-12-29 05:19:21 -05:00
Moon Light「つかり」 b75d315b52
[Doujindesu] change domain to Doujindesu.xxx (#10269)
* Updated Version

* Changed extension domain to .xxx instead of .id
2021-12-29 05:19:11 -05:00
Alessandro Jean 3a84dcc893
Add SMA-16 to SilentMangaAudition. (#10255) 2021-12-28 07:52:38 -05:00
Doomsdayrs fdf2fa50ee
Remove manga name from chapter title in Mangahasu.kt (#10258)
Manga names can get awfully long, leading to chapter titles being
 so absurdly long that you do not know what you are reading.

This commit simply removes 'span.manga-name' from the urlElement before
 extracting the text from it.
2021-12-28 04:23:58 -05:00
Alessandro Jean aa98af8907
Add a new filter and fix missing Bilibili chapters in MD. (#10253) 2021-12-27 14:17:14 -05:00
Troy121 bb21136b27
Add Raw-Manga source (#10213)
* Add Raw-Manga source

* Raw-Manga: Changed date formatter to lazy
2021-12-27 06:06:40 -05:00
Alessandro Jean 1175d23ac7
Refactor the MangaPlus code. (#10225) 2021-12-27 06:06:14 -05:00
nicki 1f9be45238
Mangadex: Use updated /at-home/server/ endpoint for pages (#10221)
* Move chapter images data to atHome Response

Updates ChapterDto and AtHomeDto as per Deprecation notice

* Use new atHome response to fetch chapter pages

this commit does the following:
 - updates the Dtos as per deprecation notice
 - creates a call to `/at-home/server/` in `pageListRequest`
 - made sure to track of how old chapter token is as was previous
   practice
 - `pageListParse` no longer has the 204 response. Instead we get a 404
   response (not sure about the 504 response for /at-home/server too but
   have to check again. If its not used now, then it could be removed
 - since `atHomeRequestUrl` was necessary for `getValidImageUrlForPage`,
   tried to fetch it from the response. As per their docs and our
   usecase, it should be fine hopefully
   Ref:
   https://square.github.io/okhttp/4.x/okhttp/okhttp3/-response/request/
 - since /chapter/ no longer has `data` attribute, the additional
   check for external chapters was removed
 - tested on 0.12.3 (on Mi A2, running Android12): read few
   chapter/oneshots without issues

* Increment mangadex.extVersionCode

essentially a Christmas present from MD (for its servers :d)

* remove redundant isSuccessful check

essentially dead code since the check is done by `fetchPageList` before
it calls `pageListParse`
2021-12-25 10:52:17 -05:00
ppj12345 a478a446a3
Update copymanga mainlandcdn domains (#10212)
* Update build.gradle

* Add files via upload
2021-12-24 08:00:10 -05:00
KoSChicken 12dd0a19d0
fix jinmantiantang (#10211) 2021-12-24 07:59:57 -05:00
ObserverOfTime 842225ad83
Comico: new extension (#10210) 2021-12-24 07:59:43 -05:00
Doomsdayrs 8125f5ce74
Add "Order by" to Mangahasu (#10208)
* Add Order By to Mangahasu.kt searchMangaRequest

Mangahasu recently implemented this query, without the query it
 lists manga alphabetically.

* Increment extVersionCode for Mangahasu

* Fix lint

* Make OrderByFilter a Filter.Sort
2021-12-24 07:59:15 -05:00
e-shl 62ad0bfca7
[RU]Henchan fix jsonerror (#10209)
* [RU]Henchan fix jsonerror

* fix loop

* delete old
2021-12-23 14:29:04 -05:00
ardittristan 30e8cb6d5c
Add War For Rayuba source (#10187)
* Add War For Rayuba source

* update icons
2021-12-23 14:28:34 -05:00
ObserverOfTime 46e5ddd006
GlaviKrestyanam: remove extension (#10193) 2021-12-22 08:18:00 -05:00
Gauthier 7719c36305
[Komga] add support for image/jxl (#10194)
* feat: add support for image/jxl

* update changelog and version
2021-12-22 08:16:15 -05:00
jopejoe1 47efb9dce9
Updated Tencent extensions name to official Chinese name (#10169)
* Changed Name to 腾讯动漫

* Update build.gradle

* Update build.gradle
2021-12-21 07:50:17 -05:00
jopejoe1 4ed8ceabe1
Updated icons to be more consistent (#10181)
* Update ZMangaGenerator.kt

* Updates Icons

* Update more Icons

* Update even more icons

* Update more icons again

* Update ReaderFrontGenerator.kt

* Update MonochromeGenerator.kt

* Update MadaraGenerator.kt

* Update FoolSlideGenerator.kt

* Update build.gradle
2021-12-21 07:48:54 -05:00
jopejoe1 dd91587f3e
Dilbert: fix sort order (#10166)
* Fix sort order

* Update build.gradle
2021-12-19 16:56:14 -05:00
e-shl 9e00ce42fe
New [RU] Hentailib (#10135)
* New [RU] Hentailib

* -mangalib

* option change language in latest

* icon

* icon microperfect
2021-12-19 07:05:21 -05:00
Alessandro Jean cb22cf119e
Fix the Chinese translation in Bilibili (#10136)
* Fix the Chinese translation in Bilibili.

* Rename the Chinese source class name.
2021-12-19 07:05:07 -05:00
jopejoe1 74ef573bd3
Added Support for Bato.to Mirrors (#10137)
* Update AndroidManifest.xml

* Update BatoToUrlActivity.kt

* Added Mirror Support

* Update build.gradle

* Added missing url path
2021-12-19 07:04:44 -05:00
e-shl 08b3ab02b2
[RU]Mangalib option change language in latest (#10144)
* [RU]Mangalib option change language in latest

* icon update
2021-12-19 07:03:54 -05:00
ObserverOfTime b62726e1a6
Kouhai Work: add URL intent (#10146) 2021-12-19 07:03:29 -05:00
arkon 55b5b8585e Bump versions for Gson-migrated extensions 2021-12-18 16:30:36 -05:00
Alessandro Jean ea29bd30b1
Fix Bilibili URL intent (#10104)
* Fix Bilibili URL intent.

* Add chapter image format preference.

Co-authored-by: FourTOne5 <59261191+FourTOne5@users.noreply.github.com>

* Remove isNsfw from extension.

Co-authored-by: FourTOne5 <59261191+FourTOne5@users.noreply.github.com>
2021-12-14 22:34:15 -05:00
THE_ORONCO 26b1407331
added buttsmithy extension (#10106) 2021-12-14 13:44:02 -05:00
Alessandro Jean 4f208803da
Add Chinese to Bilibili (#10098)
* Add Chinese to Bilibili (closes #9150).

* Refactor the extension and class names.

Co-authored-by: FourTOne5 <59261191+FourTOne5@users.noreply.github.com>

Co-authored-by: FourTOne5 <59261191+FourTOne5@users.noreply.github.com>
2021-12-14 11:14:30 -05:00
Gauthier d718c8a10f
feat(komga): display book translators as chapter scanlator (#10099) 2021-12-14 05:52:52 -05:00