463 Commits

Author SHA1 Message Date
jobobby04
dd22e25de8
Go through the sources and change fallback chapter numbers to -1 (#4596)
Go through the sources and change fallback chapter numbers to -1
2020-10-12 19:49:37 -04:00
ObserverOfTime
672cdad094
Add hentai2read URL intent (#4591)
Add hentai2read URL intent
2020-10-12 08:51:09 -04:00
ObserverOfTime
50ed3b7583
Add hentainexus URL intent (#4588)
Add hentainexus URL intent
2020-10-12 08:50:33 -04:00
AbdullahM0hamed
bdf602e838
Use scan status instead of published status (#4567)
Use scan status instead of published status
2020-10-09 18:58:13 -04:00
Farees Hussain
f84b929d7b
Removed the MangaCruzers extension (#4506)
Removed the MangaCruzers extension
2020-10-03 18:19:04 -04:00
Myst
d46e455bbc
Update MangaDoom.kt (#4491)
* Update MangaDoom.kt

Change manga order (First is recent)
Use chapter number from URL

* Update build.gradle

Co-authored-by: Myst <1592048+Mystou@users.noreply.github.com>
2020-10-02 08:44:45 -04:00
E3FxGaming
982c464dc4
Add Mangadoom (#4325)
* Mangadoom: initial source commit

* Mangadoom: implmented GenreGroupFilterManager

* Mangadoom: added comments and formatted file

* Mangadoom: removed logging and other minor corrections
2020-09-25 06:58:02 -04:00
riyukuro
589bad78c5
Adds Manga1S (#4372)
* Manga1S

* Update build.gradle

Adds containsNSFW

* Update manga1s.kt

fixed typo

Co-authored-by: Ry <68317883+Rykuro@users.noreply.github.com>
2020-09-25 06:57:00 -04:00
dakriy
a665c7bc1d
Adds Schlock Mercenary (#3391)
* Start on the schlock mercenary extension

* Start on the new schlock mercenary plugin. Worked on getting books

* Current progress

move resoure files to correct position
get book and chapter fetching mostly working
fix extension name

* Remove log debug messages and fix chapter selection issue

* got pages working

* fix chapter selector to not select subchapter divisons

* re organize functions

* format code

* remove logging statement
2020-09-24 11:55:05 -04:00
David Ruppelt
68d53b0225
MangaFast: ignore unparseable dates (#4371)
* MangaFast: ignore unparseable dates

MangaFast introduced the concept of teaser chapters and just placeholders for upcoming chapters. These do not have a proper date and previously led to a ParseException.

* MangaFast: use more precise chapterListSelector

* MangaFast: bump version
2020-09-14 17:32:08 -04:00
arkon
016653bdc0
Update Kotlin, coroutines, kolinter (#4363)
* Update kolinter, address some build warnings

* Update to Kotlin 1.4.10, coroutines 1.3.9
2020-09-13 18:33:59 -04:00
Mike
f7ee195b05
HBrowse - fix grouping filter (#4248) 2020-08-29 01:50:03 -04:00
funkyhippo
1783378e43
Changed scanlator cache URL. (#4185) 2020-08-22 10:51:34 -04:00
Mike
2bf68d25f3
MangaOwl - fix search (#4178) 2020-08-21 03:42:53 -04:00
funkyhippo
14a085bf6b
Fix guya URL activity. (#4176) 2020-08-21 03:13:30 -04:00
Mike
524562993c
MangaReader - update parsing (#4152)
* MangaReader - update parsing

* Update build.gradle
2020-08-17 15:02:51 -04:00
Alessandro Jean
b01cf8e0ba
Fix image decoding method at Viz Shonen Jump. (#4150) 2020-08-17 14:11:00 -04:00
AbdullahM0hamed
0fbdfa6a14
Rip MangaKisa (#4142) 2020-08-16 12:46:51 -04:00
Mike
00d983c839
More NSFW annotations (#4139) 2020-08-16 04:19:28 -04:00
Mike
eff8246ee1
Dynasty - fix date parsing (#4137) 2020-08-15 20:22:08 -04:00
Micael Valentim
0c8a6ee453
Update NANI? Scans extension to use their API (#4060)
* Update NANI? Scans extension to use their API

* Fix "Open in Browser" for NANI? Scans extension

* Add search intent for NANI? Scans extension

* Save chapter url as combination of titleId and chapterId

* Share single instance of SimpleDateFormat

* Set thumbnail_url on popularMangaParse() and latestUpdatesParse() using new method and share single instance of SimpleDateFormat

* Bump versionId

Co-authored-by: snakedoc83 <mikepeterson83@gmail.com>
2020-08-10 21:42:01 -04:00
arkon
656f74cbc5 Annotate more sources as NSFW 2020-08-10 11:44:39 -04:00
arkon
66e347989c Mark a few more extensions as NSFW 2020-08-10 11:32:16 -04:00
arkon
b4e171b52a Remove unused MultiSource annotation
Didn't get very far with trying to use an annotation processor to generate metadata at build time. May revisit later.
2020-08-08 19:04:07 -04:00
AbdullahM0hamed
bfd1e6b777
Mark extensions as nsfw (#4057)
* Add containsNsfw = true the gradle files of various extensions

* Update FMReader build.gradle

* Revert extension versions

* Mark more extensions
2020-08-08 19:03:33 -04:00
balagurusurendar
980a8d2162
nsfw true added in query param (#4051)
* nsfw fix

* nsfw preference added

* extension version changed from 5 to 6
2020-08-08 15:24:26 -04:00
E3FxGaming
bcb9520edd
Multiple MangaMutiny fixes/additions (#4008)
- fixed Genre parsing (website renamed "genres" to "tags" in their json responses)
- corrected chapter release year parsing
- increased manga list fetch size from 20 to 21 to make requests that are almost indistinguishable from requests the real website makes (only URI parameter order differs)
- split Genre filter into Genre and Format filter to be more in line with what the website offers
- updated Genre/Format filter content
- implemented new way to process URI query parameters (first collect them in a mutable list, then add them to the URI)
- added author/artist search (and prepared for scanlator search, although that feature doesn't work yet even on the website)
2020-08-07 00:58:42 -04:00
E3FxGaming
dc5db55a8f
Mangasee: fix chapter url suffix location (#4027)
Mangasee: fix chapter url suffix location
2020-08-06 08:48:50 -04:00
arkon
e61c2d72c7 Update issue templates, output gzipped version of repo JSON 2020-08-02 18:55:14 -04:00
Mike
555469d389
HBrowse - some tweaks (#3961) 2020-07-31 23:37:56 -04:00
Mike
ef75c0138c
HBrowse - new extension (#3956)
* HBrowse - new extension

* remove name prefix
2020-07-31 00:51:56 -04:00
Mike
29c293b90c
ReadManhwa - enable nsfw part 2 (#3953) 2020-07-30 01:07:04 -04:00
Mike
39302cafa6
MangaKatana - fix pages (#3943) 2020-07-29 00:38:46 -04:00
Mike
10ac13a3ca
ReadManhwa - enable nsfw requests (#3940) 2020-07-28 21:08:43 -04:00
Mike
5cf25b6c47
Comicastle - move from FRReader to its own extension (#3923) 2020-07-27 05:29:25 -04:00
Mike
adb1309210
ManhwaTime - move from Madara to own extension (#3903) 2020-07-26 03:45:10 -04:00
Mike
394b1af7cf
MangaPark - refactor page parsing (#3902)
* Manga Park - refactor page parsing

* Update requests
2020-07-26 03:44:35 -04:00
Mike
9590c3bac6
Mangareader - fix genre tags (#3889) 2020-07-25 05:56:32 -04:00
Rama Bondan Prakoso
b39be24f68
MangaJar: Fixes and add filters (#3861)
* MangaJar: fix thumbnail

Signed-off-by: Rama Bondan Prakoso <ramanarubp@gmail.com>

* MangaJar: Fix manga description and chapter list

Signed-off-by: Rama Bondan Prakoso <ramanarubp@gmail.com>

* MangaJar: Add genre filter

Signed-off-by: Rama Bondan Prakoso <ramanarubp@gmail.com>

* MangaJar: Sort filters

Signed-off-by: Rama Bondan Prakoso <ramanarubp@gmail.com>

* MangaJar: Fix title

Signed-off-by: Rama Bondan Prakoso <ramanarubp@gmail.com>
2020-07-21 05:25:39 -04:00
Kelvin Porter
3db7d26574
Comicpunch - fix chapters and pages not loading (#3828)
* Fix comicpunch chapters/pages.

* Be a bit safer when grabbing urls

* Fix placeholder checking on last chapter

* Simplify and fix pages

Previous commit was broken, should work now.

* Remove useless override/import
2020-07-18 13:39:08 -04:00
AbdullahM0hamed
d06f46db7f
Manga fast (#3836)
* MangaFast: Fix pageListParse for lazily loaded images

* Remove unnecessary stuff

* Update build.gradle
2020-07-18 13:30:23 -04:00
D-Dennis
1699c7a78c
readjump - new extension (#3789)
* readjump - new extension

* made the corners of the logo round

Co-authored-by: D-Dennis <d-dennis@users.noreply.github.com>
2020-07-15 06:01:12 -04:00
Mike
ff77a2495c
MangaSee, MangaLife - more accurate date parsing (#3783) 2020-07-13 21:10:57 -04:00
Mike
61c0887123
MangaSee, MangaLife - update cover CDN (#3775) 2020-07-13 00:25:18 -04:00
AbdullahM0hamed
d9a885fdc1
Remove INKR (1/2) (#3749) 2020-07-12 21:11:52 -04:00
Mike
06180c1aeb
Eggporncomics - new extension (#3755) 2020-07-10 20:45:07 -04:00
Alessandro Jean
6a44953465
Add Silent Manga Audition source (#3750)
* Add Silent Manga Audition source.

* Change uppercase titles.

* Put entry theme back in the title.
2020-07-10 20:07:16 -04:00
Mike
7f460daf9b
MangaPark - add cloudflareclient (#3737) 2020-07-09 16:28:18 -04:00
Mike
8754c6393c
Wutopia - chapter prefs, webview fix (#3725) 2020-07-08 02:10:33 -04:00
Mike
72bf0609c8
TimelessLeaf - more page parsing (#3701) 2020-07-06 02:50:18 -04:00