940 Commits

Author SHA1 Message Date
Alessandro Jean
b2fc487395
Fix missing pages and add chapter auth check at Viz. () 2021-04-30 17:39:52 -04:00
nzoba
b13ccc27ec
Fix Tapas and Japanread ()
* 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 () 2021-04-28 15:38:05 -04:00
Jaykoerner
179a97aa2a
Changed url for mangapark extension ()
* 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 ()
* 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 ()
* Update MangaFast.kt

* Update build.gradle
2021-04-22 02:44:27 -04:00
OncePunchedMan
36d5f0e7f5
fix search + browse + filter () 2021-04-20 18:04:01 -04:00
OncePunchedMan
9d35c8638b
change search query parameter () 2021-04-16 07:55:24 -04:00
Riztard Lanthorn
526e0e0d90
RainOfSnow: fix issue ()
website change things
2021-04-13 12:41:03 -04:00
Riztard Lanthorn
f1e165dac0
add alternative name, cleaning some code, add icon ()
* 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() and add new filter options ()
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 ()
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 ()
* Add CatManga

* CatManga: Add URL intent handler
2021-04-09 07:49:11 -04:00
curche
e2a7cf1013
handle interactive xkcd comics ()
* 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. () 2021-04-07 13:48:43 -04:00
Johannes Joens
8c07a08a9f
Deleting MangaReader and MangaPanda () 2021-04-02 08:47:18 -04:00
Johannes Joens
80cdcdcb28
MangaMainac split ()
* 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 () 2021-03-31 10:05:03 -04:00
E3FxGaming
d9b0633efd
MangaMutiny: chapter number in chapter name improvement ()
- 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 () 2021-03-29 09:21:10 -04:00
funkyhippo
d604f06811
Migrate Guya proxy to Cubari, QoL updates to Cubari. ()
* 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 () 2021-03-28 07:11:21 -04:00
Andreas
3b02f95c02
Imgur intent filter for Guya () 2021-03-24 19:18:50 -04:00
Andreas
a4e5480260
Add intent for Guya proxies () 2021-03-24 13:46:39 -04:00
scb261
374820d365
Move MangaSee/Life to multisrc, improve search ()
* 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 () 2021-03-22 13:13:45 -04:00
Riztard Lanthorn
9a24033f2d
MangaFast: fix latest, browse, manga detail, chapter list () 2021-03-22 12:41:13 -04:00
Vetle Ledaal
1af08ae1aa
Add WeComics () 2021-03-22 08:02:59 -04:00
Riztard Lanthorn
e75ce1a886
MartialScans: fix 404 issue, add icons ()
move from madara to standalone
2021-03-22 08:02:16 -04:00
scb261
a40294de33
Fix MangaLife and MangaSee () 2021-03-17 16:20:13 -04:00
Riztard Lanthorn
56a48bf213
RainOfSnow: fix duplicate entries, add chapter timestamp ()
* fix duplicate entries

* add chapter time stamp
2021-03-15 13:41:49 -04:00
E3FxGaming
6d0724a150
Manga mutiny: chapter number fix + closing responses ()
* MangaMutiny: Chapter tracking fix

- Chapter numbers were previously incorrectly determined, leading to incorrect tracking information. Fixed with the changes of this commit.

* MangaMutiny: closing some response bodies

Closing the bodies of some responses.
2021-03-12 06:49:16 -05:00
Seishirou101
d265dbf33c
updated sources to https ()
* updated souirces

* updated sources

* fix wpcomics generator

fix comics generator with the correct site and override code
2021-03-11 14:55:21 -05:00
scb261
3ddd9a52e2
MangaLife, MangaSee: revert temporary page fixes, show error about blocking tachi when no host is found () 2021-03-11 10:39:28 -05:00
scb261
c589750a11
MangaSee, MangaLife: fix pages again, add rate limiting ()
* MangaSee, MangaLife: fix pages again, add rate limiting

* Add referer

* More harsh rate limit

* Fix again, rate limit even more
2021-03-11 06:12:19 -05:00
scb261
cd8698f49d
MangaLife, MangaSee: fix pages ()
* MangaLife, MangaSee: fix pages

* Remove log
2021-03-10 20:48:30 -05:00
Seishirou101
8d253f03e0
fix chapter url suffix location () 2021-03-10 07:55:51 -05:00
funkyhippo
7d4e7437bd
Update networking functions in Guya. () 2021-03-08 13:10:19 -05:00
ATAlgaba
743d41a018
Fix NyaHentai source implementation ()
* enh: Add NyaHentai source support

* upd: Change library version

* bug: Fix integration

* upd: Update version code

* upd: Filter search to english chapters
2021-03-08 09:21:37 -05:00
ATAlgaba
c29c8cced6
Update NyaHentai libversion ()
* enh: Add NyaHentai source support

* upd: Change library version
2021-03-08 06:22:48 -05:00
funkyhippo
c717e4e365
Add support for Guya proxy. () 2021-03-08 05:50:52 -05:00
ATAlgaba
b56194102f
enh: Add NyaHentai source support () 2021-03-08 05:46:29 -05:00
curche
325ccc4ce3
fix Mangalife chapter numbers ()
* fix chapter numbers in MangaLife chapter list

this commit adds the chapter regex used in MangaSee to MangaLife
before - "Chapter 0002"
after  - "Chapter 2"

* update MangaLife build.gradle

increments the version number by 1
2021-03-06 14:41:27 -05:00
scb261
b49905c748
MangaMainac: filter out latest chapter if it's not released yet () 2021-03-03 10:37:46 -05:00
E3FxGaming
3f6e313b87
MangaMutiny: WebView + pagination fix ()
- WebView works (main page + pages of individual manga)
- changed baseUrl to https://mangamutiny.org and moved https://api.mangamutiny.org to different variable
(the extension still relies on the lightweight json responses from the API for everything that isn't WebView related - the baseUrl only had to be changed for WebView to work)
- fixed pagination bug (would previously skip 21 manga after the first 21 manga, now fixed)
- Internally reworked filters to make them compatible with the WebView changes (does not affect users in any way)
2021-03-03 08:56:19 -05:00
scb261
f65bda82c4
TCBScans: filter out latest chapter if it's not released yet () 2021-03-03 08:51:57 -05:00
scb261
fead080a07
ReadManhwa: use popular for all time instead of week () 2021-03-01 13:30:16 -05:00
scb261
160fb43769
Hentai2Read: Fix id search () 2021-02-28 18:27:33 -05:00
happywillow0
05792a34e9
Changes Chapter Fetch ()
- Use recursive fetching to ensure all pages are processed
2021-02-27 20:45:53 -05:00
scb261
be115f2f5d
MangaFast: fix thumbnails ()
* MangaFast: fix thumbnails

* Remove resize in details parse
2021-02-27 12:58:47 -05:00