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
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
ardittristan
30e8cb6d5c
Add War For Rayuba source ( #10187 )
...
* Add War For Rayuba source
* update icons
2021-12-23 14:28:34 -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
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
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
kenewjr
024e84b6f7
update ManhwaManga.kt ( #10088 )
...
* update ManhwaManga.kt
change domain
* Update build.gradle
2021-12-13 11:38:10 -05:00
Alessandro Jean
ebb8a3baf1
Fix missing titles in BILIBILI. ( #10081 )
2021-12-12 16:33:28 -05:00
arkon
fa6be0f1c9
Replace usages of Gson ( #10080 )
2021-12-12 16:33:20 -05:00
arkon
1f6027dd67
Replace usages of Gson ( #10079 )
2021-12-12 13:17:34 -05:00
THE_ORONCO
ef491c08ea
fixed all issues regarding #10040 ( #10042 )
2021-12-09 05:44:16 -05:00
THE-ORONCO
fc4d99e1e8
added source: Aurora to fulfill #9985 ( #9986 )
...
* added source: Aurora to fulfill #9985
* Update src/en/aurora/src/eu/kanade/tachiyomi/extension/en/aurora/Aurora.kt
added headers to the get request
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
* Update src/en/aurora/src/eu/kanade/tachiyomi/extension/en/aurora/Aurora.kt
removed a filter
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
* Update src/en/aurora/src/eu/kanade/tachiyomi/extension/en/aurora/Aurora.kt
removed filter
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
* used client.newCall instead of Jsoup to fullfill code review of #9986
* chapters to mangas and pages to chapters to fix automatic updates. #9985
* added automatic status fetching when a chapter (in form of a manga) is updated
* added the name of the manga/comic in front of the chapter name so it can be more easily differenciated from other manga
* Update src/en/aurora/src/eu/kanade/tachiyomi/extension/en/aurora/Aurora.kt
removed some regex stuff
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
* Update src/en/aurora/src/eu/kanade/tachiyomi/extension/en/aurora/Aurora.kt
removed some logging that isn't needed anymore
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
* Apply suggestions from code review
accepted some code review changes
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
* implemented some more code review suggestions
* Apply suggestions from code review
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
2021-12-08 08:24:44 -05:00
Carlos
d03e467736
Update ThePropertyOfHate.kt ( #10035 )
2021-12-08 05:57:27 -05:00
ObserverOfTime
8121c2063e
The Property of Hate: fix webview URL ( #10025 )
...
Amongst other things
2021-12-08 05:55:42 -05:00
funkyhippo
d5ba305575
Add wildcard hosts for invalid hosts in intents. ( #9993 )
2021-12-05 12:21:10 -05:00
arkon
39b7fe8c4e
Move Duktape stub to extensions-lib ( #9954 )
...
* Move Duktape stub to extensions-lib
* Formatting fixes
* Address build errors
2021-11-28 13:00:39 -05:00
Davide
716dc15a59
Manga-Raw.club: Fix Chapter list & Manga details error ( #9899 )
...
* Manga-Raw.club: Fix Chapter list & Manga details error
* Manga-Raw.club: removed unnecessary chapterListParse function
* Manga-Raw.club: Updated build.gradle after merging of #9908
* Manga-Raw.club: Fix thumbnail not showing
2021-11-24 07:55:41 -05:00
NMBLM
8d66d91299
Manga raw club fixed missing pages ( #9908 )
...
* [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
* Fix thumbnail not showing
* Update Build Version
* Manga raw club fixed missing pages
manga-raw.club has been changing its website structure so I made the pages images search to not be as specific to the website.
Also made the description search to not be as specific as well so it wont throw null on element.text().
Added R-18 genre to the tag search
2021-11-23 08:31:15 -05:00
Alessandro Jean
f3b1dcb056
Fix wrong chapter numbers in Bilibili ( #9885 )
...
* Fix wrong chapter numbers in Bilibili.
* Use short_title in chapter_number too.
* Change extension name and remove explicit chapter_number.
2021-11-21 18:40:50 -05:00
Zakhar Timoshenko
bd6b07c9f9
[MangaOwl] Fix not showing chapters list ( #9874 )
2021-11-21 09:21:15 -05:00
ObserverOfTime
726813f019
Pururin: use the API ( #9843 )
2021-11-20 08:44:39 -05:00
Ivan Iskandar
ad0c8e2fec
Remove CatManga ( #9800 )
2021-11-12 08:41:19 -05:00
ObserverOfTime
d95e9e6fcd
xkcd: add Chinese translation ( #9772 )
2021-11-09 13:18:24 -05:00
FuSan21
4c22e61968
Added support for MangaDig ( https://mangadig.com/ ) ( #9639 )
...
* Added support for MangaDig (https://mangadig.com/ )
Supports Latest, Sort, Completed and rate limiting
Modified from 'CoCoManga (OhManhua)' extension
* Update src/en/mangadig/src/eu/kanade/tachiyomi/extension/en/mangadig/MangaDig.kt
Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>
* Update src/en/mangadig/src/eu/kanade/tachiyomi/extension/en/mangadig/MangaDig.kt
Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>
* Update src/en/mangadig/src/eu/kanade/tachiyomi/extension/en/mangadig/MangaDig.kt
Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>
* Update src/en/mangadig/src/eu/kanade/tachiyomi/extension/en/mangadig/MangaDig.kt
Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>
* Update src/en/mangadig/src/eu/kanade/tachiyomi/extension/en/mangadig/MangaDig.kt
Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>
* Update src/en/mangadig/src/eu/kanade/tachiyomi/extension/en/mangadig/MangaDig.kt
Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>
* Update MangaDig.kt
Using .toInt() instead of .parseInt() as suggested by @alessandrojean here https://github.com/tachiyomiorg/tachiyomi-extensions/pull/9639#discussion_r736981888
* Removed unrequired parenthesis
Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>
2021-11-06 09:15:20 -04:00
Hunter Nickel
c5262ebb59
Fix MangaMiso title and description parsing, lower manga per page to match MangaMiso ( #9724 )
2021-11-03 10:31:58 -04:00
Basara-Hatake
93c16093a6
hbrowse add option to only show chapters ( #9725 )
2021-11-03 10:31:48 -04:00
FourTOne5
f546b99eff
Remove WeComics ( #9695 )
2021-11-01 13:02:01 -04:00
ringosham
027fd3ce2e
Fixes MangaPill ( #9680 )
2021-11-01 07:31:04 -04:00
ObserverOfTime
6a5bad1f42
Manta Comics: new extension ( #9635 )
2021-10-26 11:59:02 -04:00
ObserverOfTime
86b92e4b82
Kouhai Work: fix chapter order ( #9580 )
2021-10-23 07:37:05 -04:00
Ivan Iskandar
a676a1ba55
Fix CatManga manga list ( #9596 )
2021-10-23 07:36:33 -04:00
ObserverOfTime
f7ef21ff03
GWTB: new extension ( #9572 )
2021-10-21 06:44:31 -04:00
ObserverOfTime
00f441e4df
Kouhai Work: update API ( #9559 )
2021-10-20 07:17:00 -04:00
ObserverOfTime
17f0fa1889
Manga Weeaboo: migrate to Madara ( #9500 )
2021-10-18 05:14:38 -04:00
scb261
dd6472114b
MangaFast: update url, remove "Read" prefix from manga title ( #9493 )
2021-10-16 05:22:42 -04:00
ObserverOfTime
e323909165
ZinChanManga: new extension ( #9414 )
2021-10-12 06:33:55 -04:00
Ivan Iskandar
7bbd88cfa8
Fix CatManga broken chapters ( #9437 )
2021-10-12 06:32:06 -04:00
ObserverOfTime
604ad98b68
Add The Duck Webcomics ( #9378 )
2021-10-08 08:16:05 -04:00
jopejoe1
516be4d204
Hentai2Read fix date parsing ( #9389 )
...
* Fixed Date Parsing
* Update build.gradle
2021-10-08 08:14:04 -04:00
jopejoe1
9d79f5f8dc
HBrowse Improve Chapter detection ( #9390 )
...
* Improved chapter detection
* Update build.gradle
2021-10-08 08:13:51 -04:00
jopejoe1
4bb792b74c
Doujins added Scanlator parsing ( #9391 )
...
* added scanlator parsing
* Update build.gradle
2021-10-08 08:13:43 -04:00
arkon
6a75de9261
Remove usage of @Nsfw annotation in favor of extension-level flagging ( #9368 )
2021-10-04 16:44:32 -04:00
arkon
93988e8990
Close instances of Duktape ( #9363 )
2021-10-04 13:03:21 -04:00
ObserverOfTime
2d7556ba8d
Add HWTManga extension ( #9365 )
2021-10-04 13:03:14 -04:00
ObserverOfTime
aa9be2b2cf
Add MangaWeeaboo extension ( #9346 )
2021-10-04 07:29:46 -04:00
ObserverOfTime
001ff9e7d7
Add DarkLegacyComics extension ( #9348 )
2021-10-04 07:29:35 -04:00
ObserverOfTime
6212a7bba0
Fix Kouhai Scanlations ( #9352 )
2021-10-04 07:29:18 -04:00
fabiomurru96
b623778c6d
Update TCB Scans parse and search functionality added ( #9353 )
...
* Created a standalone extension for TCBScans due to layout changes
* Updated TCBScans version code
* Updated extension due to site changes
* Added search functionality and migrate message
* Update extension version
* Update TCBScans search manga list filtering
Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>
* Using headersBuilder instead of Headers.headersOf
Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>
* Changed migrate message to a constant
Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>
* Regex created as a constant
* Refactor pageListParse
Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>
2021-10-04 07:29:09 -04:00
nicki
b5a949c4ac
remove hentaimimi ( #9312 )
...
site has been dead for a while now
2021-10-01 17:35:12 -04:00
Ivan Iskandar
a6c5e5b826
CatManga: 3.0 updates ( #9263 )
...
* CatManga: 3.0 updates
* CatManga: Bump version
2021-09-28 08:18:02 -04:00
ObserverOfTime
b6fb13ec97
Add Kouhai Scanlations ( #9241 )
...
* Add Kouhai Scanlations
* Fix filters
* Add chapter names
2021-09-27 10:12:32 -04:00
FourTOne5
c4047e7c96
MangaJar: Remove Explicit chapter number ( #9248 )
...
* Remove Explicit chapter number
* Bumpy Bump
2021-09-26 13:43:00 -04:00
lord-ne
b9df6e3147
Remove Random Scans source ( #9068 )
...
They moved to a new website which would require a complete rewrite of the extension
2021-09-16 09:29:48 -04:00
XdarkX
b424acc954
[manga-raw.club] Fix empty thumbnails for search ( #9045 )
...
The search response uses relative urls for the thumbnail image.
2021-09-13 11:21:10 -04:00
az4521
27a785e15e
fix megatokyo image selector & chapter order ( #9024 )
...
* fix megatokyo image selector
* Update build.gradle
* also fix the reversed chapter order
* whoops
2021-09-10 12:21:36 -04:00
arkon
2a3d88cea0
Target SDK 31 ( #9022 )
2021-09-09 18:25:46 -04:00
arkon
bc7d8c8672
Default libVersion to 1.2 ( #9014 )
2021-09-09 08:58:17 -04:00
Arraiment
025a1b9d39
Add filters and json migration for Mangasail ( #8958 )
...
* Added filters and some refactoring
* Migration to kotlinx-serialization
2021-09-04 13:59:11 -04:00
arkon
9f32994ca6
Fix HentaiFox libVersion
2021-09-02 09:14:04 -04:00
Clouddark75
28ad547c08
Fix images loading problems ( #8914 )
...
* Update build.gradle
* Update HentaiFox.kt
2021-09-01 08:02:39 -04:00
Arraiment
925fb1e3a6
Fix image downloads and json migration for Tsumino ( #8867 )
...
* Migration to kotlinx-serialization and refactor to use HttpSource
* Add interceptor to handle binary response
2021-08-27 06:26:43 -04:00
Arraiment
fb91d67c36
Added filters ( #8828 )
2021-08-25 06:19:17 -04:00
Arraiment
f2d745d540
Fixed chapter dates ( #8829 )
2021-08-25 06:19:04 -04:00
Arraiment
08246bf4e8
Rework source ( #8800 )
2021-08-24 06:44:35 -04:00
Arraiment
a9f7b363b1
Add LoadingArtist ( #8730 )
2021-08-22 10:39:57 -04:00
CVIUS
43177c7c10
mangajar: fix complete status ( #8733 )
...
* Update MangaJar.kt
* bump
2021-08-22 10:36:55 -04:00
Alessandro Jean
8a52a4db06
Fix build error due to CookieManager. ( #8716 )
2021-08-21 19:37:28 -04:00
Arraiment
4ba9118ce3
Various fixes for Tapas ( #8699 )
...
* Fix cookie management
* Fix filters
2021-08-21 13:32:20 -04:00
Arraiment
4dd9556210
Use currentTimeMillis for chapter date ( #8697 )
2021-08-21 13:31:29 -04:00
loocool2
9009c4cd2e
Added Megatokyo extension ( #8687 )
...
* Added Megatokyo, WIP
* Fixed Megatokyo dates
* Added comment
2021-08-21 13:29:55 -04:00
Arraiment
a336be5cca
Add mature comics and other changes for Tapas.io ( #8672 )
...
* Migration to kotlinx.serialization
* Add support for mature results
* Changed preferences implementation
2021-08-20 10:41:59 -04:00
Arraiment
a7dc6f3ba4
Fix url intent searching for Dynasty Scans ( #8675 )
...
* Fix url intent searching
* Fix searching for doujins
2021-08-20 10:41:28 -04:00
nicki
8bf86ecba3
Add extension: Real Life Comics ( #8653 )
...
* add icon for reallifecomics source
* add required manifest and gradle file
* add reallifecomics source
original webcomic link - https://reallifecomics.com
* page index starts at 0
* initialise Page correctly
imageUrl was what I was trying to set
* parse date_upload for chapterList differently
posts before 2014 don't have the date in the link. However, they are
still arranged in a Calendar. Use this calendar to find a date.
* skip years with no archive pages
* cleanup and edits
* now able to parse all years without link issues
* add an extra space to chapter names
for aesthetics! also follows what is shown on the website
* have a simple Search feature
since a search just throwing an error seemed weird
2021-08-20 06:23:56 -04:00
Arraiment
c19a5c64ce
Fix search and add filters ( #8667 )
2021-08-20 06:22:43 -04:00
David Ruppelt
684eea5469
Fix MangaFast ( #8638 )
...
* Update build.gradle
* Update build.gradle
* Create MangaFastDto.kt
* Update MangaFast.kt
* Update MangaFast.kt
* Update MangaFastDto.kt
* Update build.gradle
* Update MangaFast.kt
* MangaFast: remove wildcard import
Co-authored-by: FourTOne5 <59261191+FourTOne5@users.noreply.github.com>
2021-08-18 14:17:08 -04:00
Alessandro Jean
c69c777fee
Add Graphite Comics source ( closes #8598 ). ( #8603 )
2021-08-18 06:34:15 -04:00
ObserverOfTime
e58e20056a
Add Brewing Scans ( #8622 )
2021-08-18 06:33:44 -04:00
Alessandro Jean
b91d75fac3
Add INKR again. ( #8606 )
2021-08-17 17:46:49 -04:00
Arraiment
5edfbb5354
Fix Mangaowl search url building ( #8570 )
...
* Fix search url building
* Update version
2021-08-16 06:10:07 -04:00
Arraiment
cce0c70265
Fix search next page selector ( #8571 )
2021-08-16 06:09:57 -04:00
Arraiment
c673c58b1a
Change latest chapter fetching ( #8558 )
2021-08-14 16:09:28 -04:00
Basara-Hatake
5ce1c4ac8d
fix hbrowse cookie issue ( #8555 )
...
* fix hbrowse cookie issue
* Update build.gradle
* remove last two invalid elements from array
* improve selector
2021-08-14 16:08:58 -04:00
Riztard Lanthorn
f4a3bdd739
Fix Alternative name handling null ( #8544 )
...
* Fix Alternative name handling null
fix Alternative name causing issue when manga description is null
filter/dont add alternative name if only contains spaces by using isBlank()
* fix typo
2021-08-14 05:46:53 -04:00
Arraiment
49834e948b
Fixes and adding filters for Mangaowl ( #8556 )
...
* Add filtering by number of chapters
* Fix search result pagination
2021-08-14 05:44:54 -04:00
mifurlanetto
cf6d590447
Add support to Order Of The Stick web comic. ( #8519 )
...
* Add support to Order Of The Stick web comic.
* Delete local.properties
* minimal effort changes
* added persistance to chapter upload time
Co-authored-by: Maik <mfurlanetto@outlook.it>
2021-08-12 11:08:25 -04:00
Riztard Lanthorn
a3b5dda817
Mangahub: add alternative name to desc ( #8529 )
2021-08-12 07:34:16 -04:00
CVIUS
fb572b537d
remove mangadog source ( #8511 )
2021-08-10 14:03:45 -04:00
CVIUS
90355ee881
update SearchMangaNextPageSelector tag ( #8510 )
...
* Update MangaOwl.kt
* Update build.gradle
2021-08-10 11:15:20 -04:00
Arraiment
da476a6bf4
Fixes for Mangahasu popular page and manga details ( #8506 )
...
* Change popular manga scraping
* Fix small detail parsing issue
2021-08-10 08:49:12 -04:00
fabiomurru96
4afb9dea21
Created a standalone extension for TCBScans due to layout changes ( #8426 )
...
* Created a standalone extension for TCBScans due to layout changes
* Updated TCBScans version code
2021-08-09 06:58:41 -04:00
Arraiment
b4a80e6085
Reworked search filter functionality ( #8488 )
2021-08-09 06:57:57 -04:00
Arraiment
5a0d513b94
Update domain and fix chapter list scraping ( #8467 )
2021-08-08 11:37:59 -04:00
Alessandro Jean
f50917ba3c
Add Toptoon+ source ( #8454 )
...
* Add Toptoon+ source.
* Fix wrong AndroidManifest file.
2021-08-08 10:36:08 -04:00
Alessandro Jean
53c9141f57
Change latest API endpoint in Bilibili ( #8445 )
...
* Change latest API endpoint in Bilibili.
* Remove unused DTOs.
2021-08-07 13:00:07 -04:00
Alessandro Jean
8f608229d0
Add Voyce.Me source. ( #8427 )
2021-08-07 08:48:35 -04:00
Alessandro Jean
c4c10cdb32
Fix URL intent crash and add filters to Bilibili. ( #8423 )
2021-08-07 08:48:20 -04:00
ObserverOfTime
20a5797f84
Clean up Dilbert extension ( #8410 )
2021-08-06 06:10:17 -04:00
Arraiment
714c773714
Fix issue parsing chapter list ( #8417 )
2021-08-06 06:09:08 -04:00
Arraiment
0cfb5cf94a
Pururin: Fixes 'No Pages Found' issue ( #8317 )
...
* Fixed pages not loading
* Updated version
* Made jsoup more specific
2021-07-30 09:45:39 -04:00
Arraiment
9030729538
Mangahasu: Fix page parsing ( #8319 )
...
* Fix page parsing and update url
* Updated version
2021-07-30 06:24:23 -04:00
CVIUS
959f64ff8c
fix search malfunctioning ( #8307 )
...
* Update MangaOwl.kt
* Update build.gradle
* Update MangaOwl.kt
2021-07-29 12:19:58 -04:00
lord-ne
914d23395b
Add Random Scans source ( #8289 )
...
* Add Random Scans source
* Reverse Comikey typo fix; will put in another PR
2021-07-27 14:22:02 -04:00
lord-ne
e0e24f149f
Comikey fix ( #8296 )
...
* Fix typo in Comikey
Second set of intent filters should be for `www.comikey.com`, was accidentally just a duplicate of the first set.
* Pump Comikey version number
2021-07-27 14:08:02 -04:00
CVIUS
292d025be0
Remove ManhwaTime source ( #8292 )
2021-07-27 08:11:47 -04:00
lord-ne
8049bae936
Add Comikey source ( #8273 )
2021-07-26 06:43:47 -04:00
CVIUS
686b7d4299
Delete src/en/readjump directory ( #8279 )
2021-07-26 06:37:52 -04:00
CVIUS
f4fa311d58
add search query parameter ( #8278 )
...
* Update MangaOwl.kt
* Update build.gradle
2021-07-26 06:37:36 -04:00
FlaminSarge
56cd1154ec
[MangaKatana] Bump version for #7972 ( #8196 )
2021-07-20 08:17:20 -04:00
lord-ne
3ffa78ae2b
Purple Cress: Add search and deepliking ( #8176 )
2021-07-19 06:28:48 -04:00
ConnorWGarvey
acf457c12e
MangaJar reads all pages of chapters and full chapter names ( #8117 )
...
* MangaJar reads all pages of chapters and full chapter names
* Update extension version
Co-authored-by: Connor Garvey <connorgarvey@google.com>
2021-07-16 06:24:46 -04:00
CVIUS
3da1280168
re-mangaowl: fix single page only showing when using text search & filter ( #8119 )
...
* Update MangaOwl.kt
* Update build.gradle
2021-07-15 06:15:04 -04:00
CVIUS
039b63792d
add teenmanhua & changes to some madara sources ( #8111 )
...
* teenmanhua icon
* Create TeenManhua.kt
* toongod nsfw override
* webtoonily icon
* webtoonily nsfw override
* Delete multisrc/overrides/madara/mangachill/res directory
* mangachill icon
* Delete multisrc/overrides/madara/webtoonuk/res directory
* webtoonuk icon
* update
* Update MadaraGenerator.kt
2021-07-14 05:50:30 -04:00
CVIUS
2d3756642c
mangaowl: fix single page only showing when using text search & filter ( #8104 )
...
* Update MangaOwl.kt
* bump
2021-07-13 21:00:16 -04:00
CVIUS
406db5a2f1
mangaowl: add filter ( #8087 )
...
* Update MangaOwl.kt
* Update MangaOwl.kt
* Update build.gradle
* Update MangaOwl.kt
* Update MangaOwl.kt
* Update MangaOwl.kt
* Update MangaOwl.kt
* Update MangaOwl.kt
* Update MangaOwl.kt
* Update MangaOwl.kt
* Update MangaOwl.kt
* Update MangaOwl.kt
2021-07-13 09:19:08 -04:00
loocool2
13f5a99386
Revert 1st Kiss rename and put Purplecress back in the right place ( #8048 )
...
* Revert Host Preference Madara
* Fix Hyperdex Url
* Revert 1st Kiss Manga rename
* Moved purplecress back to the right place
* Actually add purplecress files
2021-07-10 23:02:49 -04:00
lord-ne
c29b61cada
Add title text as a page to Swords Comic source ( #8022 )
...
* Add title text as a page to Swords Comic source
* Bumb version number for Swords Comic source
2021-07-09 06:40:49 -04:00
OncePunchedMan
b495e6013a
fix status and titles ( #8016 )
2021-07-08 10:47:57 -04:00
Johannes Joens
03850d43a7
nHentai.com switch to kotlinx and add support for multilang ( #7990 )
...
* Create NHentaiCom.kt
* Create NHentaiComFactory.kt
* Create NHentaiCom.kt
* Delete NHentaiCom.kt
* Create build.gradle
* Create AndroidManifest.xml
* Added Icons
* Remove Single Lang files
* Added (unoriginal) back to naming
* Changed name back to (unoriginal) ending
* Removed Langues
* Update NHentaiComFactory.kt
* Update NHentaiCom.kt
* change from try to runCatching
2021-07-07 05:52:33 -04:00
CVIUS
6f00690c8e
add mangadna source & few fixes ( #7994 )
...
* Update MangaLazy.kt
* Update hManhwa.kt
* mangadna icon
* Create MangaDNA.kt
* Update MadaraGenerator.kt
* Delete src/en/manhwamanga/res directory
* replace manhwamanga icon
i uploaded manhuamanga icon :V
* Update ManhuaManga.kt
* Update build.gradle
* Update build.gradle
2021-07-06 07:55:19 -04:00
Myst
357aeacc29
ComicExtra Fix chapter date and URL ( #7987 )
2021-07-05 17:01:14 -04:00
CVIUS
343f77d2ea
add manhuamanga source ( #7967 )
...
* manhuamanga icon
* Create ManhuaManga.kt
* Create AndroidManifest.xml
* Create build.gradle
* Delete src/en/manhwamanga/res directory
* replace manhwamanga.net icon
* Update build.gradle
2021-07-05 08:54:25 -04:00
Myst
c4c010ab29
ComicExtra fix empty SManga result when search return nothing ( #7979 )
...
* Add support for mangas with seasons
Use chapter name as chapter number
* ComicExtra fix empty search result
2021-07-05 08:53:57 -04:00
FlaminSarge
778ed078f0
[MangaKatana] Add server preference, alt names in description, and comma-separate author list ( #7972 )
2021-07-04 08:37:53 -04:00
h-hyuuga
7babbc272b
Add new multisrc extension (Weebreader) ( #7911 )
...
* Arang Scans: Move to multisrc Weebreader (new)
* Weebreader: Add artist and author parsing
* Remove Weebreader.kt
* Weebreader: Replace weebreader implementation with NaniScan's implementation
* Weebreader: Rename classes
* Weebreader: Fix typo in filename
* Weebreader: Trim whitespace around author and artist
2021-07-02 13:29:04 -04:00
NMBLM
35e9e8961c
Manga-Raw.Club update, fixed thumbnails not showing in library ( #7922 )
...
* [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
* Fix thumbnail not showing
* Update Build Version
2021-06-30 09:52:17 -04:00
FourTOne5
4b053dea0d
MangaFast Don't filter out Hot Chapters ( #7899 )
...
* Update MangaFast.kt
* Update build.gradle
2021-06-27 13:26:35 -04:00
FourTOne5
cec752e9ce
Bilibili Comics Add Intent filter ( #7900 )
...
* Update AndroidManifest.xml
* Update build.gradle
* Update BilibiliComics.kt
2021-06-27 13:26:19 -04:00
FourTOne5
2a391a6139
Bilibili Comics Update ( #7889 )
...
* Update BilibiliComics.kt
* Update BilibiliDto.kt
* Create BilibiliComicsUrlActivity.kt
* Update BilibiliComics.kt
* Update build.gradle
* Update BilibiliComicsUrlActivity.kt
2021-06-26 15:46:41 -04:00
FourTOne5
cd1c762ec5
Manga Fast Update Chapter Selector ( #7886 )
...
* Update MangaFast.kt
* Update build.gradle
2021-06-26 07:31:13 -04:00
Narin
5492952878
Update for new site layout ( #7874 )
2021-06-25 12:58:57 -04:00
CVIUS
08b5279b77
add two new sources to madara ( #7811 )
...
* Update MangaOwl.kt
* Update build.gradle
* Update MadaraGenerator.kt
* add icon
* Update MadaraGenerator.kt
* add icon
* Update MadaraGenerator.kt
* Create OhNoManga.kt
2021-06-22 18:18:29 -04:00
CVIUS
516dfdbd36
madara: remove some sources rate limiter dependencies ( #7793 )
...
* Delete additional.gradle.kts
* Update FreeManga.kt
* Update Hentai20.kt
* Update Hentaidexy.kt
* Delete additional.gradle.kts
* Update MangaClash.kt
* Update MangaForFreeFactory.kt
* Update MangaKitsune.kt
* Delete additional.gradle.kts
* Update MangaKomi.kt
* Update MangaPL.kt
* Delete additional.gradle.kts
* Update MangaTuli.kt
* Update ManhuaPro.kt
* Delete multisrc/overrides/madara/manwahentaime/res directory
* Add files via upload
* Update MadaraGenerator.kt
* Delete additional.gradle.kts
* Update YaoiManga.kt
* bump versions
* Update MangaOwl.kt
* Update MangaOwl.kt
* Update MangaOwl.kt
* Update MangaOwl.kt
* bump
2021-06-21 13:31:24 -04:00
CVIUS
8b4eb2b7ed
mangaowl: exclude owl's tag ( #7792 )
...
* Update MangaOwl.kt
* Update build.gradle
2021-06-21 10:13:58 -04:00
CVIUS
65bf2c14b9
add mangasky to madara ( #7780 )
...
* Update MangaOwl.kt
* Update build.gradle
* Update MadaraGenerator.kt
* Add files via upload
* Update MangaOwl.kt
2021-06-21 07:17:20 -04:00
Narin
29b41af722
Fixes chapterListParse ( #7769 )
2021-06-20 18:44:15 -04:00
arkon
0640b31137
Fix linting errors
2021-06-20 12:06:27 -04:00
Hunter Nickel
7f9223fefd
Refactor field name for MangaMiso source's number of search results returned. ( #7763 )
2021-06-20 08:38:54 -04:00
h-hyuuga
759a2123c1
Kotlinx.serialization migration for several sources ( #7723 )
...
* en.MangaPark: kotlinx.serialization migration
* Bato.to: Kotlinx.serialization migration
* Dynasty: Kotlinx.serialization
* ReadM: kotlinx.serialization migration
* Bato.to: Comment out code that was untested
2021-06-20 08:28:26 -04:00
FourTOne5
550bb4b5f6
MangaFast Fix Incorrect SimpleDateFormat Pattern ( #7720 )
...
* Update build.gradle
* Update MangaFast.kt
2021-06-18 05:52:33 -04:00
FourTOne5
7916260467
Delete src/en/wutopia directory ( #7719 )
2021-06-18 05:52:11 -04:00
Themis
29ae13ac7c
MangaHere Update ( #7690 )
...
Updated the manga types and genre.
2021-06-17 09:37:36 -04:00
FourTOne5
c5c4ddf825
MangaFast Update Date format. ( #7699 )
...
* Update MangaFast.kt
* Update build.gradle
2021-06-17 09:36:47 -04:00
h-hyuuga
f932e26e14
Bugfixes for #7407 ( #7681 )
...
* Catmanga: Bump version
* Comick.fun: Resolve parsing issue for latest manga
* Remanga: Fix parsing error on latest + search
2021-06-16 11:15:47 -04:00
h-hyuuga
1175b0d1c7
Replace json library with kotlinx.serialization in multiple sources ( #7407 )
...
* Catmanga: Replace org.json with kotlinx.serialization + Light Refactor of #7451
* Genkan IO: Replace gson + Make livewire interceptor
* Genkan IO: Tail Call Optimization to avoid blowing stack
* Comick.fun: kotlinx.serialization migration
* Remanga: kotlinx.serialzation migration
2021-06-15 09:02:46 -04:00
FourTOne5
745e57f4e6
HHS Update Chapter Image Link ( #7665 )
...
* Update build.gradle
* Create HomeHeroScans.kt
2021-06-15 08:58:46 -04:00
Hunter Nickel
99c1871901
Add MangaMiso Source ( #7622 )
2021-06-14 07:16:23 -04:00
Alessandro Jean
3f91c5f75e
Replace JsonParser with kotlinx.serialization in some extensions ( #7620 )
...
* Replace JsonParser with kotlinx.serialization.
* Remove wildcard import.
* Remove more usages of JsonParser.
2021-06-14 06:20:05 -04:00
Maxim Kuleshov
71986a1c6e
Hentaimimi proper fix ( #7608 )
...
* Properly parse HentaiMimi pages list
* HentaiMimi version bump
* Add kotlinx-serialization to build.gradle (HentaiMimi)
2021-06-11 18:11:29 -04:00
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
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
Mike
f4fa994be3
MangaSee - small fix for broken pages ( #3663 )
2020-07-01 05:43:53 -04:00
Mike
f14439bcad
Mangasee - update to use Manga Life code ( #3662 )
2020-07-01 04:49:50 -04:00
Mike
39373024e3
MangaLife - official translation filtering ( #3655 )
2020-07-01 02:32:44 -04:00
AbdullahM0hamed
a06f195081
Add MangaFast ( #3638 )
...
* Add MangaFast
* Address issue #1
* Address Issue #2
* Update build.gradle
* restructure
* Update MangaFast.kt
* Update MangaFast.kt
Co-authored-by: snakedoc83 <mikepeterson83@gmail.com>
2020-06-28 21:16:49 -04:00
arkon
3bd98888ee
Use Kotlin DSL for Duktape stub gradle file
...
- Update to Java 8
- Move stub to common.gradle
2020-06-26 09:08:00 -04:00
arkon
023c26b4a0
Make "Tachiyomi" app name prefix implicit
2020-06-25 22:46:15 -04:00
arkon
4079830822
Annotate multi-source factories
...
Doesn't do anything yet. Will add an annotation processor to do add info the repo JSON in the future.
2020-06-25 19:04:05 -04:00
arkon
7e2e2f39fe
Lint fixes
2020-06-25 19:03:32 -04:00
Mike
38a9cd8808
Comicpunch - fix search ( #3593 )
2020-06-22 15:49:43 -04:00
Unlocked
ed4f4c4a85
Fix Viz thumbnails ( #3570 )
2020-06-19 04:54:00 -04:00
Mike
fba57fdcb3
Questionable Content - add chapter date ( #3566 )
2020-06-19 03:21:04 -04:00
Alessandro Jean
8874e85b92
Add Viz Shonen Jump ( #3560 )
...
* Add Viz Shonen Jump.
* Update User Agent.
* Switch to AndroidX dependency.
* Add support to premium chapters if logged in (#1 )
* Fix some parsing issues, works with premium chapters
* Slight code reuse reduction
* CacheControl force network and simplify parsing for Viz
* Hide locked chapters when not logged in
Co-authored-by: Unlocked <10186337+TheUnlocked@users.noreply.github.com>
2020-06-18 22:53:30 -04:00
Aria Moradi
a2f9d6a4fd
New source: TimelessLeaf ( #3552 )
...
* TimelessLeaf: code done
* TimelessLeaf: dark icons by @AbdullahM0hamed
* TimelessLeaf: implemented local search
* TimelessLeaf: new icons by @as280093
* TimelessLeaf: done requested changes
2020-06-17 17:44:23 -04:00
E3FxGaming
7220a19a58
MangaMutiny - JsonNull fix ( #3551 )
...
* MangaMutiny - JsonNull fix
Some thumbnails and manga descriptions aren't maintained by the website.
This results in avoidable errors. Fixed with this commit.
* MangaMutiny - Increment extension version number
2020-06-16 17:57:24 -04:00
Mike
ee7d3bba17
NineAnime - add headers ( #3527 )
2020-06-13 23:17:49 -04:00
Mike
505e954175
MyHentaiComics - fix pages ( #3525 )
2020-06-13 23:17:34 -04:00
Mike
ca55416443
Remove deprecated extensions (Renascans, NetTruyen) ( #3523 )
2020-06-13 21:11:58 -04:00
Alessandro Jean
8eacce0ca3
Remove MyAnimeList Free Manga (1/2). ( #3507 )
...
Remove MyAnimeList Free Manga (1/2)
2020-06-12 12:03:07 -04:00
E3FxGaming
1b1cc53782
Adding source Manga Mutiny ( #3498 )
...
* Adding source Manga Mutiny
Webview doesn't work. Reason: it's an HttpSource based on an undocumented API - it's not based on web scraping
Credit:
- the concept for the Filter was taken from the MangaPark extension and changed to fit the circumstances
- the JsonObject extension function stems from stackoverflow
* MangaMutiny - multiple fixes
Moved mangamutiny to /src/en
removed "open" from class
changed if condition
2020-06-12 04:19:58 -04:00
Mike
a0151d64ad
MangaPark - improved chapter parsing ( #3499 )
2020-06-12 01:56:01 -04:00
Mike
e3143073ee
MangaOwl - update date parsing ( #3497 )
2020-06-11 17:49:03 -04:00
Mike
e6e5819fd9
Vgperson - enable search ( #3482 )
2020-06-10 17:09:33 -04:00
Mike
1d606bca42
Clone Manga - enable search ( #3481 )
2020-06-10 17:09:23 -04:00
Mike
3fa06f5eba
Remove usages of Observable.empty() ( #3479 )
2020-06-10 17:09:01 -04:00
Mike
1ad4002be9
MangaPark - force network request for chapters ( #3471 )
2020-06-10 01:27:30 -04:00
Mike
59bb99ed49
Xkcd - fix refresh/restore details ( #3472 )
2020-06-10 01:27:04 -04:00
Mike
df1fee08c2
NineAnime - fix chapter names ( #3473 )
2020-06-10 01:26:41 -04:00
Aria Moradi
f4c0d7f2b4
Kill Six Billion Demons: fix typo ( #3465 )
...
* Kill Six Billion Demons: fix typo
* Kill Six Billion Demons: bump version
2020-06-09 17:12:03 -04:00
Aria Moradi
bdc3a5d05b
Kill Six billion Demons: fix a bug ( #3463 )
...
* Kill Six billion Demons: fix a bug
* Bump extension version
2020-06-09 16:31:25 -04:00
Aria Moradi
ceccf4f85b
add source: Kill Six Billion Demons ( #3433 )
...
* KSBD: initial files
* KSBD: code reached working state
* delete logging commands
* clean book manga titles
* KSBD: throw an Exception when user tries to search
* KSBD: add alternative code for search
* KSBD: return an empty response when user searches
* fix chapter order
* address linting warnings
* KSBD: use okhttp insted of Jsoup.connect()
* KSBD: replace fetchMangaDetails() with explicit wite
* KSBD: fix linting so the code compiles
* KSBD: use okhttp insted of Jsoup.connect(), again
2020-06-09 13:27:15 -04:00
E3FxGaming
e569048840
Fixed MangaPark filtering ( #3459 )
...
* Fixed MangaPark filtering
Fixed MangaPark filtering as requested in #3361 .
Added additional sort options (views last 365/180/90 days).
Improved filter URLs by omitting empty/default URL parameters.
* Added 8 genre to MangaPark filter
All available GenreFilter are in sync with what you can filter for on the MangaPark website.
2020-06-09 13:17:53 -04:00
Jason Lam
af807266b8
Madokami cleanup ( #3450 )
...
* more descriptive error message pointing user to details page
* Minor code quality improvements, cleared out unusued latestUpdate
functions
* bump up ext ver
2020-06-08 17:56:33 -04:00
Mike
ca5e2d8333
MangaEden - version bump ( #3447 )
2020-06-08 16:15:17 -04:00
Mike
225071d4a7
MangaEden - fix images ( #3445 )
2020-06-08 15:14:37 -04:00
arkon
14e644d358
Set password preferences inputTypes
2020-06-06 13:02:53 -04:00
Mike
311cef70fd
Mangahere - fix genre search ( #3380 )
2020-06-02 04:47:59 -04:00
Mike
179912d2ed
NineAnime - new extension ( #3379 )
...
* NineAnime - new extension
* spelling
2020-06-02 04:47:45 -04:00
Mike
92132e47c9
MangaKatana - fix covers ( #3378 )
2020-06-02 04:47:35 -04:00
Mike
39c99697ff
Mangafreak - fix some titles ( #3352 )
2020-05-29 02:57:56 -04:00
Mike
2d3aa436de
Tapas - new chapter list parsing ( #3349 )
2020-05-29 02:49:52 -04:00
Mike
fbe90270fe
Mangasail - fix pages, refactor ( #3331 )
2020-05-27 04:29:51 -04:00
Mike
34a1f446ea
ReadM - fix latest ( #3307 )
2020-05-25 02:28:18 -04:00
Mike
3fcc0a9dca
ComicExtra - add genre details ( #3278 )
2020-05-22 22:19:24 -04:00
Jason Lam
d121387761
Fix Madokami ordering and parsing issues ( #3248 )
...
Fix Madokami ordering and parsing issues
2020-05-19 21:49:47 -04:00
funkyhippo
00e5c6a531
New icon for Guya. ( #3221 )
...
New icon for Guya.
2020-05-17 20:05:19 -04:00
Jason Lam
eba5d60348
Add Madokami ( #3198 )
...
* madokami support
* removed extra deps
* actually respect the no wildcard req
* address code review comments, minor readability fixes
* madokami kind of inconsistent with link texts
* oops forgot to delete
* address additional comment, better manga detail requesting
* remove dep that is now a common dep
* oops, account for raws / non-english manga
* changed en -> all, but couldn't figure out if lang was changeable
* Revert "changed en -> all, but couldn't figure out if lang was changeable"
This reverts commit 82ccd61f0ee4cea10a9063d602509022e2d5f62b.
2020-05-17 19:07:03 -04:00
arkon
efc1877172
Move common app-provided dependencies to common.gradle ( #3214 )
2020-05-17 16:50:53 -04:00
TacoTheDank
11ac392755
Even more lint cleanup ( #3191 )
2020-05-17 15:47:37 -04:00
Mike
d890768fe6
Tapas - refactor chapter list ( #3202 )
2020-05-17 03:15:25 -04:00
Mike
54b85ad467
ReadManhwa - null details fix ( #3181 )
2020-05-16 06:46:06 -04:00
Mike
5626b7dcc2
ComicExtra - add filters ( #3172 )
...
* ComicExtra - add filters
* Details
2020-05-15 18:52:38 -04:00
Mike
77ebca8d59
MangaRock.es extension ( #2794 )
...
* [WIP} MangaRock.es extension
* Search, filters
* Pages
* More imports
* Icons
2020-05-15 17:56:46 -04:00
Alessio Tudisco
36d8432d6b
[Italian Sources] Remove ItaScan and Updated MangaEden domain ( #3156 )
...
[Italian Sources] Remove ItaScan and Updated MangaEden domain
2020-05-14 20:32:39 -04:00
AbdullahM0hamed
dfb7680b19
Update INKR Browse ( #3145 )
2020-05-13 11:44:33 -04:00
Mike
b659df6fd2
Mangasee - change pageListParse ( #3141 )
2020-05-13 07:32:31 -04:00
Mike
bf20b61e01
Mangahasu - add filters ( #3129 )
...
* Mangahasu - add filters
* class names
2020-05-12 07:14:02 -04:00
Mike
6c4818232d
MangaKisa - fix chapters ( #3124 )
...
MangaKisa - fix chapters
2020-05-11 22:01:19 -04:00
Mike
50204b6354
MangaLife - fix chapters ( #3112 )
2020-05-11 07:22:30 -04:00
TacoTheDank
99ee039d09
Correct a bunch of lints from "en" to "ja" ( #3075 )
2020-05-10 17:46:00 -04:00
Mike
eb0d284238
Remove Boredom Society, Pecintakomik (1/2) ( #3096 )
2020-05-10 06:18:37 -04:00
Mike
806227b5bb
Tapas - filter future releases ( #3090 )
...
Tapas - filter future releases
2020-05-09 21:40:53 -04:00
AbdullahM0hamed
a93e0d7dec
Add Inkr (all the code is from MR) ( #3083 )
...
Add Inkr (all the code is from MR)
2020-05-09 14:06:22 -04:00
arkon
dbcb0117cd
Remove preference-stub (moved into extension-lib 1.2)
2020-05-09 11:43:41 -04:00
Mike
df8e210c5c
ReadManhwa - add filters ( #3032 )
...
* ReadManhwa - add filters
* Use HttpUrl
2020-05-06 09:09:55 -04:00
AbdullahM0hamed
2f57009d3d
Add MangaKatana ( #3021 )
2020-05-05 14:34:30 -04:00
DragonDisk
3a4bb5657d
Mangahub - fix alt names and labels being appended to title ( #3002 )
...
Mangahub - fix title
2020-05-04 10:00:08 -04:00
Mike
7493e43306
Swords Comic - new extension ( #2998 )
2020-05-04 05:31:58 -04:00
Mike
f459daa3c4
Nani? Scans extension ( #2996 )
2020-05-03 23:01:51 -04:00
Mike
5d88f196d5
ReadManhwa - new extension ( #2991 )
2020-05-03 18:41:27 -04:00
Mike
b17987b8e5
Replace HolyManga & HeavenManga ( #2950 )
2020-05-01 18:14:36 -04:00
Mike
b5cfb58ead
Hentai2Read - fix additional search pages ( #2933 )
2020-04-29 18:01:16 -04:00
AbdullahM0hamed
b54899b2aa
Remove Kissmanga ( #2911 )
2020-04-28 11:57:42 -04:00
Mike
46a3b00ac8
Hentai2Read - more search changes ( #2857 )
2020-04-26 15:42:16 -04:00
Mike
be986aa1fe
Oglaf - fix pages ( #2836 )
...
Oglaf - fix pages
2020-04-26 09:49:25 -04:00
Mike
5dd204d665
ReadComicOnline - refactor pageListParse ( #2838 )
...
ReadComicOnline - refactor pageListParse
2020-04-26 07:00:35 -04:00
arkon
71c20924e8
Lint fixes
2020-04-25 10:29:23 -04:00
arkon
020c2af006
Lint fixes
2020-04-25 10:29:23 -04:00
arkon
5e05175f8c
Lint fixes
2020-04-25 10:29:23 -04:00
arkon
5d5c6016ea
Lint fixes
2020-04-25 10:29:23 -04:00
Mike
95f8795bfa
DbMultiverse - additional languages ( #2782 )
...
* DbMultiverse - additional languages
* Separate file for "en" class
2020-04-24 23:23:31 -04:00
Thiago França da Silva
71953e59c0
MyHentaiGallery - Implement Url Intent and add Latest ( #2788 )
...
MyHentaiGallery - Implement Url Intent and add Latest
2020-04-23 22:17:14 -04:00
Thiago França da Silva
32ec0a2eae
Tsumino - Implement Url Intent and fix sort by newest ( #2786 )
...
Tsumino - Implement Url Intent and fix sort by newest
2020-04-23 22:12:57 -04:00
Mike
571a88d3fe
HentaiFox - fix genre search pages ( #2785 )
...
HentaiFox - fix genre search pages
2020-04-23 22:10:53 -04:00
Mike
892a8e5a31
Hentai2Rread - add search sorting ( #2770 )
...
* Hentai2Rread - add search sorting
* gradle
2020-04-23 17:37:48 -04:00
i404788
23f6b3c46b
Fix "Page List Empty" with Randomized Suffix (KissManga) ( #2772 )
...
Fix "Page List Empty" with Randomized Suffix (KissManga)
2020-04-23 08:18:49 -04:00
armangido
f9c39ed8e1
Update Kissmanga.kt ( #2764 )
...
Update Kissmanga.kt
2020-04-22 16:45:56 -04:00
armangido
23c7ebfeb7
Update Kissmanga User-Agent ( #2762 )
...
Update Kissmanga User-Agent
2020-04-22 13:23:51 -04:00
i404788
c250781302
Fix "Page list empty" for KissManga ( #2757 )
...
Fix "Page list empty" for KissManga
2020-04-22 12:24:30 -04:00
AbdullahM0hamed
c29e850685
Update ReadM ( #2746 )
...
* Update build.gradle
* Update ReadM.kt
2020-04-21 19:52:11 -04:00
AbdullahM0hamed
5d9be48f31
Update RenaScans ( #2740 )
...
Update RenaScans
2020-04-21 16:41:01 -04:00
Mike
7ef7fe679d
ReadMangaToday - fix pages ( #2697 )
...
ReadMangaToday - fix pages
2020-04-17 16:58:39 -04:00
Mike
52da22ba09
Mangahere - fix pages ( #2696 )
...
Mangahere - fix pages
2020-04-17 16:57:52 -04:00
Mike
d4f1185c53
Mangasee - parse thumbnails on browse ( #2629 )
...
Mangasee - parse thumbnails on browse
2020-04-09 19:05:55 -04:00
AbdullahM0hamed
4113cef94f
Added MangaJar ( #2609 )
...
* Create MangaJar.kt
* Delete MangaJar.kt
* Create MangaJar.kt
* Update MangaJar.kt
* Create build.gradle
* Update build.gradle
* Create placeholder
* Add files via upload
* Delete placeholder
* Create Placeholder
* Add files via upload
* Delete Placeholder
* Create Placeholder
* Add files via upload
* Delete Placeholder
* Create mipmap-xhdpi
* Delete mipmap-xhdpi
* Create Placeholder
* Add files via upload
* Delete Placeholder
* Create Placeholder
* Add files via upload
* Delete Placeholder
* Create Placeholder
* Add files via upload
* Delete Placeholder
* update icons
* Update MangaJar.kt
2020-04-09 18:03:34 -04:00
Xéfir Destiny
5ea83b7087
The contents in manga park extension differs from that of the webview in both the latest and browse from the app ; Fixes #2528 ( #2589 )
...
The contents in manga park extension differs from that of the webview in both the latest and browse from the app ; Fixes #2528
2020-04-05 09:03:25 -04:00
Mike
a6633e2545
Mangahere - revert & tweak pages ( #2582 )
...
Mangahere - revert & tweak pages
2020-04-03 20:47:50 -04:00
Mike
b0255f9325
Hentai2Read - update browse & latest ( #2564 )
2020-03-31 22:25:42 -04:00
Mike
dd787e9dab
HentaiNexus - fix pages ( #2563 )
...
HentaiNexus - fix pages
2020-03-31 21:58:46 -04:00
happywillow0
18206ed744
[New] ReadM ( #2542 )
...
* Upload ReadM
* Add Icons
* Update ReadM.kt
- Extend default time out
- Simplify pageListParse
2020-03-31 09:26:02 -04:00
Mike
9c0b1f252d
MangaOwl - fix thumbnails ( #2550 )
...
MangaOwl - fix thumbnails
2020-03-30 06:15:06 -04:00
happywillow0
3eae663d92
Tapas - Add Thumbnail to Details ( #2544 )
2020-03-29 16:17:37 -04:00
arkon
228178f3a0
Use consistent Gson version for stable compatibility
2020-03-29 12:24:28 -04:00
Mike
7f7fe11e4e
MangaPark - fix thumbnails ( #2537 )
2020-03-29 07:41:37 -04:00
Mike
e3b870a1db
Oglaf - change empty observable ( #2536 )
...
* Oglaf - change empty observable
* gradle
2020-03-29 07:41:11 -04:00
arkon
b6bcc71a1c
KissManga: add rate limiting ( #2527 )
2020-03-27 10:57:54 -04:00
Mike
ed0a5f0a1f
MyHentaiComics - new extension ( #2505 )
...
* MyHentaiComics - new extension
* Icons, genre filter
2020-03-26 22:44:19 -04:00
happywillow0
9e9f99f10c
KissManga - Update UA #2 ( #2509 )
2020-03-25 12:10:53 -04:00
happywillow0
1c29f4b11b
KissManga - Upgrade User-Agent ( #2503 )
2020-03-25 05:58:44 -04:00
happywillow0
519cc3972e
Hive Works - Manga not found ( #2475 )
...
* Hive Works - Manga not found
* Hiveworks - Add Lists
- Add Originals, Kids, Completed Lists
* Use firstOrNull
2020-03-23 05:41:34 -04:00
happywillow0
b4e563a135
Hiveworks - Add Chapter Filtering ( #2463 )
...
* Add chapter filtering
- Better supports Check Please Comic and others if needed
* Use better code
2020-03-20 14:19:38 -04:00
happywillow0
0be01826cf
Improve Hiveworks ( #2458 )
...
* Improve Hiveworks
- Optimize imports
- Reorganize code
- Hide known incompatible comics
- Add local search
- Add proper Manga Details
- Changed page list selector
- Add site specific pages
- Add addational filters
- Add custom error codes
- Other misc code edits
* Update smbcTextHandler
- Add title to smbc text
2020-03-20 05:45:48 -04:00
happywillow0
e141c4a887
Tapas - use data-src ( #2455 )
2020-03-19 22:20:47 -04:00
Mike
506843c9e0
xkcd - parse image from html ( #2435 )
...
xkcd - parse image from html
2020-03-17 08:17:30 -04:00
happywillow0
4bb19c8456
Add Header Referer ( #2424 )
...
- Fixes thumbnail hotlink protection
2020-03-15 13:09:31 -04:00
happywillow0
9ad04a5b01
Tapas Re-write ( #2401 )
...
Tapas Re-write
2020-03-10 23:19:09 -04:00
arkon
f3ddcc74cd
Upload HonkaiImpact3 ( #2359 )
...
Add Honkai Impact 3
2020-03-04 21:03:09 -05:00
happywillow0
418c272a68
MangaOwl - Update Selectors ( #2360 )
...
MangaOwl - Update Selectors
2020-03-04 07:14:04 -05:00
Alessandro Jean
c3ea208356
Add MyAnimeList Free Manga ( #2339 )
...
* Add MyAnimeList Free Manga.
* Remove unused imports.
* Use native method to decrypt the images.
* Fix login warning not hiding when login is done.
2020-03-03 20:19:00 -05:00
happywillow0
b6ae4d6c8d
Update chapterFromElement ( #2348 )
...
ExistentialComics = Fix Chapter list
2020-03-03 07:16:45 -05:00
happywillow0
506619d153
Manga Park - chapter list preferences v2 ( #2324 )
...
Manga Park - chapter list preferences v2
2020-03-01 23:18:32 -05:00
happywillow0
29d1d99e58
View Trending / New via Filter ( #2322 )
...
KissManga - Enable Trending / New Manga lists
2020-03-01 07:23:05 -05:00
happywillow0
506a56a4a3
Kiss Manga - Add thumbnails to MangaFromElement ( #2308 )
...
Kiss Manga - Add thumbnails to MangaFromElement
2020-02-28 11:20:13 -05:00
Pyreko
7c51b89575
Guya: Add support for opening guya.moe titles directly in Tachiyomi ( #2284 )
...
Guya: Add support for opening guya.moe titles directly in Tachiyomi
2020-02-24 08:22:06 -05:00
ObserverOfTime
e23b69f8a7
More HTTPS upgrades ( #2057 )
2020-02-22 23:35:13 -05:00
happywillow0
53d6cbf97d
Add MangaMainac ( #2269 )
...
* Add MangaMainac
* Add icons
* Remove extra space
2020-02-22 21:19:55 -05:00
happywillow0
955ef683ac
Update baseUrl ( #2274 )
...
Holy/Heaven Manga - Update baseUrl
2020-02-21 10:55:16 -05:00
dawidsowa
27616110a0
Add Oglaf source ( #2242 )
2020-02-15 18:00:13 -05:00
happywillow0
c7f7c8ec55
Clean Up / Remove (1/2) ( #2249 )
...
Clean Up / Remove (1/2)
2020-02-15 07:09:44 -05:00
dawidsowa
65c185f977
Add ExistentialComics source ( #2211 )
2020-02-07 18:49:58 -05:00
happywillow0
fbcabbc15a
Recode pageListParse ( #2205 )
...
Find and replace placeholder images
2020-02-07 18:43:31 -05:00
Mike
731df4ccdd
Mangahub - pages fix ( #2168 )
...
Mangahub - pages fix
2020-02-01 10:04:17 -05:00
Mike
72b25fbd4b
ReadComicOnline - latest updates fix ( #2149 )
2020-01-29 07:35:26 -05:00
funkyhippo
8e2bf3a8f1
Add date upload field to Guya. ( #2132 )
2020-01-26 17:41:20 -05:00
happywillow0
3fb1225f45
Mangahere Update Page List for Webtoons ( #2082 )
...
Mangahere Update Page List for Webtoons
2020-01-26 00:21:49 -05:00
happywillow0
b00d1df804
[New] Mangafreak ( #2115 )
...
[New] Mangafreak
2020-01-22 09:42:51 -05:00
Mike
6493f047f7
Wutopia - new extension ( #2086 )
2020-01-18 15:01:38 -05:00
Mike
ff75221350
Manga Linkz - new extension ( #2077 )
2020-01-16 17:51:10 -05:00
Mike
b86258d5a7
MerakiScans update ( #2053 )
2020-01-13 07:22:36 -05:00
happywillow0
ff8f8f3d76
Revert "MangaLife - Fetch Host" ( #2046 )
...
Revert "MangaLife - Fetch Host"
2020-01-12 10:43:30 -05:00
happywillow0
cf340a1890
MangaLife - Fetch Host ( #2039 )
...
MangaLife - Fetch Host
2020-01-11 09:26:42 -05:00
Mike
f1403b6439
MangaLife update ( #2021 )
...
* MangaLife update
* Filters
* chapterListParse Refactor
* Fix Chapter Name
* Refactor imageNum
* Refactor pageListParse - chNum
Co-authored-by: happywillow0 <45346080+happywillow0@users.noreply.github.com>
2020-01-09 19:53:07 -05:00
happywillow0
2ff980a9f7
MangaRock - Update Error Message ( #2030 )
...
* Update build.gradle
* Update pageListParse Error Message
* Error Message for Popular and Latest
2020-01-09 12:52:17 -05:00
Mike
c339bcdab7
MangaOwl - chapter URLs ( #2022 )
...
MangaOwl - chapter URLs
2020-01-09 08:28:34 -05:00
happywillow0
ac681f3633
ReadComicOnline - Adds Quality Preference ( #1991 )
...
ReadComicOnline - Adds Quality Preference
2020-01-07 17:52:15 -05:00
Mike
738a878314
SleepyPandaScans refactor ( #2003 )
...
SleepyPandaScans refactor
2020-01-07 17:29:50 -05:00
happywillow0
2f12ba1de3
[New] Mangacruzers ( #1934 )
2020-01-07 10:43:30 -05:00
Mike
c8e48c6865
Explosm - chapter dates ( #2001 )
2020-01-06 22:48:32 -05:00
NotTsunami
bda4217aa8
Several https updates ( #1988 )
...
Several https updates
2020-01-06 07:22:26 -05:00
arkon
98df581cfd
Add support for AndroidX preferences ( #1971 )
...
* Add stubs for AndroidX preferences
* Update extensions for AndroidX preferences
2020-01-05 11:16:12 -05:00
Mike
60c8d35bd7
Dilbert fix ( #1958 )
...
Dilbert fix
2020-01-03 07:18:27 -05:00
Mike
32263c9b4b
Latisbooks ( #1938 )
...
* Latis Books - new extension
* Update Latisbooks.kt
* Icons
2020-01-01 16:48:28 -05:00
Mike
3ed064cac4
Cyanide & Happiness - new extension ( #1945 )
2020-01-01 16:47:58 -05:00
arkon
b55554acb6
Manga Rock: throw slightly more informative exception for licensed manga
2020-01-01 10:59:39 -05:00
Mike
e1abb544e4
Dynasty Doujins fixes ( #1950 )
...
Dynasty Doujins fixes
2020-01-01 09:55:06 -05:00
happywillow0
50e6959236
[New] Hiveworks ( #1880 )
...
* Add files via upload
* Update Hiveworks.kt
* Removed extra code
* Update Hiveworks.kt
* Update Hiveworks.kt
* Add icons
2019-12-29 16:57:04 -05:00
funkyhippo
61f6e9fd47
Preference cast fix. ( #1927 )
2019-12-27 20:56:42 -05:00
Mike
d093fac043
Patch Friday - new extension ( #1917 )
...
Patch Friday - new extension
2019-12-26 11:13:48 -05:00
Mike
2c38b18df0
Remove Mangastream (1/2) ( #1915 )
...
Remove Mangastream (1/2)
2019-12-25 23:51:32 -05:00
Mike
bb9dc35e48
Webcomics: Limit to 20 chapters ( #1305 )
...
* Webcomics: Limit to 20 chapters
* Locked chapter notification
2019-12-21 10:50:06 -05:00
happywillow0
58b91ec175
Toonly Cleanup ( #1882 )
...
* Delete build.gradle
* Toonly Cleanup
2019-12-16 22:13:36 -05:00
Mike
c36b4dd93d
HentaiFox - new extension ( #1874 )
2019-12-15 10:47:29 -05:00
Mike
46e3f9f6e1
MyHentaiGallery - new extension ( #1869 )
2019-12-15 10:46:33 -05:00
Mike
43b66fa0fe
Mangatown update ( #1873 )
...
Mangatown update
2019-12-13 07:22:46 -05:00
Mike
a48d4b1e76
Tapastic - chapter lock icon ( #1853 )
2019-12-07 14:21:10 -05:00
Mike
ae1c22773a
Remove defunct extensions (2/2) ( #1824 )
...
Remove defunct extensions (2/2)
2019-11-25 10:36:05 -05:00
Mike
5a0689dbea
Comicpunch - new extension ( #1817 )
...
Comicpunch - new extension
2019-11-24 09:49:56 -05:00
Ankit Singh
9092309606
tags ( #1813 )
...
Hentai2Read tags
2019-11-23 11:08:19 -05:00
happywillow0
05d7a6951f
[Fix] Mangahere - Parser for webtoon type ( #1810 )
...
* Update build.gradle
* Added Webtoon Parser
* Update Mangahere.kt
Missed a '
2019-11-22 17:46:54 -05:00
happywillow0
90c41bf159
[New] Mangadog ( #1754 )
...
[New] Mangadog
2019-11-13 22:48:13 -05:00
Mike
8c7f09bc28
DB Multiverse update ( #1778 )
...
DB Multiverse update
2019-11-13 20:54:40 -05:00
Mike
2b21f2eeb2
Mangahub - parse images from JSON ( #1770 )
2019-11-12 18:25:10 -05:00
Mike
d93fccfe6a
Mangabat cleanup (1/2) ( #1724 )
...
MangaBox cleanup (1/2)
2019-11-10 19:14:10 -05:00
happywillow0
adca174a7a
[New] BoomManga Factory ( #1629 )
...
* Create build.gradle
* Create BoomMangaFactory.kt
* Create BoomManga.kt
* Add icons
* Added ZH
* Added ZH
* Added ZH
* Update BoomMangaFactory.kt
* Add icons
* Update BoomMangaFactory.kt
* Update BoomMangaFactory.kt
* Update build.gradle
2019-11-04 22:05:22 -05:00
Mike
b7822db22b
Pururin refactor ( #1722 )
...
Pururin refactor
2019-10-31 07:23:00 -04:00
happywillow0
ba759b7678
[Fix] Mangafree - url with brackets ( #1708 )
...
[Fix] Mangafree - url with brackets
2019-10-26 10:41:41 -04:00
Weasy
78f274e27d
[Mangahub.io] Fix some parsing bugs ( #1682 )
...
[Mangahub.io] Fix some parsing bugs
2019-10-21 07:23:51 -04:00
happywillow0
25a66375e1
[New] MangaKisa ( #1646 )
...
* Update and rename src/en/mangakakalot/build.gradle to src/en/mangakisa/build.gradle
* Create MangaKisa.kt
* Update searchMangaSelector
Filters out an extra invalid manga entry in search results.
* Added parseRelativeDate
Added Date Parsing based off of Mandara
* Update popularMangaSelector
Removed invalid entry between pages
* Add icons
* Update build.gradle
Added Preferences
* Add Preferences
Adds preferences to select between:
Latest Manga by Popular Updates vs All Updates
Popular Manga by Week vs All Time
* Removed Debug Code
* Update build.gradle
Return to version 1
2019-10-17 19:03:46 -04:00
Mike
6a928541c5
FMReader cleanup ( #1633 )
2019-10-15 18:15:20 -04:00
ObserverOfTime
2be3e517c4
Add vgperson extension ( #1585 )
...
* Add vgperson extension
* Get vgperson covers from imgur
2019-10-09 19:01:17 -04:00
ObserverOfTime
be4c6f54f8
Add Dilbert extension ( #1587 )
...
* Add Dilbert extension
* Split Dilbert comic by year
* Use RateLimitInterceptor in Dilbert
* Get Dilbert pages from pagination list
2019-10-06 10:16:28 -04:00
arkon
9d155574fb
Genkan/MangaHasu: pass headers with GET requests ( #1612 )
2019-10-04 18:38:45 -04:00
Weasy
2aa04fe518
Small adjustment to show chapter number in chapter list ( #1606 )
...
Small adjustment to show chapter number in chapter list
2019-10-03 07:20:12 -04:00
Weasy
15ad205843
Add Mangahub.io extension ( #1593 )
...
* Add Mangahub.io extension
* Addressed PR comments
2019-10-02 20:06:46 -04:00
Mike
d920a2e990
Remove Heavenmanga, NANI (1/2) ( #1595 )
2019-10-02 20:05:53 -04:00
Mike
1b2b266a5f
Merge HolyManga and HeavenManga ( #1583 )
2019-10-01 22:28:18 -04:00
Mike
b054d22bb6
ComicExtra image parsing ( #1580 )
...
ComicExtra image parsing
2019-09-29 22:47:55 -04:00
Mike
5c9409b906
GetManhwa - new extension ( #1550 )
2019-09-23 13:02:08 -04:00
Rama Bondan Prakoso
0f3be64801
Tsumino: Refactor and add search filters ( #1534 )
...
Tsumino: Refactor and add search filters
2019-09-19 23:25:36 -04:00
Rama Bondan Prakoso
61a4baf175
Tsumino Extension ( #1530 )
...
Tsumino Extension
2019-09-19 20:27:39 -04:00
Rama Bondan Prakoso
2b8629b21a
Toonily: Fix chapter date parsing ( #1533 )
...
Toonily: Update chapter date parsing
2019-09-19 10:47:57 -04:00
Mike
907ec95e8a
MangaOwl, new extension ( #1505 )
...
MangaOwl, new extension
2019-09-14 10:32:50 -04:00
Mike
2140e40bbb
ReadMangaToday referer header ( #1488 )
...
ReadMangaToday referer header
2019-09-09 19:23:00 -04:00
Rama Bondan Prakoso
b845d9db6e
Toonily: Update search filters ( #1483 )
...
Signed-off-by: Rama Bondan Prakoso <ramanarubp@gmail.com>
2019-09-09 12:15:39 -04:00
Mike
f3df3a4722
ReadMangaToday update ( #1486 )
...
ReadMangaToday update
2019-09-09 08:04:33 -04:00
Eugene
e2d2a8afc2
Mangastream: fix some chapter URLs being decoded when stored ( closes #1148 )
2019-09-07 17:39:24 -04:00
arkon
b04801d953
Bump all extensions to lib v1.2 ( #1477 )
2019-09-07 15:03:54 -04:00
Eugene
08340efb2d
Mangakakalot: replicate query normalization ( #1474 )
2019-09-06 23:28:05 -04:00
Mike
ed870c659f
Mangareader (add Mangapanda) ( #1459 )
2019-09-06 23:12:15 -04:00
Rama Bondan Prakoso
3df4976fed
MangaKakalot: Add comics filtering ( #1471 )
...
MangaKakalot: Add comics filtering
2019-09-06 07:24:33 -04:00
Mike
e8426d112c
Heavenmanga date parse fix ( #1467 )
...
Heavenmanga date parse fix
2019-09-05 21:11:50 -04:00
Mike
498879ec2c
MangaRock chapter delay fix 2 ( #1460 )
...
MangaRock chapter delay fix 2
2019-09-04 07:12:46 -04:00
Mike
99ace81459
LHTranslation more pages ( #1449 )
...
LHTranslation more pages
2019-09-01 10:17:19 -04:00
funkyhippo
0596adc5a1
Added support for new recommended sort API response. ( #1419 )
2019-08-27 18:36:27 -04:00
Mike
207f010eb1
MangaRock chapter delay fix ( #1427 )
...
MangaRock chapter delay fix
2019-08-26 07:19:36 -04:00
Rama Bondan Prakoso
0ad1dfa9f8
Manhwa18 Extension ( #1415 )
...
* Manhwa18 Extension
Signed-off-by: Rama Bondan Prakoso <ramanarubp@gmail.com>
* Update icons
2019-08-24 17:34:48 -04:00
Stephane Mensah
b1794835f5
Fixes #1263 ( #1408 )
2019-08-21 22:38:23 -04:00
funkyhippo
43ad2d268d
Fail the fetch without crashing the entire app, also added fallback behaviour. ( #1404 )
...
Fail the fetch without crashing the entire app, also added fallback behaviour.
2019-08-19 07:24:50 -04:00
funkyhippo
4c60142a5b
Changed endpoint for scanlator cache, and fixed caching issue with chapter pageLists. ( #1401 )
2019-08-18 12:40:25 -04:00
Zopyrion
a5c5e5c10c
Add source Clone Manga ( #1394 )
...
* Add source Clone Manga
* Use official favicon as logo
* Make search function return empty list of observables
2019-08-18 12:39:30 -04:00
Vitaliy
99b831be3a
The Pururin.io extension. ( #1372 )
...
* Added pururin
* Update PuruRin.kt
* Applied suggested changes.
2019-08-04 11:55:15 -04:00
funkyhippo
ee434f2458
Fixed API issue caused by change on guya.moe, and added description to preferred scanlator. ( #1364 )
...
Additional bug-fixes and improvements to Guya extension.
2019-08-01 08:08:37 -04:00
InfinityPhase
092735d678
Gunnerkrigg Court ( #1362 )
...
Gunnerkrigg Court
2019-07-31 22:26:22 -04:00
funkyhippo
1604adaa58
Added headers to Guya calls. ( #1358 )
...
Added headers to Guya calls.
2019-07-30 07:19:25 -04:00
Stephane Mensah
415a14e506
Add Man Manga Extension ( #1322 )
...
Add Man Manga Extension
2019-07-23 17:22:28 -04:00
funkyhippo
f15cb17e2b
Added guya.moe support. ( #1321 )
...
* Added guya.moe support.
* Using new icon files.
* Cleaned up use of URL appendages in favour of overloaded methods for metadata.
* Added support for TL preferences.
* Removed factory method.
* Removed some extraneous code, some naming changes, and added search.
* Moved scanlator sourcing into an inner class.
2019-07-22 18:26:31 -04:00
Mike
1bb40e641e
Mangarock pageListParse to v2 ( #1308 )
...
Mangarock pageListParse to v2
2019-07-17 20:23:51 -04:00
Eugene Cheung
88903c5fda
Remove WPManga, Mangazuki, ShoujoSense
2019-07-13 11:14:10 -04:00
Mike
07334dd3ec
Sleepy Panda Scans new extension ( #1286 )
...
Sleepy Panda Scans new extension
2019-07-13 09:33:18 -04:00
Eugene
7c7e7a92f0
Fix Mangasee browsing ( #1283 )
2019-07-12 19:18:06 -04:00
Mike
0dd406b82a
Mangareader fixes and improvements ( #1282 )
2019-07-11 11:06:17 +01:00
Mike
88c7a5c380
HolyManga extension ( #1276 )
...
* HolyManga extension
* Icons
2019-07-09 21:54:33 -04:00
Mike
dd2fb8a9a6
Check if Mangahere manga is licensed ( #1275 )
2019-07-08 12:51:59 +01:00
Eugene
043bc0746a
Fix Mangasail directory capitalisation ( #1265 )
2019-07-06 11:02:00 -04:00
Eugene
2c3d4ccef1
Remove Mangafox, PsychoPlay, LeviatanScans from Madara ( #1264 )
2019-07-06 10:57:05 -04:00
Mike
d968ec5210
Mangasail extension ( #1256 )
...
* New source
* Just one Gson()
2019-07-04 18:23:07 -04:00
Mike
4eb688c8b9
Fixed name and search ( #1257 )
...
Renascans fix and update
2019-07-03 23:24:45 -04:00
Rama Bondan Prakoso
2af1f635b7
HentaiNexus extension ( #1248 )
...
Signed-off-by: Rama Bondan Prakoso <ramanarubp@gmail.com>
2019-07-03 22:37:33 -04:00
Mike
30cb878aa0
PsychoPlay update ( #1242 )
...
PsychoPlay update
2019-06-29 10:55:15 -04:00
Eugene Cheung
ab3e1cfc9d
Restore incorrectly removed MangaFox
2019-06-27 23:11:08 -04:00
Eugene
d0fa2ebb81
Remove MangaCow, MangaFox, MangaGo, MangaPlus (EN), ManwhaHentai ( #1235 )
...
Remove MangaCow, MangaFox, MangaGo, MangaPlus (EN), ManwhaHentai
2019-06-27 21:39:12 -04:00
Rafael M
704e85696a
Heaven Manga extension ( #1226 )
...
Heaven Manga extension
2019-06-25 10:08:33 +01:00
Mike
c0956d6700
Renascans extension ( #1212 )
...
Renascans extension
2019-06-21 07:20:58 -04:00
Mike
0f96d5785e
Fix for date parsing ( #1204 )
...
Fix for date parsing
2019-06-16 10:30:20 -04:00
Mike
d4b7e3db1f
Mangatown extension ( #1200 )
...
Mangatown extension
2019-06-15 17:04:51 -04:00
Mike
f277c9255f
Mangareader.net extension ( #1197 )
...
Mangareader.net extension
2019-06-15 13:17:02 -04:00
SnakeDoc83
8f04b62814
PsychoPlay extension ( #1191 )
2019-06-12 21:32:07 -04:00
Alessandro Jean
2b0efcafd8
Add language support to MangaPlus ( #1154 )
...
* Add language support (#845 ).
* Add update to tell the user to migrate.
* Renames source to distinguish between the old and new one.
* Fix missing uppercase 'Shueisha' in appName.
* Remove deprecated on old extension appName.
2019-05-31 18:45:28 -04:00
Alessandro Jean
126a5ec612
Some fixes for Manga Plus ( #1146 )
...
* Fix images not loading and duplicated content.
* Remove Log import from debug.
* Increase version.
* Fix 'Open in Browser' action.
2019-05-30 00:07:02 -04:00
Yong Su Lee
8ed0f0728a
ComicExtra doesn't show chapters from multiple pages ( #1107 )
...
ComicExtra doesn't show chapters from multiple pages
2019-05-14 22:24:04 -04:00
pervertkirito
c0d9d393bf
fix parseChapterDate ( #1096 )
...
* fix parseChapterDate
* Update build.gradle
* Update Mangahere.kt
Ah sorry my bad
2019-05-09 11:10:42 +01:00
Eugene
2b3d92981a
Potentially address missing MangaRock chapters ( closes #1083 ) ( #1091 )
2019-05-08 10:16:35 +01:00
DarKCroX
64aae53777
Add Toonily ( #1072 )
...
* Add Toonily
English source
* update res
2019-05-01 23:43:58 -04:00
Rajh
42599d9ec3
Add lang support to webtoons ( #471 ) ( #1060 )
2019-04-28 11:40:24 -04:00
DitFranXX
7754674400
Fix minutes that format was not matched with rawLH format. ( #1056 )
2019-04-23 18:31:46 -04:00
DitFranXX
4077fc9bfc
Fix minutes was considered as hours in LHTranslation ( #1051 )
2019-04-22 10:58:21 -04:00
Eugene
5533dae52f
MangaZuki: return empty list for search ( fixes #1034 ) ( #1046 )
2019-04-21 11:31:12 -04:00
Ankit SIngh
02908dfdf7
ComicExtra Res Folder Added ( #1045 )
...
ComicExtra Res Folder Added
2019-04-21 07:58:21 -04:00
Yong Su Lee
18a04e020a
ComicExtra Extension Source ( #1040 )
...
ComicExtra Extension Source
2019-04-20 10:35:57 -04:00
Eugene
d2d73b7cf5
MangaKakalot: handle older entries (fixes inorichi/tachiyomi#1992) ( #1036 )
2019-04-19 09:39:06 -04:00
Eugene
51e644cd82
MangaKakalot: load MangaNelo content ( fixes #1013 ) and parse chapter upload dates ( fixes #965 ) ( #1033 )
2019-04-17 22:06:07 -04:00
Yaroslav Shuliak
952656f6b6
MangaHere fix ( #1029 )
...
* mangahere fix
* adult manga cookie, logs removed
* status fix
* version number update
2019-04-15 11:46:31 -04:00
DitFranXX
b2c231eaea
Added English Source: LHTranslation ( #1025 )
...
Close #1014
This site is really similar to rawLH. most of codes are CCCV-ed from rawLH
2019-04-14 16:46:45 -04:00
DarKCroX
71ae228f99
Add MangaLife ( #1028 )
...
closes #948
2019-04-14 16:45:59 -04:00
Andy Bao
f00053ab3b
Fix invalid selector in Webtoons extension ( #1016 )
...
Fix invalid selector in Webtoons extension
2019-04-13 06:58:04 -04:00
Eugene
6766428d0d
Fix open in browser for existing MangaRock library items ( #999 )
2019-04-03 07:43:38 -04:00
Eugene
bf4100995a
Fix MangaRock for existing library items ( #998 )
2019-04-03 07:33:43 -04:00
Eugene
b02a8254c3
Fix MangaRock browser URLs ( closes #613 ) ( #996 )
2019-04-02 23:41:41 -04:00
Ankit SIngh
05d78d4a90
ManhwaHentai Manga Description (show more fix) ( #993 )
...
* Fix Manga Description showing (show more)
* Update build.gradle
2019-04-02 05:36:32 -04:00
Eugene
9339cfcfe5
Indicate if Webtoon chapter has music ( closes #769 ) ( #989 )
2019-03-31 12:29:06 -04:00
Eugene
e3cdc833b7
Fix MangaRock filters ( closes #984 ) ( #985 )
...
Fix MangaRock filters (closes #984 )
2019-03-30 06:38:35 -04:00
Logan B
4fb56e8916
[mangapark] simplify image list loading code ( #978 )
2019-03-28 08:29:53 -04:00
Logan B
9560a68fdc
[mangarock] Add null check for authors, convert hardcoded JSON string… ( #977 )
...
* [mangarock] Add null check for authors, convert hardcoded JSON strings to maps
* dammit
2019-03-28 08:14:12 -04:00
Eugene
1cd55127bb
Fix MangaNelo ( fixes #915 ) ( #945 )
...
Fix MangaNelo (fixes #915 )
2019-03-19 20:14:41 -04:00
Ankit SIngh
bf4c14b767
manhwahentai, manhwahand and komikgo icon fix ( #936 )
...
manhwahentai, manhwahand and komikgo icon fix
2019-03-18 06:31:59 -04:00
Ujang Karnadi
ecff63e1b2
add manhwahentai, manhwahand and komikgo ( #929 )
...
add manhwahentai, manhwahand and komikgo
2019-03-17 13:15:16 -04:00
ObserverOfTime
6591683ec2
Convert Arc-Relight extension to MangAdventure bundle ( #905 )
...
Convert Arc-Relight extension to MangAdventure bundle
2019-03-15 06:14:50 -04:00
Carlos
0b7431cae9
remove readcomicwebsite as its in mmrcms ( #896 )
2019-03-13 17:51:03 -04:00
Eugene
39bd568543
Fix MangaPark latest/popular ( #885 )
...
Fix MangaPark latest/popular
2019-03-09 12:35:49 -05:00
Eugene
5f087ccb13
Add pagination to MangaZuki ( closes #835 ) ( #884 )
...
Add pagination to MangaZuki (closes #835 )
2019-03-09 12:18:06 -05:00
Eugene
547338119d
Fix MangaKakalot ( closes #882 ) ( #883 )
...
Fix MangaKakalot (closes #882 )
2019-03-09 10:15:30 -05:00
Ankit SIngh
8d4ccd2b03
Gradle and Res folder Added ( #874 )
...
Gradle and Res folder Added
2019-03-06 13:17:34 -05:00
redranamber
253c7afb6b
update url ( #676 )
...
update url
2019-03-06 12:46:27 -05:00
Ankit SIngh
8ebd5cbfd6
icons (2 extensions) ( #869 )
...
Icons Added (2 extensions)
2019-03-05 07:03:20 -05:00
Ankit SIngh
9c3f899739
Icons Change (7 Extensions) ( #868 )
...
Icons Change (7 Extensions)
2019-03-04 14:59:53 -05:00
Ankit SIngh
f95a43871c
naniscans icon fix ( #860 )
...
naniscans icon fix
2019-02-28 12:45:04 -05:00
Ankit SIngh
5225aaabb8
questionable content icon change ( #861 )
...
questionable content icon change
2019-02-28 08:57:01 -05:00
Ankit SIngh
caf1fee62d
xkcd icon change ( #862 )
...
xkcd icon change
2019-02-28 07:34:10 -05:00
Ankit SIngh
33a5dcf768
MangaNelo icon Change ( #865 )
...
MangaNelo icon Change
2019-02-28 07:21:49 -05:00
Ankit SIngh
ac5a1f1222
MangaFree Icon Fix ( #864 )
...
MangaFree Icon Fix
2019-02-28 06:01:30 -05:00
Daniel Huckaby
309e870bed
Added Dragon Ball Multiverse ( #849 )
...
Added Dragon Ball Multiverse, closes #402
2019-02-27 08:51:40 -05:00
Logan B
15932ee21d
MangaPlus: Add UUID header ( fixes #833 ) ( #834 )
...
MangaPlus: Add UUID header (fixes #833 )
2019-02-23 06:44:10 -05:00
Ankit SIngh
7ff1c2b657
Mangapark Genre Update ( #822 )
...
Mangapark Genre Update
2019-02-15 06:30:21 -05:00
Logan B
3a3436b3c1
Fix Mangapark page list empty error ( #818 )
...
Fix Mangapark page list empty error
2019-02-15 05:39:31 -05:00
Ankit SIngh
43a279ec24
ReadMangaToday - Icons ( #799 )
...
ReadMangaToday - Icons
2019-02-11 08:32:52 -05:00
Ankit SIngh
5fa3787b42
ShoujoSense - Icons ( #801 )
...
ShoujoSense - Icons
2019-02-11 07:37:19 -05:00
Ankit SIngh
56cfdb618d
Tapastic - Icons ( #802 )
...
Tapastic - Icons
2019-02-11 07:37:06 -05:00
Ankit SIngh
5140c6b735
MangaKakalot - Changing to new icons ( #803 )
...
MangaKakalot - Changing to new icons
2019-02-11 07:04:30 -05:00
Ankit SIngh
8734222bd0
MangaZuki-Icons ( #793 )
...
MangaZuki-Icons
2019-02-09 07:51:46 -05:00
Ankit SIngh
660ba509ce
MangaHere-Icons ( #785 )
...
MangaHere-Icons
2019-02-08 13:35:04 -05:00
Ankit SIngh
343afbf8d7
MangaStream-Icons ( #786 )
...
MangaStream-Icons
2019-02-08 12:58:54 -05:00
Ankit SIngh
2d83d597fb
PervEden Icons ( #790 )
...
PervEden Icons
2019-02-08 10:51:07 -05:00
Ankit SIngh
48f676582c
Manga Hasu icons ( #780 )
...
Manga Hasu icons
2019-02-07 07:58:59 -05:00
Ankit SIngh
43372778a6
Manga eden icons ( #778 )
...
Manga eden icons
2019-02-07 06:51:09 -05:00
Ankit SIngh
4599a37c4a
Added BL Genres ( #772 )
...
Added BL Genres
2019-02-06 07:58:07 -05:00
Ankit SIngh
e45d63a2aa
Update build.gradle ( #771 )
...
Update build.gradle
2019-02-06 04:24:50 -05:00
Ankit SIngh
f58afbb61b
MeraiScans icons added ( #767 )
...
MeraiScans icons added
2019-02-05 04:23:50 -05:00
Ankit SIngh
4df8eed295
Added Category/Genre ("Jubilee") ( #765 )
...
Added Category/Genre ("Jubilee")
2019-02-05 04:22:30 -05:00
Logan B
9d8c5fbabd
QuestionableContent: Fix jpg, gif images not showing; fix duplicate pages making Tachi go in loops ( #757 )
...
QuestionableContent: Fix jpg, gif images not showing; fix duplicate p…
2019-02-01 08:25:06 -05:00
Logan B
2f402d052c
Fix Mangahasu pagination due to recent site update ( #756 )
...
Fix Mangahasu pagination due to recent site update
2019-02-01 07:01:24 -05:00
Alessandro Jean
cc8b28d7c9
Add MangaPlus by Shueisha ( #755 )
...
Add MangaPlus by Shueisha
2019-01-31 10:23:11 -05:00
Eugene
c86da1b3aa
Tweak volume/chapter formatting for Boredom Society (fixes latest chapter number) ( #748 )
...
Tweak volume/chapter formatting for Boredom Society
2019-01-28 20:26:28 -05:00
ObserverOfTime
1a0e173779
Update Arc-Relight extension ( #746 )
...
Update Arc-Relight extension
2019-01-27 19:23:46 -05:00
Micael Valentim
8b8eb09f28
Added NANI? Scans ( #741 )
...
Added NANI? Scans
2019-01-25 06:02:48 -05:00
Eugene
a90981edd4
Fix Questionable Content ( closes #719 ) ( #720 )
...
Fix Questionable Content (closes #719 )
2019-01-10 06:35:36 -05:00
Vesnyx
b449a1eaea
3rd time's the charm. ( #705 )
...
[Meraki] 3rd time's the charm.
2019-01-04 20:49:09 -05:00
Vesnyx
fd29e2a7c7
[Final] MerakiScans #694 ( #701 )
...
* Fix for #694
* Everything done
Fixes chapter list, page list, searches (mostly), popular manga, and latest manga.
* Update build.gradle
2019-01-04 16:19:10 -05:00
Vesnyx
98db13cd6a
Fix for #694 ( #700 )
...
Fix for #694
2019-01-03 14:08:14 -05:00
John Collins
aac159dcbb
Add QuestionableContent Source ( #691 )
...
Add QuestionableContent Source
2018-12-30 22:09:30 -05:00
Carlos
4f505f32e2
fix pagelist issue mangapark ( #690 )
...
add mangapark icons
2018-12-30 14:22:49 -05:00
Eugene
2450e6e69d
MangaPark fixes ( closes #673 ) ( #686 )
...
MangaPark fixes (closes #673 )
2018-12-28 17:59:53 -05:00
Carlos
6f35fc4c60
fix sorting for boredom society ( #683 )
2018-12-25 20:03:23 -05:00
Carlos
f4c0f944b8
Added Boredom Society ( #675 )
...
* Added BoredomSociety
* adjust name of chapters
2018-12-20 18:11:13 -05:00
Eugene
575d362fee
Update MangaRock genres ( fixes #635 ) ( #652 )
...
Update MangaRock genres (fixes #635 )
2018-11-29 06:44:04 -05:00
ObserverOfTime
058d5905f0
Add Arc-Relight source ( #636 )
...
[DNM] Add Arc-Relight source
2018-11-26 09:15:14 -05:00
Logan B
687594d1f2
Update Manga Rock API version ( #626 )
...
Update Manga Rock API version
2018-11-21 06:58:14 -05:00
Logan B
aff8ad73bd
Fix searching on Kissmanga ( #617 )
...
Fix searching on Kissmanga
2018-11-17 06:22:30 -05:00
Hai
c0cd5a2d11
Add Webcomics source ( #589 )
...
Add Webcomics source
2018-10-28 08:37:47 -04:00
Chris Allan
d19e247364
Add Latest Updates to Dynasty-Chapters ( #576 )
...
Add Latest Updates to Dynasty-Chapters
2018-10-20 16:45:25 -04:00
Eugene
f20372cee7
Remove extVersionSuffix ( #575 )
...
Remove extVersionSuffix
2018-10-20 15:28:01 -04:00
thu2468
7fd92a3084
Add Manganelo ( #570 )
...
Add Manganelo
2018-10-20 08:02:09 -04:00
Chris Allan
6a06a34326
webtoons: handle multiple genres ( #565 )
...
webtoons: handle multiple genres
2018-10-19 06:30:06 -04:00
Carlos
ab49ffef91
add Isekai for kissmanga and fix genre search bug ( #550 )
2018-10-13 14:33:57 -04:00
Ian Harmon
ef4f4b0d72
Dynasty-Scans: search results return page 1, only and infinitely ( #526 )
...
Dynasty-Scans: search results return page 1, only and infinitely
2018-09-30 14:32:06 -04:00
Carlos
c375fafea3
switch to base url ( #517 )
2018-09-25 11:52:53 -04:00
Carlos
de6c796d03
fix mangasee latest ( #515 )
2018-09-24 16:54:37 -04:00
Pavka
66fc182e7a
Mangahasu ( #507 )
...
Mangahasu
2018-09-22 14:02:57 -04:00
Pavka
62269d8996
Add new source mangahasu ( #505 )
...
Add new source mangahasu
2018-09-22 13:07:31 -04:00
Carlos
59f30cd218
Mangasee ( #495 )
...
* mangasee icon and slight code cleanup
* mangasee icon and slight code cleanup
2018-09-16 13:07:52 -04:00
Eugene
d2f6744188
Update common dependencies ( #441 )
...
Update common dependencies
2018-08-05 16:48:02 -04:00
Eugene
83a82e1181
Update extensions' dependencies ( #440 )
...
Update extensions' dependencies
2018-08-05 16:09:37 -04:00
Carlos
770f2f4ecb
Fix version
2018-08-05 15:55:24 -04:00
Eugene
71806a3d1d
Use compileOnly instead of provided in Gradle files ( #438 )
...
Use compileOnly instead of provided in Gradle files
2018-08-05 15:51:58 -04:00
Carlos
a9cc68e784
Update build.gradle
2018-08-05 15:16:49 -04:00
Carlos
2817fb5d6d
Update build.gradle
2018-08-05 15:12:51 -04:00
Carlos
9f0216abff
Mangafree and Mangakakalot ( #436 )
...
* mangafree
* mangakakalot
2018-08-05 14:02:13 -04:00
Logan B
afa08dea12
Update readcomics for readcomics.io ( #415 )
...
Update readcomics for readcomics.io
2018-07-27 13:40:50 -04:00
Logan B
ee16e25b5a
Update Mangafox.kt ( #371 )
...
Update Mangafox.kt
2018-07-24 06:15:52 -04:00
Carlos
e399c958fb
mark dynasty chapters as complete to prevent library update from rechecking them. ( #401 )
2018-07-12 12:09:45 -04:00
Eugene
91912fa009
Get absolute URLs for ReadComicOnline covers ( fixes #394 ) ( #395 )
...
Get absolute URLs for ReadComicOnline covers (fixes #394 )
2018-07-10 22:24:15 -04:00
Logan B
7a78b3bdc9
[ReadComicOnline] Switch to https so searching works ( #387 )
...
[ReadComicOnline] Switch to https so searching works
2018-07-08 10:56:55 -04:00
Eugene
43b841363f
Fix Mangago chapter image URLs parsing and image descrambling ( #374 )
...
Fix Mangago chapter image URLs parsing and image descrambling
2018-06-30 00:27:51 -04:00
TonyToscana
b16600fa64
webtoons: remove search filter and add mixed search ( #362 )
...
webtoons: remove search filter and add mixed search
2018-06-12 16:33:04 -04:00