Commit Graph

770 Commits

Author SHA1 Message Date
Vetle Ledaal 675d44272a
WeComics: Update logic and error message for paid chapters. (#7598) 2021-06-10 21:11:34 -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
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
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
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
Alessandro Jean 10eb030895
Add kotlinx.serialization to more sources. (#7391) 2021-06-02 16:28:10 -04:00
FourTOne5 c9f6bd2504
Update MangaHasu Base Url. (#7306)
* Update Mangahasu.kt

* Update build.gradle
2021-05-30 11:40:38 -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
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
Riztard Lanthorn 4cfe1f462f
RainOfSnow: add rate limit 2/s (#7205) 2021-05-24 09:31:16 -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
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
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
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
Robin Lambertz 270745cc5b
Fix Witchy from HiveworksComic (#7033) 2021-05-17 14:09:30 -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
h-hyuuga 1b828a2e67
Add Home Hero Scans (#6984) 2021-05-11 18:26:59 -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
Alessandro Jean b146544ab2
Add SMA-15 to SilentMangaAudition. (#6909) 2021-05-08 18:04:51 -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
Johannes Joens a235527858
Added HentaiMimi (#6890)
* Create AndroidManifest.xml

* Added HentaiMimi

* Added Icons
2021-05-07 21:33:02 -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
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
Johannes Joens f8ad86da6c
Patchfriday various updates and fixes (#6805)
* Update PatchFriday.kt

* Update build.gradle
2021-05-03 09:28:03 -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
arkon 50bf2a56e5
Update dependencies; drop Android 4.x support (#6742) 2021-04-28 15:38:05 -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
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
Johannes Joens bd5f8aeb5f
MangaFast fixes (#6666)
* Update MangaFast.kt

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

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

* add chapter time stamp
2021-03-15 13:41:49 -04:00
E3FxGaming 6d0724a150
Manga mutiny: chapter number fix + closing responses (#6159)
* 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 (#6131)
* 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 (#6145) 2021-03-11 10:39:28 -05:00
scb261 c589750a11
MangaSee, MangaLife: fix pages again, add rate limiting (#6135)
* 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 (#6134)
* MangaLife, MangaSee: fix pages

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

* upd: Change library version
2021-03-08 06:22:48 -05:00
funkyhippo c717e4e365
Add support for Guya proxy. (#6090) 2021-03-08 05:50:52 -05:00
ATAlgaba b56194102f
enh: Add NyaHentai source support (#6096) 2021-03-08 05:46:29 -05:00
curche 325ccc4ce3
fix Mangalife chapter numbers (#6066)
* 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 (#6051) 2021-03-03 10:37:46 -05:00
E3FxGaming 3f6e313b87
MangaMutiny: WebView + pagination fix (#5900)
- 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 (#6050) 2021-03-03 08:51:57 -05:00
scb261 fead080a07
ReadManhwa: use popular for all time instead of week (#6022) 2021-03-01 13:30:16 -05:00
scb261 160fb43769
Hentai2Read: Fix id search (#6009) 2021-02-28 18:27:33 -05:00
happywillow0 05792a34e9
Changes Chapter Fetch (#5999)
- Use recursive fetching to ensure all pages are processed
2021-02-27 20:45:53 -05:00
scb261 be115f2f5d
MangaFast: fix thumbnails (#5997)
* MangaFast: fix thumbnails

* Remove resize in details parse
2021-02-27 12:58:47 -05:00
scb261 ce4364776d
Remove colon from source name to avoid downloading problems (#5995) 2021-02-26 19:05:31 -05:00
Riztard Lanthorn 31985422b2
fix earlymanga chapter list (#5968) 2021-02-23 18:22:13 -05:00
Riztard Lanthorn a728ea4519
fix early manga chapter list (#5953) 2021-02-22 06:21:58 -05:00
Riztard Lanthorn 08b6f0f8ce
fix mangajar pages issue (#5945) 2021-02-21 10:18:06 -05:00
Riztard Lanthorn d25127f865
fix earlymanga chapter list (#5921) 2021-02-19 16:41:28 -05:00
Riztard Lanthorn 294aa0d4cd
fix earlymanga chapter list (#5906) 2021-02-18 06:54:32 -05:00
Riztard Lanthorn 09c569db4d
fix early manga chapter list (#5901) 2021-02-17 20:26:07 -05:00
Riztard Lanthorn 64336e1567
fix earlymanga chapter list (#5891) 2021-02-17 08:39:11 -05:00
Riztard Lanthorn e960e857a1
fix early manga pages (#5882) 2021-02-16 12:29:33 -05:00
Riztard Lanthorn 1826f8450d
fix early manga pages, add ratelimiter (#5874) 2021-02-16 06:35:45 -05:00
Riztard Lanthorn 244ea0b9b4
fix EarlyManga pages again (#5871)
they seems change it again
2021-02-15 10:44:14 -05:00
Riztard Lanthorn 78cb4e96b4
fix earlymanga chapter page & clean chapter name (#5867) 2021-02-15 09:24:05 -05:00
Riztard Lanthorn 3eed4041cb
earlyManga add header & fix pages (#5846) 2021-02-14 09:21:53 -05:00
Riztard Lanthorn 9da88ec093
fix rainOfSnow revese chapter (#5832) 2021-02-13 08:48:32 -05:00
scb261 6e10aaf821
Mangakatana: fix search when found only one manga (#5820) 2021-02-12 21:01:22 -05:00
Johannes Joens 4b37680bb0
fixed missing css selector Rain of snow (#5783)
* fixed missing css selector

* Update build.gradle

* Update RainOfSnow.kt
2021-02-11 11:08:02 -05:00
Johannes Joens f869fc931f
Addes new source Rain Of Snow (#5778)
* Create build.gradle

* added Rain of Snow extension
2021-02-11 07:47:24 -05:00
scb261 a0c031dce7
Tsumino: parse tags into in-app tags instead of description (#5678) 2021-02-07 23:36:52 -05:00
scb261 4adf284242
EarlyManga: new URL domain .org (#5674) 2021-02-07 15:57:41 -05:00
arkon a25964aba4
Merge pull request #5659 from scb261/readcomiconline-agent
ReadComicOnline: change user-agent (closes #5612)
2021-02-06 20:17:44 -05:00
scb261 e2ef820796 ReadComicOnline: change user-agent (closes #5612) 2021-02-07 02:26:02 +02:00
arkon 3da46570aa Move annotations and Duktape stub into core module 2021-02-06 18:16:04 -05:00
Riztard Lanthorn a3517579ad
fix mangasee some chapter cant load (#5647)
some chapter cant load properly, because some chapter url cant load with extra 0
2021-02-06 09:22:54 -05:00
E3FxGaming 98f0495b4d
MangaMutiny bugfix + link handler (#5623)
* Fixing artist NullPointer exception

* Added https://mangamutiny.org/title/* link handler

Can now open manga from the mangamutiny.org website (when accessed with a web browser) in the Tachiyomi app.

Borrowed the method from the Mangadex extension and adapted it to fit the Manga Mutiny extension.

* Removed logging + changed comment

* Adding containsNsfw = true

Most manga offered are sfw, but a couple of manga cross the "not appropriate" line here and there.
2021-02-02 06:50:24 -05:00
Alessandro Jean de13abf701
Fix exception when there is no description or key. (#5604) 2021-02-01 17:47:23 -05:00
ardittristan 39c348e10f
Latisbooks add upload date to chapters (#5611)
* Latisbooks add upload date to chapters

* update version

* add nsfw tag
2021-02-01 17:47:03 -05:00
vaginadesolator c803443809
Exclude premium items from search results (#5538) 2021-01-24 10:55:40 -05:00
vaginadesolator ab577c08b2
New extension for Multporn.net (#5487) 2021-01-20 10:51:15 -05:00
vaginadesolator 7aa7eac5fe
Add more content to hentai2read ext manga description (#5418)
* Add more content to hentai2read ext manga description

* Amend outdated comment
2021-01-14 22:19:33 -05:00
vaginadesolator 28f32f14cf
Add support for collections and refactor manga description (#5407) 2021-01-14 06:04:59 -05:00
vaginadesolator 01fc9707a7
Various Doujins ext fixes (#5402)
* Parse tags when reading manga page

* Fix date not parsed for mangas with requesters

* Fix latest page queries using incorrect timezone
2021-01-13 15:41:41 -05:00
OncePunchedMan 5988ed0853
fix showing popular (#5394) 2021-01-13 07:29:34 -05:00
Riztard Lanthorn a5079a7242
earlymanga add genre in manga details (#5378) 2021-01-11 13:18:52 -05:00
OncePunchedMan c5ca78c461
change search url (#5351) 2021-01-07 19:51:19 -05:00
Riztard Lanthorn de0327e586
move earlyManga to standalone (#5332)
* remove earlyManga from madara

* add earlyManga extension
2021-01-06 13:32:49 -05:00
Riztard Lanthorn 612f1a16d0
Webnovel.com add lock to chapter name (#5301)
add lock to locked chapter
2021-01-03 10:17:09 -05:00
Yanuar Singgih c813115db8
Fix search issue #5168 (#5291)
* Fix search issue #5168

* Fix latest manga issue #5219

* Revert "Fix latest manga issue #5219"

This reverts commit cb9e9f93

Co-authored-by: Yanuar Singgih Saputra <yanuar@xqinformatics.com>
2021-01-01 16:36:34 -05:00
vaginadesolator cfaca77d60
Initial commit of new Doujins extension (#5261) 2020-12-27 22:43:34 -05:00
arkon 209db287a3 Fix URL intent handler manifest entries 2020-12-20 22:59:04 -05:00
Aria Moradi 33f136d2ae
Fix Android Studio "Duplicate content roots" error (#5203)
* comply with #5214

* rm not needed AndroidManifest.xml

* [CI SKIP] add info about AndroidManifest.xml

* Update CONTRIBUTING.md

Co-authored-by: arkon <arkon@users.noreply.github.com>
2020-12-20 22:31:12 -05:00
Micael Valentim df73c71055
Fix 404 when loading chapters (#5217) 2020-12-20 22:29:17 -05:00
arkon 1f964d9f0a Revert "Guess whos back (#5184)"
This reverts commit c7b49fa82c.

Guess who broke the build
2020-12-18 17:29:53 -05:00
Carlos c7b49fa82c
Guess whos back (#5184)
non scanlator removals requests are
2020-12-18 16:10:19 -05:00
Aria Moradi 81f3557be1
New Source: Keenspot (#5135)
* New Source: Keenspot

* new icons

* fix returing 21 pages instead of 20

* remove commented code

* remove author javadoc
2020-12-17 14:20:05 -05:00
Riztard Lanthorn ea23295be2
fx mangahasu description (#5162)
Co-authored-by: Carlos <2092019+CarlosEsco@users.noreply.github.com>
2020-12-17 08:38:59 -05:00
antonycaporossi 1f8a3d0865
Add MangaPill.com source (#5163)
* New source: mangapill

* Add mangapill icons

* Code clean

* Parse latest in homepage

Co-authored-by: Carlos <2092019+CarlosEsco@users.noreply.github.com>
2020-12-17 08:05:20 -05:00
Aria Moradi fd9cd72524
new source: nHentai.com (#5137)
* fakenhentai

* code working and done

* nhentaicom icons

Co-authored-by: Carlos <2092019+CarlosEsco@users.noreply.github.com>
2020-12-16 10:30:29 -05:00
arkon 3c1bc5f00d [SKIP CI] Update repo links 2020-12-15 17:51:30 -05:00
Riztard Lanthorn 81f9eede50
Timelessleaf add manga description (#5136)
Timelessleaf add manga description
2020-12-15 13:51:20 -05:00
Riztard Lanthorn 37c5fd630a
add webnovel.com source (#5131) 2020-12-14 14:55:40 -05:00
Riztard Lanthorn d6ce9abd26
add TCB Scans source (#5107) 2020-12-12 16:33:33 -05:00
antonycaporossi 93f53505a2
Readmanhwa.com enhanced search and filters - fix #4972 (#5109)
Readmanhwa.com enhanced search and filters - fix #4972
2020-12-12 13:03:49 -05:00
antonycaporossi d59870fa84
Fix #5095 and #5082 (#5100)
Fix #5095 and #5082
2020-12-11 19:02:47 -05:00
arkon c3c3697b8a Update kotlinter 2020-12-10 21:04:27 -05:00
Riztard Lanthorn 8e1fcc43f4
add Nux Scans source (#5086) 2020-12-10 14:28:49 -05:00
Riztard Lanthorn 9e9b326c49
TimelessLeaf add chapter timeStamp (#5078)
* TimelessLeaf add chapter timeStamp

* add spacing
2020-12-10 08:39:31 -05:00
Crikxi 01bda012a6
Dilbert: Fix (#4634) (#5067) 2020-12-09 14:14:30 -05:00
antonycaporossi 27118d8c2c
Fix #5060 and #5040 (#5063)
* Adapted file to mangareader.cc

* Removed MangaWindow.Club because is no more available.
Addedo MangaReader.cc

* Version code Change

* Updating Mangafast ic_launcher

* Fix #5060
2020-12-09 08:00:13 -05:00
arkon b95fb4cb91
Remove HentaiNexus (closes #5035) (#5037)
Remove HentaiNexus
2020-12-07 08:36:28 -05:00
Riztard Lanthorn bc1ff43fd0
fix ComicCastle page list (#5048) 2020-12-07 08:20:21 -05:00
Blatzar 6e97dfab20
Fixed imageloading again (#5023)
Fixed imageloading again
2020-12-05 08:34:39 -05:00
Blatzar fb1092dd29
Fixed imageloading (#5020)
Fixed imageloading
2020-12-04 19:09:32 -05:00
Alessandro Jean 4e08f4a5b7
Add thumbnail_url to mangaDetailsParse at Viz. (#5008)
Add thumbnail to mangaDetailsParse at Viz
2020-12-03 15:54:45 -05:00
Riztard Lanthorn 04b78ae199
MangaOwl update (#4957)
MangaOwl update
2020-11-26 10:28:14 -05:00
MoistSac ec769a8c82
Update HentaiNexus (#4936)
Update HentaiNexus
2020-11-23 17:11:59 -05:00
Riztard Lanthorn f2431587a2
Mangalife and Mangasee add genre (#4932)
Mangalife and Mangasee add genre
2020-11-23 10:48:05 -05:00
scb261 d7edce780a
Mangapanda: Change protocol from HTTPS to HTTP (#4886) 2020-11-21 09:28:09 -05:00
AbdullahM0hamed 5f43e1509c
Fix Readm Search (#4871)
Fix Readm Search
2020-11-14 09:42:44 -05:00
Riztard Lanthorn 15f38383b3
ReadM fix manga Status (#4859)
manga status not included(recently added)
2020-11-13 07:10:52 -05:00
Aria Moradi 1e3fcf61e0
The Property of Hate: chapters should be reversed! (#4841) 2020-11-10 15:59:05 -05:00
Aria Moradi d0d0dd8e9a
The Property of Hate: icons and cover art (#4839)
* The Property of Hate: icons

* comic cover
2020-11-10 14:25:26 -05:00
Aria Moradi b84b6dee2a
New source: The Property of Hate (#4834)
* initial commit

* finished the code and it works
2020-11-10 13:14:06 -05:00
ardittristan 6b9c338610
add lemonfontcomics.com (#4580)
* add lemonfontcomics.com

* return empty mangaspage on search

as described in contribuing.md

extension should be fully ready
2020-11-07 09:35:35 -05:00
Riyu 51dd9030e3
Adds ManhwaManga Ext. (#4676)
Co-authored-by: Ry <68317883+Rykuro@users.noreply.github.com>
2020-11-07 09:34:33 -05:00
Riztard Lanthorn be5d4d313a
Mangahub fix search issue (#4801)
only shows result one result (first manga) from each site page
2020-11-05 11:30:58 -05:00
arkon 8aa9b5ef1d Fix repo build
AGP 4.1.0 automatically aligns output APKs, so we just do a zipalign check rather than actually trying to align it.
cf. https://issuetracker.google.com/issues/162117652
2020-10-18 20:25:11 -04:00
Seishirou101 740a38c204
fix covers (#4608)
Update Covers url for Mangalife and Mangasee
2020-10-14 08:09:10 -04:00
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