3330 Commits

Author SHA1 Message Date
Alessandro Jean
c5bd48adc5
Validate UUID preferences and fix images loading on MangaDex ()
* Validate UUIDs on preferences.

* Make the MD@H report call asynchronous.
2022-09-26 22:15:52 -03:00
stevenyomi
850c93aae1
Remove Manga-Flix and Manga Mutiny ()
* Remove Manga-Flix and Manga Mutiny

* use URL for autocloser regex

* fix yaml escape

Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>

Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>
2022-09-26 18:44:02 -03:00
D@ddyBunz
45b54599c4
remove title text ()
* Update Niceoppai.kt

* update overrideVersionCode

* remove comment code

* Update MadaraGenerator.kt

* Update Niceoppai.kt

* formating code

* remaster code and change type extention

* remove niceoppai form madaraGenerator

* Update src/th/niceoppai/build.gradle

Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>

* uppdate search, filter, mange detail

* update load chapter

* Updated extVersionCode

* fix error

* fix error

* Update src/th/niceoppai/src/eu/kanade/tachiyomi/extension/th/niceoppai/Niceoppai.kt

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

* remove title text

* Update build.gradle

* fix error

Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>
Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
2022-09-26 18:43:52 -03:00
Alessandro Jean
6def50a7c4
Migrate Brazilian RS from Madara to individual extension ()
* Migrate Brazilian RS from Madara to individual extension.

* Remove unused imports.
2022-09-24 23:34:50 -03:00
Alessandro Jean
b414c82fe1
Update GM URL. () 2022-09-24 23:34:35 -03:00
Alessandro Jean
68e45aa67d
Remove usages of okhttp3.internal to avoid crashes. () 2022-09-24 23:34:21 -03:00
pratyush3757
144d9bb004
Replaced CryptoJS with javax.crypto for Comico () 2022-09-24 23:34:07 -03:00
pratyush3757
6147a40686
BatoTo: Replace CryptoJS use with javax.crypto ()
* Replace CryptoJS use with javax.crypto

* Migrated BatoToCryptoUtils to a lib module

* Replaced CryptoJS with javax.crypto for Mangapark
2022-09-24 15:53:39 -03:00
D@ddyBunz
d463a0900a
Update search , manga detail , chapterlist ()
* Update Niceoppai.kt

* update overrideVersionCode

* remove comment code

* Update MadaraGenerator.kt

* Update Niceoppai.kt

* formating code

* remaster code and change type extention

* remove niceoppai form madaraGenerator

* Update src/th/niceoppai/build.gradle

Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>

* uppdate search, filter, mange detail

* update load chapter

* Updated extVersionCode

* fix error

* fix error

* Update src/th/niceoppai/src/eu/kanade/tachiyomi/extension/th/niceoppai/Niceoppai.kt

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

Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>
Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
2022-09-24 15:53:29 -03:00
stevenyomi
445af0f144
Move unpacker lib to extension repo ()
It was hosted at https://github.com/stevenyomi/unpacker
2022-09-24 12:01:52 -04:00
stevenyomi
a5187d9148
NewToki/ManaToki: migrate preferences ()
* NewToki/ManaToki: migrate preferences

* migrate on start
2022-09-24 09:17:03 -03:00
D@ddyBunz
d571a309f5
Add new niceoppai extention ()
* Update Niceoppai.kt

* update overrideVersionCode

* remove comment code

* Update MadaraGenerator.kt

* Update Niceoppai.kt

* formating code

* remaster code and change type extention

* remove niceoppai form madaraGenerator

* Update src/th/niceoppai/build.gradle

Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>

Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>
2022-09-24 09:16:50 -03:00
stevenyomi
55db729814
NewToki/ManaToki: update to v1.3.24 ()
* NewToki/ManaToki: update to v1.3.24

* add Korean translation by moonji

* simplify chapter regex

* update Korean translation by manatails

* remove manga title from chapter name

* decrement fallback domain number by 1

* use parsed title in chapter list parse

Co-authored-by: moon <jamiejakie@gmail.com>
Co-authored-by: Pierre Kim <admin@manateeshome.com>
2022-09-23 18:44:08 -03:00
happywillow0
21b399555e
MyReadingManga Misc Updates ()
* Reorder Sort Filters
* Cache Filters from Latest if needed
2022-09-20 23:59:14 -03:00
stevenyomi
5467390997
BoyLove: use Cloudflare client () 2022-09-20 23:59:04 -03:00
ThePromidius
a7c19b4959
Kavita: Filter and search update ()
* Refactored code and removed hack to make search work
- Added queryfield to MetadataDto.kt
- Changed how we encode volumes in chapter_number in chapterFromVolume (tracking)

* Implemented query in filter
Removed PDFs, Epubs from format filter
Added Year Release filter
Added time to read Sort
Refactored some variables
Bumped version

* Changelog and bump version
2022-09-20 16:44:46 -03:00
Alessandro Jean
ad7c766be2
Fix missing titles in Viz Shonen Jump. () 2022-09-19 16:27:36 -03:00
dec05eba
ebe881ee51
Fix mangakatana finding only 1 page ()
Try to find the actual variable that is used for images
instead of using a hardcoded variable name.

Closes 
2022-09-19 10:39:13 -03:00
KENIS Mohamed Ali
2d31ba573a
--> Add new features to Gmanga ()
* --> Add new features
* now you can switch in the extension setting between :
   -show new Mangas
    or
   -show new chapter
* link manga status to tachiyomi native manga status
* add additional information to description
  - manga start date
  - manga end Date
  - manga Alternative information

* --> moved formattedDatePattern in a constant in the class

* --> change formattedDatePattern with SimpleDateFormat in a constant in the class so the extension can work with  API level < 26

* --> change formattedDatePattern with SimpleDateFormat in a constant in the class so the extension can work with  API level < 26
--> add some information "that the story it not add yet" when there is no description provided by the Scanlator team

* -->  increment extVersionCode by 1 instead of 3
2022-09-19 10:38:51 -03:00
happywillow0
65ebb9bf7b
Hiveworks - Add Awkward-zombie support ()
* Update Hiveworks.kt

* Fixes Webview

Opens the correct page when using the webview button.

* Update build.gradle
2022-09-16 10:17:43 -04:00
stevenyomi
fe95bda25e
BoyLove: fix latest page () 2022-09-14 19:23:43 -03:00
stevenyomi
609af00c7b
BoyLove: fix page list parsing and balance server load ()
* BoyLove: fix page list parsing and balance server load

* revert chapter list part
2022-09-14 12:12:02 -04:00
Vetle Ledaal
898c9457ae
Remove broken extensions ()
* Remove extensions with no A record

* Remove extensions with expired domain

* Remove extensions where DNS returns SERVFAIL
2022-09-12 22:31:30 -04:00
Sapphire
0b2ddf3477
Fix last LittleGarden chapters ()
* Update LittleGarden.kt

* Update build.gradle
2022-09-10 10:34:08 -04:00
AntsyLich
e4fc530b0a
Remove HomeHeroScans ()
Images are returned in batch which is incompatible with Tachi's architecture.

They upload to MangaDex too with 0 delay so better to read there.

P.S. Ext is broken for like a month
2022-09-08 18:11:22 -03:00
stevenyomi
58204ce520
Remove NyanFM () 2022-09-08 08:56:13 -04:00
stevenyomi
58b6147c18
Mangabz: rewrite, make multisrc, add mirror and new source ()
* Mangabz: rewrite, make multisrc, add mirror and new source

* use HttpUrl.Builder for search query
2022-09-08 07:52:38 -04:00
beerpsi
d30e215b97
fix () 2022-09-08 07:52:03 -04:00
stevenyomi
024b8c6667
Remove all custom rate limit interceptors () 2022-09-08 07:50:23 -04:00
Yjin
2f3b472986
[RU]NewManga optional title language ()
* [RU]NewManga optional title language

* no Re
2022-09-06 11:11:49 -03:00
stevenyomi
0046749cca
Pepper&Carrot: disable search () 2022-09-06 11:11:25 -03:00
stevenyomi
659ad4b264
MangaReader.to: simplify parseAuthor code () 2022-09-06 11:10:49 -03:00
stevenyomi
6f4651023b
Add Pepper&Carrot ()
* Add Pepper&Carrot

* better language support, caching, launcher icons

* update launcher icons

* add artwork entries

* show language key in title

* no search prompt

* add ProtoBuf note comment

* use constant for source name

* move lang pref to filters, improve title and chapter number parsing

* disable artwork chapter number parsing
2022-09-04 08:53:51 -04:00
Vetle Ledaal
b56fe66fce
Remove Koushoku () 2022-09-02 20:14:16 -04:00
Yjin
2821450458
[RU]NewManga optional show paid chapters () 2022-09-02 15:48:27 -03:00
stevenyomi
648d7b6e17
Add Photos18 () 2022-09-02 15:48:10 -03:00
stevenyomi
350f0a9649
Meitua.top: fix error on single-page result, fix filter () 2022-09-02 15:47:59 -03:00
altaccosc
356849909c
Fix Webtoons & Tapas Author's Notes ()
* Bump Webtoons extension version

* Fix author's note API

* Bump Tapas extension version

* Fix author's note API

* Tapas: Render author's note image locally

Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>

* Tapas: Add new dependency to gradle

* Tapas: revert dependency addition 94473a2

* Tapas: StaticLayout.draw without dependency

* Webtoons: Render author's note image locally

Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>

Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
2022-09-02 15:47:49 -03:00
stevenyomi
061a1e70b7
Add Meitua.top () 2022-09-01 17:15:41 -03:00
Yjin
f2a3dae4aa
[RU]Remanga chapters paid indication () 2022-09-01 17:15:31 -03:00
stevenyomi
75605af7a9
MangaReader.to: refactor, fixes and improvements ()
* MangaReader.to: refactor, fixes and improvements

* rewrite image descrambling interceptor

* add changelog

* use contains to check dupe number instead of endsWith

* memoize calculation result instead of using lookup table

* make SeedRandom private

* add some line breaks to better align diffs

* fix media type

* use the same buffer to reduce memory allocations

* Review changes and inline stuff

* get rid of the hassle of calculating piece count
2022-09-01 17:15:21 -03:00
happywillow0
096c073d58
Adds Manga.in.ua ()
* Start of Extension

* Update Mangainua.kt

* Update Mangainua.kt
2022-09-01 17:14:42 -03:00
Alessandro Jean
1c42cc427c
Add MANGA Plus Creators extension. () 2022-08-31 17:48:15 -03:00
happywillow0
fc3e6cd9c3
Buon dua fix ()
* Fixes BuonDua

Updates URL selector for images

* Update BuonDua.kt

* Fixes page index
2022-08-31 13:16:31 -03:00
happywillow0
a6a6be6844
Fix ()
Fixes 
Updates element selector for pageListParse
Updates baseUrl
2022-08-30 22:36:40 -04:00
Vetle Ledaal
9ffce35bca
MyReadingManga: set User-Agent to get past Cloudflare ()
* MyReadingManga: set User-Agent to get past Cloudflare

* Remove custom Cloudflare interceptor
2022-08-29 10:04:01 -04:00
PainterHalver
35b4811c4d
Fix TruyenQQ popular and search request () 2022-08-28 17:01:15 -04:00
stevenyomi
9f6f67c676
Junmeitu: remove broken mirror () 2022-08-27 16:38:06 -03:00
Mubashir Haroon
69feb45af3
update scan-manga popular request url () 2022-08-27 16:37:47 -03:00
happywillow0
97d48bdc3d
Source URL Updates ()
* Update URL

Update the URL for LKDTT

* Update HentaiVN

* Update URL
* Fix lateinit property title not initialized

* Update NhatTruyen

Update URL for NhatTruyen
2022-08-27 10:23:00 -03:00