Vetle Ledaal
8cf57226ed
MangaRaw: change latest manga url ( #10626 )
2022-01-31 07:11:31 -05:00
Vetle Ledaal
3d1630b784
BainianManga (百年漫画): update url and update for new design ( #10628 )
2022-01-31 07:10:53 -05:00
Vetle Ledaal
b3dd6236bb
MangaJar: show latest instead of oldest manga ( #10629 )
2022-01-31 07:10:39 -05:00
Vetle Ledaal
c6e81d778f
re-manga: Fix latest, chapter parsing ( #10630 )
...
* re-manga: Fix latest, chapter parsing
minor refactor
* make SimpleDateFormat static
2022-01-31 07:10:32 -05:00
Alessandro Jean
0a1cd70a45
Fix 401 error in Bilibili ( closes #10622 ). ( #10631 )
2022-01-31 07:10:20 -05:00
Vetle Ledaal
82eae126e3
MangaFast.org: remove, 502 error for >1 month ( #10632 )
2022-01-31 07:10:10 -05:00
Alessandro Jean
121b012a34
Add ability to read already paid chapters in Bilibili ( #10593 )
...
* Add ability to read already paid chapters in Bilibili.
* Add a README to the extension.
2022-01-29 06:29:29 -05:00
jopejoe1
ef91dafd50
Add README files for various extensions ( #10567 )
...
* Updatte Komanga readme
Co-authored-by: Andreas <6576096+ghostbear@users.noreply.github.com>
* Add Readme to LANraragi
* Add ReadME to LANraragi
* Update build.gradle
* Update Komga readme
* Add Kavita ReadMe
* Update build.gradle
* Update README.md
* Add Cubari Readme
* Update build.gradle
* Add changelog to Cubari
* Add Changelog to Kavita
* Add LANraragi Changelog
* Add Readme to Bato.to
* Update build.gradle
* Add Changelog to Bato.to
* Update CHANGELOG.md
* Update src/all/lanraragi/README.md
Co-authored-by: Andreas <andreas.everos@gmail.com>
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
Co-authored-by: Andreas <6576096+ghostbear@users.noreply.github.com>
Co-authored-by: Andreas <andreas.everos@gmail.com>
2022-01-28 00:49:56 -05:00
Román
20ad3d2670
[RU] MangaClub: Cleaning code and Update Icons ( #10572 )
...
* [RU] MangaClub: Fixing errors again
* [RU] MangaClub: Cleaning code
* [RU] MangaClub: Updating Icons
2022-01-28 00:49:44 -05:00
Alessandro Jean
0b177c3183
Add a README file to Manga Plus. ( #10579 )
2022-01-28 00:49:25 -05:00
anenasa
53c52b75c8
Baozimanhua: Fix page list ( #10584 )
2022-01-28 00:49:12 -05:00
anenasa
06030aa7c2
Gufengmh: Add referer ( #10585 )
2022-01-27 08:51:47 -05:00
Román
34afcb7f1a
[RU] MangaClub: Fixing errors again ( #10569 )
2022-01-24 13:08:59 -05:00
FourTOne5
47591d528c
Fix broken links. ( #10570 )
2022-01-24 13:04:17 -05:00
jopejoe1
b7a1f920fa
Komga: Added README file ( #10566 )
...
* Update CHANGELOG.md
* Create README.md
* Update build.gradle
* Update CHANGELOG.md
2022-01-24 07:47:32 -05:00
jopejoe1
b08c6d90b7
Put the files in worng folder in last Pr ( #10565 )
...
* Delete CHANGELOG.md
* Delete README.md
* Delete build.gradle
* Delete AndroidManifest.xml
* Delete src/all/src/eu/kanade/tachiyomi/extension/all/luscious directory
* Put files in right place this time
* Update build.gradle
2022-01-24 06:01:04 -05:00
ThePromidius
59380ed6f4
Add Kavita extension ( #10241 )
...
* Trying out git
Sorry in advance if this messes up.
Trying to work on my extensions fork to develop a new extension
So far Mangas are listed Successfully.
* Added Kavita Icons
* Added Kavita ParseDetails. All data is retrieved the first time SManga is created, but reimplemented since it retrieves info from backup
* Added Chapter List
"chapters": [
{
"id": 750,
"range": "1.1",
"number": "11",
"pages": 16,
"isSpecial": false,
},
{
"id": 767,
"range": "001.jpg",
"number": "0",
"pages": 5,
"isSpecial": true,
},
{
"id": 818,
"range": "1.3",
"number": "13",
"pages": 8,
"isSpecial": false,
},
{
"id": 817,
"range": "1.4",
"number": "14",
"pages": 12,
"isSpecial": false,
},
{
"id": 768,
"range": "002.jpg",
"number": "0",
"pages": 5,
"isSpecial": true,
},
<- extracted json
see how when isSpecial, number = 0
Needs to be fixed
* Delete .github/ISSUE_TEMPLATE directory
* Checklist:
✓ It Lists the library
✓ It Lists the chapters of a serie
✓ Clicking on a chapter shows the image
* New Icons & login finished
Added token isvalid else relogins
Login should be confirmed of not having problems
* Changed Defaults to Kavita Wiki's
* Added Search Manga Feature
* Removed User Authentication. Leaving only token Behind
* Refactored out login credentials and rewrote the authentication for joining. user now just puts in base path and api key
* Cleanup some of the code and re-arange to keep related code together.
* Cleanup some of the code and re-arange to keep related code together.
* Still WIP, stream lined creation of Series and Series detail. Chapters are a bit broken.
* Series generation with metadata is done. Working on chapter code.
* Code to properly label chapters is done
* Revert "Delete .github/ISSUE_TEMPLATE directory"
This reverts commit 8d5740c4
* Reset editor Config
* Removed Input token
* Cleaned Unused code and files
* Readded Search
Removed token again
* Modified all imports to avoid lintcheck errors -> deleted all wildcards
* Integrated format filter with latest backend code
* Refactored authentication to now grab it from solely the address field.
* Refactored authentication to now grab it from solely the address field.
* Refactored authentication to now grab it from solely the address field. Auth token is fetched when needed without requiring user to restart their session.
* - Fixed duped Pages on main
- Fixed Chapters going backwards
- Fixed last chapter getting duped
* - Fixed login with new opds url setting.
* Cleaned commented code
* Cleaned commented code
* Added isLogin. IOException if invalid apikey
* Fixes Volume Naming
Previously All Volume Number was displayed as '0', It fixes that bug.
* Removed Gson usages
* Updated the filter Dto for all methods
* Merged Http err Handling
* Added debug option to see 400 error
* 1.2.3. Commented debugRequest
* Crappy code warning: Added first filtering support
* Manga details fixed:
Artist,Author,Summary, ¿genres? should be displayed properly now
* Pushing nothing changed
* - Fixed 500 error when reset filter
- Added reading status filter
- Cleaned some spaghetti code that was redundant
* Code cleanup
* Format Filter is almost readt. Majora finish it.
* Added library filter
* More code cleanup. Authentication request only sent once.
* People filter Added
* Added collection,character and translator filters
Remaining filters:
- Rating
- Format
* Fixed displayed chapter number.
Cleaned chapter title.
* - Fixed #12
- Reworked Login
- Added Logs
- Added more errors handlers
* Added format filter
Added check for url (must start with http/s)
Fixed filters getting disabled when scrolling further (request for new pages did not have filters)
Code cleanup
* updated extVersionCode ->5 - ready for release
* updated extVersionCode ->6 - pull request to tachiyomiorg/ext
* removed release folder from git and removed unwanted modifications in the project
* removed release folder from git and removed unwanted modifications in the project
* unwanted modification
* Update src/all/kavita/src/eu/kanade/tachiyomi/extension/all/kavita/Kavita.kt
Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>
* Update src/all/kavita/build.gradle
Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>
* removed unused import
* Changed icons to be more consistent with other extensions.
* QuickFix: format filter wrong default.
* Added webview support (Needs to be tested thoroughly)
Refactored baseUrl to apiUrl
baseURl is now only "Server:Port" (without trailing slashes.)
Closes #14
* Fixed Json Decode error when genres,people or artists are empty.
Solution to #15 is to use tachiyomi `sort by chapter number` feature.
* Added publication status filter
* Added sort filter
* Bump extVersionCode
* Updated cover artist serial name in SeriesMetadataDto
* Added user rating filter
* Removed other people filter
* Removed other people filter
Fixed filtering suddenly not applying
* Filters that are not populated won't show
* Added new preferences options to customize filters showing in filter list
* Added more configurable sources to have multipe kavita instances
* Code Cleanup
* Fixed ReadStatus
* Changed order of preference setting
* Added more checks and log exceptions
v0.5+ is required message added
* Added more checks and log exceptions
v0.5+ is required message added
* Fixed Cover Artist filter preference not working
* Changed extVersionCode to 1
* Fixed Tags filter not populating
* Added toast to restart app when source name is changed
* Forgot to stage this file. Fixes tags filter not populated
* Added one more error message. v0.5+ required
* Fixed having to restart twice the app after preference changes
Changed setupLogin order
Fixed some log messages.
* Changed more log messages
Some cleanup.
* Fixed Unexpected JSON token in manga details
* Fixed search was creating a Smanga with url = series ID instead of complete url
* Fixed search was creating a Smanga with url = series ID instead of complete url
Co-authored-by: Joseph Milazzo <joseph.v.milazzo@gmail.com>
Co-authored-by: Shashank Pujari <shashank-p@users.noreply.github.com>
Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>
2022-01-24 05:23:34 -05:00
Román
f1a9fe6d16
[RU] MangaClub: Fixing errors ( #10557 )
...
* [RU] MangaClub: Fixed the incorrect title appearing
* [RU] MangaClub: Rework the extension
* [RU] MangaClub: Fixing errors
2022-01-24 05:23:00 -05:00
Alessandro Jean
f2b5691e0e
Fix missing response in AS. ( #10559 )
2022-01-24 05:22:50 -05:00
jopejoe1
26b48d0736
Made Luscious into only one extension ( #10563 )
...
* Update Luscious.kt
* Delete multisrc/src/main/java/eu/kanade/tachiyomi/multisrc/luscious directory
* Delete multisrc/overrides/luscious directory
* Made in to singel source
* Update CHANGELOG.md
* Update build.gradle
2022-01-24 05:22:15 -05:00
jopejoe1
b6602ec955
Update lang codes in a few extensions ( #10562 )
...
* Update WebtoonsTranslateGenerator.kt
* Update WebtoonsTranslateFactory.kt
* Update BatoToFactory.kt
* Update build.gradle
* Update MangaParkFactory.kt
* Update build.gradle
* Update WebtoonsTranslateFactory.kt
* Update WebtoonsTranslateGenerator.kt
* Update BatoToFactory.kt
* Update MangaParkFactory.kt
* Update BatoTo.kt
* Update MangaPark.kt
* Update BatoTo.kt
* Update MangaPark.kt
* Update ToomicsFactory.kt
* Update build.gradle
* Update NHentaiComFactory.kt
* Update NHentaiCom.kt
* Update build.gradle
* Update BatoToFactory.kt
* Update BatoTo.kt
* Update MangaPark.kt
* Update MangaParkFactory.kt
2022-01-23 16:43:20 -05:00
Román
e75475b1dd
[RU] MangaClub: Rework the extension ( #10544 )
...
* [RU] MangaClub: Fixed the incorrect title appearing
* [RU] MangaClub: Rework the extension
2022-01-22 09:51:08 -05:00
Andreas
ca9645288f
Add extension fields for hasReadme and hasChangelog ( #10469 )
...
* Add extension fields for hasReadme and hasChangelog
* Dump Komga extVersionCode
2022-01-22 09:48:52 -05:00
jopejoe1
8ee10c86e6
Genkan.io add language support ( #10538 )
...
* Update GenkanIO.kt
* Add Factory file
* Update build.gradle
* Update GenkanIOFactory.kt
* Update GenkanIO.kt
2022-01-21 14:14:10 -05:00
Ahmed gamal
54c2c64e24
Change mangalink domain ( #10525 )
...
* Update MangaLink.kt
* Update build.gradle
2022-01-21 14:13:58 -05:00
nicki
a84a3e275f
MangaDex: Add Slug to Share url, Prefer `jp-ro` titles and Verify host link intents ( #10539 )
...
* Add slug to Share URL
cleans up the title and adds it as a slug to the end of the url that can
then be shared without any issues
Co-authored-by: Henrik <22085664+henrik9999@users.noreply.github.com>
* Check for Japanese Romanized titles
ko-ro and zh-ro also exist but arent that readable compared to ja-ro
personally. And those have a confirmed en title (or fallbacks) anyways
* Increment mangadex.extversioncode
* Linting by Android Studio build process
* Actually use the correct lang code
it's `ja-ro` not `jp-ro`
* Support verified deeplinks (A12+)
* Replace intent host to wildcard hosts
helps with A12 link verify
Ref https://github.com/tachiyomiorg/tachiyomi-extensions/pull/9993
Co-authored-by: funkyhippo <52957110+funkyhippo@users.noreply.github.com>
* Make `titleToSlug` more idiomatic
perhaps java.text.Normalizer could have helped but didnt want to add an
import just for that :d
Co-authored-by: Henrik <22085664+henrik9999@users.noreply.github.com>
Co-authored-by: funkyhippo <52957110+funkyhippo@users.noreply.github.com>
2022-01-21 14:13:43 -05:00
ObserverOfTime
616f8a2db2
ZinChanManga: fix null JSON field ( #10521 )
2022-01-20 07:56:41 -05:00
Reifuku
aecbe24be1
Add missing genre to HentaiVN extension ( #10506 )
...
* add missing genre
* Update ExtVersionCode to 10
2022-01-20 05:01:40 -05:00
e-shl
161d7efaa4
[RU]Remanga hide Bookmarks from site ( #10520 )
2022-01-20 05:00:59 -05:00
Pavka
9feb6a165e
[Ru]Newbiew. Add branches and work with this ( #10503 )
...
* [Ru]Newbiew. Add branches and work with this
* [RU]Newbie. Remove unused dto
Co-authored-by: pavkazzz <me@pavkazzz.ru>
2022-01-19 05:40:37 -05:00
Alessandro Jean
2e5a28d854
Add more languages to Bilibili ( #10494 )
...
* Add more languages to Bilibili.
* Review some Indonesian strings.
2022-01-18 10:34:27 -05:00
Román
f2fc5a98e1
[RU] MangaClub: Fixed the incorrect title appearing ( #10483 )
2022-01-18 07:49:27 -05:00
e-shl
b9bd7726f8
[RU]Newbie new chapterListRequest ( #10497 )
2022-01-18 07:49:00 -05:00
zhongfly
39d84866a6
zh-dmzj: Fix url decode problem ( #10474 )
...
* fix url decode bug
* update version
2022-01-17 10:08:23 -05:00
Pavka
41f95f6947
[Ru]MangaOnlineBiz. Fix page and cdn parsing ( #10480 )
2022-01-17 10:08:15 -05:00
e-shl
37530de686
[RU]Grouple limited description ( #10487 )
2022-01-17 10:07:54 -05:00
nicki
60751ea39a
MangaDex: Group Blocking improvements ( #10481 )
...
* Replace "Abandoned" with "Cancelled"
was replaced in the Api few months back as well
* Refactor externalURL filtering to use pages attr
* Add mangahot to list of external linked groups
* Refactor group blocking
- Block external linked groups separately
This block is now only done in Latest section (uses /chapter) since
filtering them out in /manga/ID/feed is done by `createChapter` helper
already
- No default UUIDs set in groupBlock setting - external linked groups
and their UUIDs arent exposed to Users
* Increment mangadex.extversioncode
* Remove unneeded empty string check for ch.attr.externalUrl
Co-authored-by: Mitchell Syer <Mitchellptbo@gmail.com>
Co-authored-by: Mitchell Syer <Mitchellptbo@gmail.com>
2022-01-17 10:07:02 -05:00
Ivan Iskandar
89a9433851
MangaOwl: Fix chapter url ( #10461 )
2022-01-14 10:44:51 -05:00
Riztard Lanthorn
f6ba68974c
ManhuaID: fix browse n latest issue ( #10459 )
2022-01-14 09:46:10 -05:00
nicki
b38bcd4f0b
MangaDex: Block Uploaders ( #10433 )
...
* Add uploader block to Dex extension
* Sort the list to aid Varnish Caching
"For sake of caching, sort User configurable input query params.
Varnish caching cannot know that it's a list that's safe to re-sort etc.
Use like alphabetical UUID sorting"
* Bump MangaDex.extVersionCode
2022-01-12 13:02:04 -05:00
nicki
0ce1eee2d5
NH, Hitomi: Move lang Other to lang All ( #10430 )
...
* NH: Move 'Other' to 'All'
* hitomi: move 'Other' to 'All'
2022-01-11 09:59:20 -05:00
e-shl
2f84d135c3
[RU]Mangalib & Hentailib parse MyList authorization ( #10426 )
2022-01-11 07:53:58 -05:00
jopejoe1
1e3332d805
Bato.to reworked fetchSearchManga class ( #10427 )
...
* Update BatoTo.kt
* Update build.gradle
2022-01-11 07:53:49 -05:00
e-shl
3614bfb738
[RU]Remanga User's mangalist ( #10428 )
...
* [RU]Remanga User's mangalist
* worked filter
* Exception
2022-01-11 07:53:37 -05:00
Promchai Chooseang
4851bad1d6
Nekopost fix ( #10423 )
...
* Add Cat300 Source
* Fix Nekopost after old Api is Outdated
2022-01-10 11:58:35 -05:00
jopejoe1
22ce75ab3f
Turned NyaHentai multisrc into single source ( #10424 )
...
* Remove Files
* Remove more files
* Add nyahentai as normal source
2022-01-10 11:58:27 -05:00
jopejoe1
de19d11727
Updated some icons to be more consistent ( #10419 )
...
* Update MadaraGenerator.kt
* Fixed some icons in Madara
* Replace with icons that work on website
* Fixed Some more icons
* some more icon fixes
* miss placed that
* this to
* Put them in right location this time
2022-01-10 06:44:45 -05:00
altaccosc
f5583a4ed7
Webtoons: Optional author's notes at end of chapters (&Tapas bugfix) ( #10398 )
...
* Tapas: Bugfix in author's notes
Sometimes a word would get cut off
* Tapas: Bump version for buxfix
* Webtoons: Bump version for Author's Notes PR
* Webtoons: Optional author's notes @end of chapters
Previous implementation of this feature into Tapas: https://github.com/tachiyomiorg/tachiyomi-extensions/pull/10366
2022-01-09 14:36:33 -05:00
jopejoe1
605f137756
Added Everia.club ( #10397 )
...
* Get origin
* i
* Added Everia.Club
* Added misisng nsfw flag
2022-01-09 14:35:57 -05:00
jopejoe1
ea45420e97
Added Buondua ( #10402 )
...
* Init
* a
* Added buondua
* Update build.gradle
2022-01-09 14:35:44 -05:00
jopejoe1
47423f7ab3
Added Junmei tu ( #10411 )
...
* Init
* init
* Added Junmei Tu
2022-01-09 14:35:29 -05:00
Jimmy Abner
616fafacbf
issue #10109 ( #10410 )
...
Switch japanread to cloudflare http client
2022-01-09 12:19:54 -05:00
Smiley32
f0caa39e68
Mangakawaii: fixed search, chapter list and page list ( #10405 )
2022-01-09 12:19:49 -05:00
Alessandro Jean
5c190c4ce8
Fix missing images in latest on MW. ( #10386 )
2022-01-09 11:26:20 -05:00
Alessandro Jean
662bd7d1c5
Add ability to read previously paid chapters in TTP ( #10388 )
...
* Add hability to read paid chapters in TTP.
* Fix formating.
* Remove promotional thumbnails.
2022-01-09 11:25:52 -05:00
Troy121
d2a4c42a49
JMana: Fix image parsing ( #10390 )
2022-01-09 11:25:05 -05:00
jopejoe1
6146e0fd83
Bato.to added alternative chapter list and one more filter ( #10393 )
...
* Added alternate chapter list and one more filter
* Update build.gradle
2022-01-09 11:24:56 -05:00
jopejoe1
4bd847a509
Bato.to added more filters ( #10382 )
...
* Added more filters
* Update build.gradle
* Update BatoTo.kt
2022-01-07 09:23:23 -05:00
nicki
97458d6998
MangaDex: Scanlation Group blocking ( #10376 )
...
* Add (somewhat) working group blocking
blocks an input scanlator group
doesn't seem to block official/external-link groups
* Fine tuning adjustments*
- sanitise inputs as much as possible
- add to summary a bit more
- `setDefaultValue` looks to set once and never again. So even if
EditText receives an empty String, it is still valid...
Not sure if I could do it better
* Increment mangadex.extversioncode
2022-01-06 13:59:49 -05:00
Alessandro Jean
01ecbdc833
Fix missing images in search on MW. ( #10375 )
2022-01-06 12:22:53 -05:00
altaccosc
9d11c0322c
Added option for author's notes at end of chapters ( #10366 )
...
* Added option for author's notes at end of chapters
Inspired by the XKCD source: 05addfb95e/src/all/xkcd/src/eu/kanade/tachiyomi/extension/all/xkcd/Xkcd.kt (L50)
* Bump Tapastic version
2022-01-06 11:00:18 -05:00
ringosham
cce9b6820f
Remove failsafe code for loading old manga images ( #10368 )
2022-01-06 05:54:50 -05:00
Oo8Ez5ai
05addfb95e
NicovideoSeiga: Fix file type handling. ( #10352 )
...
When downloading NicovideoSeiga image, the saved file extension has become wrong type. This commit addresses the issue by fixing following errors.
- Images is determined the type by file header. The logic has wrongly assumed Byte.toInt() returns unsigned integer, but it actually returns signed value.
- The server returns application/octet-stream as Content-Type header. But the logic only worked when header is empty.
2022-01-05 07:11:25 -05:00
Alessandro Jean
6baad09192
Fix no pages found in MW. ( #10344 )
2022-01-05 06:17:42 -05:00
Vetle Ledaal
c31fc35000
Fix inconsistent json in Nekopost ( #10336 )
2022-01-04 14:56:30 -05:00
OncePunchedMan
90427f11d3
changing order and setting variables to private ( #10333 )
2022-01-04 10:56:53 -05:00
Alessandro Jean
418cded260
Refactor the code of some extensions. ( #10313 )
2022-01-04 05:44:45 -05:00
e-shl
5cb8df48af
[RU]Remanga domain switcher and optional show paid chapter ( #10295 )
...
* [RU]Remanga domain switcher and optional show paid chapter
* typos
* clarification
2022-01-04 05:44:27 -05:00
Vetle Ledaal
7817a5fdde
Add HentaiHere source ( #10323 )
2022-01-04 05:44:16 -05:00
ObserverOfTime
2dd71d66f6
Tappytoon: fix chapter numbers ( #10324 )
2022-01-04 05:43:59 -05:00
Vetle Ledaal
24d2ca27de
Add mirror Mycdhands.com to Bato.to extension ( #10325 )
2022-01-04 05:43:50 -05:00
Troy121
df8b7cd81b
Comicastle: Fix parsing and search ( #10326 )
...
* Comicastle: Fixed parsing and search
* Comicastle: Updated extVersionCode
2022-01-04 05:43:37 -05:00
Vetle Ledaal
25127cde10
Update Manga1s for new design ( #10300 )
...
* Update Manga1s
* Update src/en/manga1s/src/eu/kanade/tachiyomi/extension/en/manga1s/manga1s.kt
Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>
Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>
2022-01-02 18:51:01 -05:00
Junyin Chen
e9423902c2
fix: Update Manhuagui's Manga Page List URL schema to latest ( #10299 )
...
* fix: Update Manhuagui's Manga Page List URL schema to latest
* fix: Remove unnecessary space in Manhuagui's SI json schema
2022-01-02 18:49:34 -05:00
Troy121
0e05f3fad6
MangaRock.es: Fixed description parsing ( #10305 )
2022-01-02 18:49:03 -05:00
Alessandro Jean
07d52f7d31
Add a new source ( #10308 )
...
* Add a new source (closes #9789 ).
* Fix spacing.
2022-01-02 18:48:28 -05:00
Vetle Ledaal
98f69886ee
DigitalTeam: fix external images ( #10310 )
2022-01-02 18:48:16 -05:00
arkon
542c28875d
Minor project updates
...
- Update kotlinter
- Opt in to serialization API to avoid IDE warnings
- Replace some deprecated OkHttp function usages
- Remove some unnecessary Android version checks/targets
2022-01-02 18:47:56 -05:00
ObserverOfTime
27d26f2814
Comick.fun: fix chapter numbers ( #10293 )
2022-01-01 07:19:47 -05:00
Basara-Hatake
b1d92188ab
hitomi speed fix ( #10290 )
2021-12-31 12:13:39 -05:00
Basara-Hatake
b2bbc6a803
hitomi avif support ( #10288 )
2021-12-30 21:49:34 -05:00
Basara-Hatake
f0d794b58a
fix hitomi images ( #10286 )
2021-12-30 12:28:34 -05:00
e-shl
599b2a6c81
[RU]ComX new HTML view ( #10283 )
...
* [RU]ComX new HTML view
* saveFromResponse Cookie
* saveFromResponse Cookie 2
* Exception antibot string
2021-12-30 12:28:28 -05:00
ObserverOfTime
8e2aa23cb4
Comico: reverse chapter order ( #10281 )
2021-12-30 12:28:13 -05:00
Basara-Hatake
9aec9e3af1
Hitomi fix images ( #10273 )
...
* fix hitomi images
* Update build.gradle
* use var
2021-12-29 17:36:19 -05:00
Станислав Сухоруков
2e8f95acc0
new extension for the site https://mhentai.ru ( #10272 )
...
* new extension for the site https://waymanga.ru/
* Update src/ru/waymanga/src/eu/kanade/tachiyomi/extension/ru/waymanga/WayManga.kt
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
* fixed bugs
* restored search functionality
* Update build.gradle
* Update build.gradle
* Update WayManga.kt
* Update WayManga.kt
* new extensions
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
2021-12-29 10:49:40 -05:00
e-shl
b6f4198e50
[RU]Grouple fix status COMPLETED ( #10265 )
...
* [RU]Grouple fix status COMPLETED
* +selfmanga
* allhentai also move priority
2021-12-29 05:19:21 -05:00
Moon Light「つかり」
b75d315b52
[Doujindesu] change domain to Doujindesu.xxx ( #10269 )
...
* Updated Version
* Changed extension domain to .xxx instead of .id
2021-12-29 05:19:11 -05:00
Alessandro Jean
3a84dcc893
Add SMA-16 to SilentMangaAudition. ( #10255 )
2021-12-28 07:52:38 -05:00
Doomsdayrs
fdf2fa50ee
Remove manga name from chapter title in Mangahasu.kt ( #10258 )
...
Manga names can get awfully long, leading to chapter titles being
so absurdly long that you do not know what you are reading.
This commit simply removes 'span.manga-name' from the urlElement before
extracting the text from it.
2021-12-28 04:23:58 -05:00
Alessandro Jean
aa98af8907
Add a new filter and fix missing Bilibili chapters in MD. ( #10253 )
2021-12-27 14:17:14 -05:00
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
Alessandro Jean
1175d23ac7
Refactor the MangaPlus code. ( #10225 )
2021-12-27 06:06:14 -05:00
nicki
1f9be45238
Mangadex: Use updated /at-home/server/ endpoint for pages ( #10221 )
...
* Move chapter images data to atHome Response
Updates ChapterDto and AtHomeDto as per Deprecation notice
* Use new atHome response to fetch chapter pages
this commit does the following:
- updates the Dtos as per deprecation notice
- creates a call to `/at-home/server/` in `pageListRequest`
- made sure to track of how old chapter token is as was previous
practice
- `pageListParse` no longer has the 204 response. Instead we get a 404
response (not sure about the 504 response for /at-home/server too but
have to check again. If its not used now, then it could be removed
- since `atHomeRequestUrl` was necessary for `getValidImageUrlForPage`,
tried to fetch it from the response. As per their docs and our
usecase, it should be fine hopefully
Ref:
https://square.github.io/okhttp/4.x/okhttp/okhttp3/-response/request/
- since /chapter/ no longer has `data` attribute, the additional
check for external chapters was removed
- tested on 0.12.3 (on Mi A2, running Android12): read few
chapter/oneshots without issues
* Increment mangadex.extVersionCode
essentially a Christmas present from MD (for its servers :d)
* remove redundant isSuccessful check
essentially dead code since the check is done by `fetchPageList` before
it calls `pageListParse`
2021-12-25 10:52:17 -05:00
ppj12345
a478a446a3
Update copymanga mainlandcdn domains ( #10212 )
...
* Update build.gradle
* Add files via upload
2021-12-24 08:00:10 -05:00
KoSChicken
12dd0a19d0
fix jinmantiantang ( #10211 )
2021-12-24 07:59:57 -05:00
ObserverOfTime
842225ad83
Comico: new extension ( #10210 )
2021-12-24 07:59:43 -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
e-shl
62ad0bfca7
[RU]Henchan fix jsonerror ( #10209 )
...
* [RU]Henchan fix jsonerror
* fix loop
* delete old
2021-12-23 14:29:04 -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
ObserverOfTime
46e5ddd006
GlaviKrestyanam: remove extension ( #10193 )
2021-12-22 08:18:00 -05:00
Gauthier
7719c36305
[Komga] add support for image/jxl ( #10194 )
...
* feat: add support for image/jxl
* update changelog and version
2021-12-22 08:16:15 -05:00
jopejoe1
47efb9dce9
Updated Tencent extensions name to official Chinese name ( #10169 )
...
* Changed Name to 腾讯动漫
* Update build.gradle
* Update build.gradle
2021-12-21 07:50:17 -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
e-shl
9e00ce42fe
New [RU] Hentailib ( #10135 )
...
* New [RU] Hentailib
* -mangalib
* option change language in latest
* icon
* icon microperfect
2021-12-19 07:05:21 -05:00
Alessandro Jean
cb22cf119e
Fix the Chinese translation in Bilibili ( #10136 )
...
* Fix the Chinese translation in Bilibili.
* Rename the Chinese source class name.
2021-12-19 07:05:07 -05:00
jopejoe1
74ef573bd3
Added Support for Bato.to Mirrors ( #10137 )
...
* Update AndroidManifest.xml
* Update BatoToUrlActivity.kt
* Added Mirror Support
* Update build.gradle
* Added missing url path
2021-12-19 07:04:44 -05:00
e-shl
08b3ab02b2
[RU]Mangalib option change language in latest ( #10144 )
...
* [RU]Mangalib option change language in latest
* icon update
2021-12-19 07:03:54 -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
Alessandro Jean
ea29bd30b1
Fix Bilibili URL intent ( #10104 )
...
* Fix Bilibili URL intent.
* Add chapter image format preference.
Co-authored-by: FourTOne5 <59261191+FourTOne5@users.noreply.github.com>
* Remove isNsfw from extension.
Co-authored-by: FourTOne5 <59261191+FourTOne5@users.noreply.github.com>
2021-12-14 22:34:15 -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
Gauthier
d718c8a10f
feat(komga): display book translators as chapter scanlator ( #10099 )
2021-12-14 05:52:52 -05:00
nicki
b210902b2c
Mangadex: View all Manga by a Group (+handle group links) ( #10060 )
...
* search Manga from a group using their id
* add group deeplink support
* linting
* increment mangadex.extVersionCode
* respect `dexLang`
eg: MangaDex (EN) needn't show a group's non-EN releases
* you cannot use filters on chapter endpoint
fixes HTTP 400 while trying to filter on chapter endpoint
* rewrite to use /manga endpoint instead of /chapter
ends up removing a lot of stuff I had previously but that's a good thing
* add check for valid UUID
if a UUID wasn't being provided, then the group queryParameter wouldn't
work and end up throwing Error 400. Might as well prevent that
2021-12-13 14:08:33 -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
e-shl
5966e7db61
[RU]Comx fix filters ( #10069 )
2021-12-10 13:22:10 -05:00
FlaminSarge
bc39d9ae8f
[Mangadex] Fallback to uploader name for uploads that are missing group info entirely ( #10023 )
...
This also filters out the legacy MDv3 'no group' entity
2021-12-09 06:59:52 -05:00
THE_ORONCO
ef491c08ea
fixed all issues regarding #10040 ( #10042 )
2021-12-09 05:44:16 -05:00
e-shl
bd43b9f982
[RU]Remanga return main domain ( #10036 )
2021-12-09 05:43:55 -05:00
anenasa
6b5e24bc12
Pufei: update image server ( #10037 )
2021-12-09 05:43:40 -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
GoSSy4691
ae9f7024d7
feat: option for changing cover language ( #10013 )
2021-12-08 05:57:52 -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
anenasa
41f326eb54
Qiximh: Fix manga url and set thumbnail_url ( #10028 )
2021-12-08 05:55:35 -05:00
nicki
3f884c8248
Mangadex: Filter Popular to show only Manga TLd in that particular lang ( #10033 )
...
* show only manga TLd in `dexLang` in Popular
* increment mangadex.versioncode
2021-12-08 05:55:20 -05:00
kasperskier
2a527f6074
Jinmantiantang: update mirror URLs ( #10027 )
2021-12-07 08:02:43 -05:00
funkyhippo
d5ba305575
Add wildcard hosts for invalid hosts in intents. ( #9993 )
2021-12-05 12:21:10 -05:00
nicki
8f22b785d6
Mangadex: Add nepali and forgotten Other ( #10002 )
...
* add the forgotten `Other`
* add nepali to mangadex factory
* bump mangadex.extVersionCode
2021-12-05 12:20:54 -05:00
ObserverOfTime
21f6f747ed
LANraragi: fix null tags ( #9997 )
...
* Fix nullpo
* Replace GSON with kotlinx
* Minor optimisations
2021-12-05 12:20:46 -05:00
Yan
63d8eb5554
Zerobyw: Update baseUrl ( #9992 )
2021-12-03 12:49:05 -05:00
anenasa
b7739ce487
Yimmh: fix images not loading and StatusFilter ( #9960 )
2021-11-30 08:10:50 -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
anenasa
7e29955d00
Manhuadui: Fixes and improvements ( #9951 )
...
1. Update image server
2. Fix only first page is displayed in searching
3. Fix searchMangaNextPageSelector
4. Fix HTTP error 404 when no filter is selected
5. Add manga status and genre
2021-11-28 11:16:10 -05:00
Alessandro Jean
37c4df824a
Add Google Drive view limit warning in MMK. ( #9947 )
2021-11-28 11:15:28 -05:00
e-shl
cd7fc67815
[RU]Readmanga and Mintmanga special User-Agent ( #9936 )
2021-11-28 11:14:13 -05:00
ringosham
9a1c647b60
Adding Nicovideo Seiga source ( #9928 )
...
* Adding Nicovideo Seiga source
* Storing date found to SharedPreferences
2021-11-26 07:19:07 -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
Alessandro Jean
f64f6d0a8b
Change CheckBox to Switch and reword the setting in MangaPlus. ( #9915 )
2021-11-23 17:40:18 -05:00
RePod
41994b164a
LANraragi: 0.8.2 support and fixes ( #9905 )
...
* LANraragi: Mark status as Completed
* LANraragi: Use API for Random (first pass)
No longer need a unique client.
No header shenanigans, straight from source.
* LANraragi: Fix tag display
API response no longer spaces them out.
* LANraragi: Warn on 401
* LANraragi: Use API for Random (second pass)
Unify the Random helper functions.
Inline what was canShowRandom().
Use new /files (GET) endpoint as /extract (POST) is now deprecated.
Remove 404 handling from fetchMangaDetails() (as the 401 handling should cover it).
Include headers for isnew DELETE.
* LANraragi: Update icons
* LANraragi: IOException on 401 instead
2021-11-23 08:31:40 -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
Alessandro Jean
d186bacf98
Show a better error message when Cloudflare is on at AS. ( #9887 )
2021-11-21 18:40:37 -05:00
Zakhar Timoshenko
bd6b07c9f9
[MangaOwl] Fix not showing chapters list ( #9874 )
2021-11-21 09:21:15 -05:00
Pavka
d05afb908b
ru-comx. Fix chapters parsing from window.__data__ ( #9853 )
2021-11-20 08:45:12 -05:00
Jaykoerner
7fd3d5fd5e
reverted base URL to legacy v35 server ( #9851 )
...
Temporary measure till new parser is made for the front end update in v36, this fix will likely break eventually, v36 retains the same backend as v35 so are the exact same from user perspective
2021-11-20 08:45:05 -05:00
Luis Alberto
33088997db
Manhwa latino: ( #9848 )
...
* First commit Mahnwa-Latino Extension.
* manhwa-latino: Implementing find function
TODO: only works with text, filter not implemented yet
* manhwa-latino Add Parser to finde the information of Manhwa-Latino
The parser 'ManhwaLatinoSiteParser.kt' make the whole magic to find the
information of the Website.
Mudularize The code and adding documentation
* manhwa-latino: Adding Logos der Extension
TODO: I am not to happy, i will check it later.
* manhwa-latino: Adding Tags to Genre Combobox
* manhwa-latino: Adding Headers to prevent error 404
The headers are necesary to prevent error 403 by downloading images.
* manhwa-latino: Tags addded into Manga Description Page
Status from Manga readed from Tags
* manhwa-latino: Modularize Code
* manhwa-latino: Adding Uploaddate for Chapters
* manhwa-latino: Bug to get Chapter Number fixed
* manhwa-latino: Logo 0.2
* manhwa-latino: Versionb 1.2.10
Adding Comments to ManhwaLatinoSiteParser
* manhwa-latino: Remove logo_model directory
* manhwa-latino: Show Seconds after Release a new Chapter
* manhwa-latino: Fix for Cloudflare
* manhwa-latino: Try to fix Cloudflare ByPass
Adding isNsfw to build.gradle
* manhwa-latino: Update from parser after website update
* manhwa-latino: Deactivate lastest manga and new Client
The new website from Manhwa-Latino doesnt show lastest mangas.
* manhwa-latino: Adding Manifest to load url-adress
The extesion will bi able to open and find mangas with the url.
TODO: first version. NOT READY YET.
* manhwa-latino: Fix to find Manga Status information
* Manhwa-Latino: The Extension can open a Link
Now the extension can recognize a link from Manhwa-Latino and
show the manga from the link in the app.
* Manhwa-Latino: Modularize Code and Activity for Url added
* Manhwa-Latino: Add Constant-File.
This file contain all contants for this extension.
Co-authored-by: Luis Beroiza <luisalberto.beroizaosses@intern.osp-dd.de>
Co-authored-by: AlberyKous <extreme_rvd@hotmail.com>
2021-11-20 08:44:48 -05:00
ObserverOfTime
726813f019
Pururin: use the API ( #9843 )
2021-11-20 08:44:39 -05:00
ShadesOfRay
9dd19d66e6
Fixed Kuaikanmanhua and changed name ( #9830 )
...
* Changed name to chinese, fixed chapter list
* Added some regex to fix some json
* Fixed page parse, gave explicit id
2021-11-20 08:44:30 -05:00
Promchai Chooseang
57c1078f80
Fix Mikudoujin that unable to read non single chapter Manga ( #9827 )
...
* Add MikuDoujin
* Add MikuDoujin V.1.2.1
* Update MikuDoujin.kt
* Update MikuDoujin
* Add ability to search using genre
* Add Rh2PlusManga
* Add Rh2PlusManga V.1.12.2
* Use Madara multi-source themes
* Change MikuDoujin gradle and Add Rh2PlusManga generator.
* update file to suggestion.
* add Rh2PlusManga to MadaraGenerator.kt.
* Fix Thai Madara source time format and MikuDoujin pages selector.
* add Thai relative time wordlist to Madara parseRelativeDate.
* change Rh2PlusManga and Mangauptocat date format.
* change Mangauptocat base url.
* change MikuDoujin pageListParse selector.
* Fix MikuDoujin Chapter number.
* fix MikuDoujin when try to fetch chapter name with non numeric ending word.
* Add MangaDeemak Source.
* add MangaDeemak source to madara multisrc.
* Fix Mikudoujin when open Manga with Non single chapter.
* scrap both data-src and src attribute from img if available.
2021-11-20 08:44:18 -05:00
e-shl
bf9a02cf3f
[RU]Newbie new domain ( #9808 )
2021-11-14 06:10:16 -05:00
Ivan Iskandar
ad0c8e2fec
Remove CatManga ( #9800 )
2021-11-12 08:41:19 -05:00
ObserverOfTime
8c16b03bb9
xkcd: add more translations ( #9793 )
...
* Spanish
* French
* Russian
* Korean
2021-11-12 08:40:55 -05:00
Moon Light「つかり」
e210beeca4
Doujindesu(ID) added ( #9787 )
...
* Added Doujindesu(ID)
* Fixes some of small typos
* Apply suggestions from code review
Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>
* Apply private vals for the Data format
Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>
2021-11-10 12:12:53 -05:00
e-shl
b2ee320a01
[RU]Remanga domain change ( #9785 )
2021-11-10 12:12:29 -05:00
ObserverOfTime
d95e9e6fcd
xkcd: add Chinese translation ( #9772 )
2021-11-09 13:18:24 -05:00
e-shl
5bdb0b1e77
[RU]Newbie fix json error + ( #9777 )
...
expanding the popular list
2021-11-09 13:18:09 -05:00
Alessandro Jean
7b96c41fed
Add support to login in AS. ( #9759 )
2021-11-08 07:20:38 -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
Станислав Сухоруков
eb0ebe2f8d
restored search ( #9686 )
...
* new extension for the site https://waymanga.ru/
* Update src/ru/waymanga/src/eu/kanade/tachiyomi/extension/ru/waymanga/WayManga.kt
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
* fixed bugs
* restored search functionality
* Update build.gradle
* Update build.gradle
* Update WayManga.kt
* Update WayManga.kt
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
2021-11-06 09:14:35 -04:00
Promchai Chooseang
f7620bc174
Fix Mukudoujin chapter number ( #9729 )
...
* Add MikuDoujin
* Add MikuDoujin V.1.2.1
* Update MikuDoujin.kt
* Update MikuDoujin
* Add ability to search using genre
* Add Rh2PlusManga
* Add Rh2PlusManga V.1.12.2
* Use Madara multi-source themes
* Change MikuDoujin gradle and Add Rh2PlusManga generator.
* update file to suggestion.
* add Rh2PlusManga to MadaraGenerator.kt.
* Fix Thai Madara source time format and MikuDoujin pages selector.
* add Thai relative time wordlist to Madara parseRelativeDate.
* change Rh2PlusManga and Mangauptocat date format.
* change Mangauptocat base url.
* change MikuDoujin pageListParse selector.
* Fix MikuDoujin Chapter number.
* fix MikuDoujin when try to fetch chapter name with non numeric ending word.
2021-11-04 06:32:42 -04:00
Luis Alberto
5695e7e470
Manhwa latino ( #9692 )
...
* First commit Mahnwa-Latino Extension.
* manhwa-latino: Implementing find function
TODO: only works with text, filter not implemented yet
* manhwa-latino Add Parser to finde the information of Manhwa-Latino
The parser 'ManhwaLatinoSiteParser.kt' make the whole magic to find the
information of the Website.
Mudularize The code and adding documentation
* manhwa-latino: Adding Logos der Extension
TODO: I am not to happy, i will check it later.
* manhwa-latino: Adding Tags to Genre Combobox
* manhwa-latino: Adding Headers to prevent error 404
The headers are necesary to prevent error 403 by downloading images.
* manhwa-latino: Tags addded into Manga Description Page
Status from Manga readed from Tags
* manhwa-latino: Modularize Code
* manhwa-latino: Adding Uploaddate for Chapters
* manhwa-latino: Bug to get Chapter Number fixed
* manhwa-latino: Logo 0.2
* manhwa-latino: Versionb 1.2.10
Adding Comments to ManhwaLatinoSiteParser
* manhwa-latino: Remove logo_model directory
* manhwa-latino: Show Seconds after Release a new Chapter
Co-authored-by: Luis Beroiza <luisalberto.beroizaosses@intern.osp-dd.de>
2021-11-03 12:05:12 -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
e-shl
390016c379
[RU]Remanga fix receiving page chapter ( #9728 )
2021-11-03 10:31:31 -04:00
FourTOne5
f546b99eff
Remove WeComics ( #9695 )
2021-11-01 13:02:01 -04:00
Alessandro Jean
fd927c254d
Replace org.json with kotlinx.serialization in some sources ( #9569 )
...
* Replace org.json in MeDocTruyenTranh.
* Replace org.json in Kuaikanmanhua.
* Replace org.json in QiXiManhua.
* Replace org.json in Desu.
2021-11-01 07:32:12 -04:00
ObserverOfTime
d0e8f185ab
izneo: new extension ( #9664 )
2021-11-01 07:31:45 -04:00
ringosham
027fd3ce2e
Fixes MangaPill ( #9680 )
2021-11-01 07:31:04 -04:00
Basara-Hatake
7a76a2756f
fix hitomi images ( #9687 )
...
* fix hitomi images
* Update build.gradle
2021-11-01 07:30:31 -04:00
ObserverOfTime
e6a9517a44
Tappytoon: unblock page list ( #9668 )
2021-11-01 07:29:44 -04:00
FlaminSarge
55b2eac827
[Mangadex] Update originalLanguage pref to use MultiSelectListPreference ( #9671 )
...
The zh-hk workaround is done during query param building rather than being stored in the preference value
2021-10-30 12:29:30 -04:00
FlaminSarge
f3b3995174
[Mangadex] Update content rating to use MultiSelectListPref ( #9670 )
2021-10-30 09:56:35 -04:00
ObserverOfTime
4a05bf1fea
NETCOMICS: new extension ( #9662 )
2021-10-29 05:18:11 -04:00
ringosham
9d5a5eca5d
Add Twi4 source ( #9575 )
...
* Add Twi4 source
* Quick fix on regex
* Added failsafe to broken image links
* Added a rudimentary search
* Store upload date to SharedPreferences
2021-10-28 06:51:59 -04:00
ObserverOfTime
6a5bad1f42
Manta Comics: new extension ( #9635 )
2021-10-26 11:59:02 -04:00
tarczf
7ec5b66189
Add Picacomic ( #9566 )
...
* Create extension: picacomic
* Picacomic: fix nsfw setting
* Picacomic: remove unnecessary lines in build.gradle
* Picacomic: add code source of HmacSHA256.kt
* Picacomic: use kotlinx.serialization instead of org.json
* Update src/zh/picacomic/build.gradle
Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>
* Picacomic: fix some compile problems
* Picacomic: add RankFilter
Co-authored-by: tarczf <>
Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>
2021-10-26 09:22:26 -04:00
Alessandro Jean
45eb27a9eb
Add token support in AS. ( #9599 )
2021-10-24 13:39:54 -04:00
Alessandro Jean
31e563c9ab
Fix wrong language in originalLanguage tag. ( #9600 )
2021-10-24 13:39:21 -04:00
rzmeu
262a20b7a8
Update SimplyHentai extension to display all images, currently only first 12 images are shown. ( #9607 )
2021-10-24 13:38:30 -04:00
FlaminSarge
b143713590
[Mangadex] Handle empty title case, where title is romaji-only (ja) or otherwise missing, by picking whatever value is in title field as a last resort ( #9598 )
2021-10-23 07:37:24 -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
h-hyuuga
551cc08849
Comick.fun: Fix search result paging ( #9570 )
...
* Fix search result paging
* Refactor ratelimiting
2021-10-21 06:44:42 -04:00
ObserverOfTime
f7ef21ff03
GWTB: new extension ( #9572 )
2021-10-21 06:44:31 -04:00
Alessandro Jean
e7853ca2ae
Fix AS not working due to website redesign. ( #9550 )
2021-10-20 07:17:50 -04:00
Alessandro Jean
2356e8ac83
Readd MH that got removed by mistake. ( #9554 )
2021-10-20 07:17:23 -04:00
ObserverOfTime
00f441e4df
Kouhai Work: update API ( #9559 )
2021-10-20 07:17:00 -04:00
ObserverOfTime
9e6aee7aa4
EroCool: fix search pagination ( #9545 )
2021-10-19 13:40:50 -04:00
ObserverOfTime
3e922f4101
Tappytoon: reverse chapter order ( #9529 )
2021-10-19 08:44:39 -04:00
Ahmed gamal
395c7458ba
fix MangaLink baseurl ( #9531 )
...
fix mangalink BaseUrl and add setting to change the base url because the have 2 domains
2021-10-19 08:44:31 -04:00
Kai Liu
8d056bfb26
zh-dmzj: Make Filesize field optional ( #9533 )
2021-10-19 08:44:13 -04:00
ObserverOfTime
9ed009d908
EroCool: new extension ( #9534 )
2021-10-19 08:44:06 -04:00
e-shl
237689c1b5
[RU]Remanga fix out-of-sync manga in the library and catalog ( #9506 )
2021-10-18 05:15:47 -04:00
e-shl
eba9fad248
[RU]Mintmanga User-Agent special (again) and changed domain Readmanga to open from browser ( #9504 )
...
* [RU]Mintmanga User-Agent special (again)
* clean
2021-10-18 05:15:37 -04:00
Promchai Chooseang
e9626ac74e
Fix Mangauptocat and Rh2PlusManga Chapter date parser ( #9501 )
...
* Add MikuDoujin
* Add MikuDoujin V.1.2.1
* Update MikuDoujin.kt
* Update MikuDoujin
* Add ability to search using genre
* Add Rh2PlusManga
* Add Rh2PlusManga V.1.12.2
* Use Madara multi-source themes
* Change MikuDoujin gradle and Add Rh2PlusManga generator.
* update file to suggestion.
* add Rh2PlusManga to MadaraGenerator.kt.
* Fix Thai Madara source time format and MikuDoujin pages selector.
* add Thai relative time wordlist to Madara parseRelativeDate.
* change Rh2PlusManga and Mangauptocat date format.
* change Mangauptocat base url.
* change MikuDoujin pageListParse selector.
2021-10-18 05:14:52 -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
Promchai Chooseang
d3b64152a5
Add MikuDoujin and Rh2PlusManga extension ( #9469 )
...
* Add MikuDoujin
* Add MikuDoujin V.1.2.1
* Update MikuDoujin.kt
* Update MikuDoujin
* Add ability to search using genre
* Add Rh2PlusManga
* Add Rh2PlusManga V.1.12.2
* Use Madara multi-source themes
* Change MikuDoujin gradle and Add Rh2PlusManga generator.
* update file to suggestion.
* add Rh2PlusManga to MadaraGenerator.kt.
2021-10-15 12:26:57 -04:00
e-shl
6c721039ff
[RU]LibManga, ComX. Limit connect and fixes selectors. ( #9482 )
...
* [RU]LibManga, ComX. Limit connect and fixes selectors.
* ONGOING?
2021-10-15 05:27:15 -04:00
h-hyuuga
ab7e3bcede
Comick.fun: Migrate to new API ( #9280 )
...
* Migrate to new api endpoint + Implement Required Changes
* Update endpoints and response parsing to reflect API changes
* Restore search/filter functionality
* Add genre exclusion and search result sorting
* Comick.fun now specifies language with ISO639 compliant language codes instead of country codes
2021-10-13 08:19:58 -04:00
ObserverOfTime
0c171c680b
Hennojin: new extension ( #9450 )
2021-10-13 08:19:39 -04:00
Sittikorn Hirunpongthawat
9badbeb0db
[TH] Nekopost - Fix unable to read saved manga ( #9459 )
...
* Fix not found error and add all api types
* Update build.gradle
* Disable latest feature and use popular as latest instead
* Add logic to prevent duplicate projects
* Clear fetched list each time fetching from page 1
* Fix search logic
* Fix invalid genre joining
2021-10-13 08:19:29 -04:00
e-shl
cc792ccfb1
[RU]LibManga fix load cover ( #9462 )
...
* [RU]LibManga fix load cover
* capitalize tag
2021-10-13 08:19:16 -04:00
ObserverOfTime
64ba1e6ba4
League of Legends: new extension ( #9463 )
2021-10-13 08:19:01 -04:00
e-shl
abf7fe4284
New [RU] Newbie ( #9394 )
...
* New source Newbie
* mangaDetailsParse
* BETA save chapterList
* clean, pages, filters
* icon and "Open in browser"
* fix number formats
* fix number formats (againу)
* API_URL, structure pageListParse (needs fixing downloading chapters), limitation mangas pages
* date 0L
* limitation mangas pages (real)
* fix download
* Rename newbie dirs
* [ru]Newbiew. Fix image download
* capitalize genre
* change SManga url to get rid of conflict when making API changes
* only id (prev commit)
Co-authored-by: pavkazzz <me@pavkazzz.ru>
2021-10-12 06:34:24 -04:00
ObserverOfTime
e323909165
ZinChanManga: new extension ( #9414 )
2021-10-12 06:33:55 -04:00
ObserverOfTime
6fd52b09de
Tappytoon: new extension ( #9428 )
2021-10-12 06:33:26 -04:00
e-shl
7043c75b7b
[RU]Desu Status LICENSED and API_URL (to open in the browser) ( #9430 )
...
* [RU]Desu Status LICENSED and API_URL (to open in the browser)
* changes Requestes
2021-10-12 06:33:13 -04:00
Alessandro Jean
c60e0e7831
Add chapter view count back to TaoSect. ( #9432 )
2021-10-12 06:32:53 -04:00
Ivan Iskandar
7bbd88cfa8
Fix CatManga broken chapters ( #9437 )
2021-10-12 06:32:06 -04:00
ObserverOfTime
7cbc1cf990
YaoiMangaOnline: fix pagination ( #9404 )
2021-10-09 05:53:50 -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
ObserverOfTime
d2f1d094d4
YaoiMangaOnline: new extension ( #9400 )
2021-10-08 08:12:39 -04:00
Gauthier
0a0b8bd7a3
[Komga] rework the load of filter values at startup ( #9386 )
...
* rework the load of filter values at startup
* Update CHANGELOG.md
2021-10-07 07:14:08 -04:00
Shiranui
ffd6f7e52a
Zerobyw: Update baseUrl ( #9375 )
...
* Zerobyw: Change url
* Zerobyw: Update version number
2021-10-06 06:06:48 -04:00
nicki
c04984b89b
[Komga] Fix link to WebView/Share ( #9361 )
...
* use the correct link for viewing in browser
api url on browser just provides a json. For viewing in browser,
we need the normal url instead
* just use `substringAfter`
was trying out another way using `substringAfterLast` but dropped that.
Now `substringAfterLast` isn't required and `substringAfter` suffices
* make fetchMangaDetails not use mangaDetailsRequest
internally, `fetchMangaDetails` uses `mangaDetailsRequest` to create a
new call. However, since `mangaDetailsRequest` is now fixed to use a
normal browser URL rather than the API URL, it no longer works for
`fetchMangaDetails`. So, it needs to be manually overriden to make its
own call
* use hardcoded ID values instead of computing
this was done because of the following:
- IDs are same as before
- no need to rely on calculation to be correct everytime
- avoids unnecessary copy of base class code
- sets it in the constructor itself
* increment komga.extVersionCode
also update CHANGELOG with list of changes
* linting and remove unused imports
* Revert "linting and remove unused imports"
This reverts commit e13396badef53fced2700266182bbf53a67124cf.
* Revert "use hardcoded ID values instead of computing"
This reverts commit 44f063904d5969fb6d90c9ffad5c33aff50b995f.
* refactor `mangaDetailsRequest`
Do it in a simpler manner without having to create another variable
Co-authored-by: Gauthier <gotson@users.noreply.github.com>
Co-authored-by: Gauthier <gotson@users.noreply.github.com>
2021-10-06 06:06:37 -04:00
arkon
6a75de9261
Remove usage of @Nsfw annotation in favor of extension-level flagging ( #9368 )
2021-10-04 16:44:32 -04:00
Le Cong Hau
835b61a042
Get all chapters ( #9362 )
...
Co-authored-by: Le Cong Hau <hau.le@brains-tech.co.jp>
2021-10-04 13:03:35 -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
Gauthier
1c53f50265
[Komga] change language to `all`, add more logs ( #9360 )
...
* change lang to all, but keep existing id
* properly close response bodies
add more logs
2021-10-04 07:31:52 -04:00
Станислав Сухоруков
ea64267f83
new extension for the site https://waymanga.ru/ ( #9331 )
...
* new extension for the site https://waymanga.ru/
* Update src/ru/waymanga/src/eu/kanade/tachiyomi/extension/ru/waymanga/WayManga.kt
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
* fixed bugs
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
2021-10-04 07:30:44 -04:00
Alessandro Jean
5c484b8256
Remove MY due to cat-and-mouse game. ( #9336 )
2021-10-04 07:30:31 -04:00
e-shl
8be6df8f3b
[RU]Com-x add filters ( #9345 )
...
* [RU]Com-x add filters
* fix next page
* fix next page search
2021-10-04 07:30:03 -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
ObserverOfTime
421fde6d82
Use SimplyHentai API ( #9306 )
2021-10-02 17:39:29 -04:00
Alessandro Jean
06b424fd6d
Fix chapter images not loading in MY (again). ( #9334 )
2021-10-02 17:37:34 -04:00
Alessandro Jean
f1c948d5b9
Fix chapter images not loading in MY. ( #9328 )
2021-10-02 12:38:03 -04:00
e-shl
7a756db780
[RU]Grouple sites fix description + damain ( #9320 )
...
* [RU]Grouple sites fix description + damain
* rateLimit
2021-10-02 07:27:07 -04:00
nicki
b5a949c4ac
remove hentaimimi ( #9312 )
...
site has been dead for a while now
2021-10-01 17:35:12 -04:00
SmashBanana
750fdbabf6
MangaWorld Domain Changing ( #9310 )
...
* Update Mangaworld.kt
Change only the domain of the site from https://www.mangaworld.io to https://www.mangaworld.in
* Update build.gradle
* Update Mangaworld.kt
2021-10-01 13:33:27 -04:00
Alessandro Jean
8a32ad1961
Remove Gson workaround and add rate limiting to MangaPlus. ( #9295 )
2021-10-01 05:36:14 -04:00
calion-m
3cdba4b68a
fix: Jinmantiantang: Update manga selector ( #9279 )
...
* Fix manga selector error
Because of the site ui updating, the selector has to be changed.
* Update version number
2021-09-30 06:01:49 -04:00
Станислав Сухоруков
1da58f8553
added an extension glavikrestyanam ( #9250 )
...
* added an extension glavikrestyanam
* delete log.i
* cleared the extensions
2021-09-30 06:01:39 -04:00
Narin
cb56951fd5
BatoTo: Update Manga Summary Selector ( #9273 )
2021-09-29 15:02:11 -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
o01210o
17c02bfec4
Add French to MangaPlus ( #9245 )
...
* Add French to MangaPlus
* Add French to MangaPlus
* Update src/all/mangaplus/src/eu/kanade/tachiyomi/extension/all/mangaplus/MangaPlusFactory.kt
Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>
Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>
2021-09-27 10:12:03 -04:00
Alessandro Jean
12daa92f2f
Fix wrong chapter order in TaoSect ( #9234 )
...
* Fix wrong chapter order in TaoSect.
* Remove unused GET parameters.
* Make sorting to be done by the API.
2021-09-27 10:11:33 -04:00
SnowArk
51f072c73f
Fix the Library Updates only show the last chapter of updated chapters if there are several chapters is updated ( #9242 )
2021-09-27 10:11:20 -04:00
zeredouni
409e8192f7
GMANGA : FIX ( #9125 / #7802 ) ( #9254 )
...
* Update Gmanga.kt
* Update build.gradle
2021-09-27 10:10:19 -04:00
FourTOne5
b40ee5e463
MangaPark v3: Fix #9251 ( #9253 )
...
* Bump
* Change stuff so that it actually returns null.
2021-09-26 19:57:39 -04:00
FourTOne5
82438450d0
MangaPark v3: Fix #9240 ( #9247 )
...
* Bump Version
* Remove unnecessary /
2021-09-26 13:43:25 -04:00
FourTOne5
c4047e7c96
MangaJar: Remove Explicit chapter number ( #9248 )
...
* Remove Explicit chapter number
* Bumpy Bump
2021-09-26 13:43:00 -04:00
Ivan Iskandar
f92453cdcf
MangaDex: Title fetching improvement ( #9238 )
...
Some manga somehow has romaji title tagged as "jp" language. So also use
altTitles list and use extension language as the base language when
searching while keeping english as fallback.
This reduces the possibility of this extension returning empty title.
2021-09-26 08:23:14 -04:00
Alex Ling
a0873ea677
Mango: List nested chapters and more ( #9239 )
...
* DNS fix and allow non 9000 port
* Query only top-level titles
* Display input on settings page
* List nested chapters and sort with Mango API
* Bump version number
2021-09-26 08:22:19 -04:00
FourTOne5
b8308a3ace
MangaPark v3: Rewrite ( #9210 )
...
* Rewrite and Update to v3.3
* Fix build.gradle
2021-09-26 06:41:29 -04:00
Alessandro Jean
2676b70068
Use new API endpoints in TaoSect. ( #9233 )
2021-09-25 17:57:58 -04:00
John Bi
eacb84dbf8
feat: wnacg extension change ( #9214 )
...
1. code format
2. add category filter
3. manga detail add description parse
4. add nsfw
5. change extVersionCode
6. fix next page selector logic
Co-authored-by: John Bi <869384236@qq.com>
2021-09-25 06:20:08 -04:00
sunbeams001
6aa6d64f9e
fix search no result ( #9218 )
2021-09-25 06:19:08 -04:00
Alessandro Jean
5e9b062ce8
Add some missing parameters to TaoSect. ( #9216 )
2021-09-24 13:24:17 -04:00
sunbeams001
e57d8438fa
fix manga group order and update time mismatch ( #9213 )
2021-09-24 10:10:04 -04:00
Mook
cb60de30dc
CopyManga: Update getting decrypt passwords. ( #9209 )
...
Instead of looking for attributes on elements, we now have to evaluate
JavaScript to get the decryption password.
Fixes #9197
2021-09-24 06:12:33 -04:00
Mook
f26a96c95f
CopyManga: Fix missing decrypt password ( #9193 )
...
* CopyManga: Allow passing in null for decrypt password.
When we end up with a decrypt password of null (that is, there is no manga-
specific decryption password), fall back to the default password.
Previously, we ended up passing in null instead of a default password.
Also update the default password.
Fixes #9114
* CopyManga: bump extVersionCode.
2021-09-23 06:06:52 -04:00
e-shl
3f404550d6
[RU]AllHentai switcher domain ( #9171 )
2021-09-22 07:55:00 -04:00
Alessandro Jean
f940ff9499
Add missing filter and fix duplicates in Latest on TaoSect. ( #9151 )
2021-09-22 07:54:41 -04:00
Alessandro Jean
09cb97b648
Update GM URL to bypass Cloudflare. ( #9169 )
2021-09-21 11:16:28 -04:00
TheOneMaster
965aecc006
Changed mangadex default sort to most follows ( #9155 )
...
Co-authored-by: nayan <TheOneMaster@users.noreply.github.com>
2021-09-20 17:37:16 -04:00
Alessandro Jean
f267b0f5d7
Use TaoSect's API in the extension. ( #9141 )
2021-09-19 18:42:44 -04:00
Maxim Molochkov
a9a6c9f2c0
[AllHentai] Change base url ( #9121 )
2021-09-19 13:17:52 -04:00
Aria Moradi
585b4c1968
Tachidesk: sync implementation with >= v0.5.0 ( #9132 )
2021-09-19 13:17:35 -04:00
SnowArk
78f627dfa0
Fix list and detail load failed and add rate limit ( #9113 )
2021-09-18 05:39:42 -04:00
nicki
95ad8cb431
[Komga] replace gson with kotlinx.serialization.json ( #9107 )
...
* annotate komga data classes
annotate @Serializable to relevant data classes. this is the first step
to replace gson/kotson with kotlinx.serialization
* switch to kotlinx.serialization.json
replaces gson/kotson usage in komga extension
big thanks to gotson for already switching to data classes
made the conversion very simple
Co-authored-by: Gauthier <gotson@users.noreply.github.com>
* linting
* increment komga.extversioncode
also update changelog
* use .string() instead of toString()
since we actually need the object in memory as a string rather than the
content
* apply plugin to generate Serializable
this makes serializers for all data classes that are annotated as
Serializable
Co-authored-by: Gauthier <gotson@users.noreply.github.com>
2021-09-18 05:39:18 -04:00
Maxim Molochkov
4f8503d51f
Fix loading cover ( #9089 )
2021-09-16 13:53:21 -04:00
SnowArk
614e3d0597
Change the setting 'use mainland cdn' to 'use overseas cdn' ( #9090 )
2021-09-16 13:53:13 -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
80a08e36df
group by chapter name ( #9071 )
2021-09-16 09:29:40 -04:00
SnowArk
84e6ca5764
Fix an issue that the "change CDN" option was incorrectly handled ( #9085 )
2021-09-16 09:29:25 -04:00
Johannes Joens
d8bcdd11c7
Mangadex: add missing sort options ( #9043 )
...
* added Missing sort options
* Update build.gradle
* Improved latestUpdatesRequest
latestUpdatesRequest does not require the previous work around anymore as latestUploadedChapter sort order was added to the api
* Fixed Typo
2021-09-16 09:28:59 -04:00
XdarkX
72ca3d3781
[MangaPark v3] Update extension version code ( #9074 )
...
Updates the extension version code to take advantage of the latest
extension changes to the chapter endpoint.
2021-09-15 14:11:47 -04:00
Clouddark75
ccffd61b36
TruyenQQ, NhatTruyen and Nettruyen domain change ( #9064 )
...
* Update build.gradle
* Update TruyenQQ.kt
* Update WPComicsGenerator.kt
* Update NhatTruyen.kt
* Update NetTruyen.kt
2021-09-14 12:21:44 -04:00
FourTOne5
9c7a36166c
MangaPark v3: Update chapter endpoint. ( #9063 )
2021-09-14 11:05:16 -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
loocool2
62af1c06ab
MangaDex: Turned off including Upcoming Future Updates in the Latest feed ( #9048 )
...
* Turned off including Future Updates
* fixed tags not showing up in MangaDex
2021-09-13 11:20:51 -04:00
nicki
fb87b363e6
Update Mangadex to new `chapterListDto` and `MangaListDto` following deprecation ( #9046 )
...
* update chapterListDto
* update MangaListDto
* increment md.extvercode
2021-09-12 15:19:57 -04:00
loocool2
bc8b461ab7
Fixed erotica and porn not showing in latest ( #9039 )
2021-09-11 15:03:54 -04:00
Clouddark75
ed01744a4a
Gufeng Manhua domain change ( #9030 )
...
* Update Gufengmh.kt
* Update build.gradle
2021-09-11 13:07:35 -04:00
loocool2
df42ef37cc
changed originLang filtering to filter at request time and moved relationships ( #9036 )
2021-09-11 13:07:06 -04:00
TheOneMaster
fc204bd93a
Fixed Mangadex sorting issues when filtering ( #9020 )
...
* fixed sorting issues
Fixed "Sort by Most Follows" since it was no longer the default, and added relevance sorting to the list of possible sorts
* Fixed Mangadex sorting when browsing
* Changed default sort to Most Followed manga
* Fixed it so that the "Number of follows" is the default sorting filter selected instead of "Manga created at"
* When sorting by ascending for Number of follows, returns manga with the fewest follows instead of default search with no sort
Co-authored-by: nayan <TheOneMaster@users.noreply.github.com>
2021-09-11 07:15:53 -04:00
TheeoCornnaro
efa546c94b
TMO ratelimit options ( #8980 )
...
* TMO ratelimit options
rate limit of images variates, the maximum is not 10, added extra values
* Update TuMangaOnline.kt
* Update TuMangaOnline.kt
Changed Parameters from 1 to 100
2021-09-10 22:30:27 -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
Alex Ling
d058e32c2c
DNS fix and allow non 9000 port ( #9019 )
2021-09-09 10:57:43 -04:00
arkon
bc7d8c8672
Default libVersion to 1.2 ( #9014 )
2021-09-09 08:58:17 -04:00
nicki
11b5df29a7
DragonBallMultiverse hotfix: fix pages ( #9016 )
...
* fix chapter url
should just stick to using `setUrlWithoutDomain` everywhere possible
* increment dbm.extversioncode
2021-09-09 08:50:42 -04:00
loocool2
75bdb0bec5
Added support for OriginLanguage filtering in latest and browse, fixed porn chapters too ( #8993 )
...
* Added originalLanguage filters
* add content preference in chapter list
* Remove zero width space
* change default originLanguagepref to false
* made originLang work in browse too
* actually fixed nsfw chapter list maybe
* added new MangaDex icons
* filter all chapters with external links
* change browse sort to followCount
* add origin language filtering to browse and properly set default filter values
* add all contentRating queries to the actual chapterlist request no matter what
2021-09-08 15:38:29 -04:00
nicki
f91e5f6b41
Update DragonBallMultiverse to new site layout ( #9006 )
...
* update link to manga
Closes https://github.com/tachiyomiorg/tachiyomi-extensions/issues/8568
* bump dbm.extvercode
* add more titles to ext
* add fetchMangaDetails override
so that refreshing manga works
* update chapterListSelector
so that it works on all titles, old and new
* refactor parsing chapter lists
since the selector was changed
* remember chapter currentTimeMillis
kind of a hack for setting `chapter.date_upload` cleverly so that it
doesn't update itself during library update
refer tachiyomiorg@50859e7
* refactor chapterFromElement again
because name inside SChapter.create().apply{} was ambiguous. made it
explicit to `chapter.name`
* fix value set to `chapter.chapter_number`
* revert chapterListParse
remembering currentTimeInMillis doesn't really work for now. Can just
add it if requested later
This commit reverts 459057829
* remove unused add override for chapterFromElement()
* create absolute links instead of fetching them
so that I can set the chapter names correctly
2021-09-07 19:47:22 -04:00
scb261
be4245d291
JMana: various fixes ( #9004 )
2021-09-07 19:46:27 -04:00
SnowArk
cf6ed5c5c0
[zh-copymanga]fix chapter list and manga load failed ( #8946 )
...
* [zh-copymanga]fix chapter list and manga load failed
* remove test code
* Set chapter's date_upload to current time, which would make the updated manga displayed in the "Recent updates" section
* fix typo
* use System.currentTimeMillis() instead
* optimize imports
* Revert "optimize imports"
This reverts commit 6514e517
* revert useless import changes and remove java.util.Date import
* fix wrong timestamp
* fix an issue that only display the default chapters
2021-09-06 06:24:05 -04:00
nicki
47f5ac549f
CommitStrip: fix parsing single page entries ( #8951 )
...
* Fix pages that can be null
* bump commitstrip.extvercode
2021-09-04 13:59:23 -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
anenasa
6170f3d84d
Add yimmh.com ( #8931 )
2021-09-02 07:21:21 -04:00
Clouddark75
28ad547c08
Fix images loading problems ( #8914 )
...
* Update build.gradle
* Update HentaiFox.kt
2021-09-01 08:02:39 -04:00
Tyler W
feb8f7929f
LectorManga - Fix page parsing and rate limiting ( #8917 )
...
* LectorManga - fix paginated page parsing
Fix issue where the first image of a chapter is displayed n times when `paginated` is the current page preference.
Also, add another image CDN URL for rate limiting.
* LectorManga - bump ver
2021-09-01 08:02:23 -04:00
nicki
4dae303049
Fetch language explicit chapters links for CommitStrip ( #8922 )
...
* fix Ext icon in Extensions list
replaces android-studio-created image assets that lead to blank images in
Extensions list (in app and in https://tachiyomi.org/extensions as
well). Usually due to there being fg bg and xml files and not just a
single png file
Co-authored-by: as280093 as280093@gmail.com
* fix chapters not parsed for single page archive
latest archives (as of writing, 2021) can just have one page in which
case parsing to find total no of pages doesn't really work. In these
cases, just send a single request and that'd be all
* use lang specific chapter links
be default each chapter gives a link like this:
https://www.commitstrip.com/2020/03/23/a-mask-for-everyone/
which then is redirected to the lang by remembering browser state
instead we can force the link to be the lang specific one i.e.
https://www.commitstrip.com/{en,fr}/2020/03/23/a-mask-for-everyone/
* fix link to WebView
sets the correct to be opened when using Open in WebView or Share
* Revert "fix chapters not parsed for single page archive"
This reverts commit 4722790a8db905ba18259758cbf9ed47890e9eff.
Didn't really work like I expected. Time to try another route
* bump commitstrip.extversioncode
2021-09-01 08:01:31 -04:00
ShadesOfRay
026004a0ba
Add Baozimanhua extension ( #8905 )
...
* Add new source Baozimanhua
* Fixed typo
2021-08-31 06:51:32 -04:00
Edgar Mejía
6a12eab8b0
Fix LectorManga loading pages, add rate limit for new image CDN hosts ( #8901 )
2021-08-31 06:51:12 -04:00
loocool2
465b6e05af
Filtered comikey chapters ( #8888 )
2021-08-30 08:04:16 -04:00
ObserverOfTime
7d67b98943
Add Kings Of Darkness ( #8884 )
2021-08-30 08:04:02 -04:00
nicki
e7369b1b38
Add extension CommitStrip ( #8878 )
...
* the journey to a commitstrip ext begins
copies over skeleton code from reallifecomics and renames files and
folders to match new extension
also creates a sourcefactory since the site has both en and fr variants
* generate SManga entries
since the site is able to show comics by year, we'll create one SManga
entry for every year.
Also aware of siteLang since it has brings some changes
Archive years start from 2012 to current year
* update build.gradle with commitstrip details
uses CommitStripFactory
* add chapter list selector and parse it
comic entries don't really have a numbering in the website except for
their dates so we'll just keep our own numbering
needs to be reversed because the website shows the latest one first
need to add paging
* use better logo url
* parse chapter from Element
gets the url, regexes the url to find a date, and sets a name using a
selector on the chapter element
still didnt attempt paging yet btw
* use correct selector for chapter pages images
* fix package info
actually forgot abt the things at top
also made `siteLang` private because android studio recommended that
* actually use the correct logo link for thumbnail...
* use `lang` instead of `siteLang` at some places
`siteLang` is used when creating URLs and for extension stuff like
creating SManga object, it's better to use `lang` I feel.
In the end, it doesn't matter in this case because both are the same for
this extension.
* remote `private val` as per speculation
constructor parameter is never used as a property
and so `val` can be removed
this avoids more memory use due to unnecessary use
- android studio
* Add ext app icon
The entire image assets placed in `res` folder. Made possible by their
actual logo (small version), which for some reason refused to work as
`SManga.thumbnail_url`
* linting
* adjust `baseUrl` usages
rather than having `siteLang` inside the `baseUrl`, better to have it
explicitly used everytime.
also fixes `thumbnail_url` because the link to the logo is broken when
you include `siteLang` in `baseUrl`
* create `manga.url` explicitly
since fetchChapterList will be overridden and its easier to have a full
url to make a client.newCall rather than setUrlWithoutDomain
* `thumbnail_url` doesn't need `siteLang`
and I forgot abt that
* add pagination for fetchChapterList
tried to reuse whatever I already had to support pages
might be slow because I do one extra request for Page 1 and some manga
have too many pages (like 11) each with 20 comics
* rewrite how pages are obtained
since I changed `manga.url`, that changes `chapter.url` and so that
implied a change to the page list as well.
* maybe optimize chapterList a bit
still a bit slow because some of them have a lot of pages but wanted to
reduce an extra request just to get total no of pages.
* just use your own links for the logo
can't get the logo to load from the link even though it worked. Might as
well get your own links to the logo. While I was searching, also found a
cool logo in FR so I kept that.
Both logos taken from the webcomics' Kickstarter and Ulule fundraisers
* Revert "maybe optimize chapterList a bit"
This reverts commit 672db52460cf597f28a80f24de3a7659f4c7a939.
because that didn't work. at all..
* remove unused variable
2021-08-30 08:03:45 -04:00
Ahmed gamal
b676bebbbf
Add new source (RE-Manga) ( #8862 )
...
* Add new source
add re-manga
* add missing (,)
2021-08-27 06:26:57 -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
Clouddark75
deb2ad109f
Adding headers back to LectorManga images and fixing ManhuaPlus again. ( #8854 )
...
* Update build.gradle
* Update LectorManga.kt
* Update ManhuaPlus.kt
* Update MadaraGenerator.kt
2021-08-26 07:15:15 -04:00
Clouddark75
eb1edeb4c5
Fixing the update images selector. ( #8846 )
...
* Update LectorManga.kt
* Update build.gradle
2021-08-25 19:28:00 -04:00
abhijeetChawla
d3ecc55814
updated the image selector ( #8831 )
...
* Updated the imageUrl selector
the whole extension is working except the image selector which was just updated
* update build.gradle to 36
2021-08-25 06:34:47 -04:00
Ahmed gamal
62d18420bf
MangaAlarb: update icons ( #8807 )
...
* MangaAlarb: update icons
forgot to add them in last PR
* Update web_hi_res_512.png
2021-08-25 06:21:20 -04:00
Alessandro Jean
6521e78158
Add MW source ( closes #8766 ). ( #8823 )
2021-08-25 06:20:30 -04:00
u2shana
5f83861b9b
[cocomanga]Fix: Change domain ( #8826 )
...
* bump version
* fix domain
2021-08-25 06:20:18 -04:00
Marco Gutierrez
07463198d3
+ Fix 403 TuMangaOnline on chapter images ( #8816 )
...
+ Update extVersionCode
2021-08-25 06:19:48 -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
loocool2
f77b170e45
Properly process chapters without a group name ( #8785 )
...
* Fixed MangaDex content rating preferences being swapped
* Properly process anonymous chapters
* Remembered to account for empty string
2021-08-24 10:55:26 -04:00
Arraiment
08246bf4e8
Rework source ( #8800 )
2021-08-24 06:44:35 -04:00
anenasa
ddb80df1fd
Zerobyw: Update baseUrl ( #8792 )
2021-08-24 06:44:16 -04:00
Ahmed gamal
a3071faf48
MangaLink: Add Manga Type To Genres ( #8791 )
2021-08-24 06:44:07 -04:00
Ahmed gamal
8fbd3ab39d
MangaAlarab: some fixes ( #8786 )
...
Fix wrong Latest update page
Fix some Filters
2021-08-24 06:43:49 -04:00
loocool2
4d1bc517f2
Fixed MangaDex content rating preferences being swapped ( #8784 )
2021-08-24 06:42:31 -04:00
Alessandro Jean
42f6a32163
Add missing chapter scanlator in MM. ( #8783 )
2021-08-24 06:41:59 -04:00
Riztard Lanthorn
5e25906ae3
add ZManga multi-source ( #8779 )
...
* add ZManga multi-source
- add KomikPlay source
- remove MangaKane
- add MaidManga and KomikPlay to ZManga Factory
* add default icon
Co-Authored-By: Ankit Singh <as280093@gmail.com>
Co-authored-by: Ankit Singh <as280093@gmail.com>
2021-08-24 06:41:35 -04:00
Pavka
6a1dd5636a
Fix rm_h.init rename in readmanga family sites ( #8772 )
2021-08-23 07:22:05 -04:00
mountfox
67bde7f28c
Stop overwriting request user-agent when bypassing Cloudflare ( #8771 )
...
* Bypass cloudflare WAF using webview
* MyReadingManga: remove single cookie when bypassing Cloudflare
* Don't overwrite request header when bypassing Cloudflare
2021-08-23 07:21:18 -04:00
Alessandro Jean
61cda66933
Fix bad CSS selector at GM. ( #8763 )
2021-08-23 07:20:07 -04:00
Alessandro Jean
ab391bff6c
Add MV source ( closes #8758 ). ( #8762 )
2021-08-23 07:19:54 -04:00
nicki
b74b30d4fe
Undo mundo ( #8756 )
...
* Revert "Remove Mundo Manga-kun (pt) ext (#8744 )"
This reverts commit bea3ac6827
.
* increase rate limit
now at 1 per 3 sec
also bumps version code
2021-08-22 15:50:31 -04:00
Arraiment
a9f7b363b1
Add LoadingArtist ( #8730 )
2021-08-22 10:39:57 -04:00
nicki
bea3ac6827
Remove Mundo Manga-kun (pt) ext ( #8744 )
...
Closes
https://github.com/tachiyomiorg/tachiyomi-extensions/issues/8741
2021-08-22 10:38:49 -04:00
Arraiment
1e6d92e0a5
Add url intent and id search for IMHentai ( #8700 )
...
* Add url intent and id search
* Slight refactoring and fix image loading
2021-08-22 10:37:42 -04:00
CVIUS
43177c7c10
mangajar: fix complete status ( #8733 )
...
* Update MangaJar.kt
* bump
2021-08-22 10:36:55 -04:00
Maxim Molochkov
cc427a04a3
Fix chapters not opening ( #8738 )
2021-08-22 10:36:46 -04:00
Aria Moradi
dd07318201
Tachidesk: fix crash issues ( #8735 )
...
* fix tachidesk crash issues
* re-format file
2021-08-22 10:36:26 -04:00
Alessandro Jean
8a52a4db06
Fix build error due to CookieManager. ( #8716 )
2021-08-21 19:37:28 -04:00
Aria Moradi
070ef60753
add compatibility with Tachidesk-Server v0.4.7 ( #8717 )
...
* better baseUrl pref name
* add compatibility with Tachidesk-Server v0.4.7
2021-08-21 19:37:18 -04:00
happywillow0
8bfbfe7f43
Fix NineMangaEn ( #8709 )
...
- Ignore subdomain completely for en site.
2021-08-21 13:33:02 -04:00
Arraiment
40ea248097
Implement search and filters ( #8706 )
2021-08-21 13:32:34 -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
Alessandro Jean
9f3b26022c
Count chapter and project views in TS ( #8688 )
...
* Count chapter and project views in TS.
* Add project view count.
2021-08-21 13:30:22 -04:00
loocool2
9009c4cd2e
Added Megatokyo extension ( #8687 )
...
* Added Megatokyo, WIP
* Fixed Megatokyo dates
* Added comment
2021-08-21 13:29:55 -04:00
Alessandro Jean
3f9d69f224
Fix wrong title details in GM. ( #8684 )
2021-08-21 13:28:39 -04:00
Alessandro Jean
e49ac1044e
Add missing author to BM. ( #8683 )
2021-08-21 13:28:31 -04:00
Alessandro Jean
42f573c8ce
Fix chapters not loading in TS. ( #8677 )
2021-08-20 13:11:05 -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
Ahmed gamal
d09c4a0abb
MangaLink: Add Filters ( #8673 )
2021-08-20 10:41:38 -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
4746ab375b
Add ZeurelScan ( #8665 )
...
* Add ZeurelScan
* Fix search
2021-08-20 06:23:13 -04:00
Arraiment
c19a5c64ce
Fix search and add filters ( #8667 )
2021-08-20 06:22:43 -04:00
Ahmed gamal
511f667792
Asgard Team: Add Type Filters ( #8646 )
2021-08-19 05:58:14 -04:00
Alessandro Jean
2d976eb7f2
Add missing status in MM. ( #8637 )
2021-08-18 14:17:19 -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
f3a4f33666
Fix inspector build exception (again). ( #8619 )
2021-08-17 21:55:33 -04:00
Alessandro Jean
c9651735f5
Remove TM extension. ( #8609 )
2021-08-17 21:17:58 -04:00
Alessandro Jean
51ff911e0e
Escape entities in Bato.to ( #8613 )
2021-08-17 21:17:46 -04:00
Kamikadze
088808d35c
BaseURL Update ( #8611 )
...
* Version update
* BaseURL Update
2021-08-17 21:16:53 -04:00
Alessandro Jean
b25fce871a
Fix inspector build exception. ( #8612 )
2021-08-17 21:16:40 -04:00
Alessandro Jean
b91d75fac3
Add INKR again. ( #8606 )
2021-08-17 17:46:49 -04:00
mountfox
10c2dc0395
Bypass cloudflare WAF using webview in MyReadingManga ( #8562 )
...
* Bypass cloudflare WAF using webview
* MyReadingManga: remove single cookie when bypassing Cloudflare
2021-08-17 17:45:28 -04:00
Maday
8c302fe615
Updated the new tkor website url ( #8585 )
...
* Updated the new tkor website url
Changed url to https://tkor.dog
* Update build.gradle
* Update build.gradle
* Update build.gradle
2021-08-17 06:44:02 -04:00
Alessandro Jean
d6838a544e
Fix missing search results in MY. ( #8588 )
2021-08-16 13:01:01 -04:00
Ahmed gamal
4445b61ee8
MangaAlarb fix chapter names ( #8564 )
...
fix chapters names are are included with chapters date
2021-08-16 06:10:18 -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
6dde6d877a
Tencent comics migration and adding locked chapters ( #8572 )
...
* Add lock for paywalled chapters
* Migration to kotlinx.serialization
2021-08-16 06:09:47 -04:00
anenasa
486db23175
Kuaikanmanhua: View paid chapters ( #8578 )
2021-08-16 06:09:16 -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
24b583ac6a
Ninehentai json migration and other changes ( #8552 )
...
* Migration to kotlinx.serialization
* Refactoring and changed search implementation
* Add url intent
* Small fixes
2021-08-14 05:46:43 -04:00
Ahmed gamal
7ea52804f1
mangaalarab update ( #8550 )
...
add genres,manga type,manga status and alternative names to manga Details
2021-08-14 05:45:48 -04:00
Arraiment
aa2b301ac1
Hitomi.la issue fixes ( #8554 )
...
* Fix page url requests
* Add keyword search url encoding
2021-08-14 05:45:28 -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
anenasa
56041bb2d6
Add zerobyw ( #8541 )
2021-08-13 06:59:01 -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
ShadesOfRay
1ff375ebf6
Created the Tencent Comics extension ( #8524 )
2021-08-12 07:34:03 -04:00
Alessandro Jean
4c8e27c1ec
Add Russian to MangaPlus. ( #8513 )
2021-08-10 14:04:25 -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
Broccoli
98a385ca5d
Added configurable rate limit for cocomanhua to reduce 403 errors when updating manga ( #8491 )
2021-08-09 08:07:13 -04:00
Arraiment
e850a60f98
Small fixes for 3 sources ( #8492 )
...
* TruyenQQ: Update base domain
* MangaAe: Update chapter url
* Sisi Gelap: Update url
2021-08-09 08:06:42 -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
Alessandro Jean
ab8ea9ddb5
Move MT to multisrc and add a new source. ( #8478 )
2021-08-09 06:58:15 -04:00
Arraiment
b4a80e6085
Reworked search filter functionality ( #8488 )
2021-08-09 06:57:57 -04:00
Gauthier
a80e03cf4e
[Komga] show readlist summary, search and display series aggregated tags ( #8489 )
...
* display and search aggregated book tags at series level
* display readlist summary
* bump version
2021-08-09 06:57:38 -04:00
Arraiment
6470dd5245
Migrating 3 sources to kotlinx.serialization ( #8463 )
...
* HentaiHand: Migration to kotlinx.serialization
* SimplyHentai: Migration to kotlinx.serialization
* Kangaryu: Migration to kotlinx.serialization
2021-08-08 11:38:14 -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
0120ffbb08
Fix some chapter images still not loading at MY!. ( #8448 )
2021-08-07 12:59:35 -04:00
Alessandro Jean
f61b2e1553
Remove the extra header used to bypass the block. ( #8449 )
2021-08-07 12:05:49 -04:00
Alessandro Jean
ed8266fb68
Fix Duktape decoding not working in MangaPlus. ( #8444 )
2021-08-07 11:59:47 -04:00
Arraiment
cbd3f96907
Migrating 2 sources to kotlinx.serialization ( #8439 )
...
* BainianManga: Fix image scraping and migration from gson
* MangaDenizi: Migration from org.json
2021-08-07 11:58:30 -04:00
Alessandro Jean
18f3f9412f
Add another code to the blocking ones in TM. ( #8443 )
2021-08-07 11:56:03 -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
Alessandro Jean
97b59f6623
Update MangaPlus API endpoints. ( #8421 )
2021-08-06 14:17:21 -04:00
Alessandro Jean
5f5a285278
Fix website block in TM. ( #8420 )
2021-08-06 11:09:12 -04:00
ObserverOfTime
20a5797f84
Clean up Dilbert extension ( #8410 )
2021-08-06 06:10:17 -04:00
Alessandro Jean
bdf2b39729
Fix images not loading in MY. ( #8413 )
2021-08-06 06:10:03 -04:00
Arraiment
714c773714
Fix issue parsing chapter list ( #8417 )
2021-08-06 06:09:08 -04:00
Ahmed gamal
792734c22f
Asgard Team source fix ( #8407 )
...
* remove AsgardTeam
remove Asgard Team as it's not using madara theme anymore
* add Asgard Team source
fix asgard team manga as it's not using madara theme anymore
* update asgardteam version
update version
2021-08-05 10:40:39 -04:00
CVIUS
0ec75f451d
MPv3: replace icon with better one ( #8387 )
...
* mpv3: replace icon with better one
* bump version
2021-08-04 07:16:18 -04:00
Arraiment
633ebe7e7c
Comick.fun: Fixes genre missing for some manga ( #8390 )
...
* Fix json parsing for genre tags
* Updated version
2021-08-04 07:15:10 -04:00
Alessandro Jean
0fb6bc0d44
Fix User Agent block error not showing at Tsuki ( #8381 )
...
* Fix UA error not showing at Tsuki.
* Add missing HTTP code in if.
2021-08-03 12:15:09 -04:00
Aria Moradi
94915eeb0f
add Tachidesk extension ( #8361 )
...
* add Tachidesk extension
* rewrite with kotlinx-serialization
* apply suggestions by @ObserverOfTime
* linter must lint
* map Tachidesk MangaStatus to SManga constants
* raise exception when baseUrl is empty
* defensive programming
* print Exception to Log.e instead
* cesco asked for this...
2021-08-03 10:13:00 -04:00
tangkt89
958cc4457c
Fix chapter sort order ( #8379 )
2021-08-03 10:12:47 -04:00
FourTOne5
687ddea5fc
Fix Henchan BaseUrl ( #8378 )
...
* Fix Base Url
* Bump Version
2021-08-03 09:05:21 -04:00
Broccoli
3127c1059e
Added Referer header ( #8358 )
2021-08-02 11:01:31 -04:00
Kamikadze
f452f52530
BaseURL Update ( #8356 )
...
* Version update
* BaseURL Update
2021-08-02 11:01:20 -04:00
Eugene
604f86f4d8
[RU]Remanga more tags in detail and filters ( #8347 )
2021-08-02 10:58:27 -04:00
lbwstco
23845aa3ab
fix: Chapter images are scrambled ( #8346 )
...
Co-authored-by: Kyrie's rMbp <liubowen@corp-ci.com>
2021-08-02 10:58:07 -04:00
Ahmed gamal
e456260c21
manga alarab:Add filters ( #8342 )
...
add filter
2021-07-31 20:41:27 -04:00
zhongfly
5d12ba6eeb
[zh-copymanga]Fix: change mainland cdn domains ( #8327 )
...
* fix: change mainland cdn domains
* bump version
* fix typo
2021-07-31 13:06:13 -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
Ahmed gamal
43528e398b
Add Manga Alarab source ( #8298 )
...
Add Manga Alarab source
2021-07-28 06:21:47 -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
nicki
ac49213658
Fix typo in word Original in Mangadex Settings+ ( #8285 )
2021-07-26 14:04:38 -04:00
Arraiment
8bb02faff1
nhentai: Filtering by pages ( #8260 )
...
* Added page filter
* Updated version
2021-07-26 07:29:33 -04:00
lord-ne
8049bae936
Add Comikey source ( #8273 )
2021-07-26 06:43:47 -04:00
FourTOne5
bf119937ff
MangaDex Cover Qulity Setting ( #8268 )
...
* Update MDConstants.kt
* Update MangaDex.kt
* Update MangaDexHelper.kt
* Update build.gradle
* Update MangaDex.kt
* Update MangaDexHelper.kt
* Update MangaDexHelper.kt
* Update MDConstants.kt
2021-07-26 06:40:18 -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
Kamikadze
a15be4c080
Genre and BaseURL update ( #8246 )
...
* Genre and BaseURL update
* Change Version
2021-07-23 16:12:13 -04:00
Ahmed gamal
cb0c52aaf6
Gmanga: fix url ( #8243 )
...
gmanga changes the domain to Gmanga.org
2021-07-23 10:58:07 -04:00
Alessandro Jean
58e83d29cb
Make rate limit more harsher in Brazilian sources ( #8208 )
...
* Make rate limit more harsher in Brazilian single sources.
* Make rate limit more harsher in Brazilian multisrc sources.
2021-07-21 11:25:36 -04:00
lord-ne
233746b94d
MangaDex: Make chapter URLs deeplink to series page in Tachiyomi ( #8205 )
...
* MangaDex: Chapter URLs deeplink to series page in Tachiyomi
* Changes to getMangaIdFromChapterId:
* Remove FORCE_NETWORK from request
* Decode to ChapterDto instead of manually parsing json
* Make exception on unsuccessful response more verbose
* Use constant instead of "manga" literal
2021-07-21 11:20:09 -04:00
FlaminSarge
56cd1154ec
[MangaKatana] Bump version for #7972 ( #8196 )
2021-07-20 08:17:20 -04:00
Kamikadze
65b0bf52f6
Update baseUrl ( #8180 )
2021-07-19 09:19:09 -04:00
Clouddark75
7a34002a21
A fix for the Scanlator Tag. ( #8174 )
...
* A fix for the Scanlator Tag.
* Update build.gradle
2021-07-19 07:43:47 -04:00
lord-ne
3ffa78ae2b
Purple Cress: Add search and deepliking ( #8176 )
2021-07-19 06:28:48 -04:00
Alessandro Jean
b153c3cf22
Distinguish between novel and manga in Tsuki ( closes #8171 ). ( #8172 )
2021-07-19 06:27:23 -04:00
Pavka
628fceecd7
Fix links without http/https in ru-remanga ( #8169 )
2021-07-18 17:31:29 -04:00
Eugene
7e9ca28ae0
[RU]Remanga change/refix "single pixel" filter ( #8168 )
...
* [RU]Remanga change/refix "single pixel" filter
* move minor
2021-07-18 09:18:33 -04:00
E3FxGaming
b87a5935b8
Cubari release_date fix + volume null fix ( #8163 )
...
* Fix for Cubari API response not containing chapter release_date
Cubari API responses don't contain release_date information when the Cubari source is Imgur.
The minor change made with this commit makes the existence of the release_date json property for the parsing process optional.
* Fix for Cubari volume "null" and cleaned up chapter name generation
If the volume is set to null in the json, it's now recognized as not specified.
Also cleaned up the chapter name concatenation.
2021-07-18 06:29:43 -04:00
Carlos
5a8287c1fa
Fix latest mangadex order, and missing manga, and follows users default content rating ( #8161 )
...
* Fix latest mangadex order, and missing manga, and follows users default prefs for content rating
* update gradle
2021-07-17 15:45:28 -04:00
Seishirou101
aea0eb6daf
fix cubari upload date ( #8126 )
...
* fix upload date
* change sketchy method
2021-07-17 14:52:25 -04:00
Alessandro Jean
532396e197
Fix chapters not loading in MMK. ( #8159 )
2021-07-17 12:12:28 -04:00
HaruSasaki
1f96d41169
Komikindoid fix ( #8157 )
...
* Update KomikIndoID.kt
* Update build.gradle
2021-07-17 09:23:52 -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
Gauthier
3ff3a4f82f
filter deleted series and books ( #8132 )
2021-07-16 06:23:22 -04:00
HaruSasaki
2c11cbfcd5
Komikindoid fix ( #8124 )
...
* Update KomikIndoID.kt
* update icon path
* update icon path
* remove old icon
* Update build.gradle
2021-07-15 09:47:06 -04:00
HaruSasaki
658470d4a5
Add KomikIndoID ( #8116 )
2021-07-15 06:38: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
Jared Irwin
955c0891f8
Make MangaDex load images more consistently ( #8102 )
...
* Make fetching the md@h url less likely to break
* import TimeUnit
2021-07-13 19:35:35 -04:00
Charles Lee
f098832504
Update firstSubdomainFromGalleryId in hitomi.la ( #8092 )
...
Updated with latest logic from ltn.hitomi.la/common.js
2021-07-13 09:27:17 -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
Carlos
1cc39ff6e0
fix mangadex titles having "" ( #8037 )
2021-07-09 18:04:08 -04:00
Carlos
b3aaf136c2
MangaDex fix deeplinking, parsing, clean up dto's, add latest chapter ( #8035 )
...
* MangaDex fix deeplinking, parsing, clean up dto's, add latest chapter
* change wording for sort
2021-07-09 16:39:34 -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
Eugene
979592480c
[RU]YagamiProject exclude the same html ( #8001 )
...
* [RU]YagamiProject exclude the same html
* fix empty title
2021-07-07 05:53:01 -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
Alessandro Jean
287cfabcb4
Fix missing chapters at TS. ( #7977 )
2021-07-05 08:53:46 -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
Eugene
5086df34d8
[RU]Grouple sources fix status and pages ( #7942 )
2021-07-02 21:27:13 -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
FourTOne5
774b0a3de4
MangaPark v3 Genre Search Fix ( #7938 )
...
* Update build.gradle
* Update MangaPark.kt
* Update MangaPark.kt
2021-07-02 08:16:06 -04:00
Eugene
9c45ca3a68
[RU]AllHentai fix status ( #7937 )
...
* [RU]AllHentai fix status
* LICENSED
* pagination
* //
* as on the website
2021-07-02 08:15:56 -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
Kai Liu
97e18a0ba2
zh-dmzj: Make ChapterOrder field optional ( #7912 )
2021-06-28 14:17:22 -04:00
h-hyuuga
72fd4cc564
Comick.fun: Fix parsing issue for nullable chapter numbers ( #7902 )
2021-06-28 05:50:09 -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
Eugene
35a7ec0ac9
[RU]YagamiProject universal chapter_number ( #7883 )
...
* [RU]YagamiProject universal chapter_number
* restart
2021-06-26 07:16:28 -04:00
Eugene
0137f71652
[RU]Remanga status ( #7875 )
...
* [RU]Remanga status
* 1
2021-06-25 12:59:04 -04:00
Narin
5492952878
Update for new site layout ( #7874 )
2021-06-25 12:58:57 -04:00
Eugene
794ba6ab9a
[RU]Mangalib fix qualitative cover & change destroy list chapter ( #7872 )
2021-06-25 12:58:45 -04:00
zhongfly
64c29c5fd3
[zh-copymanga]Fix search ( #7870 )
...
* fix copymanga search
* bump version
2021-06-25 12:58:38 -04:00
Gauthier
5876f259c8
fix user-agent ( #7865 )
2021-06-25 08:45:53 -04:00
Eugene
30a5c1dd48
[RU]YagamiProject artbooks + artist and qualitative cover ( #7837 )
...
* [RU]YagamiProject artist and qualitative cover
* artbooks and -html
* change structure artbooks img parse
* verbal date
2021-06-25 08:44:06 -04:00
Myuki
29082d94bf
[zh-Dmzj]Add intents for muwai.com ( #7844 )
...
* Add intents for muwai.com
* Bump version
2021-06-25 08:43:50 -04:00
Pavka
e08bbfce14
[Ru]Mangahub. Fix detail thumbnail ( #7840 )
2021-06-24 09:00:52 -04:00
zhongfly
dcdc43b984
[zh-dmzj]use muwai.com instead of dmzj.com ( #7830 )
...
* [zh-dmzj]use muwai.com instead of dmzj.com
use muwai.com for v4apiUrl & v3ChapterApiUrl & imageCDNUrl
* bump version
2021-06-24 09:00:33 -04:00
Eugene
1e354f06b7
New [RU] YagamiProject/ReadYagami ( #7824 )
...
* start YagamiProject
* mangaDetails chapterList
* chapterList imageUrl Manga(horizontal reader)
* pageList allreader
* search
* micro change
* double pseudo ONGOING
* Not Used
* NOTE
* fixes
* altName
* remove translation author
2021-06-23 09:21:30 -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
Narin
981ad1b8e3
Fixes search ( #7771 )
2021-06-20 18:43:46 -04:00
arkon
0640b31137
Fix linting errors
2021-06-20 12:06:27 -04:00
Edgar Mejía
8585b5cd81
Fix InManga pages not load & MangaMx search ( #7744 )
...
* InManga replace Gson with kotlinx.serialization, fix pages not load.
* MangaMx: Fix search bug.
2021-06-20 08:40:21 -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
Eugene
8d0587c719
Add page teg [RU] MangaPoisk & MangaBook ( #7759 )
...
* Add page teg [RU] MangaPoisk & MangaBook
* +MangaPoisk LICENSED
2021-06-20 08:36:05 -04:00
Aurélien Dussauge
f07c10737f
Fix ScranTradUnion duplicate pages ( #7694 ) ( #7760 )
2021-06-20 08:35: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
Kai Liu
8a7122a2fc
zh-dmzj: replace dmzj.com with dmzj1.com for v4api only to make it work again ( #7712 )
2021-06-20 08:28:00 -04:00
Alessandro Jean
5a8854835e
Rewrite some error messages at Tsuki to make it more clear. ( #7738 )
2021-06-18 19:17:57 -04:00
Eugene
757923691a
[RU]MangaBook delete excess parse (from the newsblock) ( #7732 )
2021-06-18 11:42:43 -04:00
vulpes310
2e062b2929
[Hitomi.la] Remove hardcode image path condition ( #7724 )
...
[FIX] Remove hardcode image path condition
Rather than hardcoded conditons for determining image path's first subdomain,
the extension now dynamically load the condition by parsing the condition from
Hitomi.la's common.js. This should keep the cat and mouse chase a little bit longer.
[REFACTOR] Simplify regular expression for id extraction
2021-06-18 05:52:48 -04:00
Eugene
660537f6e3
[RU]MangaBook only Eng name and ratestar ( #7721 )
...
* [RU]MangaBook only Eng name and ratestar
* add RusAlt name
* delete number search
2021-06-18 05:52:41 -04:00
FourTOne5
550bb4b5f6
MangaFast Fix Incorrect SimpleDateFormat Pattern ( #7720 )
...
* Update build.gradle
* Update MangaFast.kt
2021-06-18 05:52:33 -04:00
Alessandro Jean
9ea926b8a8
Add support to login at Tsuki. ( #7715 )
2021-06-18 05:52:23 -04:00
FourTOne5
7916260467
Delete src/en/wutopia directory ( #7719 )
2021-06-18 05:52:11 -04:00
Eugene
5da4edb654
[RU]Desu duplicate name exception + thomNum ( #7725 )
2021-06-18 05:51:21 -04:00
Eugene
46b41df4c5
[RU]Remanga Fix error nullables MangaDetDto and OrderBy ( #7727 )
...
* [RU]Remanga Fix error nullable MangaDetDto
* delete not use but break
* mere notuse
2021-06-18 05:51:12 -04:00
animusfracto
84f2e19495
Add in error handling to handle malformed responses from the aggregate endpoint. addresses #7697 and #7678 ( #7709 )
2021-06-17 18:18:02 -04:00
Themis
29ae13ac7c
MangaHere Update ( #7690 )
...
Updated the manga types and genre.
2021-06-17 09:37:36 -04:00
Alessandro Jean
18be076b7a
Fix wrong manga titles in MY. ( #7693 )
2021-06-17 09:37:11 -04:00
FourTOne5
c5c4ddf825
MangaFast Update Date format. ( #7699 )
...
* Update MangaFast.kt
* Update build.gradle
2021-06-17 09:36:47 -04:00
Eugene
d1415a27c6
[RU]Mangaclub fix image parse ( #7701 )
2021-06-17 09:36:38 -04:00
zhongfly
d07d777c2b
[zh-dmzj] Fix url issue ( #7673 )
...
* fix url issue
replace dmzj1.com with dmzj.com
fix #7668
* bump version
2021-06-16 11:16:02 -04:00
Eugene
f1d3a69dbd
[RU]MangaBook. Fix last page loading and change type CategoryList ( #7674 )
...
* [RU]MangaBook. Fix last page loading and change type CategoryList
* thom number
2021-06-16 11:15:54 -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
animusfracto
16ffd5f695
Implement Completed and Cancelled statuses ( #7671 )
...
* add checks to the uploaded chapters in order to determine if the (publication) completed manga has been fully scanlated
* consolidate case entries
* Add language to aggregate call
2021-06-15 12:39:38 -04:00
Alessandro Jean
6991d96d59
Remove last Gson usage at MangaDex ( #7656 )
...
* Remove last Gson usage at MangaDex.
* Use ImageReportDto instead of buildJsonObject.
2021-06-15 11:11:03 -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
Alessandro Jean
d002d31c0d
Refactor SS extension due to website redesign ( #7655 )
...
* Refactor SS extension due to website redesign.
* Remove compatibility with old URLs since id changed.
2021-06-14 17:35:50 -04:00
vulpes310
00547b5413
[hitomi.la] Update image url path logic and implement filter ( #7654 )
...
* [hitomi.la] Update image url path logic and implement filter
[FIX] Update image url path logic
[FEAT] Add Filter for searching with popularity support
[FIX] Replace the used json library with kotlinx.serialization
[FIX] Deeplink now support all type and can actually display result
[FEAT] Add common word detection to avoid large search result
* Fix HitomiActivity query pattern
* [hitomi.la] Update image url path logic and implement filter
[FIX] Update image url path logic
[FEAT] Add Filter for searching with popularity support
[FIX] Replace the used json library with kotlinx.serialization
[FIX] Deeplink now support all type and can actually display result
[FEAT] Add common word detection to avoid large search result
* Fix HitomiActivity query pattern
* Update extVersionCode
2021-06-14 13:43:17 -04:00
FourTOne5
787767942b
9Hentai Chapter Update Fix ( #7651 )
...
* Update NineHentai.kt
* Update build.gradle
2021-06-14 12:26:38 -04:00
Alessandro Jean
69d6b63496
Fix chapter images not loading at OPEX. ( #7652 )
2021-06-14 11:35:40 -04:00
FourTOne5
b49b58613f
9Hentai Fix Upload Date + Update Url ( #7648 )
...
* Update build.gradle
* Update NineHentai.kt
* Update NineHentai.kt
2021-06-14 09:44:38 -04:00
vulpes310
5a6f7b45d8
Fix Jingmantiantang's ownText is null and add deeplink support ( #7623 )
...
* Fix Jingmantiantang's ownText is null and add deeplink support
[Fix] Jingmantiantang's ownText is null during chapter loading
The old implementation is to use chapterArea to store wheather or
not the Manga requested is only single page or multi-chapter.
This, however, creates a big issue as the chapterArea can be changed
to multi-chapter in preveious Manga, and that information is carried
over to other Manga which might be single chapter.
The new implementation remove global value chapterArea and it helper
function determineChapterInfo.
Instead, the single-multi check is performed in chapterListParse, which
only happen once per manga update request, vs three times call of
determineChapterInfo.
[Fix] Change Author's CSS selector and enable multi-author listing
[Fix] Default manga status to Completed
As Jingmantiantang often do not mark manga as complete, and there
is a high chance that manga user requested in single page. Thus
defaulting to completed, unless marked as ongoing.
[FEAT] Enable BaseUrl switch
As mentioned in (tachiyomiorg#5363) and (tachiyomiorg#4908). There is a frquent PR for
mirror site change. Unable user choice to stick with main site
or mirror site should please everyone
[FIX] Record mainSiteRateLimitPeriodPreference to correct key.
[FIX] Change one tag to the correct name
[FEAT] Enable deeplink support
* Fix mirror site relase page link, change ID prefix to JM
2021-06-14 07:16:46 -04:00
Hunter Nickel
99c1871901
Add MangaMiso Source ( #7622 )
2021-06-14 07:16:23 -04:00
Eugene
80394ad62c
New [RU] MangaBook ( #7636 )
...
* Start MangaBook
* fix pageListParse and reorganization code
* search and mangaDetailsParse
* search and filters
* icon
* fix empty tag
* LICENSED
2021-06-14 06:20:53 -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
OncePunchedMan
8b1881a9a3
fix not showing description ( #7607 )
2021-06-11 11:28:02 -04:00
Carlos
761e467896
update to use includes to reduce api calls ( #7603 )
2021-06-10 21:11:54 -04:00
Vetle Ledaal
675d44272a
WeComics: Update logic and error message for paid chapters. ( #7598 )
2021-06-10 21:11:34 -04:00
Alessandro Jean
fcb929f4e6
Add deeplinking to MangaPlus and Tsuki. ( #7597 )
2021-06-10 15:22:18 -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
Alessandro Jean
ca27731aa8
Fix broken search and chapter images at MP. ( #7580 )
2021-06-09 17:46:25 -04:00
Carlos
49c930d622
MangaDex: Switch to serialization, use lang descriptions if available, fix open in webview, fix publication status, possibly fix md@home retry ( #7540 )
...
* switch to kotlinx
* use baseurl in referer
* remove default sort cause we don't use at this time
update build.gradle
* Use correct field when parsing manga pub status
* Use current language if available in description map.
* potentially fix md@host refresh issue
* add default sort back since that's by number of follows
* use work around for webview credit @Nar1n
Co-authored-by: animusfracto <50589737+animusfracto@users.noreply.github.com>
Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>
2021-06-08 20:58:56 -04:00
Riztard Lanthorn
6f39cbf575
add Project Filter Page to some source ( #7526 )
...
* simplified
* add to wpmangareader source
* add pojokmanga, manhuaID,mangakane
* fix issue
* try rerun
* fix2
* simplified
Co-Authored-By: Carlos <2092019+CarlosEsco@users.noreply.github.com>
* fix filter issue
* add MaidManga, Komiku
Co-authored-by: Carlos <2092019+CarlosEsco@users.noreply.github.com>
2021-06-08 17:51:36 -04:00
Alessandro Jean
aa06cd4b04
Fix wrong language code in some extensions. ( #7550 )
2021-06-08 13:43:46 -04:00
Alessandro Jean
8e720b8016
Fix missing covers and filter order at Tsuki. ( #7545 )
2021-06-08 12:02:45 -04:00
FourTOne5
16f94ad314
MangaPark v3 Fix 3.0 ( #7536 )
...
* Update build.gradle
* Update MangaPark.kt
* Update MangaPark.kt
* Update MangaPark.kt
2021-06-08 12:02:03 -04:00
Alessandro Jean
2932fde187
Add a harsher rate limiting to image servers requests at Tsuki ( #7531 )
...
* Add rate limiting to image servers at Tsuki.
* Show a message if the UA permission is disabled by the website.
2021-06-07 15:30:23 -04:00
FourTOne5
ad61957f81
MangaPark v3 Fixes 2.0 ( #7527 )
...
* Update MangaPark.kt
* Update build.gradle
* *cough*
* Fix?
2021-06-07 10:51:52 -04:00
Pavka
fe5771b1e9
[Ru]Libmanga. Fix empty content-length image ( #7529 )
2021-06-07 10:51:33 -04:00
FourTOne5
bf8b5d5df9
MangaPark v3 Fixes ( #7516 )
...
* Update build.gradle
* Update res
* Update MangaParkUrlActivity.kt
* Update MangaParkFactory.kt
* Update MangaPark.kt
2021-06-07 06:52:38 -04:00
Eugene
ea0ae4e3ae
[RU]Remanga, Mangalib. Fix "single pixel" filter page and hide empty altname ( #7502 )
...
* [RU]Remanga, Mangalib. Fix "single pixel" filter page and hide empty altname
* statusLICENSED
2021-06-06 18:11:13 -04:00
Riztard Lanthorn
d0f6f79fe0
MangaKane: add source ( #7477 )
2021-06-05 07:42:53 -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
Alessandro Jean
462e270824
Remove SocialComics source. ( #7466 )
2021-06-04 16:22:10 -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
Junyin Chen
884310606e
Change Manhuagui's Main-Site Rate Limite Interval to 10 Seconds ( #7442 )
...
Currently, even if choosing 1 request pre-second, there will be a high chance for Manhuagui to block ip adress if you are checking 100+ manga from manhuagui. Change the interval to 10 seconds should be able to fix this issue.
2021-06-04 07:39:34 -04:00
Gauthier
380b7594f5
filter series by in progress and read ( #7446 )
2021-06-04 07:38:57 -04:00
Alessandro Jean
5295e43d68
Fix proxy method not working on Cubari. ( #7431 )
2021-06-03 16:56:57 -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
Oldwangtouchtouchdoge
897a5d94ba
[ZH-Dmzj] Fix #7382 , leaking support for multiple chapter lists. ( #7387 )
...
* [ZH-Dmzj] Fix #7382 , leaking support for multiple chapter lists.
* Add empty chapter list check.
2021-06-03 06:21:12 -04:00
Alessandro Jean
2fb79d4a2c
Fix referer in MangaDex. ( #7397 )
2021-06-02 19:48:15 -04:00
Alessandro Jean
d191a78d97
Add Referer header to MangaDex. ( #7393 )
2021-06-02 16:28:31 -04:00
Alessandro Jean
10eb030895
Add kotlinx.serialization to more sources. ( #7391 )
2021-06-02 16:28:10 -04:00
zhongfly
7cc0764041
copymanga: add a preference to change image cdn ( #7384 )
...
* copymanga: add a preference to change image cdn
Closed #6649
* copymanga: fix typo
2021-06-02 09:57:45 -04:00
Alessandro Jean
e8b6a225aa
Replace Gson usage with kotlinx.serialization in some sources ( #7372 )
...
* Replace Gson usage with kotlinx.serialization in some sources.
* Add kotlinx.serialization to common-dependencies.
* Add missing dependencies.
2021-06-02 06:40:59 -04:00
Oldwangtouchtouchdoge
fb892a4158
[ZH-dmzj] Move some logic to use dmzj's new v4api, fix #6858 ( #7369 )
...
* [ZH-dmzj] Move some logic to use dmzj's new v4api, fix #6858
* Remove usage of desugar libs
2021-06-01 13:54:48 -04:00
Johannes Joens
0452d87b2f
Remove Sources that are down ( #7361 )
...
* Removed Sorces
* Delete multisrc/overrides/madara/atmsubs/src directory
* Delete multisrc/overrides/madara/doujinyosh/src directory
* Delete multisrc/overrides/madara/justforfun/src directory
* Delete multisrc/overrides/madara/mangaarabonline/src directory
* Delete multisrc/overrides/madara/mangazukiclub/src directory
* Delete multisrc/overrides/madara/mangazukionline/src directory
* Delete multisrc/overrides/madara/nazarickscans/src directory
* Delete multisrc/overrides/madara/spookyscanlations/src directory
* Delete multisrc/overrides/madara/toonpoint/src directory
* Delete multisrc/overrides/madara/tsubakinoscan/src directory
* Delete multisrc/overrides/madara/wescans/src directory
* Remove sources wpmangastream
* remove double ,
* Delete multisrc/overrides/wpmangastream/mangashiro/src directory
* Delete multisrc/overrides/wpmangastream/komikindowpms directory
* Delete multisrc/overrides/wpmangastream/komikru/src directory
* Delete multisrc/overrides/wpmangastream/komikgo/src directory
* Delete multisrc/overrides/wpmangastream/matakomik/src directory
* Update FoolSlideGenerator.kt
* Delete multisrc/overrides/foolslide/ajianoscantrad/src directory
* Delete multisrc/overrides/foolslide/storminheaven/src directory
* Delete multisrc/overrides/foolslide/fallenworldorder/src directory
* Remove azbivo.webd.pro
* Remove comiclatest.com
* Delete multisrc/overrides/wpcomics/comiclatest directory
* Removed more sources
* Delete multisrc/overrides/wpmangastream/chiotaku/src directory
* Delete multisrc/overrides/wpmangastream/mangap/src directory
* Remove Mangaindo
* Remove neumanga
* Remove Bacamanga.cc
* Remove MundoHentai
* Remove andromedascans
* Remove Manga-Zen.com
2021-06-01 09:48:53 -04:00
Julien Papasian
573e995cdb
MangaKawaii: URL changed. Fix #7030 ( #7338 )
2021-05-31 19:03:45 -04:00
FourTOne5
c9f6bd2504
Update MangaHasu Base Url. ( #7306 )
...
* Update Mangahasu.kt
* Update build.gradle
2021-05-30 11:40:38 -04:00
Eugene
5c35a00ca2
[RU] AllHentai change domain ( #7314 )
...
* [RU] AllHentai change domain
* -
2021-05-30 11:39:51 -04:00
Carlos
6822315dfd
use dex covers for everything ( #7291 )
2021-05-29 20:26:29 -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
Marco Gutierrez
cbcef28f39
Fix error 403 Tumangaonline ( #7261 )
...
* + Fix error 403 Tumangaonline
* + Update extVersionCode
2021-05-28 12:53:49 -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
Luis Andrés Bajaña F
69f6c632ca
Fixed VCP selectors ( #7241 )
2021-05-27 06:16:37 -04:00
Eugene
0a842f6152
[RU]Readmanga & Mintmanga add Age tags ( #7234 )
2021-05-26 10:42:42 -04:00
lbwstco
51bd907560
fix: <Jinmantiantang>: <Error 429 when updating library> ( #7230 )
...
Co-authored-by: Andrew Kyrie <lbwstco@163.com>
2021-05-26 06:22:54 -04:00
henry726
6aac2a0539
Mango: Fix Page Fetch ( #7227 )
...
* Update Mango.kt
Added chapter numbers based on index order (same way they appear on the web client)
* Update build.gradle
* Update Mango.kt
Adds chapter number to the beginning of the chapter name
* Update Mango.kt
The last page of the chapter no longer repeats at the beginning
* Update build.gradle
2021-05-25 18:12:08 -04:00
Eugene
620a1ea6f9
Lewdcheck for SY ([RU]Libmanga & Remanga & Desu) ( #7222 )
...
* Lewdcheck for SY ([RU]Libmanga & Remanga)
* Lewdcheck for SY and Type for J2K ([RU]Desu)
2021-05-25 12:37:04 -04:00
Riztard Lanthorn
cf390b8629
Komiku: fix chapter page ( #7208 )
2021-05-25 08:22:30 -04:00
Alessandro Jean
a35d2d2514
Add missing titles in Portuguese and Indonesian at Manga Plus ( #7211 )
...
* Add missing titles in Portuguese and Indonesian at M+.
* Add missing commas
2021-05-25 08:22:18 -04:00
Pavka
8f8c1ef90e
Update Remanga.kt ( #7218 )
...
* Update Remanga.kt
Fix crash with 500 on remanga
* Remanga 26 version
2021-05-25 08:21:51 -04:00
Riztard Lanthorn
4cfe1f462f
RainOfSnow: add rate limit 2/s ( #7205 )
2021-05-24 09:31:16 -04:00
FourTOne5
9f9ee6d4ff
MangaPark v3 fix [Invalid Float=""] ( #7203 )
...
* MangaPark v3 fix [Invalid Float=""]
* Update build.gradle
2021-05-24 09:01:21 -04:00
anenasa
110f7330c5
Add Imitui ( #7077 )
2021-05-24 07:03:32 -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
FrozyPenguin
ec3ed6206c
Fix japscan intercept url ( #7191 )
2021-05-24 07:03:05 -04:00
henry726
f42d8cd443
Mango: Add chapter numbers ( #7193 )
...
* Update Mango.kt
Added chapter numbers based on index order (same way they appear on the web client)
* Update build.gradle
* Update Mango.kt
Adds chapter number to the beginning of the chapter name
2021-05-24 07:02:58 -04:00
h-hyuuga
6a404595b6
Add Comick.fun ( #7159 )
...
* Add Comick.fun
* Bugfixes + Improve Chapter Titles and Descriptions
2021-05-24 06:13:43 -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
Carlos
5f10f155d9
MangaDex use translatedLanguage and an alt cover source( #7180 )
...
* fix locales, add back bone for covers, use alt cover url
* dont change url
* update gradle
2021-05-22 11:16:31 -04:00
Eugene
20d4513149
[RU]Desu Rus+Alttitle Rate ( #7167 )
2021-05-22 07:33:37 -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
Johannes Joens
9c4b1caee5
Bato.To: Fix infinitiy search ( #7156 )
...
* Update build.gradle
* Update BatoTo.kt
2021-05-22 00:20:45 -04:00
Eugene
6f3ea81db1
[RU] Readmanga & Mintmanga add rate/score and fixes ( #7158 )
...
* Readmanga & Mintmanga add rate
* Fix/simplification code
* add sort year
* delete sort name(alphabet)
* edit the sensitivity of stars
* micro-sensitivity underestimation
2021-05-22 00:20:27 -04:00
Alessandro Jean
efc037301b
Add GigaViewer to multisrc ( #7125 )
...
* Add GigaViewer to multisrc.
* Add MagComi.
2021-05-21 08:40:06 -04:00
Abdennour Alem
d2bf29c960
Fix japscan baseUrl ( #7132 )
...
* Fix japscan baseUrl
* Update build.gradle
2021-05-21 08:39:21 -04:00
Gauthier
aeae87d57f
search for in progress and unread when unread only is selected ( #7141 )
2021-05-21 08:38:58 -04:00
Eugene
f34d344577
Remanga & Libmanga add rate ( #7147 )
2021-05-21 06:13:32 -04:00
Johannes Joens
bbf5ee19df
Bato.to: Search Fix for #7120 ( #7124 )
...
* Update build.gradle
* Update BatoTo.kt
2021-05-20 09:15:26 -04:00
Johannes Joens
c21ff364b8
Bato.to: updated fillters & added UrlActivity ( #7118 )
...
* Update build.gradle
* Updated Filters and added UrlActivity
2021-05-20 07:29:41 -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
Alessandro Jean
9fb965f4e5
Fix Cloudflare loop in GM. ( #7105 )
2021-05-19 12:06:54 -04:00
Alessandro Jean
b21bb68c8e
Remove Central de Mangás extension. ( #7098 )
2021-05-19 10:25:54 -04:00
Robin Lambertz
270745cc5b
Fix Witchy from HiveworksComic ( #7033 )
2021-05-17 14:09:30 -04:00
Alessandro Jean
703ed0b63b
Remove some sources that are in a cat and mouse game. ( #7065 )
2021-05-17 14:09:18 -04:00
Baptiste Leduc
cffc0157a6
Use correct field name for MD@H report endpoint ( #7066 )
...
* Use correct field name for MD@H report endpoint
* Bump build.gradle version
2021-05-17 14:09:10 -04:00
Alessandro Jean
b03d930599
Add more filters to Tsuki. ( #7061 )
2021-05-17 13:52:36 -04:00
Blue cat
c06c47caac
MangaLib: Fixed sorting by translator ( #7062 )
2021-05-17 13:52:29 -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
Carlos
56d9d913f3
update mangadex at home reporting ( #7038 )
...
* fix reporting for md@home
* dont show safe rating
* dont show safe rating
* update gradle
2021-05-15 20:08:28 -04:00
FourTOne5
0e982b8380
Update 9hentai site url. ( #7021 )
...
* Update URL
* Update build.gradle
2021-05-14 17:54:49 -04:00
Blue cat
35c574a9ca
MangaLib: Show domain warning as toast ( #7012 )
...
* MangaLib: Show domain warning as toast
* MangaLib: Fix
2021-05-14 07:03:06 -04:00
Eugene
ea8c9de614
[RU]Mangalib Selector Domain ( #6995 )
...
* [RU]Mangalib Selector Domain
* timeouts
* setDefaultValue
* changing order of settings
2021-05-13 06:39:16 -04:00
Eugene
9ddcfddf68
[RU]Remanga hide Password ( #6999 )
...
* [RU]Remanga hide Password
* fix
2021-05-13 06:38:40 -04:00
Youssif Shaaban Alsager
bcc174e3a0
ar: gmanga: Fix index error while fetching chapters list ( #6992 )
...
Signed-off-by: yshalsager <ysh-alsager@hotmail.com>
2021-05-12 12:40:12 -04:00
OncePunchedMan
1db6f31ae6
getting the correct tags now ( #6986 )
2021-05-11 18:28:39 -04:00
INSANEMODE
85bf0c87d9
[Mangadex]fix crossdressing tag id ( #6954 )
...
* fix crossdressing tag id
the crossdressing id was using the ninja tag id "489dd859-9b61-4c37-af75-5b18e88daafc" when it should be "9ab53f92-3eed-4e9b-903a-917c86035ee3", as seen in https://api.mangadex.org/manga/tag
* Match tag names, and remove ecchi
spelling of tag names have been changed to match the api.
ecchi has been removed.
* Update build.gradle
2021-05-11 18:27:55 -04:00
h-hyuuga
1b828a2e67
Add Home Hero Scans ( #6984 )
2021-05-11 18:26:59 -04:00
Eugene
25b1fd6997
fixed the title without authorization, the cover from the mirror ( #6948 )
2021-05-10 07:47:26 -04:00
Gauthier
c4f382f0dc
fix readlist chapters sort ( #6944 )
2021-05-10 06:52:45 -04:00
Carlos
618c557f19
Update MangaDexHelper.kt ( #6934 )
...
typo fix
2021-05-09 19:20:22 -04:00
Carlos
185a0b4c37
Mangadex bug fixes and remove piedpiperfb ( #6928 )
...
* fix ongoing typo
fix original language filtering
fix filipino language
* remove piedpiperfb
* add chapter sort order
* add volume to the sort also
2021-05-09 19:07:06 -04:00
Eugene
e64ade4c25
Log and last fix ( #6922 )
2021-05-09 14:48:20 -04:00
Pavka
996fe078e7
[Ru]Mangapoisk. Fix pagination on page list ( #6921 )
2021-05-09 14:48:01 -04:00
Maxim Molochkov
8980f5382f
Fix allhentai filtering ( #6920 )
2021-05-09 14:47:42 -04:00
h-hyuuga
12b18f7386
Fix search for genkan io ( #6919 )
2021-05-09 11:16:36 -04:00
Carlos
86d0c8eb12
update to new ssl variable ( #6917 )
...
update wording for content rating prefs
2021-05-08 21:00:38 -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
Eugene
4906ee12e6
[RU]Sources Fixes and addition ( #6904 )
...
* fix lost name for idsearch, add sort, fix url 404
* more openOut
2021-05-08 18:09:12 -04:00
Alessandro Jean
b146544ab2
Add SMA-15 to SilentMangaAudition. ( #6909 )
2021-05-08 18:04:51 -04:00
FlaminSarge
4424edf879
[Mangadex] Fix authorMap being empty ( #6905 )
...
* [Mangadex] Fix authorMap being empty
* Revert build.gradle version
2021-05-08 12:01:29 -04:00
arkon
8a13a17a52
Add support for SwitchPreferenceCompat
2021-05-08 09:35:03 -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
Carlos
deec443983
More Dex Updates ( #6900 )
...
* MangaDex: remove empty tag, fix genre typo
- remove empty tag caused by null/empty publicationDemographic/other from nonGenres if its null/empty
- fix typo genre uuid
* better method removing empty tag
Co-Authored-By: Carlos <2092019+CarlosEsco@users.noreply.github.com>
* revert pt-br changes
Changing it to pt-br instead of pt-BR changed the id of the source and made the Mangadex in Brazilian Portuguese to be separed from the other Brazilian extensions (that uses pt-BR as lang)
Co-Authored-By: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
* Update build.gradle
* String updates to support standard HTTPS in MD@H node selection
* Code updates to only use nodes with standard HTTPS in MD@H node selection
* Update build.grade to indicate new version
* fix preferences and langs
* low md@home to refresh host sooner
* add content rating by default preferences(defaults to safe and suggestive)
* throw error for page list parsing instead of trying to continue
* clean up string
Co-authored-by: Riztard <riyanluqman@gmail.com>
Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
Co-authored-by: fourquestionmarksokay <83817943+fourquestionmarksokay@users.noreply.github.com>
2021-05-08 07:27:08 -04:00
Eugene
077b90b80e
Altername and open out for [RU] source ( #6896 )
...
* Add Altername
* OpenOut
* RenameActivity
2021-05-08 06:25:49 -04:00
Alessandro Jean
c6f9ca9201
Add a new source ( #6893 )
...
* Add a new source (closes #4304 ).
* Remove Log usage.
2021-05-07 22:29:13 -04:00
Johannes Joens
a235527858
Added HentaiMimi ( #6890 )
...
* Create AndroidManifest.xml
* Added HentaiMimi
* Added Icons
2021-05-07 21:33:02 -04:00
Eugene
be48545a67
Additional to the last changes ( #6883 )
2021-05-07 09:03:15 -04:00
FlaminSarge
8744b25170
[Mangadex] Add Dex v5 artists ( #6879 )
...
* Add Dex v5 artists
* Revert Mangadex build ver
2021-05-07 07:47:15 -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
Carlos
9a45dc2f8e
Dex fixes ( #6856 )
...
* fix some langs
* dex bug fixes
* add temp cover
* local for languages, clean and capitalize demo/rating, fix tags not showing
2021-05-06 00:11:51 -04:00
Carlos
715bdcccc1
Dex V5 (note: their are no covers currently, you will need to migrate from dex to dex) ( #6843 )
...
* initial v5 stuff
* more v5 stuff
* slight changes
* add search
* clean up search some
* change athome parsing
clean up filters
* add Status options for search
* update to use batch author endpoint
* add more filters
* small fixes
* more fixes
* change error message
2021-05-05 19:55:50 -04:00
rhjdvsgsgks
f438e31b5d
remove duplicate slash ( #6837 )
...
Co-authored-by: myself <mail@mail.mail>
2021-05-05 13:59:35 -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
Sittikorn Hirunpongthawat
60693e465c
Update [TH] Nekopost extension ( #6818 )
...
* Add Nekopost V.1.2.1
* Fix genre not shown
* Change Icons
* Rename monthMap -> monthList
* Change from getter to normal declaration
* Rename getUrlWithoutDomainFromFullUrl to getMangaOrChapterAlias
* Fix duplicate title
* Fix unable to search by Genre tag
* Change Genre and Status from Enum to Pairs
* Minor changes
* Fix next page not loaded when previous page has no new title
* Fix offset not reset
* Change most of extension to API-based
* Fix bug where some chapter uses legacy url format
* Update build.gradle
* Update to use with new UI and API
2021-05-04 22:15:56 -04:00
Alessandro Jean
5845c336b5
Add two new sources ( closes #6820 and #6821 ). ( #6826 )
2021-05-04 22:15:30 -04:00
nzoba
76b2002f25
add filters japanread ( #6816 )
2021-05-03 14:14:43 -04:00
Julien Papasian
c4ea195078
Japanread: fix popular + refactoring ( #6766 )
2021-05-03 11:39:25 -04:00
h-hyuuga
f29131f748
Added Genkan.io extension ( #6809 )
2021-05-03 09:57:55 -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
Eugene
bd2ff83322
[RU] MangalIb Сhanging the domain/mirror ( #6808 )
...
* changing the domain/mirror to fix 403
* +comment
* -typo
2021-05-03 09:17:44 -04:00
FourTOne5
4c5f86ed6b
Update Link. ( #6795 )
...
* Update HentaiVN.kt
* Update build.gradle
2021-05-02 14:44:51 -04:00
Alessandro Jean
b7536c0e37
Fix cover not loading at TS. ( #6799 )
2021-05-02 14:12:24 -04:00
Jaykoerner
02fa4e5ca6
Added some chapter filtering options to Bato.to ( #6792 )
...
* Update build.gradle
* Update BatoTo.kt
2021-05-02 10:48:36 -04:00
ShadesOfRay
16c4320b7d
Fixed Kuaikanmanhua extension ( #6783 )
...
* Kkmh (#1 )
* Fixed fetching popular and latest manga for KKMH
* Changed Searching and filtering to use the API for KKMH
* Chapter lists are now properly called and now show upload date
* Pages are properly called. Code cleanup. Extension properly works
Co-authored-by: Raymond Wang <rywang@email.wm.edu>
* Converted to HttpSource. More code cleanup.
Co-authored-by: Raymond Wang <rywang@email.wm.edu>
2021-05-01 17:58:15 -04:00
FourTOne5
5e7c11371b
Cubari QoL Update ( #6781 )
...
* Update Cubari.kt
Volume defaults to "Uncategorized" so if volume is "Uncategorized" don't show volume.
* Update build.gradle
2021-05-01 16:52:57 -04:00
Johannes Joens
9b00d811d6
Mmrcms split with revisions for #6742 ( #6767 )
...
* Add MMRCMS.kt
* Add Files
* Add files via upload
* Delete src/all/mmrcms directory
* Added icons
2021-05-01 16:52:32 -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
FourTOne5
948cff84e5
Cubari QoL Patch ( #6760 )
...
* Was trying to get JSONobject instead of string
* Update build.gradle
2021-04-29 13:06:01 -04:00
FourTOne5
a77f70473f
Cubari QoL ( #6746 )
...
* Update Cubari.kt
* Update build.gradle
* Made a Oopsie.
* Oopsie fixing
* -_- Again I guess
* Update Cubari.kt
2021-04-29 10:16:14 -04:00
o01210o
9b244c07f7
There was a fix but forgot to update the version ( #6752 )
...
https://github.com/tachiyomiorg/tachiyomi-extensions/pull/6680
2021-04-28 21:47:58 -04:00
Alessandro Jean
0c25f62d56
Remove JsonParser deprecation warning in some sources. ( #6748 )
2021-04-28 17:21:41 -04:00
Alessandro Jean
f0c4083f24
Update kotlinx-serialization-protobuf to match Kotlin version at MangaPlus ( #6747 )
...
* Update kotlinx-serialization-protobuf to match Kotlin version.
* Removed unused import.
* Removed unused serializer.
2021-04-28 17:21:27 -04:00
arkon
50bf2a56e5
Update dependencies; drop Android 4.x support ( #6742 )
2021-04-28 15:38:05 -04:00
Gauthier
3cd9bb0abb
[Komga] fix restoring backup & tags in filter panel ( #6736 )
...
* fix: set full url for manga so restoring a backup can work
* fix: only show series tags in the filter panel
2021-04-28 08:43:55 -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
Alessandro Jean
262a5d69c5
Add new source ( closes #6717 ). ( #6719 )
2021-04-26 19:05:01 -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
Riztard Lanthorn
04373a8d47
Komiku: fix chapter image ( #6711 )
2021-04-26 06:46:08 -04:00
Alessandro Jean
017e05122b
Update JSON property in popular at Tsuki. ( #6703 )
2021-04-25 11:02:40 -04:00
Alessandro Jean
7855257372
Update selectors and show a blocking message if no results found. ( #6699 )
2021-04-24 21:22:41 -04:00
nzoba
0c3581c87c
Add new sources + fixes ( #6680 )
...
* add source fr FuryoSquad
* add source en 24hRomance
* add source en SetsuScans
* fix Kangaryu
2021-04-23 16:27:46 -04:00
nzoba
971fea707d
scantrad : maj new version + modify user-agent ( #6670 )
2021-04-23 07:10:12 -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
Alessandro Jean
e297c5fde1
Update 'HD' selectors and add blocking message. ( #6638 )
2021-04-20 16:37:12 -04:00
Alessandro Jean
91ad434ffa
Update 'UM' selectors (again) and add block message. ( #6634 )
2021-04-20 10:56:30 -04:00
Alessandro Jean
87cfe3f5b1
Update 'UM' selectors. ( #6623 )
2021-04-19 18:29:12 -04:00
Alessandro Jean
d87741688a
Remove Zinnes. ( #6625 )
2021-04-19 18:28:55 -04:00
Blue cat
0831e0433d
MangaLib: Show the scanlator as a team / Paid chapters hidden ( #6605 )
...
Additionally removed a non-working filter.
2021-04-19 12:37:54 -04:00
Pavka
8da7c936d8
[Ru]Remanga. Fix single pixel pages ( #6602 )
...
Co-authored-by: pavkazzz <me@pavkazzz.ru>
2021-04-18 14:30:38 -04:00
Alessandro Jean
9ac5f26fc7
Fix UM Cloudflare loop temporary. ( #6596 )
2021-04-17 18:13:45 -04:00
sunbeams001
7a9c739a46
copymanga: fix manga image load problem ( #6585 )
...
* copymanga: fix manga image load problem
* fix ssl problems
2021-04-17 07:50:28 -04:00
OncePunchedMan
9d35c8638b
change search query parameter ( #6576 )
2021-04-16 07:55:24 -04:00
Julien Papasian
3540f76bb4
Fix #6547 ( #6570 )
2021-04-15 16:02:31 -04:00
fixx1983
ee52fad6e6
Updated the Mangaworld domain ( #6567 )
...
* Update Mangaworld.kt
* Update build.gradle
2021-04-15 14:30:40 -04:00
BayLee4
59ef23a023
Attempt to fix japscan extension ( #6566 )
2021-04-15 14:30:28 -04:00
Eugene
73efe1501f
Fix queue autoServer ( #6565 )
2021-04-15 13:08:36 -04:00
Alessandro Jean
8c27f10cc9
Update MY selectors. ( #6549 )
2021-04-15 10:30:19 -04:00
Eugene
f6aa779214
[RU] Mangalib image servers autoswitch and more filters ( #6562 )
...
* Autoswitch test
* Autoswitch test v2
* [Ru-MangaLib]Autosuggest of server
* Fix 18+ alert
* Add Filters and Fix Content-Length Size
* Back "pages.add"
* Fix indexOf hided server
Co-authored-by: pavkazzz <me@pavkazzz.ru>
2021-04-15 09:35:27 -04:00
Johannes Joens
03937cb8a1
Added Icons to a few more extensions ( #6557 )
...
* Update MangaCatalogGenerator.kt
* Added Erofus icons
* Added Icons Madara Batch 1/3
* Added Icons Madara Batch 2/3
* Added Icons Madara Batch 3/3
* Added Icons zBulu
* Added Sekaikomik Icons
* Added icons to fmreader
* Update FMReaderGenerator.kt
* Update EroMuseGenerator.kt
* Update ZbuluGenerator.kt
* Update WPMangaReaderGenerator.kt
* Update MadaraGenerator.kt
* Update WPComicsGenerator.kt
* Moved files in right directory
* deleted old directory
* Update build.gradle
2021-04-15 07:47:26 -04:00
Eugene
5fe32a19fd
fix date ( #6545 )
2021-04-14 14:14:40 -04:00
Alessandro Jean
c920c8e32b
Add rate limiting to more sources. ( #6543 )
2021-04-14 09:58:52 -04:00
Alessandro Jean
08e71f3454
Make rate limiting apply to all requests in MH ( #6542 )
...
* Make rate limit apply to images in MH.
* Update block message.
2021-04-14 09:19:58 -04:00
Carlos
42a1284781
bump rate limiting for MH ( #6540 )
...
* Update build.gradle
* Update MangaHost.kt
make rate limiting harsher
2021-04-14 07:59:23 -04:00
Riztard Lanthorn
526e0e0d90
RainOfSnow: fix issue ( #6529 )
...
website change things
2021-04-13 12:41:03 -04:00
Alessandro Jean
2953b38e74
Update MH url. ( #6520 )
2021-04-13 08:52:47 -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
Alessandro Jean
8869d56b6f
Add initial support to more languages at MangaPlus ( #6505 )
...
* Add initial support to Portuguese at MangaPlus.
* Add Thai language to MangaPlus.
2021-04-12 10:24:12 -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
Blue cat
eb787d8202
MangaLib: Fix checking the licensing and 18+ status, changing the names of the sorting settings ( #6496 )
2021-04-10 18:55:49 -04:00
Julien Papasian
299b7ec47b
Japanread: fix empty search ( #6489 )
2021-04-10 07:49:42 -04:00
Julien Papasian
726992ddfb
MangaKawaii: add scanlator ( #6490 )
2021-04-10 07:49:12 -04:00
Julien Papasian
0e39cec5b8
ScanManga: add scanlators to chapter list ( #6491 )
2021-04-10 07:48:36 -04:00
Blue cat
277ca48f99
MangaLib: Added scanlator, licensed status, chapters sorting, 18+ content warning ( #6477 )
...
* MangaLib: Added scanlator, licensed status, chapters sorting
* MangaLib: Added 18+ content warning
* MangaLib: Sorting fixes
2021-04-09 13:33:55 -04:00
Ivan Iskandar
b2c4ff68ff
Add CatManga ( #6481 )
...
* Add CatManga
* CatManga: Add URL intent handler
2021-04-09 07:49:11 -04:00
Eugene
4cf7e2f982
[RU] Readmanga/Mintmanga more advanced filters ( #6482 )
...
* ReadmangaAdvancedFilterMore
* MintmangaAdvancedFilterMore
* Fix OrderBy query
2021-04-09 07:28:23 -04:00
Alessandro Jean
402a48b070
Update MH url. ( #6479 )
2021-04-08 22:33:00 -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
Julien Papasian
0741c20a9f
MangaKawaii: Fix #6360 ( #6467 )
2021-04-08 07:26:50 -04:00
Alessandro Jean
371716b5b8
Add SMA-14 to SilentMangaAudition. ( #6464 )
2021-04-07 13:48:43 -04:00
Julien Papasian
3975047cb4
MangaKawaii: fix loading of chapterList on some manga ( #6461 )
2021-04-07 12:10:23 -04:00
Johannes Joens
36af40db57
MangasProject split ( #6455 )
...
* Create MangasProject.kt
* Create MangasProjectGenerator.kt
* Added Override and icons
* Deleted pre split files
* Update MangaLivre.kt
* Update Toonei.kt
* Update LeitorNet.kt
* Update MangasProject.kt
* Update LeitorNet.kt
* Update MangaLivre.kt
* Update Toonei.kt
2021-04-07 11:53:07 -04:00
Julien Papasian
e97c7bc8ab
JapanRead: fix wrong chapter loaded ( #6456 )
...
* JapanRead: fix wrong chapter loaded
* JapanRead: Update version number
2021-04-07 10:27:37 -04:00
Johannes Joens
a3b9c284de
Webtoons split ( #6444 )
...
* Create Webtoons.kt
* Added Webtoons Generator and translate
* Updated Vesion numbers
* Update WebtoonsTranslateGenerator.kt
* Added Icons and ovverides
* Removed non split files
* Update WebtoonsGenerator.kt
* Added id overrides for a few languages
* Added ID Override for Indonesian
* Fixed backwards compability
* Fix backward compability
2021-04-07 07:52:58 -04:00
Luis Andrés Bajaña F
7e0cf50820
Added extension for leermangas.xyz source ( #6451 )
2021-04-07 07:52:03 -04:00
Johannes Joens
2c5179dd1a
Bato.to improved language filter ( #6439 )
...
* Update BatoToFactory.kt
* Update BatoTo.kt
* Update build.gradle
2021-04-06 08:41:13 -04:00
Luis Andrés Bajaña F
e922cc6dba
Fixed VMP thumbnails and chapters not loading ( #6426 )
2021-04-05 12:25:56 -04:00
Alessandro Jean
c82de4147f
Fix 'JsonNull' error in Tsuki. ( #6427 )
2021-04-04 23:34:27 -04:00
E3FxGaming
37a6b0d2dd
Webtoons Fix for EU users ( #6424 )
...
Should fix Webtoons not working for EU users
2021-04-04 19:32:42 -04:00
Johannes Joens
1b9f714256
Update build.gradle ( #6422 )
2021-04-04 18:29:32 -04:00
Blue cat
c9962e5005
[RU] ReadManga / MintManga / AllHentai: Added Scanlator, Data upload, Author ( #6402 )
...
(cherry picked from commit 0a2a5103a461c6db1f3ef9196ec68cfaa2e42af7)
2021-04-04 17:23:56 -04:00
Johannes Joens
649e4fb419
Bata.to fix date parsing and add scanlator support ( #6419 )
2021-04-04 16:33:03 -04:00
Eugene
326d27e062
New [RU] MangaPoisk ( #6414 )
...
* start MangaPoisk
* Search and Details
* Chapter List
* Page List
* Fix chapter dates
* Update before. Fix numbers
* Fix before dates
* add icon
Co-authored-by: Pavel Mosein <p.mosein@edadeal.ru>
2021-04-04 09:28:54 -04:00
Pavka
f98d35bea5
[Ru] ComX. Fix images ( #6415 )
2021-04-04 08:49:02 -04:00
Johannes Joens
30be012210
Zbulu split ( #6387 )
...
* Create Zbulu.kt
* Create ZbuluGenerator.kt
* Added default icon
* De;eted single source files
2021-04-02 08:52:17 -04:00
Johannes Joens
8c07a08a9f
Deleting MangaReader and MangaPanda ( #6391 )
2021-04-02 08:47:18 -04:00
Johannes Joens
5e5cdf9418
Luscious conversion to multisrc ( #6384 )
...
* Create Luscious.kt
* Added icons and Factorys for multilang
* Create LusciousGenerator.kt
* Deleted singel source
2021-04-01 11:11:06 -04:00
RePod
a942bdc87a
LANraragi: Category, Random, and DNS fixes ( #6379 )
...
* LANraragi: Category to own function and observe on io
Move category retrieval to own function for init and refreshing when FilterList is reset (for the next one...) to maintain sync without restarting.
Observe on io instead of mainThread to avoid exception for "large" requests.
Also considered: callbacks.
* LANraragi: Clean up getArtist and getDateAdded
* LANraragi: Safer getRandomID
* LANraragi: Improve Random item visibility
Previously a server with a dirty DB would have conflicting numbers and need to run a clean to fix them.
That's still the case but that's not the extension's problem and those numbers are no longer considered.
Switched to a querySize check to remain only on the initial Browse page.
Remove previous Latest query smuggling due to above.
* LANraragi: Ignore DNS over HTTPS
Fixes #6341
Similarly not act without a configured server.
I miss you, return early...
* LANraragi: Init random ID observe on io
Drop mainThread entirely.
2021-04-01 08:42:50 -04:00
Riztard Lanthorn
8c60f17913
Add series type to genre for: MangaSee, MangaLife, Komiku, Maid, ManhuaID ( #6382 )
...
* Komiku: add series type to genre
add series type(manga/manhwa/manhua/other) thinggy to genre for some source
* Maid - Manga: add series type to genre
add series type(manga/manhwa/manhua/other) thinggy to genre for some source
* ManhuaID: add series type to genre
add series type(manga/manhwa/manhua/other) thinggy to genre for some source
* MangaSee,MangaLife: add series type to genre
add series type(manga/manhwa/manhua/other) thinggy to genre for some source
2021-04-01 08:36:16 -04:00
Julien Papasian
986ed45fc8
Japanread: Fix issues + add more details to manga and chapters ( #6330 )
...
* Japanread: Fix issues + add more details to manga and chapters
* Japanread: Fix next page handling
2021-03-31 12:17:37 -04:00
Julien Papasian
8e5c39359d
MangaKawaii: Improve cover loading + clean up ( #6371 )
2021-03-31 12:03:43 -04:00
sunbeams001
05131e92ee
copymanga: fix search problems ( #6369 )
...
(cherry picked from commit f2f9ef927ccdde28465f2d156e0d7712a06838d3)
2021-03-31 10:42:04 -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
sunbeams001
e870afd06f
coymanga: fix site blacklist by request's User-Agent header ( #6367 )
2021-03-31 09:51:15 -04:00
Alessandro Jean
737030f066
Fix search not working at MangaHost. ( #6359 )
2021-03-30 14:14:38 -04:00
Middlepepper
75b78b2dfa
Update MadaraGenerator.kt ( #6356 )
...
* Update MadaraGenerator.kt
added GalaxyDegenScans
* Update MadaraGenerator.kt
Added Sleepytranslations
* Update MadaraGenerator.kt
Updated Sleepy Translations name
* Update MadaraGenerator.kt
Added SocialWeebs to MadaraGenerator.kt
Added Manga Too to MadaraGenerator.kt
* Update Generator.kt
added Mangazuki to Generator.kt for manga-reader-cms (MMRCMS)
* Create Hyakuro.kt
Updated Foolslide Mutisource to include
- Hyakuro
* Update FoolSlideGenerator.kt
Updated to include Hyakuro
* Update FoolSlideGenerator.kt
Corrected missing quote
2021-03-30 09:46:41 -04:00
Alessandro Jean
9d501c87f5
Remove SuperMangás and SuperHentais extension. ( #6348 )
2021-03-29 14:29:02 -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
Julien Papasian
0d1ad39fc1
ScanManga: small improvements ( #6333 )
2021-03-29 07:05:25 -04:00
Gauthier
7655bf6483
feat(komga): ignore dns over https ( #6335 )
2021-03-29 07:04:40 -04:00
scb261
21cf5dac2d
HentaiHand: add authorization, add more languages ( #6337 )
...
* Add logging in using username and password in settings
* Remove logs
* Fix warning
* Add more languages
* Bump ext version
2021-03-29 07:01:54 -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
Edgar Mejía
39ac1f81a6
Fix LectorManga HTTP error 403, Add MangaMx genre filter and config screen ( #6323 )
...
* Fix LectorManga HTTP error 403
* Add genres filter, config +18 filter.
* Fix tachiyomiorg/tachiyomi-extensions#6325
2021-03-28 16:19:11 -04:00
Edgar Mejía
135e08b754
Update TMO, LectorTMO & TMOHentai ( #6307 )
...
* Add configurable rate limit, image CDN rate limit and SFW mode.
* Add configurable image download mode (cascade/paginated).
* Configurable ratelimit and image CDN ratelimit.
* Fix redundant title
2021-03-28 07:13:45 -04:00
Julien Papasian
59b380205f
Japanread: New source ( #6315 )
2021-03-28 07:12:38 -04:00
scb261
9867ae9983
MangaMx: fix covers ( #6317 )
2021-03-28 07:12:06 -04:00
Riztard Lanthorn
6e43a99726
EarlyManga: fix chapter list, fix latest load more ( #6322 )
2021-03-28 07:11:21 -04:00
Julien Papasian
420a806b89
ScanManga: fix searching with special characters ( #6321 )
...
* ScanManga: fix searching with special characters
* ScanManga: bump extVersionCode
2021-03-28 07:10:57 -04:00
Riztard Lanthorn
5f02971aaa
MangaKawaii: fix empty pages ( #6306 )
2021-03-27 14:53:50 -04:00
funkyhippo
24f1b6f96e
Cubari extension. ( #6311 )
2021-03-27 14:53:17 -04:00
Julien Papasian
b3828cc2d4
ScanManga: New source ( #6290 )
...
* Prepare files
* ScanManga source added
2021-03-26 06:51:28 -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
44c4e1e423
MangaKawaii: fix pages issue ( #6273 )
2021-03-24 11:24:45 -04:00
Johannes Joens
51bc7410ba
Updated Bato.to supported languages list ( #6269 )
...
* added unfilterd option and US english
* Update build.gradle
2021-03-24 09:20:30 -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
b4185a1d18
MangaKawaii: fix page issue ( #6233 )
2021-03-22 08:02:40 -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
Riztard Lanthorn
9f26f2b03c
Bacakomik: fix empty pages ( #6222 )
2021-03-20 11:03:01 -04:00
scb261
a40294de33
Fix MangaLife and MangaSee ( #6206 )
2021-03-17 16:20:13 -04:00
az4521
5dbfde95d3
CCC webcomic: support multi-image chapters ( #6186 )
...
* CCC webcomic: support multi-image chapters
most of the chapters are only a single image long, whoops
* whoops
* fix issue where chapters past 280 are spanish
Co-authored-by: az4521 <“az4521@users.noreply.github.com”>
2021-03-16 19:41:11 -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
az4521
e049f285ec
Create extension for CCC webcomic ( #6184 )
...
* Create extension for CCC webcomic
* add the manifest file
Co-authored-by: az4521 <“az4521@users.noreply.github.com”>
2021-03-15 13:41:18 -04:00
Alessandro Jean
4df4d1b562
Fix missing response at SuperMangas. ( #6180 )
2021-03-15 09:14:23 -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
RePod
b5ef15ee35
LANraragi: Random item, clear new status ( #6091 )
...
* LANraragi: Introduce Random item.
Appears as the first item under Browse when there's no meaningful filtering.
Maintain Latest flow at the cost of an extra query param.
* LANraragi: Get and use the Random ID.
Helper functions to get a new random ID.
Helper functions to get the ID from weird spots.
Separate network client to not follow redirects, saving server-side extracts.
* LANraragi: Obtain random ID on init.
To save one entire refresh for that quality user experience.
The call is still to a 301 that is not followed.
* LANraragi: Unset isnew on archives.
More obvious since Latest was hooked up.
Separate from actual reading progress.
This was happening indirectly before the previous extension version swapped to API endpoints for metadata.
* LANraragi: Bump extension version
* LANraragi: AZ detection for ID.
Due to how it updates info and chapters independently leading to an expected race condition.
When detected avoid the race by accessing the ID via thumbnail.
Always using the thumbnail moves the race to non-AZs instead.
* Revert "LANraragi: AZ detection for ID."
This reverts commit 28541d8d0daf989c129884090311e49148f05112.
2021-03-10 06:57:16 -05:00
OncePunchedMan
addce58067
changed rate limit to 2/sec ( #6122 )
2021-03-10 06:02:27 -05:00
Oldwangtouchtouchdoge
dbb2fe726d
[ZH-Manhuagui] Add preference to use official mirror URL. ( #6111 )
2021-03-09 17:01:38 -05:00
loocool2
ef82e290fe
Update Imhentai domain ( #6113 )
...
* Update imhentai domain
* Update version
* Change mangabat and mangairo domains to correct website
* Revert "Change mangabat and mangairo domains to correct website"
This reverts commit 5c770535848fc99dbb56e32fb0f668df5fc09247.
2021-03-09 17:01:08 -05:00
theeocorn
4d6136514a
[TMO]-real_ratelimit_values ( #6114 )
...
Changed to Specifichostratelimit and added values to prevent failed update 409
2021-03-09 17:00:39 -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
Gauthier
1ac4721780
fix: logs and try/catch ( #6092 )
...
exception catching while building filter list (#6074 )
error logs whiloe loading filter values (#6047 )
2021-03-07 22:10:53 -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
Patrick Geneva
95d88d6a82
Fixed crash on startup when host address is empty ( #6078 )
2021-03-06 05:40:46 -05:00
Patrick Geneva
88bd826168
Mango: Add first working version ( #6034 )
...
* Add Mango extension first pass
Has browse, chapters, and searching.
The api endpoint is just the whole entire library, so searching is done locally.
Requires login, so will need to view the webview first to login, then everything works as expected.
https://github.com/hkalexling/Mango/
* Added automatic authentication
* Sort based on time since there is no chapter number in the api.
* Requested changes.
2021-03-05 22:02:50 -05:00
Johannes Joens
9e41b7016c
[Mangadex] add language for chapters with out specified language ( #6062 )
...
* Add othere languege to Mangadex
* Update build.gradle
2021-03-04 08:20:02 -05:00
scb261
b49905c748
MangaMainac: filter out latest chapter if it's not released yet ( #6051 )
2021-03-03 10:37:46 -05:00
scb261
0f551203f1
MangaLib: notify user when manga redirects to home page ( #6026 )
2021-03-03 08:56:32 -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
03d9353432
MangaRaw: add referer to fix images ( #6025 )
2021-03-03 08:55:16 -05:00
scb261
f65bda82c4
TCBScans: filter out latest chapter if it's not released yet ( #6050 )
2021-03-03 08:51:57 -05:00
Gauthier
7a667d78ed
feat: browse readlists and collections ( #6038 )
2021-03-02 10:43:12 -05:00
scb261
618aba4fa8
Dragon Ball Multiverse: fix languages ( #6024 )
...
* Dragon Ball Multiverse: fix languages
* Forgot to remove a comment
2021-03-02 10:39:31 -05:00
scb261
fead080a07
ReadManhwa: use popular for all time instead of week ( #6022 )
2021-03-01 13:30:16 -05:00
Gauthier
6a813c9ab8
feat: filter by authors ( #6014 )
2021-03-01 07:27:37 -05:00
scb261
bff2a975ea
TuMangaOnline: add rate limit ( #6008 )
2021-02-28 18:28:16 -05:00
scb261
160fb43769
Hentai2Read: Fix id search ( #6009 )
2021-02-28 18:27:33 -05:00
scb261
3300d4f01c
Nekopost: new file server url ( #6006 )
...
* Nekopost: new file server url
* ext version
2021-02-28 11:20:18 -05:00
happywillow0
ea029e2b3c
Fixes MangaKawaii basic functions ( #6001 )
...
- Fixes popular URL manga
- Fixed image selector isolate manga pages
2021-02-28 10:07:52 -05:00
Riztard Lanthorn
fadcd94f36
Komiku - remove manga title in chapter name ( #6003 )
...
if manga title contains number, it can cause issue to tracking
2021-02-28 10:07:03 -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
happywillow0
9014f85f77
Move Noxsubs to WPMangaStream ( #5992 )
...
* Adds NoxSubs to WPMangaStream
- Adds source to generator
- Overrides SimpleDateFormat language
* Updates MMRCMS
- Removes NoxSubs
- Updates a few other url due to domain changes.
2021-02-26 13:16:16 -05:00
happywillow0
ac905eab4f
Fixes to Sen-Manga ( #5991 )
...
- Update selectors
- Utilize Time tag for exact dates
2021-02-26 05:45:17 -05:00
Alessandro Jean
2a38812fb3
Update MangáHost url and add a harsh rate limiting. ( #5986 )
2021-02-25 11:07:54 -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
Alessandro Jean
e0ce2732ad
Temporary fix images not loading at SuperMangás. ( #5954 )
2021-02-21 15:03:19 -05:00
Alessandro Jean
e72bb09d1a
Update MangáHost url. ( #5952 )
2021-02-21 13:02:00 -05:00
Alessandro Jean
c95fa2be77
Change chapter list API endpoint at Tsuki. ( #5951 )
2021-02-21 13:01:44 -05:00
Alessandro Jean
3797d52d60
Increase rate limiting in MangásProject. ( #5950 )
2021-02-21 13:01:33 -05:00
DitFranXX
60d4529dd6
Update NewToki extension to v1.2.21 ( #5935 )
...
* Improve newtoki extension.
* Optimize a Id detection.
* Specify the filter default settings.
* Add Rate Limit Period Pref.
* Fix mistake about range. and default value.
* Fix bug about setDefaultValue, And pref description.
* fix bugs.
* More follow default variable.
* lazy init to rateLimitedClient as it required to access preference.
* bump up version to v1.2.21
* Follow the defaultRateLimitPeriod on load pref function
* Trying to fixes #5657 as sub string baseUrl when failed to parse uri.
2021-02-21 10:19:52 -05:00
Eugene
2582da9ae8
Correct loading on covers and remove api when share ( #5931 )
2021-02-21 10:18:44 -05:00
Riztard Lanthorn
08b6f0f8ce
fix mangajar pages issue ( #5945 )
2021-02-21 10:18:06 -05:00
Pavka
98e61270b6
[Ru]Remanga. Fix issue with merging part of image ( #5924 )
...
Co-authored-by: pavkazzz <me@pavkazzz.ru>
2021-02-19 16:42:02 -05:00
Riztard Lanthorn
d25127f865
fix earlymanga chapter list ( #5921 )
2021-02-19 16:41:28 -05:00
DitFranXX
cbe5dac026
Update Newtoki Extension to v1.2.20 ( #5917 )
...
* Update Newtoki Extension to v1.2.20
* Better RateLimit
* New Search filter for ManaToki.
* Fix Page Selector and Filters
* Order was not worked on default sort due to missing value
* Page is now searchable over 10 pages. Seems site changed a bit.
* Backport Sort and Order to NewToki
2021-02-19 09:03:01 -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
cafb133aa1
fix MangaKawaii chapter list ( #5892 )
2021-02-17 08:39:01 -05:00
Victorien Berlot
d25f2cc4c3
Use a common user-agent ( #5894 )
2021-02-17 08:38:53 -05:00
Victorien Berlot
2ad36b1f38
Add header accept-language ( #5887 )
2021-02-16 18:56:34 -05:00
Victorien Berlot
cf62cb5ef1
Generate a totally random user-agent ( #5885 )
2021-02-16 14:21:46 -05:00
Riztard Lanthorn
e960e857a1
fix early manga pages ( #5882 )
2021-02-16 12:29:33 -05:00
Victorien Berlot
04253a8159
Scantrad Remove referer header causing a 403 HTTP error ( #5851 )
2021-02-16 06:38:14 -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
5b9dff0b81
Split WPMangaStream Extension ( #5803 )
...
* Split WPMangaStream
* add some icons
* remove WPMangaStream
* move default_res
would be amazing
* override source id
* remove single extension
* rate limit
* add sources
Kuma Scans (Kuma Translation)
Tempest Manga
* remove multilang import
* override rate limit
* override source id
* fix class name
* remove file
2021-02-15 10:43:14 -05:00
scb261
850b77e74f
HentaiVN: maybe fix cloudflare issue ( #5870 )
2021-02-15 10:36:48 -05:00
Riztard Lanthorn
a49001e314
Split FoolSlide Extension ( #5840 )
...
* Split FoolSlide Extension
* remove FoolSlide
* add className
* change default_res
#5845
* add nsfw
* nsfw2
2021-02-15 10:36:28 -05:00
Riztard Lanthorn
78cb4e96b4
fix earlymanga chapter page & clean chapter name ( #5867 )
2021-02-15 09:24:05 -05:00
scb261
06cd2b8779
Toomics: various fixes ( #5848 )
...
* Toomics: various fixes
* Add comment
2021-02-14 10:33:51 -05:00
scb261
4396121d1f
Hitomi.la: fix search when using upper case ( #5843 )
2021-02-14 09:22:32 -05:00
scb261
eeb2f25e9d
NineHentai: fix galleries with broken last page ( #5841 )
2021-02-14 09:22:09 -05:00
Riztard Lanthorn
3eed4041cb
earlyManga add header & fix pages ( #5846 )
2021-02-14 09:21:53 -05:00
Eugene
3fa9e9eb81
[Ru]Fix Mangalib added filters ( #5839 )
2021-02-13 12:59:39 -05:00
Eugene
fbedcc0275
[Ru]Add More Filter ( #5836 )
2021-02-13 11:54:19 -05:00
Eugene
181c9225e3
[Ru]Add Filter ( #5835 )
2021-02-13 10:38:20 -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
Aria Moradi
3bc1aa5e3b
Fmreader split ( #5800 )
...
* split fmreader
* convert Manhwa18Net to factory
* remove the extra source
* add back Manhwa18
* fix building
2021-02-12 15:41:46 -05:00
Alessandro Jean
09216d222d
Fix JSON error when title is null at Tsuki. ( #5809 )
2021-02-12 15:38:55 -05:00
scb261
19223f0ce5
Pufei: fix some pages, fix some covers, show author ( #5808 )
2021-02-12 15:36:45 -05:00
Riztard Lanthorn
6e24e80633
Split WPComics Extension ( #5799 )
...
* split WPComics
* remove source, it was moved to wpmangastream
* remove WPComics
2021-02-12 10:29:30 -05:00
Aria Moradi
ca5663ff3a
split paprika ( #5798 )
2021-02-12 10:27:38 -05:00
Alessandro Jean
20b5cdd88c
Temporary fix Cloudflare bypassing in Leitor.net ( #5792 )
...
* Temporary fix Cloudflare bypassing in Leitor.net.
* Mark extension as NSFW.
2021-02-12 10:26:25 -05:00
Alessandro Jean
f47cba6bd9
Change TsukiMangas API to v2 ( #5795 )
...
* Switch TsukiMangas API to v2.
* Fix wrong condition in chapter pagination while loop.
* Change select word in filter.
2021-02-12 10:26:10 -05:00
scb261
4fa642ea6e
HentaiVN: fix search, show more useful errors ( #5791 )
...
* HentaiVN: fix search, show more useful errors
* Translate an error to Vietnamese
2021-02-11 14:44:29 -05:00
Riztard Lanthorn
b40bf1144c
fix manga kawaii pages ( #5786 )
2021-02-11 12:18:34 -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
Alessandro Jean
18e12f9a55
Fix chapter images not loading at MangaYabu. ( #5782 )
2021-02-11 11:07:36 -05:00
ObserverOfTime
f4c4489e6b
MangAdventure split ( #5667 )
2021-02-11 10:48:48 -05:00
scb261
3a02da8d35
HentaiVN: fix covers and no results ( #5760 )
2021-02-11 07:50:18 -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
Riztard Lanthorn
b4afa0323e
Split WPMangaReader ( #5754 )
2021-02-10 17:59:43 -05:00
scb261
791087ab9f
Remove Onlinecomics (has only news now) ( #5757 )
2021-02-10 17:19:59 -05:00
scb261
817a766ac1
Remove Anibe (down for almost a year) ( #5756 )
2021-02-10 17:19:14 -05:00
Riztard Lanthorn
6573aa9361
fix mangakawaii page & add rate limiter ( #5747 )
2021-02-10 14:02:08 -05:00
Riztard Lanthorn
bd5f42f8cd
Bye bye Madara ( #5730 )
...
* N-Z
* MZuki-N
* kbatch-mzuki
* remove madara
* remove wildcard
* nsfw
* pkg name
already got it from class name
* forgot className
* this too
* fix arangScans chapter and timestamp
* add mangaEffect
* add mangaGreat
* mangazuki.club multiLang
* forgot this line :v
2021-02-10 09:05:12 -05:00
Alessandro Jean
532ffb1892
Update manga details URL at UnionMangás. ( #5739 )
2021-02-10 09:02:18 -05:00
scb261
203e4a291b
Manhuadui: new URL, remove decryption and other changes ( #5738 )
2021-02-09 17:51:41 -05:00
scb261
7ae5e85810
Doujin-Yang: new URL ( #5723 )
2021-02-09 08:17:54 -05:00
Aria Moradi
24a62236b8
add and update MangazukiOnline, some more of madara splitted ( #5709 )
...
* add and update MangazukiOnline
* 12 more of madara
* fix build fail
2021-02-08 18:51:17 -05:00
Aria Moradi
b14b910407
EroMuse split ( #5708 )
...
* split eromuse
* revert EroMuse
* add nsfw annotation
2021-02-08 17:53:17 -05:00
scb261
975b311637
FMReader: fix KissLove and Manga-TR ( #5710 )
2021-02-08 17:49:53 -05:00
Riztard Lanthorn
5f7c72de2e
mangakawaii fix pages 4 ( #5703 )
2021-02-08 11:41:23 -05:00
Eugene
baa53b3a54
fix conflicting directory names and manga details (J2K) ( #5694 )
2021-02-08 08:42:41 -05:00
scb261
18779c2777
RawLH: fix chapter pages showing loading gif ( #5692 )
2021-02-08 08:29:33 -05:00
scb261
a0c031dce7
Tsumino: parse tags into in-app tags instead of description ( #5678 )
2021-02-07 23:36:52 -05:00
Riztard Lanthorn
94ee0019c9
wp MangaStream add ResetScans ( #5681 )
2021-02-07 23:36:17 -05:00
scb261
4adf284242
EarlyManga: new URL domain .org ( #5674 )
2021-02-07 15:57:41 -05:00
arkon
2f5e09b292
Add ktlint-disable directive to generated files
2021-02-07 15:26:49 -05:00
Riztard Lanthorn
68db37baa8
fix mangakawaii pages season x ( #5669 )
2021-02-07 15:01:56 -05:00
Aria Moradi
ee33c8fa02
Madara split: part 1 ( #5662 )
...
* madara 161
* 50 of madara sources
* remove moved classes part 1
2021-02-07 10:37:31 -05:00
Aria Moradi
f275fc07c2
Comicake split ( #5661 )
...
* comicake v 1.2.8
* fix build
* update comicake to 1.2.9
2021-02-06 22:15:30 -05:00
Aria Moradi
700ec615a6
Mangabox split ( #5660 )
...
* Mangabox split
* fix build
2021-02-06 22:13:52 -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
arkon
f8bf81ae43
Remove explicit dependency on Duktape stub since it's in the common dependencies
2021-02-06 18:08:33 -05:00
Aria Moradi
3f081f69ac
lib-themesources, split Genkan into single-source extensions ( #5154 )
...
* lib themesources copied from SnakeDoc83/tachiyomi-extensions/library
* update to the newer Genkan
* update genkan generator
* GenkanOriginal
* code cleanup
* add all Genkan sources
* generate inside generated-src, res override
* src override
* move overrides out of library
* move overrides to a better place
* remove leftover generated files
* remove leftover generated files
* add generators main class
* comment the code
* Now sources are purely generated
* uncomment generators
* enhance comments
* icons by @as280093
* fix pathing issues
* nullpointerexception proof
* runAllGenerators task
* more flexibility in lib structure, fix a fiew errors
* update github workflows
* correct nonames scans directory name
* rename SK Scans to Sleeping Knight Scans
* fix typo
* update depencencies
* remove defaultRes from dependencies
* fix bug with nsfw
* fix nsfw generation
* themesourcesLibraryVersion is included in build.gradle extVersionCode
* improve javadoc
* fix formatting and language code generation
* comply with #5214
* common dependencies
* rename and move lib/themesources into /multisrc
* use not depricated form
* cleanup runAllGenerators task
* cleanup even more
* oops extra file
* remove test code
* comments
* update docs and refactor
* update docs
* requested changes
* clean up dependencies
* sealed dataClass
* refactor
* refactor string generators
* bring back writeAndroidManifest
* update overrideVersionCode javadoc
* update overrideVersionCode javadoc
* move dependency to extension source
* refactor runAllGenerators
* improve docs
* remove extra file
2021-02-06 17:32:04 -05:00
Riztard Lanthorn
7fee35f1c7
fix mangakawaii pages doesnt load ( #5646 )
2021-02-06 09:23: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
Riztard Lanthorn
ba1e62d960
FoolSlide remove dokiFansubs ( #5648 )
2021-02-06 09:22:24 -05:00
BRAMILLE Sébastien
34d7ff8380
Add fallback on search to duckduckgo ( #5630 )
...
* Add fallback on search to duckduckgo
* Upgrade version
2021-02-05 08:03:00 -05:00
Riztard Lanthorn
6c88971ade
madara fix bestmanhua no page bug ( #5633 )
2021-02-05 08:02:42 -05:00
Riztard Lanthorn
9e9e3593eb
fix genkan year timestamp ( #5638 )
...
timestamp longer than 1 year shows as current year
2021-02-05 08:02:30 -05:00
Oldwangtouchtouchdoge
c1da304544
[zh-mangabz]Add new source: mangabz ( #5628 )
2021-02-03 07:18:35 -05:00
Oldwangtouchtouchdoge
b1d483f293
[zh-dmzj]Add fallback api to fetch hidden manga and URL intent filter. ( #5624 )
2021-02-02 12:56:39 -05:00
Riztard Lanthorn
bba235621c
fix mangakawaii no pages ( #5626 )
2021-02-02 12:56:29 -05:00
Riztard Lanthorn
050636f172
Open Madara PR ( #5585 )
...
* Madara fix PMScans timeStamp
* add source
add Raw Mangas
add SiXiang Scans
* nsfw
2021-02-02 06:50: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
Peter Appleby
771f65d7e9
Tri-state genre filtering for Batoto ( #5618 )
...
* Tri-state genre filtering for Batoto
* include or exclude genres
* Fixes typo for Harlequin genre
* Update build.gradle
* Cleaner genre filter list syntax - batoto
2021-02-01 18:49:53 -05:00
Fansubs.cat
d10e0cff6b
Add Fansubs.cat [ca] ( #5590 )
2021-02-01 17:48:45 -05:00
Riztard Lanthorn
6fb7cea1ed
WP MangaStream add source & change url ( #5596 )
...
change flame scans to their new site
add MangaIndonesia source
2021-02-01 17:47:40 -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
kiriya-aoi
ea862d524a
Remove elimangas ( #5580 )
...
Remove elimangas, which shut down back in September.
2021-01-28 14:38:57 -05:00
Riztard Lanthorn
9dc679a036
scantrad userAgent3 ( #5577 )
...
* scantrad userAgent3
look like the random int only called once and being used again causing repeated number
* min 2/3 digit
* referer
2021-01-28 06:59:40 -05:00
Oldwangtouchtouchdoge
c362834c84
[zh-manhuagui]Add filters and some small fixes. ( #5565 )
...
* [zh-manhuagui]Add filters and some small fixes.
* [zh-manhuagui]revert
2021-01-27 11:47:34 -05:00
sunbeams001
ede14d3f88
copymanga: fix crash on low android sdk level ( #5571 )
2021-01-27 11:46:51 -05:00
OncePunchedMan
73fbab2402
add new sources to madara ( #5572 )
2021-01-27 11:41:32 -05:00
Riztard Lanthorn
33ac7aae4f
scantrad useragent2 ( #5569 )
...
* scantrad useragent
try hexa random that will close to similar if use pc/normal
* max 9? i think
* rate limit
2021-01-27 10:53:10 -05:00
Riztard Lanthorn
be8db0dc7b
Foolslide phoenixscans ( #5562 )
...
change url
add manga details for italian
ignore case sensitive for regex
2021-01-26 07:53:17 -05:00
Riztard Lanthorn
49fb99b4f1
Scantrad user agent ( #5563 )
...
try triple randomizer
2021-01-26 07:44:50 -05:00
Riztard Lanthorn
78d31de70a
WP Mangastream fix issue ( #5558 )
...
fix mangakyo and westmanga manga details issue
2021-01-25 10:57:09 -05:00
Eugene
cfdecd2583
en_name return ( #5556 )
2021-01-25 09:11:24 -05:00
Oldwangtouchtouchdoge
b77d42a941
<zh-dmzj>Add ratelimit to fix HTTP 429 and return webpage url to "Open in browser" and "Share manga". ( #5537 )
...
* <zh-dmzj>Add ratelimit to fix HTTP 429 and return human readable webpage url to "Open in browser" and "Share manga".
* Add ratelimit interceptor that only handle specific url host.
2021-01-25 07:29:10 -05:00
Pavka
e1bffd90ab
[Ru]Remanga. Fix chapter number ( #5541 )
...
Co-authored-by: pavkazzz <me@pavkazzz.ru>
2021-01-25 07:28:13 -05:00
Gauthier
b24fa5b9b6
[Komga] Display book aggregated data on Series screen ( #5550 )
...
* display Series summary from books if no summary exists for Series
closes gotson/komga#391
* display Series authors
closes #5481
2021-01-25 07:27:53 -05:00
Angelghost
a5269a4536
Issue 5518 : <Mangakawaii [FR]>: <No page found on any manga> ( #5553 )
...
* Fix empty page list Mangakawaii (#5518 )
* Update version mangakawaii
Co-authored-by: Duchesne Lucas <lucas.duchesne@soprabanking.com>
2021-01-25 07:27:27 -05:00
Unlocked
0293fbc547
[Mangadex] Exclude thumbnail downloads from rate limiting ( #5542 )
...
* Exclude thumbnails from mangadex rate limiting
* Remove development code
* Bump mangadex extVersionCode
2021-01-24 13:44:45 -05:00
Clarence Castillo
04db6981aa
Fix GManga Latest page error and crashing on older devices ( #5540 )
...
* Revert "Update Gmanga.kt (#5497 )"
This reverts commit e3d01c9844
.
* Fix app crashing for users with Android API 7 and below
* Fix latest page not working due to some items having no thumbnail
Co-authored-by: ellpatron <ell.patron91@gmail.com>
2021-01-24 13:44:29 -05:00
vaginadesolator
c803443809
Exclude premium items from search results ( #5538 )
2021-01-24 10:55:40 -05:00
Eugene
221cda7694
Fix chapternumber x.x.x format ( #5536 )
2021-01-24 09:28:34 -05:00
Riztard Lanthorn
f85a84d5fe
wpmangastream build.gradle ( #5534 )
...
arkon sama forgot to update it #5525
2021-01-24 09:28:03 -05:00
vaginadesolator
aacf56d0c0
Fix page order not following site's default content specific ordering ( #5532 )
2021-01-24 09:27:50 -05:00
Eugene
fcbab38aa1
Redirect from api Remanga and Desu (open in browser) ( #5527 )
2021-01-23 15:10:09 -05:00
arkon
514374f13a
Remove AsuraScans ( closes #5525 )
2021-01-23 15:09:16 -05:00
arkon
93a23ee73d
Remove EdensZero ( closes #4219 )
2021-01-23 15:09:01 -05:00
vaginadesolator
7435c673b2
New extension Luscious.net ( #5522 )
...
* New extension for Luscious.net
* Improve page fetch performance using caching
* Fix wrong tri state fitler logic
* Make all language disabled by default
* Fix language not being applied and adjust default sort option
2021-01-23 13:34:22 -05:00
OncePunchedMan
6774433790
fix tritiniascans ( #5526 )
2021-01-23 13:24:57 -05:00
OncePunchedMan
b32647e702
added 2 new sources to madara ( #5514 )
2021-01-23 10:08:03 -05:00
Blue cat
23d2e65aa2
[RU] Mangalib. Fixed getting chapters(1+ translators) ( #5517 )
...
* [RU] Mangalib. Minor changes in SharedPreferences
* [RU] Mangalib. Fix getting chapters(1+ translators)
* [RU] Mangalib. Replacing Russian names with original ones
* [RU] Mangalib. Revert version update
2021-01-23 10:07:49 -05:00
Blue cat
23bb281e95
[RU] AllHentai. Fixed loading images ( #5521 )
2021-01-23 10:07:30 -05:00
Blue cat
e7f03ed191
[RU] Nude-Moon. Changing domain name ( #5523 )
2021-01-23 10:07:12 -05:00
Oldwangtouchtouchdoge
1c8212eb1d
<zh-dmzj> Fix some url issues. ( #5512 )
2021-01-22 07:25:23 -05:00
OncePunchedMan
b4c4ab214f
fixed url ( #5504 )
2021-01-21 22:31:14 -05:00
OncePunchedMan
0ee4d3acab
change rate limiting from 4 requests/sec to 1 r/s ( #5507 )
2021-01-21 22:30:59 -05:00
Johannes Joens
93da2be0b2
Remove Ciayo ( #5509 )
...
Ciayo website has shutdown
Closes #4698
2021-01-21 22:30:42 -05:00
ellpatron
e3d01c9844
Update Gmanga.kt ( #5497 )
...
* Update Gmanga.kt
fixing when hitting latest ---> getting jsonNull
* Update build.gradle
V1.2.21
* Update build.gradle
2021-01-21 11:36:36 -05:00
Riztard Lanthorn
713cd74637
WP Comics fix manhuaES manga detail ( #5500 )
...
fix manga genre
fix manga description
2021-01-21 06:53:59 -05:00
OncePunchedMan
e9ec0421b2
fix url ( #5502 )
2021-01-21 06:43:50 -05:00
Edgar Mejía
7735005682
Fix tachiyomiorg#4800 ( #5496 )
2021-01-20 13:38:53 -05:00
vaginadesolator
ab577c08b2
New extension for Multporn.net ( #5487 )
2021-01-20 10:51:15 -05:00
vaginadesolator
a423ba14ce
New extension for HentaiHand.com ( #5427 )
...
* New extension for HentaiHand.com
* Set containsNsfw flag as true in build.gradle
Co-authored-by: scb261 <65343233+scb261@users.noreply.github.com>
* Add @Nsfw annotation
Co-authored-by: scb261 <65343233+scb261@users.noreply.github.com>
* Add missing nsfw import
* Split into language sources
* Reimplement ID lookup mechanism using RxJava
Co-authored-by: scb261 <65343233+scb261@users.noreply.github.com>
2021-01-19 17:43:41 -05:00
Riztard Lanthorn
85186e62a4
WP Comics fix manhuaES paging issue ( #5488 )
...
popular, latest, and search only show few manga (only page 1)
2021-01-19 17:42:33 -05:00
RePod
19adc29d1d
LANraragi: Safer tag parsing. ( #5490 )
...
It was possible to get a null into the function and the following split() did not like it.
2021-01-19 17:42:23 -05:00
OncePunchedMan
bb884dfee1
fix remanga blocking tachi ( #5491 )
2021-01-19 17:42:11 -05:00
Maxim Molochkov
82ddd18046
[RU] Mangalib. Fix loading cover and getting chapters ( #5485 )
...
* [RU] Libmanga. Fix loading cover
* [RU] Libmanga. Fix getting chapters
2021-01-19 10:04:30 -05:00
vaginadesolator
a79b07666a
New extension for IMHentai.com ( #5430 )
...
* New extension for IMHentai.com
* Refactor ext as factory to segregate language support
2021-01-19 08:56:01 -05:00
Riztard Lanthorn
36f0fd4fc0
madara fix arangScans ( #5484 )
2021-01-19 08:54:51 -05:00
Riztard Lanthorn
9dfdc222a8
WP MangaStream fix westManga ( #5483 )
...
their tweaked site return to default format
2021-01-19 08:54:24 -05:00
OncePunchedMan
72b76d70d2
added 2 new sources to madara ( #5480 )
2021-01-19 08:12:57 -05:00
OncePunchedMan
316036ee2a
added 2 sources to madara ( #5463 )
...
* added siyahmelek to madara
* transferred sektedoujin from mangastream to madara
2021-01-17 10:31:43 -05:00
antonycaporossi
30e76e16be
Add DigitalTeam (IT) Source ( #5434 )
...
* Adding DGTread
* Refactoring
* Refactoring and new app icon
2021-01-17 10:25:12 -05:00
RePod
3fc1e2fe65
LANraragi: Filters, Latest, misc API. ( #5462 )
...
* LANraragi: Handful of filters.
- Descending/new/untagged toggles
- Starting page override
- Namespace sorting
- Categories
* LANraragi: Upgrade chapterListRequest to API.
Use the metadata endpoint.
Preserve WebView for i.e. management.
Pull out the date_added tag for date_upload.
* LANraragi: Verify if a category is selected.
* LANraragi: Hook up Latest.
With some new preferences.
* LANraragi: Switch Category filter from CBs to Dropdown
Soon: LRR has multi-category drifting.
Pins are indicated in the dropdown.
Correct types in Category. I'm blind.
* LANraragi: Change date_upload null check to let.
* LANraragi: Empty string compare to isNotBlank
* LANraragi: Preferences tidying.
* LANraragi: Cleanup Starting Page filter.
RIP the dream of indicating the number of items returned by search without pressing the Reset button.
* LANraragi: More preferences tidying.
* LANraragi: Pagination offset improvements
Previously going back pages from the end would result in the wrong size.
Include stats in the filter option when available to help with manual pagination.
2021-01-17 10:23:45 -05:00
Yanuar Singgih
f82dffc51f
Fix cannot open chapter after searching ( #5465 )
...
Co-authored-by: Yanuar Singgih Saputra <yanuar@xqinformatics.com>
2021-01-17 10:21:18 -05:00
Maxim Molochkov
0ba4b853ac
Fix getting chapters ( #5460 )
2021-01-16 17:13:21 -05:00
Johannes Joens
68ecf6a1d1
Add Nsfw flag to Bato.to ( #5452 )
...
* Add Nsfw flag
* Added NSFW annotations to Factory
2021-01-16 12:33:22 -05:00
Riztard Lanthorn
812170038e
fix mangadex end chapter ( #5456 )
...
end chapter doesnt add "[END]" to chapter name
2021-01-16 11:48:35 -05:00
Riztard Lanthorn
26e30005a8
ninemanga change to https ( #5448 )
2021-01-16 10:07:26 -05:00
Riztard Lanthorn
f4c4760c6f
fix webtoon es parse date ( #5447 )
2021-01-16 10:06:56 -05:00
Riztard Lanthorn
89e60709ef
fix 1st kiss date parse ( #5445 )
...
* fix 1st kiss date parse
* sort for perfection :v
2021-01-16 10:06:21 -05:00
OncePunchedMan
4ca73ae067
adding new sources to madara ( #5437 )
...
* adding grazescans and uyuyanbalik to madara
* adding mangaweebs to madara
* adding mmscans to madara
2021-01-15 22:29:36 -05:00
Riztard Lanthorn
8d5dc2d380
WP MangaStream fix manga details ( #5428 )
...
for site like kiryuu
2021-01-15 22:29:23 -05:00
Riztard Lanthorn
057070f05b
WP MangaReader add TurkToon ( #5432 )
2021-01-15 22:29:14 -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
Riztard Lanthorn
4e3f93c431
fix novelle leggere chapter issue ( #5420 )
...
some chapter cant load images
2021-01-14 22:19:12 -05:00
vaginadesolator
b3707d3b6f
Add simply hentai ext chapter upload date ( #5421 )
...
* Set default status as completed
* Parse manga date and set as chapter attribute
* Bump simply-hentai version
2021-01-14 22:19:02 -05:00
antonycaporossi
eaa10925a9
Fix Kumanga (ES) mangas list and pages list not loading ( #5422 )
...
* fixing kumanga
* JSON parse formula
* Fix Kumanga issues caused by obfuscation.
* Removed unused Regex
2021-01-14 22:17:23 -05:00
Riztard Lanthorn
e906749837
fix bulu manga - chapter image issue ( #5419 )
2021-01-14 12:16:33 -05:00
Eugene
f9ac810129
remanga double name title ( #5413 )
...
* remanga double name title
* fix
2021-01-14 06:44:56 -05:00
Johannes Joens
d09e57cac8
Bato.to Typo fix ( #5408 )
...
* fixes typo in genre
* Update build.gradle
* fixed more typos
2021-01-14 06:08:36 -05:00
vaginadesolator
28f32f14cf
Add support for collections and refactor manga description ( #5407 )
2021-01-14 06:04:59 -05:00
Johannes Joens
beface213b
Fixes Webtoons Spanish ( #5409 )
...
* Fixes Spannish Date format
* Update build.gradle
2021-01-14 06:04:28 -05:00
Riztard Lanthorn
24159ea8f1
WP Comics add mangasum RAW ( #5411 )
2021-01-14 06:04:15 -05:00
arkon
309507d33d
Fix errors in Batoto
2021-01-13 16:03:56 -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
Johannes Joens
66c8af8b4c
Fixes Bato.to Filtering ( #5403 )
...
* Fixed A-Z and Totally sort and added Z-A sort
* Added Genres, Status, Origin and removed stars, styles and demographic
* Update build.gradle
* Improved Status Filter
* Added hidden genres
These Genres(award_winning, youkai, uncategirized) give out results in the search query but are listed nowhere on bato.to
* Added More Sort Options
2021-01-13 15:41:21 -05:00
antonycaporossi
295b19ad08
New manga selector for mangasum to avoid raws. Updated version code. ( #5404 )
2021-01-13 15:40:58 -05:00
OncePunchedMan
6910f2fc88
adding new source to madara ( #5398 )
2021-01-13 15:40:13 -05:00
Johannes Joens
d69bf37f73
Add Spanish and Spanish Translation to Webtoons ( #5401 )
...
* Added Spanish and Spanish Traslation
* Update build.gradle
* Update WebtoonsFactory.kt
2021-01-13 15:39:56 -05:00
OncePunchedMan
f55ce85459
add and remove sources ( #5392 )
...
* add voidscans.com to madara
* remove PTScans from comiccake
* voidscans.com does not support search
* voidscans supports search, but results are limited
2021-01-13 07:33:08 -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
1412a4f908
added bulumanga to zbulu ( #5381 )
2021-01-11 13:18:34 -05:00
Riztard Lanthorn
dc583a62aa
fix mangaYu issue ( #5376 )
...
mangaYu tweaking their theme
2021-01-11 08:52:05 -05:00
Pavka
be626fe8eb
[Ru] Mangaclub. Site rework ( #5362 )
...
Co-authored-by: pavkazzz <me@pavkazzz.ru>
2021-01-10 16:48:33 -05:00
ZingerZY
cbb51ced14
Update baseUrl for jinmantiantang ( #5363 )
...
* Update baseUrl for Jinmantiant
* Revert "Update baseUrl for Jinmantiant"
This reverts commit c638f6b3ef8af87281358549a8cb95ad15b87c81.
* update extVersionCode
* update baseUrl for Jinmantiant
Co-authored-by: ZongerZY <45865254+ZongerZY@users.noreply.github.com>
2021-01-10 16:41:51 -05:00
Riztard Lanthorn
10b0e2e866
Madara remove source request ( #5369 )
2021-01-10 16:41:35 -05:00
OncePunchedMan
a28d14fc69
change title from en_name to rus_name ( #5359 )
...
* change title from en to en (rus)
* change title from en (rus) to rus
2021-01-09 10:44:31 -05:00
Riztard Lanthorn
a25dcd0653
fix FMReader extra ghost chapter ( #5360 )
2021-01-08 23:13:03 -05:00
Riztard Lanthorn
4bc49d08c9
madara add sources ( #5356 )
...
LovableSubs
Manga-Online.co
SoloScanlation
2021-01-08 10:41:38 -05:00
Riztard Lanthorn
02259c06bd
update FMReader for new theme ( #5353 )
...
* update FMReader for new theme
* fix kissLove
* clean thing after update factory
* revert parseChapterDate to private
* almost forgot this
for substring chapter name
2021-01-08 08:36:05 -05:00
Riztard Lanthorn
314cb965e3
WPComics add headers ( #5355 )
...
some source like mangasum need it to load chapter images
2021-01-08 08:35:32 -05:00
OncePunchedMan
c5ca78c461
change search url ( #5351 )
2021-01-07 19:51:19 -05:00
Riztard Lanthorn
3dd846cc3c
fix RawLH ( #5346 )
2021-01-07 11:23:41 -05:00
Carlos
b4666b1d0d
slight change to url ( #5345 )
2021-01-07 08:09:48 -05:00
OncePunchedMan
e4f3e5053f
changed baseUrl: toonkor.ws -> tkor.cx ( #5343 )
2021-01-07 06:37:15 -05:00
Carlos
1f2cac98df
slight change to url ( #5340 )
2021-01-06 21:01:23 -05:00
Carlos
d06114f48d
Use mangadex v2 api, and api server ( #5337 )
...
* update to use api server and v2 of mangadex api
* move slash in front of the suffixes
2021-01-06 19:10:49 -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
Clarence Castillo
91bf6734d4
Fix empty filters when searching with query string ( #5328 )
2021-01-05 22:11:39 -05:00
OncePunchedMan
86392bf6a9
fix getting correct amount of chapters ( #5329 )
2021-01-05 22:11:28 -05:00
OncePunchedMan
cbecaa4406
randomize user agent ( #5327 )
2021-01-05 20:07:22 -05:00
Pavka
c8a8f7d99b
[Ru]Mangahub. Update page list selector name ( #5325 )
...
Co-authored-by: pavkazzz <me@pavkazzz.ru>
2021-01-05 16:20:49 -05:00
OncePunchedMan
91963858bf
fix mangakawaii ( #5284 ) ( #5314 )
...
* title and description in latest working again
* browse working again
2021-01-04 22:22:54 -05:00
Riztard Lanthorn
6b054939b9
fix mangaShip ( #5305 )
2021-01-04 11:58:52 -05:00
Ming Kit
8b375593ff
Added new Cocomanhua decryption key. Changed decryption logic to use a series of decryption keys ( #5312 )
2021-01-04 11:58:37 -05:00
Riztard Lanthorn
34ee25aa50
Madara fix n replace ( #5308 )
...
* add arabic for parsing date
* make chapter new banner selector to value
* fix atikrost chapter name and time issue
* fix mangaArabTeam chapter time issue
* replace mangaKitsu with mangaCrimson
* fix astralLibrary reversed chapter order issue
2021-01-04 10:05:00 -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
Riztard Lanthorn
46eb268798
WpComics - manhuaes fix some page parse ( #5302 )
2021-01-03 10:16:46 -05:00
Riztard Lanthorn
c36bb63c34
move klanKomik from madara to wpMangastream ( #5303 )
2021-01-03 10:16:08 -05:00
Riztard Lanthorn
62852fd625
madara add n remove source ( #5304 )
...
add NeatManga
add WarQueenScan
remove KnightNoScanlation
2021-01-03 10:15:42 -05:00
Aria Moradi
ffc37b675f
Emerald various fixes ( #5286 )
...
* convert Emerald to BatoTo
* missing from last commit
* reformat file
* add Burmese
* new icons
* new icons by @as280093
2021-01-01 17:25:15 -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
Aria Moradi
df39844d0c
boommanga removed ( #5289 )
2021-01-01 16:36:24 -05:00
OncePunchedMan
9b2650074d
baseUrl: loveheaven.net -> lovehug.net ( #5292 )
2021-01-01 16:35:58 -05:00
calion-m
a71060c742
Jinmantiantang genre filtering in preferences and general code fixes ( #5281 )
...
* Add blocklist preference panel
* change thumbnail jpg size to 3:4
* misc code fix
* rename preference key
* update version number
* more comment
Co-authored-by: calion-m <>
2020-12-30 07:44:14 -05:00
Clarence Castillo
a552a5267b
New extension GMANGA ( #5274 )
...
* Initial commit of GMANGA
* Enable text search
* Implement search filters
* Fix bug unable to render pages of non-webp chapters
* Replace default user-agent with a more generic one
* Add preference to select picking most viewed scan or just show all
* Implement rate limiting to avoid IP ban
* Translate messages to Arabic
* Split functionality to different files
2020-12-30 06:42:27 -05:00
Eugene
de178465c7
Change User-Agent Remanga ( #5275 )
2020-12-28 21:42:00 -05:00
vaginadesolator
cfaca77d60
Initial commit of new Doujins extension ( #5261 )
2020-12-27 22:43:34 -05:00
Clarence Castillo
736c6bd1f0
Replace default blocked user-agent ( #5267 )
2020-12-27 20:43:47 -05:00
DitFranXX
493c8d56c8
Update NewToki Extension to v1.2.19 ( #5258 )
...
* Mitigation about IP Ban by bunch of request on latest on manatoki.
RateLimit, And make default to not make bunch of request.
Split ManaToki into separate file as it became bigger.
* More rate limit
NewToki and ManaToki Shares IP bans.
Also when refresh the batch of mangas, It could be banned too.
So rate limit on ChapterList and MangaDetail request too. (And apply both of them)
* Fix lint about `java.util` and some format
2020-12-25 18:14:06 -05:00
o01210o
ae0aad3c1f
baseUrl : " https://scantrad.fr " -> " https://scantrad.net " ( #5256 )
...
* baseUrl : "https://scantrad.fr " -> "https://scantrad.net "
* Update version
2020-12-25 15:25:35 -05:00
vaginadesolator
e5125f90d6
Improve searching for EroMuse sources with support for nested albums ( #5240 )
2020-12-24 19:55:31 -05:00
Alessandro Jean
63b2641375
Update Neox URL (again x2). ( #5252 )
2020-12-24 17:51:45 -05:00
vaginadesolator
b8ef369928
Hentai cafe url fix ( #5233 )
...
* Remove suffixed <br /> for some parsed URLs
* Bump version code
2020-12-22 08:12:07 -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
Carlos
ae77b270f0
add it back ( #5218 )
2020-12-20 21:39:07 -05:00
Riztard Lanthorn
2992ad58d4
fix wpComics - manhuaes page parse ( #5216 )
...
older chapter cant load image
2020-12-20 16:57:27 -05:00
arkon
7221fb4856
Move base manifest contents into defaultRes manifest
2020-12-20 13:17:10 -05:00
Riztard Lanthorn
79b4573c14
update ManhuaID ( #5212 )
...
update icons
fix title in mangaDetails
clean code a little bit
2020-12-20 10:07:06 -05:00
Yanuar Singgih
f84fef686b
Fix can't load pages Komiku ( #5211 )
...
Co-authored-by: Yanuar Singgih Saputra <yanuar@xqinformatics.com>
2020-12-20 10:06:32 -05:00
Riztard Lanthorn
e700047ae6
WP MangaStream add ChiOtaku ( #5202 )
...
add ChiOtaku source
2020-12-19 18:06:47 -05:00
Alessandro Jean
eaab0e1ce9
Fix chapter images not loading at Tsuki ( #5206 )
...
* Fix chapter images not loading at Tsuki.
* Add explicit .string.
2020-12-19 18:06:28 -05:00
Riztard Lanthorn
6b74d867b1
update WP MangaReader ( #5201 )
...
wp mangareader update their theme
2020-12-19 13:27:12 -05:00
antonycaporossi
3de032378b
Rewrote mangaworld extension and new icon ( #5198 )
2020-12-19 09:13:09 -05:00
Carlos
c580c9ceed
Madara Updates ( #5187 )
...
* add missing Madara sources
* update gradle
* fix url
* adjust spacing
* fix some typos
2020-12-18 20:07:17 -05:00
Carlos
6d9f40967e
add mw back ( #5188 )
...
* add mw back
* update url
* add nsfw tag
* fix imports
2020-12-18 19:54:56 -05:00
antonycaporossi
0b1e7fab45
Fix thumbnail not loading ( #5186 )
2020-12-18 17:42:11 -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
Riztard Lanthorn
1f3c321bb1
Madara update ( #5161 )
...
add and remove source
2020-12-17 07:20:48 -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
Riztard Lanthorn
00f9528ba0
WP MangaStream add source ( #5156 )
...
add Liebe Schnee Hiver
2020-12-16 09:26:06 -05:00
arkon
b8b02229a9
Revert other test changes
2020-12-15 23:02:08 -05:00
nour
c0a7a4cd2b
update mangalink ( #5146 )
...
* Update build.gradle
* Update MangaLink.kt
2020-12-15 22:11:08 -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
antonycaporossi
f3444bf6f7
bacamanga new website ( #5119 )
...
* Change BacaManga website and parsing
* BacaManga.cc new extension icons
* Update version code in build.gradle
2020-12-14 08:07:54 -05:00
Riztard Lanthorn
df408c356a
fix & add latest chapter timestamp ( #5129 )
...
* fix latest chapter timestamp
error when there is no chapter
* add latest chapter timestamp to manhuaID
2020-12-14 07:47:27 -05:00
Riztard Lanthorn
8ca71f5311
move mangaShiro to wp mangaStream ( #5130 )
...
* remove mangaShiro
* add mangaShiro to wp mangaStream
2020-12-14 07:46:34 -05:00
Alessandro Jean
e2e3c772a7
Fix some mangas and chapters not loading at MangáHost. ( #5121 )
2020-12-13 11:59:56 -05:00
arkon
4982695f05
MangaPlus: update kotlinx-serialization to match version in Tachiyomi stable
2020-12-13 11:23:17 -05:00
Riztard Lanthorn
6ae811f8a4
fix wp mangastream no chapter issue ( #5118 )
...
when there is no chapter, ext throw "index 0 size 0 instead"
2020-12-13 10:31:12 -05:00
Riztard Lanthorn
d6ce9abd26
add TCB Scans source ( #5107 )
2020-12-12 16:33:33 -05:00
Riztard Lanthorn
6fc4775ffd
Madara add manhuafast ( #5108 )
2020-12-12 16:32:28 -05:00
Pavka
e8b4ca5149
[Ru]Mangalib. Fix images with double slash ( #5112 )
...
Co-authored-by: pavkazzz <me@pavkazzz.ru>
2020-12-12 16:32:00 -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
calion-m
1300b76806
[Jinmantiantang] Fix unintended block bug and missing pixels bug ( #5111 )
...
[Jinmantiantang] Fix unintended block bug and missing pixels bug
2020-12-12 13:03:21 -05:00
Aria Moradi
0ed49bce8b
Remove zahard ( #5104 )
...
Remove zahard
2020-12-12 09:23:37 -05:00
Pavka
f35e1e5ab3
[Ru] Mangalib. Fix 403 image without referer ( #5105 )
...
[Ru] Mangalib. Fix 403 image without referer
2020-12-12 09:22:23 -05:00
antonycaporossi
d59870fa84
Fix #5095 and #5082 ( #5100 )
...
Fix #5095 and #5082
2020-12-11 19:02:47 -05:00
arkon
d84a4c90b1
Project reorganization ( #5096 )
...
* Rename AndroidConfig to Config
* Move base AndroidManifest.xml
* Make fallback icons into an Android module
* Add example of how to only load a single extension in Gradle project
2020-12-11 09:41:48 -05:00
antonycaporossi
0c39ab336b
Patch baca manga ( #5088 )
...
* Chapter date fix and new decoding function (draft)
* rot13 decoding
* Fix images not loading in reader
* Code clean up
* Update build.gradle
2020-12-11 07:03:45 -05:00
Vesnyx
a239a58562
Add Zahard and remove some dead sources. ( #5089 )
2020-12-11 07:01:52 -05:00
Riztard Lanthorn
a1d6f83f11
add Nyan FM source ( #5093 )
2020-12-11 07:01:25 -05:00
Riztard Lanthorn
0e1dca4de6
fix Komiku ( #5091 )
...
change baseUrl
fix manga request
fix selector
fix manga cover
2020-12-11 06:50:50 -05:00
arkon
c3c3697b8a
Update kotlinter
2020-12-10 21:04:27 -05:00
whyimdoingthis
ceb22277db
Manhwas Men support ( #5061 )
...
* Add Manhwas Men site to the mmrcms Generator
* Add Manhwas Men data to the GeneratedSources
* bump mmrcms version after adding manhwas men
2020-12-10 17:37:28 -05:00
rinshan-kaihou
26f6965f66
copymanga : delete unnecessary lib ( #5087 )
...
copymanga : delete unnecessary lib
2020-12-10 15:36:57 -05:00
Riztard Lanthorn
8e1fcc43f4
add Nux Scans source ( #5086 )
2020-12-10 14:28:49 -05:00
Riztard Lanthorn
8617830ab6
move back bestManhua to madara ( #5080 )
...
from wpmangastream back to madara
2020-12-10 08:40:19 -05:00
Riztard Lanthorn
9e9b326c49
TimelessLeaf add chapter timeStamp ( #5078 )
...
* TimelessLeaf add chapter timeStamp
* add spacing
2020-12-10 08:39:31 -05:00
Alessandro Jean
8b55fd8734
Update Neox URL (again). ( #5075 )
...
Update Neox URL (again)
2020-12-09 18:17:13 -05:00
Riztard Lanthorn
283e9fb2f8
add KomikFan source ( #5068 )
2020-12-09 14:49:45 -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
AsimpleGuy
de46f2e79b
Remove Dead Source ( #5064 )
...
* Remove Dead Source
removed krakenscans,friendlytranslations,funlist,ninjascans
* Update build.gradle
* Revert "Update build.gradle"
This reverts commit 2dd2b5892e238abdab7272cb44f25f9f1dd1f1cc.
Co-authored-by: sam7028 <69104545+sam7028@users.noreply.github.com>
2020-12-09 07:38:48 -05:00
rinshan-kaihou
004b12abaf
Add CopyManga Setting Change Title to Simplified Chinese Optionally ( #5058 )
...
* Update CopyManga.kt
* Update build.gradle
2020-12-08 08:13:15 -05:00
Riztard Lanthorn
2b9cdf6af7
update & fix Madara ( #5056 )
...
update & fix Madara
2020-12-08 08:07:09 -05:00
Riztard Lanthorn
f087de6645
remove otakuFile ( #5057 )
...
remove otakuFile
2020-12-08 08:05:44 -05:00
Alessandro Jean
a8d25e4ca3
Update manga and API endpoints at Tsuki. ( #5053 )
2020-12-07 12:16:00 -05:00
arkon
b95fb4cb91
Remove HentaiNexus ( closes #5035 ) ( #5037 )
...
Remove HentaiNexus
2020-12-07 08:36:28 -05:00
vance
8bab7cfec4
copymanga: Add ordering filter ( #5041 )
...
* rename ThemeFilter to MangaFilter
* Add ordering filter
* Increase version number
* rename ThemeFilter to MangaFilter
* remove default ordering parameter in htmlUrlString
2020-12-07 08:21:31 -05:00
Riztard Lanthorn
bc1ff43fd0
fix ComicCastle page list ( #5048 )
2020-12-07 08:20:21 -05:00
Riztard Lanthorn
2cf5386202
update Madara ( #5033 )
...
* forgot to remove mangastream part
forgot to remove this lol
* add MangaRave
2020-12-06 12:46:24 -05:00
Riztard Lanthorn
9190a3aabc
fix Madara - ComicKiba ( #5032 )
...
* fix Madara - ComicKiba
fix page list parse
* remove Mangastream.cc
2020-12-06 10:52:41 -05:00
Riztard Lanthorn
d7d59a03e6
add Comic FX source ( #5030 )
2020-12-06 07:24:19 -05:00
Riztard Lanthorn
4cbf222b48
add WP MangaReader (multiple sources) ( #5026 )
...
* add WP MangaReader (multiple sources)
add factory source extension
add KomikMama source
move MangaKita to factory source
move Ngomik to factory source
* move standalone source to WPMangaReader
move Ngomik to WPMangaReader
move MangaKita to WPMangaReader
2020-12-05 14:13:16 -05:00
Alessandro Jean
ec3a78f0ef
Add Bruttal source ( #5024 )
...
* Add Bruttal.
* Fix wrong name in build.gradle.
2020-12-05 14:12:14 -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
Ken Swenson
fadeb3bf9a
fix: remove tab that should be 4 spaces ( #5017 )
2020-12-04 14:51:25 -05:00
Riztard Lanthorn
75cb78ddcc
update FMReader ( #5016 )
...
* remove ReadComicOnlineOrg
* add HeroScan
* fix manga description
showing wrong thing for some site
2020-12-04 12:14:31 -05:00
sam7028
8f606df520
PMscans-Change protocol from HTTP to HTTPS ( #5011 )
...
* PMscans-Change protocol from HTTP to HTTPS
* Move BestManhua from Madara to WP MangStream
2020-12-04 07:51:21 -05:00
Riztard Lanthorn
7d826f2c46
update Bacakomik ( #5014 )
...
* update ext version
* fix image issue
* add chapter timestamp
* fix manga details issue
2020-12-04 07:50:17 -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
fc9a38e02b
fix WP MangaStream regex ( #5007 )
...
previous regex match other thing in some site
2020-12-03 13:39:36 -05:00
Riztard Lanthorn
cb1d3da58a
Update WP MangaStream ( #5002 )
...
* clean up mangaDetailsParse
* fix KomikRu dateFormat
* add timestamp to latest chapter
Add timestamp to latest chapter. so source which not provide chapter timestamp will have atleast one. taken from "Updated On"
* update ext version
2020-12-03 09:43:11 -05:00
Riztard Lanthorn
918f2686eb
Update Ngomik ( #5003 )
...
* Update baseUrl
* add timestamp to latest chapter
Add timestamp to latest chapter, taken from "Updated On". so source which not provide chapter timestamp will have atleast one
* update ext version
2020-12-03 09:42:31 -05:00
sam7028
e3b07d69a4
Remove KKJ Scans ( #5005 )
...
KKJ Scans have now merged with Reaper Scans.Redirects to Reaper Scans
2020-12-03 09:20:02 -05:00
Riztard Lanthorn
97b26f38b0
fix Komiku chapter ( #4996 )
...
fix Komiku chapter
2020-12-02 10:10:14 -05:00
Riztard Lanthorn
4f36aef73d
revert removed harcode date-parse ( #4994 )
...
it seems normal dateFormat doesnt work in some cases(android/device/android lower than 10/other cause)
2020-12-02 07:42:18 -05:00
Riztard Lanthorn
ae594543bd
Webtoon Indonesia update ( #4989 )
...
-fix webtoon indonesia not appear in indonesia language, instead create another indonesia language
-replace hardcode date-format
*need to migrate after update, since the source from "fake" "indonesia" will dissapear. move for the better future
2020-12-01 13:21:46 -05:00
calion-m
5845399b46
Jinmantiantang: fix sorting bug and translation error ( #4984 )
...
Jinmantiantang: fix sorting bug and translation error
2020-12-01 08:35:21 -05:00
sunbeams001
93afbc3c15
Manhuadui: update site base url ( #4979 )
...
Manhuadui: update site base url
2020-11-29 09:35:22 -05:00
AbdullahM0hamed
a0ebce13b9
ComicKiba: fix pageListParse for some manga ( #4949 )
...
* ComicKiba: fix pageListParse for some manga
* Update build.gradle
2020-11-28 10:18:57 -05:00
Riztard Lanthorn
973fe8137a
Madara update ( #4963 )
...
Madara update
2020-11-28 07:24:19 -05:00
Riztard Lanthorn
04b78ae199
MangaOwl update ( #4957 )
...
MangaOwl update
2020-11-26 10:28:14 -05:00
malve90
05b78d88cb
NovelleLeggere - fixing duplicated page images ( #4944 )
...
NovelleLeggere - fixing duplicated page images
2020-11-24 18:27:08 -05:00
Alessandro Jean
789d727e53
Fix search not working. ( #4943 )
2020-11-24 17:53:48 -05:00
Riztard Lanthorn
9d641dde29
fix MangaKita ( #4937 )
...
fix broken mangakita and change the icons
2020-11-24 06:57:05 -05:00
sunbeams001
c091bf73f5
[source][copymanga] Fix pager and genre problem, add filter to search ( #4940 )
...
* copymanga source added
* remove not used filter items
* fix pager and genre problem, add filter to search
2020-11-24 06:55:57 -05:00
Riztard Lanthorn
979dabe99b
remove broken Kiryuu ( #4941 )
...
already exist in WPMangaStream
2020-11-24 06:49:45 -05:00
MoistSac
ec769a8c82
Update HentaiNexus ( #4936 )
...
Update HentaiNexus
2020-11-23 17:11:59 -05:00
sunbeams001
7b680f38a9
Add copymanga source ( #4933 )
...
* copymanga source added
* remove not used filter items
2020-11-23 12:41:53 -05:00
Riztard Lanthorn
f2431587a2
Mangalife and Mangasee add genre ( #4932 )
...
Mangalife and Mangasee add genre
2020-11-23 10:48:05 -05:00
Pavka
75695a9ee2
[RU] Libmanga. Fix latest page. Add intent to mangalib.me ( #4923 )
...
* [RU] Libmanga. Fix latest page. Add intent to mangalib.me
* [Ru]Mangalib. Fix manga status
* [Ru]Mangalib. More concrete intent
Co-authored-by: pavkazzz <me@pavkazzz.ru>
2020-11-23 08:18:04 -05:00
Riztard Lanthorn
3c473ea28d
Komiku fix chapter ( #4921 )
...
Komiku fix chapter
2020-11-22 09:12:33 -05:00
Riztard Lanthorn
dbb7d18683
WPComics fix ManhuaES bug ( #4920 )
...
WPComics fix ManhuaES bug
2020-11-22 09:12:07 -05:00
Riztard Lanthorn
c8b747e2cc
add WPMangaStream source ( #4919 )
...
add WPMangaStream source
2020-11-22 09:11:47 -05:00
Alessandro Jean
bc7350c76d
Add the Tsuki Mangás extension again with permission from site owner. ( #4916 )
...
Add the Tsuki Mangás extension again with permission from site owner
2020-11-21 17:37:56 -05:00
scb261
d7edce780a
Mangapanda: Change protocol from HTTPS to HTTP ( #4886 )
2020-11-21 09:28:09 -05:00
Alessandro Jean
c121792291
Remove Tsuki Mangás (1/2). ( #4910 )
2020-11-21 09:26:50 -05:00
ZingerZY
be5c6bfd71
URL update, the original URL was abandoned, resulting in mainland China users unable to link. ( #4908 )
...
URL update, the original URL was abandoned, resulting in mainland China users unable to link.
2020-11-20 23:10:18 -05:00
Alessandro Jean
1abfadeab5
Fix chapter images not loading at Tsuki (again). ( #4907 )
...
Fix chapter images not loading at Tsuki (again)
2020-11-20 19:10:59 -05:00
Alessandro Jean
2c9cbb24e1
Fix description in manga details at MangasProject. ( #4900 )
2020-11-20 14:46:15 -05:00
Alessandro Jean
86ba61b787
Fix chapter images not loading at Tsuki. ( #4899 )
2020-11-20 14:34:38 -05:00
Riztard Lanthorn
840dffeedd
move MangaYu to standalone ( #4876 )
...
* add MangaYu source standalone
they change to other theme from mmrcms
* remove MangaYu from mmrcms
2020-11-16 07:44:00 -05:00
Pavka
484cfdd39f
[Ru] Remanga. Fix default popular sorting. Fix encoding pages to png ( #4883 )
...
* [Ru] Remanga. Fix default popular sorting. Fix encoding pages to png
* Fix black parts of images
Co-authored-by: pavkazzz <me@pavkazzz.ru>
2020-11-16 07:42:04 -05:00
AbdullahM0hamed
6e9af5d399
update build.gradle
2020-11-14 18:52:34 +00:00
AbdullahM0hamed
450c58a299
deduplicate emerald search results
2020-11-14 18:50:54 +00:00
AbdullahM0hamed
5f43e1509c
Fix Readm Search ( #4871 )
...
Fix Readm Search
2020-11-14 09:42:44 -05:00
Carlos
875d6d75cf
remove team1x1 ( #4877 )
2020-11-14 08:10:21 -05:00
AbdullahM0hamed
94efe1f97d
Remove Asura Ads ( #4869 )
...
Remove Asura Ads
2020-11-13 15:54:05 -05:00
Riztard Lanthorn
19839e5188
TeamX fix NextPage chapter list ( #4866 )
...
other page chapter list not listed
2020-11-13 10:43:35 -05:00
Riztard Lanthorn
15f38383b3
ReadM fix manga Status ( #4859 )
...
manga status not included(recently added)
2020-11-13 07:10:52 -05:00
Riztard Lanthorn
924ea25c53
TeamX fix no pages found ( #4862 )
2020-11-13 07:09:08 -05:00
Alessandro Jean
b2eb532944
Fix wrong title in details parse. ( #4848 )
2020-11-12 08:11:52 -05:00
Aria Moradi
685a266de5
Zahard: latest updates implemented ( #4850 )
...
* Zahard: fix chapter list not loading, code cleanup
* Zahard: latest updates
* code cleanup
* fix a bug in not all pages loading
2020-11-12 08:11:02 -05:00
Aria Moradi
df7d63a9b4
Emerald: #4836 : fix problem 1 for some cases ( #4852 )
2020-11-12 08:09:32 -05:00
Aria Moradi
6168710806
Zahard - moved to new domain ( #4844 )
...
Zahard : moved to new domain
2020-11-11 08:47:34 -05:00
Alessandro Jean
6d06810968
Update MangaYabu url. ( #4843 )
...
Update MangaYabu url
2020-11-10 22:46:39 -05:00
Alessandro Jean
0aad6922e4
Update MangáHost url ( #4842 )
...
Update MangáHost url
2020-11-10 22:46:02 -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
Riztard Lanthorn
d4f818b7a8
Emerald fix old chapter ( #4837 )
...
new chapter doesnt have complete imgUrl in script
but old chapter already had complete imgUrl
2020-11-10 12:37:37 -05:00
Riztard Lanthorn
45202fb6bc
WP Mangastream add source ( #4820 )
...
WP Mangastream add source
2020-11-08 08:30:16 -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
1aa80efd15
Webtoon fix some chapter list ( #4790 )
...
some title didnt shows chapter list as it should be
2020-11-07 09:34:03 -05:00
AbdullahM0hamed
a476034aef
Fix Komikav chapter images ( #4810 )
...
* keep wpmangastream
* appveyor
* this little manuever's gonna cost us 4m 21s
* rm appveyor
* Revert "keep wpmangastream"
This reverts commit 76e57e11e30fb4a1a1271a11458be63a9605fc74.
* update build.gradle
2020-11-07 09:33:45 -05:00
arkon
03f262cae8
[CI SKIP] Skip linting in CI builds
2020-11-06 17:36:53 -05:00
ZingerZY
7b5b858780
Optimize the algorithm to solve the position deviation when cutting pictures ( #4807 )
...
Co-authored-by: ZongerZY <45865254+ZongerZY@users.noreply.github.com>
2020-11-06 10:25:12 -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
Riztard Lanthorn
950e2a67eb
Madara add sources ( #4781 )
...
add NekoBreaker
add Manganelo.link
add ApollComics
add KisekiManga
add FreeWebtoonCoins
2020-11-04 06:15:05 -05:00
ZingerZY
9b2af92194
解决图片分割后倒序排列 ( #4767 )
...
Solve the problem that the pictures are arranged in reverse order after being segmented
Co-authored-by: ZongerZY <45865254+ZongerZY@users.noreply.github.com>
2020-11-03 13:54:10 -05:00
Alessandro Jean
df7978bbd9
Fix kotlinx.serialization issue on MANGA Plus ( #4775 )
...
* Fix kotlinx.serialization issue on MANGA Plus.
* Fix typo.
* Downgrade kotlinx.serialization version to match main repo.
2020-11-03 13:53:51 -05:00
Alessandro Jean
2d3f3c1a24
Fix mangas not loading at Tsuki. ( #4770 )
...
Fix mangas not loading at Tsuki
2020-11-02 17:52:14 -05:00
Riztard Lanthorn
889c24ba7c
add MenudoFansub Source ( #4749 )
2020-10-30 10:31:01 -04:00
Riztard Lanthorn
93973e594b
add MangaStreamXyz & ReadMangaFox Source ( #4750 )
...
add MangaStreamXyz
add ReadMangaFox
2020-10-30 10:30:53 -04:00
Riztard Lanthorn
771009de34
add KaisarKomik Source ( #4751 )
2020-10-30 10:30:37 -04:00
Riztard Lanthorn
d4cc20335a
Madara source update ( #4727 )
...
* add Madara source
NTSVoidScans
ToonGod
Hscans
WebToonily
* add MangaRoma
2020-10-26 12:08:03 -04:00
Riztard Lanthorn
720c35b847
Emerald fix some bug ( #4720 )
...
* fix emerald manga details
* fix emerald last tag issue
* update ext version
* fix Emerald max 60 manga
2020-10-25 07:16:21 -04:00
arkon
245e3f0d7e
Emerald: handle obfuscated image URLs ( fixes #4524 )
2020-10-24 23:09:32 -04:00
arkon
6e3141397a
Rawkuma: move to WPMangaStream ( closes #4509 )
2020-10-24 18:03:13 -04:00
arkon
bb131790df
TeamX: fix latest URL
2020-10-24 17:49:01 -04:00
arkon
f506028e75
MangaDex: add MD@Home page reporting ( closes #4640 )
2020-10-24 17:40:49 -04:00
Riztard Lanthorn
dad3bf88a2
add GURU Komik ( #4702 )
2020-10-23 12:30:02 -04:00
Riztard Lanthorn
f84b808fb0
Madara Update ( #4700 )
...
* add madara source
BestManhua
CutiePie
DiamondFansub
MangaYaku
* handle indonesia timestamp(sec/min/day/hour)
* update ext version
* update ext version
* Revert "update ext version"
This reverts commit 2b541c08bb085927b4da17f01e9a2c3c38463e01.
* add Manga18Fun
2020-10-23 12:29:36 -04:00
Ming Kit
308cb375c5
Added Qiximh ( #4688 )
2020-10-23 06:35:23 -04:00
Gauthier
89cea3e023
use metadata.releaseDate or fileLastModified for chapter date ( #4682 )
2020-10-22 08:35:43 -04:00
Diablolend
8dbc444ec8
Update baseUrl ( #4667 )
2020-10-22 06:42:51 -04:00
Riztard Lanthorn
d35e657cfd
Madara Update ( #4672 )
...
Madara Update
2020-10-21 18:12:03 -04:00
Riztard Lanthorn
469f065d7f
fix Mangashiro manga details ( #4659 )
2020-10-21 09:33:02 -04:00
Alessandro Jean
8dbf19c602
Fix Neox, add MangaTeca and YuriVerso. ( #4654 )
2020-10-21 06:13:09 -04:00
Riztard Lanthorn
234373b435
add Komiku manga Author ( #4651 )
2020-10-21 06:10:40 -04:00
Riztard Lanthorn
d80c1dc0bd
fix Ngomik manga detail ( #4648 )
...
some chapter didnt show author and status properly
2020-10-20 09:26:04 -04:00
Riztard Lanthorn
1bd3b589ac
Update Madara ( #4637 )
...
* add MangaArabOnline
* fix Kombatch chapter timestamp
* update ext version
* add HerozScanlation
2020-10-19 07:36:08 -04:00
Maxim Molochkov
4eec52c931
Add new source. AllHentai ( #4626 )
2020-10-19 07:10:52 -04:00
Riztard Lanthorn
ba008579b0
Update WP MangaStream ( #4631 )
...
* add FlameScans
* update new Mangastream manga detail
* update ext version
* Fix chapter date on SheaManga and KomikAV
* keep old manga detail format for some sites
Some wpmangastream sites still use old version manga detail layout
2020-10-18 20:25:54 -04:00
Riztard Lanthorn
14012ba760
Update some Madara source chapter timestamp ( #4633 )
...
* add chapter timestamp on KlanKomik and AstralLibrary
* update ext version
2020-10-18 20:25:32 -04: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
Riztard Lanthorn
1b3412993d
Madara Updates ( #4627 )
...
Madara Updates
2020-10-17 18:30:57 -04:00
plW0lf
cc9eb66a18
Update domain from 9hentai.com to .ru ( #4621 )
...
Update domain from 9hentai.com to .ru
2020-10-16 18:44:21 -04:00
Angelghost
5d73b434df
Update extension mangakawaii after the new version of Website ( #4623 )
...
* Update extension mangakawaii after the new version of Website
* Fix change from comment
Co-authored-by: Duchesne Lucas <lucas.duchesne@soprabanking.com>
2020-10-16 18:10:30 -04:00
Riztard Lanthorn
0af6ecdb26
Move Shea Manga from Madara to WP MangaStream ( #4612 )
2020-10-16 17:43:24 -04:00
AbdullahM0hamed
7f877799f7
Remove WordExcerpt ( #4620 )
...
* Update MadaraFactory.kt
* Update build.gradle
2020-10-16 17:42:34 -04:00
Seishirou101
740a38c204
fix covers ( #4608 )
...
Update Covers url for Mangalife and Mangasee
2020-10-14 08:09:10 -04:00
AbdullahM0hamed
65d23b85d8
Wpmangastream fixes ( #4605 )
...
Wpmangastream fixes
2020-10-13 17:21:08 -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
ObserverOfTime
019f12b61d
Add hitomi.la URL intent ( #4587 )
...
Add hitomi.la URL intent
2020-10-12 08:49:56 -04:00
RePod
36f5609434
LANraragi: Update to API 0.7.2 ( #4571 )
...
LANraragi: Update to API 0.7.2
2020-10-10 21:44:53 -04:00
Pavka
4bfa1482ef
[Ru] Nudemoon. Fix pages requests ( #4569 )
...
[Ru] Nudemoon. Fix pages requests
2020-10-10 13:17:34 -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
Pavka
e05cea22d3
[Ru] Remanga. Fix paid manga pages with parallel requests ( #4568 )
...
[Ru] Remanga. Fix paid manga pages with parallel requests
2020-10-09 18:04:01 -04:00
Alessandro Jean
3fa83fe574
Add Silence Scan. ( #4562 )
...
Add Silence Scan
2020-10-09 07:54:58 -04:00
AbdullahM0hamed
9603e6e80d
Madara Updates ( #4560 )
...
* Update source_bug.md
* Add NazarickScans
* add mangaspark
* add mangastarz
* Add MysticalMerries
* Add AniMangaEs
* Add MangaNine and MarkScans
* Update build.gradle: I remembered to do this!
Co-authored-by: Carlos <2092019+CarlosEsco@users.noreply.github.com>
2020-10-08 18:01:11 -04:00
Ming Kit
32a57e6bc8
Handle 2 new ways of processing images. Updated extension name ( #4549 )
2020-10-08 17:57:49 -04:00
LordUTF8
855aa18430
Last fix for the JapScan Thumbnails ( #4517 )
...
* Fix for thumbnails loading
* Increment Version
* Second fix for the JapScan Thumbnails
* Second fix for the JapScan Thumbnails
* Last fix for the JapScan Thumbnails
Co-authored-by: DF-Aces <johanbaker98gmail.com>
2020-10-08 17:57:07 -04:00
Gauthier
61f16d26e9
filter by genres, tags and publishers ( #4519 )
2020-10-08 17:56:45 -04:00
AbdullahM0hamed
1f8666a946
Update WordExcerpt URLs ( #4544 )
...
Update WordExcerpt URLs
2020-10-06 21:58:29 -04:00
Alessandro Jean
8b86b75841
Add Projeto Scanlator and Hikari Scan. ( #4529 )
2020-10-05 13:53:58 -04:00
Alessandro Jean
3ae4a27550
Update Neox URL. ( #4528 )
2020-10-05 13:31:40 -04:00
arkon
cc700b14d9
Kombatch: move to Madara ( fixes #4499 )
2020-10-04 15:27:35 -04:00
arkon
7e552c017b
Emerald: update languages ( fixes #4455 )
2020-10-04 15:19:17 -04:00
arkon
b116b2c92a
Manhuagui: replace icon ( closes #4436 )
2020-10-04 14:42:24 -04:00
arkon
6dbeebcf32
Readmanga/Mintmanga: remove non-existent genres ( closes #4431 )
2020-10-04 14:37:43 -04:00
Farees Hussain
f84b929d7b
Removed the MangaCruzers extension ( #4506 )
...
Removed the MangaCruzers extension
2020-10-03 18:19:04 -04:00
AbdullahM0hamed
0c72bdb6e8
Add Madara sources ( #4504 )
...
* Add Madara sources
* update build.gradle
2020-10-03 13:05:31 -04:00
Alessandro Jean
b91c34f739
Add Mundo Mangá-Kun. ( #4469 )
2020-10-02 08:52:22 -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
Pavka
99d12011a3
[Ru] Nudemoon fix baseUrl and cookie ( #4495 )
...
[Ru] Nudemoon fix baseUrl and cookie
2020-10-02 07:54:24 -04:00
莜叶
e4e18beaa2
Fix wnacg thumbnails loading ( #4489 )
...
* Fix wnacg thumbnails loading
* Fix wnacg thumbnails loading
2020-10-01 12:02:19 -04:00
Alessandro Jean
b9401c7a6d
Add Social Comics ( #4471 )
...
* Add Social Comics.
* Remove two comments.
2020-10-01 08:27:31 -04:00
LordUTF8
ab9c57882b
Fix for thumbnails loading ( #4467 )
...
* Fix for thumbnails loading
* Increment Version
Co-authored-by: DF-Aces <johanbaker98gmail.com>
2020-09-30 23:03:45 -04:00
Alessandro Jean
6c66a78a8c
Add FDM and Argos Scan. ( #4470 )
...
Add FDM and Argos Scan
2020-09-30 12:05:32 -04:00
Alessandro Jean
d93f0ba1b0
Fix thumbnails not loading at YesMangás. ( #4472 )
...
Fix thumbnails not loading at YesMangás
2020-09-30 12:03:59 -04:00
Alessandro Jean
2ef94affe4
Add Toonei. ( #4444 )
...
Add Toonei
2020-09-27 23:03:55 -04:00
scb261
3e311640ec
Fix typo for WP MangaStream ( #4445 )
...
Fix typo for WP MangaStream
2020-09-27 23:03:17 -04:00
az4521
d119172f5b
number go up ( #4448 )
2020-09-27 14:25:49 -04:00
az4521
e96e9a627d
japscan didnt actually work, whoops ( #4447 )
...
* fuck sizurpp
* fix japscan completely
Co-authored-by: Rani Sargees <rani.sargees@gmail.com>
Co-authored-by: az4521 <az4521@mailinator.com>
2020-09-27 13:45:55 -04:00
az4521
910716b913
fuck sizurpp ( #4439 )
...
* fuck sizurpp
* update url
Co-authored-by: Rani Sargees <rani.sargees@gmail.com>
2020-09-27 08:28:50 -04:00
Bryan Ching
15c6ade5fb
Move AsuraScans from Madara to WP MangaStream ( #4434 )
...
Move AsuraScans from Madara to WP MangaStream
2020-09-26 23:42:09 -04:00
kiriya-aoi
89693c4209
Remove Jaimini's Box ( #4440 )
...
Remove Jaimini's Box
2020-09-26 23:41:46 -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
Youssif Shaaban Alsager
edf8bc11f8
madara: Add olaoe.giize.com ( #4413 )
...
Signed-off-by: yshalsager <ysh-alsager@hotmail.com>
2020-09-25 06:55:44 -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
DitFranXX
1fb4957117
Update NewToki Extension v1.2.18 ( #4424 )
...
Update NewToki Extension v1.2.18
2020-09-22 08:14:53 -04:00
Pavka
2d921b76be
Fix mangalib.me manga pages ( #4425 )
...
Fix mangalib.me manga pages
2020-09-22 08:12:41 -04:00
DitFranXX
df84417403
Update Newtoki Extension v1.2.17 ( #4423 )
...
Update Newtoki Extension v1.2.17
2020-09-21 14:08:15 -04:00
DitFranXX
8143b34bf0
Update NewToki extension v1.2.16 / Remove ManaMoa Extension ( #4389 )
...
Update NewToki extension v1.2.16 / Remove ManaMoa Extension
2020-09-19 18:50:30 -04:00
Alessandro Jean
9bfbba7d9d
Fix thumbnails not loading at MangáHost. ( #4396 )
2020-09-18 22:25:22 -04:00
Eugene
d7e5ab005a
Minor fix rus extensions ( #4393 )
2020-09-18 07:52:39 -04:00
ForsunJay
56a540483e
Update Henchan.kt ( #4381 )
...
Update Henchan.kt
2020-09-17 17:49:14 -04:00
DitFranXX
f50292b099
Update NewToki Extension v1.2.15 ( #4385 )
...
Update NewToki Extension v1.2.15
2020-09-17 09:11:56 -04:00
Miftakhuddin Falaki
1e9899d3ae
Update Komiktap : wpmangastream ( #4382 )
...
Update Komiktap : wpmangastream
2020-09-16 22:57:01 -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
Alessandro Jean
4ca49a5c08
Revert GoldenMangás to previous design. ( #4359 )
2020-09-12 17:18:14 -04:00
Alessandro Jean
adc47a56b9
Fix covers not loading at MangáHost. ( #4358 )
2020-09-12 17:05:02 -04:00
DitFranXX
8a6d1c694f
Update Newtoki Extension v1.2.14 ( #4290 )
...
Update Newtoki Extension v1.2.14
2020-09-11 11:33:45 -04:00
az4521
07f0073856
Removed Japscan ( #4339 )
...
Co-authored-by: az4521 <“az4521@users.noreply.github.com”>
2020-09-08 21:21:55 -04:00
happywillow0
955544ce2d
Use super in headersbuilder ( #4328 )
...
Swtichs Headers.Builder() to super.headersBuilder()
2020-09-08 07:49:38 -04:00
Ming Kit
7c8b654ff0
Fix ohmanhua decryption ( #4317 )
...
* Fix ohmanhua decryption
* Fix ohmanhua not parsing certain manga details properly
2020-09-08 07:48:19 -04:00
Pavka
6a47455608
[Ru] Libmanga. Revert changes from 19->20 update ( #4289 )
2020-09-02 21:55:45 -04:00
Alessandro Jean
ea2f70b414
Fix Golden Manga due to site redesign. ( #4298 )
2020-09-02 21:55:03 -04:00
Pavka
d7439b73e9
[Ru] New source. Yaoi-chan.me ( #4260 )
...
* [ru] libmanga fix 18+ mangas w/o authorization
* Yaoichan. pageNum refactor
* Yaoichan. Some refactoring
Co-authored-by: pavkazzz <me@pavkazzz.ru>
2020-09-01 03:04:46 -04:00
Mike
4ee3c4e514
MangaDex - add 2 tags ( #4280 )
2020-09-01 02:35:38 -04:00
Mike
098a02d97c
Madara - add AlianzaMarcial ( #4281 )
2020-09-01 02:35:06 -04:00
TechnoJo4
f4916310f1
Add EliMangas ( #4276 )
...
* Add EliMangas
* ???????
* Covers
* NSFW via Search
* Add support for latest
2020-09-01 01:08:14 -04:00
Mike
03a844e24b
JMana - fix chapters and latest titles ( #4279 )
2020-09-01 01:07:43 -04:00
Pavka
3e495f969a
[ru] libmanga fix 18+ mangas w/o authorization ( #4259 )
...
* [ru] libmanga fix 18+ mangas w/o authorization
* Remove logs from libmanga
Co-authored-by: pavkazzz <me@pavkazzz.ru>
2020-08-31 17:47:40 -04:00
Pavka
e51b2a7b3a
Fix henchan.pro single chapters mangas ( #4258 )
...
Co-authored-by: pavkazzz <me@pavkazzz.ru>
2020-08-30 14:14:17 -04:00
Alessandro Jean
29c3798c2a
Update MangaHost url. ( #4250 )
2020-08-29 22:36:27 -04:00
Alessandro Jean
08e4481f5d
Update UnionMangas url. ( #4249 )
...
Update UnionMangas url
2020-08-29 13:44:48 -04:00
arkon
81a9818b84
Fix Nsfw annotations pulling in Kotlin stdlib into final APKs
2020-08-29 10:48:58 -04:00
Mike
f7ee195b05
HBrowse - fix grouping filter ( #4248 )
2020-08-29 01:50:03 -04:00
D-Dennis
bcdf9903c6
The Library of Ohara - new extension ( #3810 )
...
* The Library of Ohara - new extension
* add indonesian and spanish, move to all
* Add Italian, French, Arabic
* Choose correct thumbnail depending on language
* Some tweaks
Co-authored-by: D-Dennis <d-dennis@users.noreply.github.com>
Co-authored-by: snakedoc83 <mikepeterson83@gmail.com>
2020-08-29 00:08:32 -04:00
DitFranXX
4705fb8ef1
Fix issue with old manga on Newtoki's .net domain + thumbnails ( #4241 )
...
* Fix issue with old manga on Newtoki's .net domain + thumbnails
* This is how IntelliJ works
2020-08-28 21:37:13 -04:00
AbdullahM0hamed
88279ca67a
Plot Twist: There is no plot twist. ( #4243 )
2020-08-28 20:58:23 -04:00
Shashank Pujari
ab9aa6c218
mangakiss.org site no longer exist ( #4214 )
...
* mangakiss.org site no longer exist
* Remove Knight no Scanlation, AhStudios, GetManhwa
* comments
Co-authored-by: snakedoc83 <mikepeterson83@gmail.com>
2020-08-28 20:49:39 -04:00
Mike
b84891131c
Mangakyo - remove deprecated extension ( #4232 )
2020-08-27 23:21:46 -04:00
Mike
e4af261b5a
RisensTeam - update for their new API ( #4233 )
2020-08-27 23:21:10 -04:00
Mike
f9bf91b65b
Jinmantiantang - clean up, parse chapters with 500+ pages ( #4234 )
2020-08-27 23:20:52 -04:00
Mike
8913a12b1e
WP Mangastream - add Boosei and Mangakyo ( #4230 )
2020-08-27 17:58:16 -04:00
Mike
d4d1cc0e99
Webtoons - add French webtoons ( #4220 )
2020-08-27 03:50:23 -04:00
Edgar Mejía
ddc9d8b10a
Fix Plot Twist no Fansub, Update LectorManga, TMOHentai and TMO ( #4110 )
...
* Fix Latest url
* Fix Kumanga error 400 bad request
* Add support to opening links from the website in main app
* TMO: Add support to opening links from the website in main app
* TMOHentai: Add support to opening links from the website in main app
* Revert "Fix Kumanga error 400 bad request"
* Complete Kumanga revert.
* Fix plot twist latest again
* Update LetorManga gradle
2020-08-27 03:20:30 -04:00
Gauthier
6e5772ecfd
filter by genres, tags and publishers ( #4211 )
2020-08-26 06:20:47 -04:00
Shashank Pujari
d7981d8b16
MangaArabTeam source URL changed ( #4206 )
...
* Update build.gradle
* MangaArabTeam source URL changed
* Add ShoujoHearts, fix some dates
Co-authored-by: snakedoc83 <mikepeterson83@gmail.com>
2020-08-26 01:21:50 -04:00
superbsam
225fd3d960
Fix MyReadingManga not loading images correctly ( #4212 )
2020-08-26 00:09:32 -04:00
Mike
1a86045f3b
MMRCMS - refactor latest parsing, fix Mangas.pw ( #4201 )
2020-08-24 22:39:29 -04:00
Mike
04574b2084
FoolSlide - add Edens Zero ( #4200 )
2020-08-24 22:39:18 -04:00
Gauthier
fcff37890d
[Komga] metadata update ( #4194 )
...
* clarify changelog
* remove the 1000 chapters limit
* remove old dto (was required before Komga 0.48.0)
align to new metadata model (Komga 0.58.0)
add description and genre for Series
2020-08-24 07:14:32 -04:00
Mike
03aad1addc
ManhuaDui - update decryption, follow redirects ( #4196 )
2020-08-24 04:30:49 -04:00
Mike
d1b0d83a14
OhManhua - update decryption key, add some exception handling ( #4189 )
2020-08-22 18:07:51 -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
Shashank Pujari
c748daf66e
Added FunList to Madara and sorted source list with ascending order ( #4174 )
...
* bumping up version for newly added source
* Added FunList to madara
sorted all in alphabetical order
2020-08-21 03:14:09 -04:00
funkyhippo
14a085bf6b
Fix guya URL activity. ( #4176 )
2020-08-21 03:13:30 -04:00
Mike
9dc5d2ca83
MMRCMS - add Op-VF and FR Scan ( #4161 )
2020-08-19 03:24:56 -04:00
Mike
e1cabf0d2a
NewToki - fix pages ( #4156 )
2020-08-18 00:17:48 -04:00
Mike
dfc91f27b2
Madara - add sources, fix some chapter lists ( #4153 )
...
* Madara - add sources
* fix some chapters, remove Indiancomicsonline
* Add Wakascan
2020-08-17 20:31:34 -04:00
Mike
524562993c
MangaReader - update parsing ( #4152 )
...
* MangaReader - update parsing
* Update build.gradle
2020-08-17 15:02:51 -04:00
Mike
48cdd49994
MMRCMS - add Jpmangas ( #4151 )
2020-08-17 15:02:39 -04:00
Alessandro Jean
b01cf8e0ba
Fix image decoding method at Viz Shonen Jump. ( #4150 )
2020-08-17 14:11:00 -04:00
Mike
d239be6c9a
Dmzj - fallback to v3api for hidden chapters ( #4145 )
2020-08-16 18:48:12 -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
ab17d6f122
Dmzj - update page parsing ( #4138 )
2020-08-15 20:22:16 -04:00
Mike
eff8246ee1
Dynasty - fix date parsing ( #4137 )
2020-08-15 20:22:08 -04:00
calion-m
8b3c2cc12f
Jinmantiantang - Refined codes and added new features ( #4133 )
...
* add @Nsfw annotation
* remove the unnecessary prefix of description
* correct filter name
* add TimeFilter
* fixed typos
* remove redundant manga detail parse
* long line split
* genres split
* implemented 18comic search feature
* implemented new search feature(remove genres)
* enable filter whlie searching
* change sortFilter order to enable latest filter
* merge completed
* Add date_upload property and remove Log function
* uncommented manga properties
And made thumbnail_urls consistent.
* add containsNsfw to gradle
Co-authored-by: weng <anonymous>
Co-authored-by: snakedoc83 <mikepeterson83@gmail.com>
2020-08-15 20:21:56 -04:00
AbdullahM0hamed
e54e732bac
Fix Epikmanga ( #4127 )
...
* Fix Epikmanga
* Add header selector
* Use header selector
* Update the illusory build.gradle that somehow keeps managing to evade me
2020-08-15 16:35:38 -04:00
ZongerZY
c790896c91
The website is 18comic.vip, Chinese ( #4123 )
...
* The website is 18comic.vip, Chinese website
The reason why I submitted the two versions is: if the Internet user in Mainland China needs to access the URL 18comic2.biz to log in to the website, if it is a non-Mainland China Internet user needs to access 18comic.vip, I cannot judge the user's IP
* Revert "The website is 18comic.vip, Chinese website"
This reverts commit 47a74ca7e92eeda2bb7cf1676a89a26081d47132.
* 18comic
* Delete illegal information
* Keep one extension, and delete illegal information
2020-08-14 18:08:00 -04:00
Gauthier
4406f91f7e
[Komga] change chapter display to use title string instead of title number ( #4121 )
...
* change chapter display to use title string instead of title number
* version bump and changelog
2020-08-14 07:56:26 -04:00
Mike
ee41b9d0f1
VCPVMP - fix images and chapters ( #4118 )
2020-08-13 23:00:59 -04:00
Mike
767a1ee1fe
MyReadingManga - fix titles, duplicate pages ( #4119 )
2020-08-13 23:00:32 -04:00
vance
7a8dfac7a8
dmzj chapterList's api changed ( #4115 )
...
* dmzj chapterList's api changed
* Update Dmzj.kt
Add prefix
2020-08-13 20:46:40 -04:00
Mike
56198e2661
EroMuse - fix missing chapters ( #4105 )
2020-08-13 03:06:27 -04:00
Mike
560bbfb16a
MangaDenizi - fix date parsing ( #4104 )
2020-08-13 03:06:19 -04:00
Mike
1db874f857
Henchan - fix cover not being set by mangaDetailsParse ( #4103 )
2020-08-13 03:06:10 -04:00
Mike
7283aefff1
Kangaryu - move from FoolSlide to its own extension ( #4102 )
...
* Kangaryu - move from FoolSlide to its own extension
* Update build.gradle
2020-08-13 03:05:41 -04:00
Mike
68f7fe16c4
MMRCMS - add MangaID, nsfw annotation ( #4087 )
2020-08-12 06:08:09 -04:00
jobobby04
908d2e9d09
NHentai - add a "other" language for those who want to use NHentai unfiltered ( #4084 )
2020-08-12 00:04:28 -04:00
Logan B
61103d394c
Add the rest of the languages per ISO-639 ( #4081 )
...
* Add the rest of the languages per ISO-639
* pt-BR
Co-authored-by: snakedoc83 <mikepeterson83@gmail.com>
2020-08-12 00:04:16 -04:00
Mike
f2a5c8e440
Hitomi - ported from TachiyomiSy/EH ( #4079 )
...
* Hitomi - ported from TachiyomiSy/EH
* enable a couple more languages
* nsfw annotation
* fix missing import
2020-08-10 21:42:32 -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
Mike
90308cf7b2
Kumanga - fix token ( #4077 )
2020-08-10 20:35:52 -04:00
Mike
7865e6a42e
MMRCMS - parse grid layout for latest ( #4078 )
...
* MMRCMS - parse grid layout for latest
* fix Mangas.pw search
2020-08-10 20:35:34 -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
Mike
f1a82b76ff
Manhuadui - update decryption ( #4072 )
2020-08-10 04:13:21 -04:00
Alessandro Jean
b891ee94be
Add content type filter to MangaLivre. ( #4062 )
2020-08-10 02:29:56 -04:00
Alessandro Jean
dcd2ca2937
Mark some Brazilian sources as NSFW. ( #4059 )
2020-08-08 21:52:53 -04:00
Mike
0ca178aa52
EroMuse - new extension for 8muses and Erofus ( #4061 )
2020-08-08 21:52:11 -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
Youssif Shaaban Alsager
dfdc7d6ddc
madara: Add manga.detectiveconanar.com ( #4054 )
...
Signed-off-by: yshalsager <ysh-alsager@hotmail.com>
2020-08-08 18:59:38 -04:00
arkon
f83482f8ba
Add ability to flag individual sources as NSFW ( #4058 )
2020-08-08 18:58:09 -04:00
arkon
149bda765b
Add ability to flag extension as NSFW ( #4053 )
2020-08-08 15:59:03 -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
Mike
80181068e4
Kumanga - update parsing ( #4042 )
2020-08-07 20:27:40 -04:00
Mike
e7b40496ef
WP Mangastream - add Manga Pro Z ( #4043 )
2020-08-07 20:27:24 -04:00
Mike
613ebc2aaf
WP Mangastream - fix Readkomik browse ( #4033 )
2020-08-07 03:12:34 -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
Oldwangtouchtouchdoge
663583ccc9
- Add preference to config ratelimit permits for main website and image CDN separately. ( #4028 )
...
- Add intent filter to redirect Manhuagui URL to Tachiyomi.
- Tweak some preference descriptions
2020-08-07 00:07:57 -04:00
Mike
25c7e8e5f1
Merge pull request #4015 from edgarMejia/master
...
Add Plot Twist No Fansub, Fix TMO & LectorManga "Cascada" mode
2020-08-06 23:36:32 -04:00
Edgar Mejia
5f08e8e5ec
TMO & LectorManga: Fix page list is empty "Cascada" mode
2020-08-06 12:44:34 -06:00
E3FxGaming
dc5db55a8f
Mangasee: fix chapter url suffix location ( #4027 )
...
Mangasee: fix chapter url suffix location
2020-08-06 08:48:50 -04:00
Edgar Mejia
212db65276
Add Plot Twist No Fansub
2020-08-04 19:22:23 -06:00
AbdullahM0hamed
f372ba8cd7
Change url of manga Arab team ( #4003 )
...
* Change Url
* Update build.gradle
Ah yes, I get to be the guy behind the annoying Madara updates.
2020-08-03 22:33:27 -04:00
Mike
ce3dd41b25
Kumanga - crash fix ( #3994 )
2020-08-03 03:42:45 -04:00
Mike
b601658f73
Madara - add BestManga, TwilightScans, remove dead sources ( #3992 )
2020-08-03 00:51:20 -04:00
Mike
f28dfa6af4
MyReadingManga - refactor search ( #3991 )
2020-08-03 00:03:33 -04:00
Mike
e508cfddc5
Scantrad - better chapter lists ( #3990 )
2020-08-03 00:03:04 -04:00
Mike
895477e88e
MMRCMS - add MangaYu and MangaVadisi ( #3988 )
2020-08-02 19:33:05 -04:00
arkon
e61c2d72c7
Update issue templates, output gzipped version of repo JSON
2020-08-02 18:55:14 -04:00
Alessandro Jean
8fdfba373f
Fix broken thumbnails after expiration time at MangaPlus. ( #3974 )
2020-08-02 18:38:24 -04:00
Edgar Mejía
064710af68
Fix Kumanga error 400 ( #3976 )
2020-08-02 18:29:22 -04:00
Alessandro Jean
bc514f7bd3
Fix chapter images not loading at Yes Mangás. ( #3968 )
2020-08-02 01:14:24 -04:00
Pavka
274d5fa8ac
ru-readmanga change domain to readmanga.live ( #3966 )
...
Co-authored-by: pavkazzz <me@pavkazzz.ru>
2020-08-02 01:12:06 -04:00
Mike
555469d389
HBrowse - some tweaks ( #3961 )
2020-07-31 23:37:56 -04:00
Alessandro Jean
2d02b19748
Fix chapters showing when the manga is licensed at LeitorNet. ( #3960 )
2020-07-31 23:18:28 -04:00
Aurélien Dussauge
258295c589
Add Scantrad Union source ( #2701 ) ( #3945 )
2020-07-31 22:55:11 -04:00
Mike
712cb31571
Manhuadui - update decryption, refactor chapter list parsing ( #3957 )
2020-07-31 02:45:09 -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
ee1db2fbb7
zBulu - fix date parsing ( #3951 )
2020-07-29 22:49:55 -04:00
Mike
ff635bd624
Toonkor - fix search ( #3952 )
2020-07-29 22:49:44 -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
2d2ec84e3d
Paprika - update Mangazuki.xyz ( #3941 )
2020-07-28 21:08:26 -04:00
Oldwangtouchtouchdoge
cdcaaabaa6
<Manhuagui>: <regexp syntax error> Add the backslashes to escape '\}' back. ( #3926 )
...
* Add the backslashes to escape '\}' back.
* Fix manga.genre format in mangaDetailsParse() to display multiple multiple genre separately.
2020-07-27 14:53:32 -04:00
Mike
5cf25b6c47
Comicastle - move from FRReader to its own extension ( #3923 )
2020-07-27 05:29:25 -04:00
Alessandro Jean
351832ff64
Add Accept header to requests at MangasProject ( #3919 )
...
* Add Accept header to requests at MangasProject.
* Change first to firstOrNull.
2020-07-26 22:44:12 -04:00
Mike
d498d0c6aa
Genkan - remove One Shot Scans ( #3920 )
2020-07-26 22:19:42 -04:00
Mike
14ce7017e8
NHentai - fix shortened titles ( #3918 )
2020-07-26 21:32:19 -04:00
Alessandro Jean
a48ba550fd
Fix incomplete manga titles at UnionMangas ( #3917 )
...
* Fix incomplete manga titles at UnionMangas.
* Remove unused constant.
2020-07-26 21:32:05 -04:00
Alessandro Jean
c0354c9b58
Fix pages and thumbnails not loading at MangaHost ( #3913 )
...
* Fix pages and thumbnails not loading at MangaHost.
* Change thumbnail quality to the best available.
2020-07-26 21:04:01 -04:00
Mike
42ccc17e4c
Remanga - fix IllegalStateException and 401 ( #3912 )
2020-07-26 18:30:50 -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
40e8892a7b
TeamX - update domain ( #3900 )
2020-07-25 23:55:20 -04:00
Mike
234c317465
Manhuagui - small tweaks ( #3901 )
2020-07-25 23:55:08 -04:00
Mike
f0ce48cf7b
Manhuadui - update decryption, refactor pageListParse ( #3896 )
2020-07-25 21:00:23 -04:00
Rama Bondan Prakoso
44ee4ec99c
Ngomik: Update url and add filters ( #3887 )
...
* Ngomik: Update url and add filters
Signed-off-by: Rama Bondan Prakoso <ramanarubp@gmail.com>
* Ngomik: Adjust the code
Signed-off-by: Rama Bondan Prakoso <ramanarubp@gmail.com>
2020-07-25 20:45:06 -04:00
Mike
83c6ec46db
MMRCMS - fix Mangas.pw chapters ( #3892 )
2020-07-25 17:51:46 -04:00
Miftakhuddin Falaki
69ba77f792
WP Mangastream - update Sekte Komik, KomikStation, KomikAV ( #3891 )
...
* Update Komik Station, Sekte Komik, KomikAV
Fix NextPageSelector and LastUpadet
* Update Gradle
* Add MangaP
Co-authored-by: snakedoc83 <mikepeterson83@gmail.com>
2020-07-25 17:51:26 -04:00
Mike
996eca0ac9
Madara - add toonily.net ( #3888 )
2020-07-25 05:56:49 -04:00
Mike
9590c3bac6
Mangareader - fix genre tags ( #3889 )
2020-07-25 05:56:32 -04:00
Alessandro Jean
31e72707bb
Fix pages not loading at YaoiToshokan ( #3877 )
...
Fix pages not loading at YaoiToshokan
2020-07-23 12:19:05 -04:00
Alessandro Jean
4f46c13e95
Update GoldenMangas url. ( #3876 )
...
Update GoldenMangas url
2020-07-23 12:18:28 -04:00
Mike
d85e7e91fe
MyReadingManga - fix pages ( #3869 )
2020-07-22 03:01:59 -04:00
Mike
201aad33c8
Madara - add Skymanga, remove Novel France ( #3862 )
2020-07-21 05:34:49 -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
Alessandro Jean
4c35e73167
Fix chapters not opening at Shonen Jump+ ( #3859 )
...
* Fix chapters not opening at Shonen Jump+.
* Simplify dayOfWeek method.
2020-07-21 04:08:39 -04:00
AbdullahM0hamed
541ae41f17
Move MangaZen to seperate extension ( #3838 )
...
* Move MangaZen to seperate extension
* Correct ID
* Don't need to hardcode ID
Co-authored-by: snakedoc83 <mikepeterson83@gmail.com>
2020-07-20 05:17:14 -04:00
Mike
32e76591a3
WP Mangastream - update KomikTap domain ( #3854 )
2020-07-20 05:12:05 -04:00
AbdullahM0hamed
74de3291ce
ComicLatest: Get following pages in search ( #3840 )
...
* Update build.gradle
* Get following pages in search
2020-07-19 05:12:51 -04:00
AbdullahM0hamed
be3a2b2a89
Change Manga Arab Team url ( #3837 )
...
* Change Manga Arab Team url
* Update build.gradle
* Add AkuManga, AsgardTeam, Hiperdex search fix
Co-authored-by: snakedoc83 <mikepeterson83@gmail.com>
2020-07-18 15:19:15 -04:00
AbdullahM0hamed
c0d4915d1e
Comic latest ( #3829 )
...
* Fix search on ComicLatest
* Re-add annotation
* Remove unnecessary import
* Make comment clearer
* Add Author Filter
* Annotation
* Add Author Filter for real
2020-07-18 13:52:03 -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
Edgar Mejía
b93641e90e
Add Kumanga inorichi/tachiyomi-extensions#921 ( #3793 )
...
* Add Kumanga inorichi/tachiyomi-extensions#921
* Fix pagination bug, added chapter date and correct name.
* Prevent unnecessary pagination request
* Fix chapter list loop, fix empty chapter
2020-07-17 02:41:54 -04:00
Mike
a84848d790
Manhuadui - update decryption key ( #3813 )
2020-07-16 18:23:27 -04:00
Mike
a3fdd8a464
EHentai - add language preference ( #3812 )
2020-07-16 17:30:52 -04:00
Alessandro Jean
1d399eaf7a
Add Mundo Hentai source. ( #3804 )
2020-07-16 16:03:25 -04:00
AbdullahM0hamed
f93fbabbdd
Add motiontoon support to webtoons ( #3798 )
...
* Add support for motiontoons to webtoons
* Update build.gradle
* Remove unnecessary import that I added for some reason
* Remove more unnecessary imports
* Hope this passes
2020-07-15 18:25:09 -04:00
Alessandro Jean
4c2505faa2
Fix MangaHost not working ( #3801 )
...
* Fix MangaHost not working due to website redesign.
* Change OkHttpClient to Cloudflare.
2020-07-15 18:03:36 -04:00
AbdullahM0hamed
97472230c3
Add ComicLatest ( #3790 )
...
* Add ComicLatest
* Minor edit
* Update build.gradle
Co-authored-by: snakedoc83 <mikepeterson83@gmail.com>
2020-07-15 06:13:52 -04:00
Shashank Pujari
7777858e80
Added TritiniaScans to Madara ( #3791 )
...
* Bumping version code for new added source
* Added TritiniaScans to Madara
2020-07-15 06:02:59 -04:00
Gauthier
7a9de141d2
compatibility for the upcoming version of Komga which have changes in the API (IDs are String instead of Long) ( #3792 )
2020-07-15 06:01:46 -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
AbdullahM0hamed
e9a2df900f
Add AndromedaScans ( #3770 )
...
* Add AndromedaScans
* Address issues
* Messed up
2020-07-14 16:28:19 -04:00
Mike
ff77a2495c
MangaSee, MangaLife - more accurate date parsing ( #3783 )
2020-07-13 21:10:57 -04:00
Edgar Mejía
8ef7624233
Fix TuMangaOnline & LetorManga ( #3779 )
...
* Fix inorichi/tachiyomi-extensions#3715
* Fix inorichi/tachiyomi-extensions#3715 for main source TMO
* Update TMO gradle version
2020-07-13 20:47:50 -04:00
Mike
4f9a63317e
Paprika - add mangadogs.fun ( #3776 )
2020-07-13 00:25:29 -04:00
Mike
61c0887123
MangaSee, MangaLife - update cover CDN ( #3775 )
2020-07-13 00:25:18 -04:00
Mike
74cab21d7b
Madara - update sources, annex Manhua Plus from WP Comics ( #3772 )
2020-07-12 21:50:09 -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
68620cd051
Fix chapters not loading at SuperHentais. ( #3752 )
2020-07-10 20:22:12 -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
fdec2f1009
MyReadingManga - some refactoring, added language filter ( #3741 )
2020-07-10 01:08:48 -04:00
Alessandro Jean
0703445cab
Add missing information at Noise Manga. ( #3738 )
2020-07-10 01:04:38 -04:00
Mike
7f460daf9b
MangaPark - add cloudflareclient ( #3737 )
2020-07-09 16:28:18 -04:00
user21760
35e7084fcd
Add "super_high" resolution to Mangaplus ( #3735 )
...
Add "super_high" resolution to Mangaplus
2020-07-09 11:19:29 -04:00
Alessandro Jean
f0c61e474a
Add Tao Sect source. ( #3730 )
2020-07-09 04:06:38 -04:00
Mike
8754c6393c
Wutopia - chapter prefs, webview fix ( #3725 )
2020-07-08 02:10:33 -04:00
Mike
8e1197b3b9
MangaDex - MD@Home token handling ( #3721 )
...
* MangaDex - MD@Home token handling
* finalization
2020-07-07 19:41:00 -04:00
snakedoc83
80f0d20818
refactor search
2020-07-07 04:12:50 -04:00
haruki-takeshi
d2eb843215
Update WPComicsFactory.kt
...
Add new source: TruyenChon
2020-07-06 21:24:29 +07:00
Mike
be61615f4a
Madara - add ComicKiba and KlanKomik ( #3700 )
2020-07-06 02:50:38 -04:00
Mike
72bf0609c8
TimelessLeaf - more page parsing ( #3701 )
2020-07-06 02:50:18 -04:00
snakedoc83
c8455ec03f
Madara - add ComicKiba and KlanKomik
2020-07-06 02:37:02 -04:00
Alessandro Jean
877058c301
Fix chapters and manga info not loading at SuperMangas. ( #3695 )
2020-07-05 23:58:54 -04:00
Mike
c1b40095a6
Webtoons - update search ( #3676 )
2020-07-03 01:59:59 -04:00
Mike
cb5865ffb7
NHentai - safe call ( #3677 )
2020-07-03 01:59:29 -04:00
Mike
ddb0fbacff
MMRCMS - update URLs and generator ( #3678 )
...
* MMRCMS - update URLs and generator
* Update build.gradle
2020-07-03 01:58:56 -04:00
happywillow0
d4cae5093a
MRM - Update Page Selector ( #3667 )
2020-07-01 13:55:13 -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
e64df144a5
MangaBox - fix Mangakakalots pages ( #3657 )
2020-07-01 03:16:32 -04:00
Mike
38ea4926c8
Genkan - add Kraken Scans, remove Wowe Scans ( #3658 )
2020-07-01 03:16:04 -04:00
Mike
39373024e3
MangaLife - official translation filtering ( #3655 )
2020-07-01 02:32:44 -04:00
Mike
566006fc3b
Madara - apc genres, golden-manga fixes ( #3645 )
2020-06-30 02:34:53 -04:00
Mike
c32548642e
FMReader - ManhwaSmut imageRequests ( #3646 )
2020-06-30 02:34:33 -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
Mike
d8b2c0c368
E-Hentai - tag filtering, browsing changes ( #3639 )
2020-06-28 19:34:16 -04:00
arkon
e405512146
Update to SDK 29 ( #3629 )
...
* Print out repo JSON contents during build
* Target SDK 29
2020-06-27 15:21:46 -04:00
Gauthier
1556685031
filter by collection ( #3620 )
...
add CHANGELOG.md
closes gotson/komga#211
2020-06-26 13:43:31 -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
Mike
33f763e157
WP Mangastream - update Komiktap ( #3618 )
2020-06-25 23:46:01 -04:00
arkon
023c26b4a0
Make "Tachiyomi" app name prefix implicit
2020-06-25 22:46:15 -04:00
Shashank Pujari
6f5efea6c3
Madara - add PMScans and Mangareceh ( #3615 )
...
* Bumping up for newly added source
* Added PMScans to Madara
* Add Mangareceh, fix AdnoisFansub
Co-authored-by: snakedoc83 <mikepeterson83@gmail.com>
2020-06-25 22:26:34 -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
Rama Bondan Prakoso
991704be0b
NHentai: More filters ( #3599 )
...
* NHentai: More filters
Signed-off-by: Rama Bondan Prakoso <ramanarubp@gmail.com>
* NHentai: Add space
2020-06-24 16:39:13 -04:00
Shashank Pujari
4dd6b50de7
Added AhStudios(es) to Madara ( #3604 )
...
* Bumping up version for newly added source
* Added AhStudios(es) to Madara
* fix mangadods dates
Co-authored-by: snakedoc83 <mikepeterson83@gmail.com>
2020-06-24 03:58:54 -04:00
Rama Bondan Prakoso
9ab357103d
Maid Manga: Fix swapped popular and update ( #3602 )
2020-06-23 20:38:17 -04:00
Shashank Pujari
0227ab41a8
Added MangaRawr, CopyPasteScan and Removed Reisubs from Madara ( #3596 )
...
* Bumping up version for newly added source
* Added MangaRawr, CopyPasteScan and Removed Reisubs
Reisubs has been taken down by owners of the site for more than month
2020-06-23 08:13:09 -04:00
Mike
38a9cd8808
Comicpunch - fix search ( #3593 )
2020-06-22 15:49:43 -04:00
Shashank Pujari
b1c7da697e
Added AsuraScans to Madara ( #3589 )
...
* Bumping up for new added source
* Added AsuraScans to Madara
2020-06-22 02:16:51 -04:00
ChsBuffer
dc9ddcdf49
Pufei - domain & imgdomain Update ( #3587 )
2020-06-21 22:32:47 -04:00
Mike
2b7d5095c1
E-Hentai - backport changes from AZ, cleanup ( #3582 )
2020-06-21 03:17:33 -04:00
Mike
17e3831deb
FMReader - fix 18lhplus covers ( #3583 )
2020-06-21 03:17:08 -04:00
Mike
8590ff2fb6
ManhuaID - change chapter selector ( #3584 )
2020-06-21 03:16:37 -04:00
Mike
df765c453a
MangaMx - fix pages ( #3580 )
2020-06-20 03:55:10 -04:00
Mike
afe8757638
FMReader - fix RawLH & KissLove, remove MangaBone ( #3579 )
2020-06-20 00:34:14 -04:00
Mike
82e8daf2a9
WP Mangastream - more kiryuu page filtering ( #3577 )
2020-06-19 18:26:27 -04:00
Mike
9c60fbeb93
MangaDex - fewer broken covers ( #3569 )
...
* MangaDex - fewer broken covers
* cleanup
* use lq for re-request
2020-06-19 18:25:58 -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
Mike
4973dd6d61
NineHentai - make details refreshable ( #3565 )
2020-06-19 02:24:18 -04:00
Mike
1357f8b379
Madara - headers ( #3564 )
2020-06-19 00:37:40 -04:00
Mike
3e308f3f52
MMRCMS - fix mangas.pw decoding ( #3563 )
2020-06-19 00:27:49 -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
Oldwangtouchtouchdoge
60e16cf119
Fix Manhuagui manga thumbnail, added ability to parse more manga details and view R18+ manga. ( #3556 )
...
* Fix Manhuagui manga thumbnail, added ability to parse more manga details and view R18+ manga.
* Fixed bugs and irregular codes. Move the logic to send Post and Get request for disguise into mangaDetailsRequest(), they will be send less frequently now.
* compileOnly
Co-authored-by: snakedoc83 <mikepeterson83@gmail.com>
2020-06-18 21:32:18 -04:00
arkon
8444b4c008
NHentai: handle ID searches
2020-06-17 23:00: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
Mike
51f073fb0c
Madara - add sources, refactor date parsing ( #3553 )
2020-06-17 02:15:29 -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
Alessandro Jean
d9309d4b08
Minor fixes for MangaPlus extension ( #3534 )
...
* Minor fixes for MangaPlus extension.
* Change the id overriding to the factory.
* Remove unnecessary id overriding.
* Remove outdated comment.
2020-06-14 14:25:59 -04:00
Mike
8ba04e1ba3
Toonkor - new extension ( #3530 )
2020-06-14 02:33:57 -04:00
Mike
95ac298676
IuTruyenTranh - improvements, fix pages ( #3529 )
2020-06-14 02:33:08 -04:00
Mike
1b1bd56c95
WP Comics - fix xoxocomics chapters ( #3528 )
2020-06-13 23:56:21 -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
Mike
67592c4ba6
WP Comics - add NetTruyen ( #3522 )
2020-06-13 21:07:19 -04:00
arkon
5087fdbf61
NHentai: add rate limiting
2020-06-13 19:40:34 -04:00
arkon
eb5185c4e2
NHentai: use default headers
2020-06-13 16:32:59 -04:00
Alessandro Jean
5a9a96f761
Fix wrong date parsing at Neox. ( #3512 )
...
Fix wrong date parsing at Neox
2020-06-12 17:56:31 -04:00
Pavka
a45c879f2c
Fix libmanga chapters page parse ( #3501 )
...
* Fix libmanga chapters page parse
* Bump libmanga version
Co-authored-by: pavkazzz <me@pavkazzz.ru>
2020-06-12 13:07:24 -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
Mike
db5ba4163f
TMOHentai - fix search ( #3500 )
2020-06-12 04:22:10 -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
0dc21c1b38
MangaDex - MangaPlus message ( #3489 )
...
* MangaDex - MangaPlus message
* Update MangaDex.kt
2020-06-11 17:40:22 -04:00
Pavka
d6c6c65f01
Remanga: Faster loading paid chapter ( #3496 )
...
Co-authored-by: pavkazzz <me@pavkazzz.ru>
2020-06-11 17:39:45 -04:00
jobobby04
46e83a1f76
FoolSlide - Hentai Cafe additional tags ( #3487 )
...
* Add most of the hentai cafe tags
* Bump build.gradle
2020-06-11 00:30:29 -04:00
Mike
228f90fb0c
WP Mangastream - add Readkomik ( #3484 )
2020-06-10 17:10:06 -04:00
Mike
8b2e4ca290
Komiku - better covers, fix details ( #3483 )
2020-06-10 17:09:52 -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
6202a42260
Shqqaa - enable search ( #3480 )
2020-06-10 17:09:15 -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
Mike
b1a4cd44b5
Dmzj - encode imageUrl requests ( #3474 )
2020-06-10 01:26:22 -04:00
PiUliano
e57d4704ad
[Mangaeden] Fix images italian version ( #3464 )
...
* Fix images
Based on the english version
* Update build.gradle
2020-06-09 17:39:57 -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
Pavka
c1cd5509b4
Remanga: Paid chapter ( #3451 )
...
Co-authored-by: pavkazzz <me@pavkazzz.ru>
2020-06-09 14:39:54 -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
arkon
396c203047
NHentai: fix tag parsing
2020-06-09 09:15:14 -04:00
Shashank Pujari
9d80579eb9
Added WebNovel to Madara ( #3456 )
...
* Update version for new source added
* Added WebNovel to Madara
2020-06-09 05:16:09 -04:00
Mike
7a0b545316
NHentai - fix pages ( #3455 )
2020-06-09 02:38:48 -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
348c409c9f
MangaBox - update search ( #3449 )
2020-06-08 17:50:53 -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
Mike
5b78a7580a
Paprika - change manganelos name ( #3435 )
2020-06-07 21:51:46 -04:00
Aria Moradi
bf3e4e4ddb
FMReader: remove manga title from chapter names ( #3421 )
...
* FMReader: remove manga title from chaper names
* FMReader: throw exception for unreachable code
* FMReader: increase extVersionCode, comment out logs
* FMReader: retain the original futionality of chapterFromElement()
* FMReader: some final touches
2020-06-07 19:24:12 -04:00
Aria Moradi
6df012ed41
add mangawindow.club and manganelos.com to Paprika ( #3417 )
...
* add mangawindow.club and manganelos.com to Paprika
* update extVersionCode
* DRY the code
* throw exceprion for unreachable code
* Paparika: comment out logs, remove redundancy
* Paprika: remove unused import
2020-06-07 19:06:49 -04:00
Alessandro Jean
2d5e12b768
Fix wrong status at completed titles. ( #3432 )
2020-06-07 12:27:49 -04:00
Pavka
2f0e88d18c
Remanga. Fixes and login ( #3422 )
...
* Remanga. Fixes and login
* Remanga login fix
* Fix remanga chapter name format
* Fix empty scanlator
* Fix image loading
Co-authored-by: pavkazzz <me@pavkazzz.ru>
2020-06-07 12:08:30 -04:00
Mike
e69c49cf97
MMRCMS - add NoxSubs ( #3429 )
2020-06-07 03:47:32 -04:00
arkon
14e644d358
Set password preferences inputTypes
2020-06-06 13:02:53 -04:00
Gauthier
af8fd27c25
[Komga] unread only filter, prefix book titles ( #3418 )
...
* unread only filter, prefix book titles
closes gotson/komga#169 , gotson/komga#180
* fix linting issues
2020-06-06 12:59:18 -04:00
Mike
1b6dbeb873
Madara - fix Manga Arab Team images ( #3415 )
2020-06-05 15:38:21 -04:00
Mike
8acb99c180
Team X - update domain name ( #3416 )
2020-06-05 15:38:05 -04:00
Eugene
e7f4978241
Remanga: addition of filters ( #3407 )
...
* Remanga: addition of filters
* Remanga: update extVersionCode
2020-06-05 14:48:22 -04:00
Shashank Pujari
7f4928f23e
Added TheTopComic, Manytoon.me and Boyslove to Madara ( #3413 )
...
* Update version while adding Manytoon and Boyslove to Madara
* Added Manytoon and Boyslove to Madara
* Update Version as new source added
* Added TheTopComic to Madara
* Modification to the Version code
2020-06-05 12:34:01 -04:00
Shashank Pujari
364f6d65fb
Added MangaZen (arabic) to Madara ( #3408 )
...
* Updating version code for madara
* Added MangaZen (arabic) to Madara
2020-06-04 14:27:58 -04:00
Shashank Pujari
4397f43d9f
Added ManhwaTime to Madara Extension ( #3396 )
...
Added ManhwaTime to Madara Extension
2020-06-03 11:39:23 -04:00
Eugene
4fce627ae1
Add Remanga source ( #3363 )
...
* The start Remanga
* Remanga page list and branches
* Remove paid chapters from list
* Fix "chapterName" and add "Headers"
* Remanga: chapter name with dot. Correct html description
* Remanga: Fix chapters with float chapter name
* Remanga: Parse type of manga
* Filters
Co-authored-by: pavkazzz <me@pavkazzz.ru>
2020-06-03 07:23:09 -04:00
Alessandro Jean
ca8e45938e
Update Neox URL. ( #3387 )
2020-06-02 13:03:01 -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
Alessandro Jean
11efc8f282
Change BaixarHentai URL to the old one. ( #3377 )
2020-06-01 22:37:43 -04:00
Alessandro Jean
5ee5a41638
Remove old AnimaRegia extension (1/2). ( #3375 )
2020-06-01 22:20:37 -04:00
Alessandro Jean
feca66c791
Add Remangas and AnimaRegia to MMRCMS. ( #3374 )
2020-06-01 22:20:25 -04:00
AbdullahM0hamed
e33341a682
Add Kombatch ( #3356 )
...
* Add Kombatch
* Remove write to file
2020-05-29 20:58:07 -04:00
Alessandro Jean
472020c4fa
Update network client at Golden Mangás. ( #3353 )
...
Update network client at Golden Mangás
2020-05-29 09:48:58 -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
95a779335e
Madara - add Drope Scan, QueensManga ( #3346 )
2020-05-28 18:38:46 -04:00
Mike
725226fed2
Manhuadui - update domain name ( #3345 )
2020-05-28 14:35:21 -04:00
Mike
df43c023ca
Maid Mang - better chapterListSelector ( #3344 )
...
Maid Manga - better chapterListSelector
2020-05-28 14:28:15 -04:00
Mike
fbe90270fe
Mangasail - fix pages, refactor ( #3331 )
2020-05-27 04:29:51 -04:00
Mike
f2ea4568de
Emerald - replace old Mangatensei extension ( #3329 )
2020-05-27 00:32:27 -04:00
Mike
06b509a70e
Paprika - mangatensei and mangazuki.xyz ( #3328 )
2020-05-27 00:31:30 -04:00
Mike
d9755beb63
FoolSlide - add Mabushimajo ( #3323 )
2020-05-26 04:03:03 -04:00
Mike
42e813af30
MMRCMS - add Komik Manga, Mangazuki Raws ( #3324 )
2020-05-26 04:02:42 -04:00
Mike
47093d0371
MeDocTruyenTranh - fixes ( #3318 )
2020-05-26 02:22:41 -04:00
Shashank Pujari
7f46fbbfc2
Added WebtoonXYZ ( #3322 )
...
* Adding WebtoonXYZ
* Added WebtoonXYZ
2020-05-26 02:22:05 -04:00
Pavan Kumar Sampara
7ed0aa1a88
Renascans adding to Madara ( #3316 )
...
* Update build.gradle
* Update MadaraFactory.kt
2020-05-25 15:53:08 -04:00
Shashank Pujari
071f07ca62
Change of Hiperdex URL ( #3312 )
...
* Hiperdex URL has been changed to .com
* Hiperdex URL has been changed to .com
2020-05-25 11:53:29 -04:00
Mike
d10d0fd38e
WP Mangastream - add Matakomik, Komikindo.co, remove Maid Manga ( #3311 )
2020-05-25 05:33:50 -04:00
Mike
3e62147b6b
Maid Manga - site changed theme ( #3310 )
2020-05-25 04:39:04 -04:00
Mike
34a1f446ea
ReadM - fix latest ( #3307 )
2020-05-25 02:28:18 -04:00
Mike
9f248e849c
NineManga - fix details' titles ( #3306 )
2020-05-25 02:13:55 -04:00
Mike
ed4885143b
Madara - add Manga347, referer for chapters ( #3281 )
2020-05-23 02:15:12 -04:00
Mike
b6f0ea7b12
NineManga - more filters ( #3280 )
2020-05-23 01:34:26 -04:00
Mike
3fcc0a9dca
ComicExtra - add genre details ( #3278 )
2020-05-22 22:19:24 -04:00
Carlos
07075bd2fe
Fix mangadex not respecting setting changes ( #3276 )
...
* rename file
add missing languages
move english into factory
* force network on browse, latest, and chapter pages request so setting changes are respected
* update build.gradle
2020-05-22 10:48:04 -04:00
FlaminSarge
0c24811178
[Mangadex] Add Data saver option to ext preferences ( #3272 )
2020-05-21 21:51:29 -04:00
Mike
33250b7e19
Madara ( #3265 ) New sources, updates
...
* Madara - new sources, fixes
* arang
2020-05-21 05:15:14 -04:00
Mike
6b0b72dd83
MangaBox - refactor search, source list changes ( #3264 )
2020-05-20 22:45:17 -04:00
Mike
16ab915b4e
FMReader - add ManhwaSmut ( #3261 )
2020-05-20 06:27:02 -04:00
TacoTheDank
10d51de70a
Update sites for FMReader, Foolslide, and Genkan ( #3230 )
2020-05-20 00:50:40 -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
Miftakhuddin Falaki
317e8c4177
Fix Mangashiro next page selector ( #3243 )
...
* Fix Mangashiro next page selector
* update build gradle
2020-05-19 13:20:37 -04:00
Agayev033
fc377d56ad
Madara ArazNovel - Add Custom GenreList ( #3238 )
...
* Madara ArazNovel - Add Custom GenreList
* Update build.gradle
2020-05-19 07:36:10 -04:00
Mike
e9720241fb
Merge pull request #3234 from SnakeDoc83/wpmangastream
...
WP Mangastream - fix details thumbnail
2020-05-19 02:27:16 -04:00
snakedoc83
7fced26652
WP Mangastream - fix details thumbnail
2020-05-19 02:01:52 -04:00
Mike
7e9bb52cbc
Manga Ship extension, DataImageInterceptor ( #3177 )
...
* Manga Ship extension, DataImageInterceptor
* tweak regex
2020-05-18 22:30:26 -04:00
Miftakhuddin Falaki
af17930c45
Fix kiryuu next page selector ( #3225 )
...
Fix kiryuu next page selector
2020-05-18 08:11:55 -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
Agayev033
b2566f7a88
Add TurkceManga ( #3219 )
...
* Add TurkceManga
* Updated Build.gradle
2020-05-17 18:45:17 -04:00
Mike
e6b3028dd6
WP Mangastream - fix komikindo ( #3216 )
...
* WP Mangastream - fix komikindo
* Merge remote-tracking branch 'upstream/master' into wpmangastream
* Update build.gradle
2020-05-17 18:37:45 -04:00
Alessandro Jean
ccd14d9de5
Refactor the HiperCool extension. ( #3215 )
...
Refactor the HiperCool extension
2020-05-17 17:26:23 -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
a1857f5f35
MMRCMS - enhancements ( #3203 )
2020-05-17 06:33:49 -04:00
Mike
d890768fe6
Tapas - refactor chapter list ( #3202 )
2020-05-17 03:15:25 -04:00
mneko
deee422c19
adding kkj scans ( #3146 )
...
* adding kkj scans
* forgot to bump version
* Update build.gradle
Co-authored-by: arkon <arkon@users.noreply.github.com>
2020-05-16 22:22:31 -04:00
Pavka
1e785925ed
[Ru] Readmanga/Mintmanga/Selfmanga site updates ( #3190 )
...
Co-authored-by: pavkazzz <me@pavkazzz.ru>
2020-05-16 22:22:04 -04:00
Mike
c29e34dc77
WP Mangastream - add KomikTap ( #3180 )
...
WP Mangastream - add KomikTap
2020-05-16 08:16:23 -04:00
Mike
54b85ad467
ReadManhwa - null details fix ( #3181 )
2020-05-16 06:46:06 -04:00
Mike
d665827ba8
MMRCMS - add mangasusu ( #3173 )
...
MMRCMS - add mangasusu
2020-05-15 19:28:41 -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
Mike
58a311af12
Madara - add reisubs, mangaread.org, remove mangstein ( #3164 )
2020-05-15 06:40:41 -04:00
Mike
984ea24932
WP Mangastream - add non-stop scans ( #3163 )
2020-05-15 06:40:25 -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
ff800f6fea
MangaDex - tweak group search ( #3135 )
2020-05-12 18:00:12 -04:00
Pavka
27252e718f
Fix mangalib chapter page parse ( #3133 )
...
Fix mangalib chapter page parse
2020-05-12 10:36:12 -04:00
Pavka
d8c07bd399
Fix mangalib cover ( #3131 )
...
Fix mangalib cover
2020-05-12 08:11:07 -04:00
Mike
bf20b61e01
Mangahasu - add filters ( #3129 )
...
* Mangahasu - add filters
* class names
2020-05-12 07:14:02 -04:00
Mike
9a163bf5fd
Madara - MangaStream genres ( #3127 )
...
* Madara - MangaStream genres
* Update build.gradle
2020-05-12 07:08:59 -04:00
Mike
6c4818232d
MangaKisa - fix chapters ( #3124 )
...
MangaKisa - fix chapters
2020-05-11 22:01:19 -04:00
Alessandro Jean
bcf2943576
Update MangaYabu to match the new layout. ( #3116 )
...
Update MangaYabu to match the new layout
2020-05-11 10:29:07 -04:00
Mike
50204b6354
MangaLife - fix chapters ( #3112 )
2020-05-11 07:22:30 -04:00
Sittikorn Hirunpongthawat
8ad5c5e47c
Change as much HTML parsing to API as possible ( #2951 )
...
* Add Nekopost V.1.2.1
* Fix genre not shown
* Change Icons
* Rename monthMap -> monthList
* Change from getter to normal declaration
* Rename getUrlWithoutDomainFromFullUrl to getMangaOrChapterAlias
* Fix duplicate title
* Fix unable to search by Genre tag
* Change Genre and Status from Enum to Pairs
* Minor changes
* Fix next page not loaded when previous page has no new title
* Fix offset not reset
* Change most of extension to API-based
* Fix bug where some chapter uses legacy url format
* Update build.gradle
2020-05-10 17:49:39 -04:00
Mike
a6c2ed3aae
Myreadingmanga - add more languages ( #3088 )
...
* working
* integration
* cleanup, finalization
2020-05-10 17:47:38 -04:00
TacoTheDank
99ee039d09
Correct a bunch of lints from "en" to "ja" ( #3075 )
2020-05-10 17:46:00 -04:00
Pavka
4148c1831d
Hechan new domain ( #3105 )
...
Hechan new domain
2020-05-10 14:15:54 -04:00
AbdullahM0hamed
41a301e3b3
Change Hiperdex url ( #3103 )
...
Change Hiperdex url
2020-05-10 13:06:46 -04:00
Mike
eb0d284238
Remove Boredom Society, Pecintakomik (1/2) ( #3096 )
2020-05-10 06:18:37 -04:00
Mike
52fe399211
Foolslide - add Rama ( #3093 )
2020-05-10 06:12:56 -04:00
Mike
1fdeb75066
Madara - add MangaYosh ( #3092 )
2020-05-10 06:11:34 -04:00
Mike
830dfb9fc5
Comicake - show webpage on open in webview ( #3091 )
2020-05-10 06:10:49 -04:00
Mike
806227b5bb
Tapas - filter future releases ( #3090 )
...
Tapas - filter future releases
2020-05-09 21:40:53 -04:00
Mike
4285114a03
FMReader - add ManhuaScan ( #3089 )
...
FMReader - add ManhuaScan
2020-05-09 20:00:28 -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
Eugene
252d72c204
Adding a manga type for j2k library filters (to sources: comx, libmanga, mangachan, mintmanga, readmanga) ( #3067 )
...
* Add Russian types of manga
* Mangalib refactoring
Co-authored-by: Pavel Mosein <p.mosein@edadeal.ru>
2020-05-09 11:31:28 -04:00
Alessandro Jean
7cfd2858c9
Fix wrong title parsing at Golden Mangás. ( #3082 )
2020-05-09 11:29:51 -04:00
TacoTheDank
d418ae93b2
Corrected a bunch of lints in "all" ( #3035 )
2020-05-08 18:11:52 -04:00
AbdullahM0hamed
028ba2e084
Add MangaRaw ( #3071 )
2020-05-08 18:10:27 -04:00
Mike
a4a492ad3a
OhManhua - correct id ( #3070 )
...
OhManhua - correct id
2020-05-08 13:46:10 -04:00
Mike
37c186c6a4
OneManhua - now OhManhua ( #3065 )
2020-05-07 20:03:29 -04:00
Alessandro Jean
49d40d6eda
Fix some chapters not loading at Union Mangás ( #3050 ). ( #3064 )
2020-05-07 18:47:22 -04:00
Mike
2e2a62d50a
Madara - add 1st Kiss Mahua, Hero Manhua, Martial Scans ( #3062 )
2020-05-07 17:46:47 -04:00
Mike
a3fbe74abb
NineManga - adjust headers ( #3060 )
2020-05-07 15:59:55 -04:00
Mike
138c03839e
MangaBox - referer headers ( #3058 )
...
MangaBox - referer headers
2020-05-07 15:08:54 -04:00
Mike
5684ab0d06
WP Mangastream - refactor, add Sekte Doujin ( #3044 )
...
* WP Mangastream - refactor, add Sekte Doujin
* Filters
2020-05-07 07:07:51 -04:00
Mike
c6855db5d2
Mangakawaii - tweak chapter_number ( #3041 )
2020-05-06 18:58:45 -04:00
Agayev033
549af8b808
Added MangaPhoenix ( #3029 )
...
* Added MangaPhoenix
* Version
2020-05-06 09:10:11 -04:00
Mike
df8e210c5c
ReadManhwa - add filters ( #3032 )
...
* ReadManhwa - add filters
* Use HttpUrl
2020-05-06 09:09:55 -04:00
Mike
ee89cf8594
Foolslide - cleaner details ( #3030 )
2020-05-05 22:28:24 -04:00
AbdullahM0hamed
2f57009d3d
Add MangaKatana ( #3021 )
2020-05-05 14:34:30 -04:00
Mike
6e8e3e343a
NineHentai - sort tags ( #3012 )
2020-05-05 06:42:57 -04:00
Mike
fc249567fc
Mangakawaii - fix search ( #3011 )
2020-05-05 06:42:02 -04:00
Mike
6c06077d60
Madara - update sources ( #3007 )
2020-05-04 16:19:08 -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
AbdullahM0hamed
e83631f85b
Missing comma ( #2994 )
...
* Update build.gradle
* Update MadaraFactory.kt
2020-05-03 19:50:12 -04:00
AbdullahM0hamed
2543d37ccd
Add GuncelManga to Madara ( #2993 )
...
* Update build.gradle
* Update MadaraFactory.kt
2020-05-03 19:29:46 -04:00
Mike
5d88f196d5
ReadManhwa - new extension ( #2991 )
2020-05-03 18:41:27 -04:00
AbdullahM0hamed
82b10b9d5b
Fixes to MangaDenizi ( #2984 )
...
* Update build.gradle
* Update MangaDenizi.kt
2020-05-02 23:28:29 -04:00
AbdullahM0hamed
cea7b6b079
Add MangaDenizi ( #2982 )
...
* Add MangaDenizi
* Update MangaDenizi.kt
* Replace icons
2020-05-02 18:40:42 -04:00
Mike
de3c191fde
FoolSlide - add Tortuga Ceviri ( #2967 )
...
FoolSlide - add Tortuga Ceviri
2020-05-01 23:06:01 -04:00
Mike
037ef41c01
Madara - add Manhwa Raw ( #2968 )
...
Madara - add Manhwa Raw
2020-05-01 22:59:40 -04:00
Mike
3947a3933c
MangaAe - update domain name ( #2964 )
2020-05-01 20:57:07 -04:00
Alessandro Jean
f4915f9b9e
Add Tsuki Mangás ( #2928 )
...
* Add Tsuki Mangás.
* Remove additional slash at url.
2020-05-01 18:16:16 -04:00
Mike
b17987b8e5
Replace HolyManga & HeavenManga ( #2950 )
2020-05-01 18:14:36 -04:00
Pavka
a22d8efae1
Comx avoid antirobot ( #2961 )
...
Fix/comx antirobot avoid
2020-05-01 18:02:48 -04:00
Carlos
37e2665c47
remove JuinJutsuReader ( #2959 )
2020-05-01 14:31:27 -04:00
Mike
312fdaa7e9
Madara - add Manga Byte ( #2955 )
2020-05-01 04:55:30 -04:00
Mike
a73d8fbd8a
FoolSlide - add customizable instance ( #2954 )
2020-05-01 04:24:35 -04:00
Mike
3203f05cc3
JMana update ( #2953 )
2020-05-01 04:23:28 -04:00
arkon
9e8f89beb0
MangaDex: update base URL to include www, remove temporary domain handlers
...
This is a workaround for the site not loading properly in WebView sometimes due to some
of their assets failing to load when not on the www subdomain for some reason.
2020-04-30 09:31:33 -04:00
Mike
d99a1e3f1a
Madara - add mixedmanga, manhuasworld, araznovel ( #2942 )
...
Madara - add mixedmanga, manhuasworld, araznovel
2020-04-30 08:11:57 -04:00
Mike
318c4dbc3e
Genkan - add SKScans ( #2943 )
...
Genkan - add SKScans
2020-04-30 08:11:27 -04:00
Mike
b5cfb58ead
Hentai2Read - fix additional search pages ( #2933 )
2020-04-29 18:01:16 -04:00
Mike
044bd2c096
FMReader - remove TruyenTranhLH ( #2921 )
...
FMReader - remove TruyenTranhLH
2020-04-29 07:59:18 -04:00
Mike
b398c1dc34
TruyenTranhLH extension ( #2922 )
...
TruyenTranhLH extension
2020-04-29 07:58:38 -04:00
E3FxGaming
d4dbf1d63f
Implemented MangaMx Cloudflare fix ( #2926 )
...
Manga-mx.com uses Cloudflare.
Using the Cloudflare client makes it usable again.
2020-04-29 06:03:39 -04:00
Mike
ec71806db1
FoolSlide - add 3 Italian sources ( #2923 )
2020-04-29 06:02:37 -04:00
AbdullahM0hamed
ce56272eb3
Add Juinjutsureader ( #2876 )
...
* Add MangaStein to list of sources
* Add JuinJutsuReader
2020-04-28 22:12:38 -04:00
AbdullahM0hamed
b54899b2aa
Remove Kissmanga ( #2911 )
2020-04-28 11:57:42 -04:00
Mike
31c0888972
FMReader - add Epik Manga ( #2895 )
...
FMReader - add Epik Manga
2020-04-28 08:22:29 -04:00
Mike
c0991ef873
Foolslide - add Phoenix Scans, GTO, Kangaryu ( #2892 )
...
Foolslide - add Phoenix Scans, GTO, Kangaryu
2020-04-27 21:59:54 -04:00
Mike
9fddb053d1
Madara - add MangaRockTeam ( #2891 )
...
Madara - add MangaRockTeam
2020-04-27 21:15:03 -04:00
Mike
4f8851d8be
Mangakawaii - request header ( #2884 )
...
Mangakawaii - request header
2020-04-27 17:31:46 -04:00
Pavka
4a148e2ca2
Mangahub site update ( #2878 )
...
Mangahub site update
2020-04-27 14:44:40 -04:00
Alessandro Jean
42ad92bbff
Update language in Brazilian sources. ( #2860 )
2020-04-26 22:28:23 -04:00
AbdullahM0hamed
a2fa6231f0
SeriManga: Get chapters from following pages ( #2858 )
...
* Update build.gradle
* Update SeriManga.kt
* Update SeriManga.kt
* Update SeriManga.kt
* Update SeriManga.kt
* Update SeriManga.kt
* Update SeriManga.kt
2020-04-26 22:27:01 -04:00
AbdullahM0hamed
c2e08d86c4
Add MangaStein to list of sources ( #2867 )
2020-04-26 22:26:32 -04:00
AbdullahM0hamed
86b128e5d0
Add MangaStein to Madara ( #2864 )
...
Add MangaStein to Madara
2020-04-26 20:54:26 -04:00
Mike
32be7b2f11
MangaBox - redirect check, selectors ( #2866 )
...
MangaBox - redirect check, selectors
2020-04-26 20:20:07 -04:00
Mike
2251a97868
FMReader - fix thumbnails, headers ( #2862 )
...
FMReader - fix thumbnails, headers
2020-04-26 17:57:32 -04:00
Mike
fbdb95c820
Madara - MangaKomi dates ( #2859 )
2020-04-26 16:00:36 -04:00
Mike
46a3b00ac8
Hentai2Read - more search changes ( #2857 )
2020-04-26 15:42:16 -04:00
AbdullahM0hamed
49c57a8e7d
Fixed SeriManga search ( #2855 )
...
* Update build.gradle
* Update SeriManga.kt
2020-04-26 13:48:43 -04:00
Alessandro Jean
3c7de13f42
Remove old SuperHentais extension (1/2). ( #2849 )
2020-04-26 12:06:48 -04:00
Alessandro Jean
4b937c2e79
Add Super Mangás. ( #2848 )
2020-04-26 12:06:38 -04:00
AbdullahM0hamed
ab31762778
Add SeriManga ( #2833 )
...
* Add SeriManga
* Update SeriManga.kt
* Remove Printing to file
2020-04-26 11:36:42 -04:00
Mike
be986aa1fe
Oglaf - fix pages ( #2836 )
...
Oglaf - fix pages
2020-04-26 09:49:25 -04:00
Mike
3ded3086a9
Madara - ManhuaUS chapter order ( #2841 )
2020-04-26 07:01:59 -04:00
Mike
5dd204d665
ReadComicOnline - refactor pageListParse ( #2838 )
...
ReadComicOnline - refactor pageListParse
2020-04-26 07:00:35 -04:00
Mike
28438fd55f
Mangakyo - domain change ( #2835 )
...
Mangakyo - domain change
2020-04-25 21:39:46 -04:00
Mike
962fb9259a
FMReader - HanaScan, MangaTR fixes ( #2834 )
2020-04-25 21:00:05 -04:00
Mike
844b32f560
WP Comics - add NhatTruyen ( #2829 )
...
WP Comics - add NhatTruyen
2020-04-25 18:24:30 -04:00
Mike
9638620270
MangaAe - fix latest ( #2823 )
2020-04-25 15:26:23 -04:00
ObserverOfTime
7235c83998
Move Decadence Scans to Madara ( #2822 )
2020-04-25 14:36:49 -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
6c722ce2b3
Heavenmanga - updates ( #2815 )
...
* Heavenmanga - updates
* Update build.gradle
2020-04-25 09:50:26 -04:00
AbdullahM0hamed
0a6494c51d
Add MangaKita ( #2803 )
2020-04-24 23:24:26 -04:00
Mike
95f8795bfa
DbMultiverse - additional languages ( #2782 )
...
* DbMultiverse - additional languages
* Separate file for "en" class
2020-04-24 23:23:31 -04:00
Mike
ce453df6c3
Madara - fix Hiperdex, add 2 tr sources ( #2811 )
2020-04-24 22:25:15 -04:00
Mike
2cb370f061
MangaBox - add Mangakakalots ( #2810 )
...
MangaBox - add Mangakakalots
2020-04-24 21:19:31 -04:00
Carlos
f4d6e5dd18
Remove MangaWorld.tv at request of site owner ( #2801 )
2020-04-24 13:24:30 -04:00
Mike
e046d8b4c8
Foolslide - add English HNI-Scantrad ( #2796 )
...
Foolslide - add English HNI-Scantrad
2020-04-24 08:27:50 -04:00
Mike
90f191bc00
WP Comics - fixes ( #2791 )
...
WP Comics - fixes
2020-04-24 08:27:02 -04:00
Thiago França da Silva
33d1ccd2a7
EHentai - Implement Url Intent ( #2789 )
...
E-Hentai - Implement Url Intent
2020-04-23 22:34:21 -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
eefbc2896b
UnionMangas - Implement Url Intent, fix url ( #2787 )
...
UnionMangas - Implement Url Intent and Fix Base Url
2020-04-23 22:13:49 -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
9d30421ef9
Foolslide - add HNI-Scantrad ( #2784 )
...
Foolslide - add HNI-Scantrad
2020-04-23 22:11:19 -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
funkyhippo
7a1663b21c
JB page list fix. ( #2776 )
...
JB page list fix.
2020-04-23 12:45:32 -04:00
Mike
f2a119ac0c
Toomics - fixes ( #2773 )
...
Toomics - fixes
2020-04-23 08:21:05 -04:00
Mike
0075227433
NineMangaFr headers ( #2771 )
...
NineMangaFr headers
2020-04-23 08:19:26 -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
AbdullahM0hamed
05561c80c1
Add Ngomik ( #2756 )
2020-04-22 21:10:47 -04:00
Mike
995ec63bd6
Manga Tube - new extension ( #2748 )
...
* Manga Tube - new extension
* Icons
2020-04-22 21:10:21 -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
Mike
d82ea43ee9
MMRCMS - add Lelscan-VF ( #2738 )
...
MMRCMS - add Lelscan-VF
2020-04-21 17:06:57 -04:00
AbdullahM0hamed
5d9be48f31
Update RenaScans ( #2740 )
...
Update RenaScans
2020-04-21 16:41:01 -04:00
AbdullahM0hamed
0fe9f390ce
Change NightComic to https ( #2737 )
...
Change NightComic to https
2020-04-21 15:13:23 -04:00
AbdullahM0hamed
4b33e06fa0
Add ManhuaUS ( #2733 )
...
Add ManhuaUS
2020-04-21 12:32:55 -04:00
Carlos
476cf8ad00
remove earlymanga ( #2729 )
...
* reorder sources alphabetical
remove earlymanga
fixes #2728
* update build.gradle
2020-04-21 08:25:56 -04:00
Mike
8fb9148fac
MMRCMS - add Puzzmos, Scan-1 ( #2724 )
...
MMRCMS - add Puzzmos, Scan-1
2020-04-21 08:23:40 -04:00
AbdullahM0hamed
9c90309ad1
Update WPComicsFactory.kt ( #2723 )
...
Update WPComicsFactory.kt
2020-04-20 21:17:49 -04:00
AbdullahM0hamed
8e6c31ccab
Add manytoon.club ( #2712 )
...
* Update build.gradle
* Update MadaraFactory.kt
2020-04-19 12:37:48 -04:00
Kiku
8e07870627
Add bacakomik.co ( #2699 )
...
* add bacakomik.co
* update build.gradle
2020-04-19 10:06:36 -04:00
Gauthier
facc1d7bfd
use SourceFactory to have multiple Komga servers (3 for the moment) ( #2707 )
...
while waiting for https://github.com/inorichi/tachiyomi/pull/2196 this should suffice for most users
2020-04-19 09:22:24 -04:00
Angelghost
86e8e5569e
[BUG][fr-mangakawaii] fix the url to make manga search ( #2709 )
...
[BUG][fr-mangakawaii] fix the url to make manga search
2020-04-19 09:17:56 -04:00
Kirill
8f5ddea8a1
Readmanga and Mintmanga: Status fix ( #2703 )
2020-04-18 19:13:20 -04:00
Mike
d4579b7e77
MangaBox - genre search, remove mangafree ( #2698 )
2020-04-18 14:49:46 -04:00
Sittikorn Hirunpongthawat
afb3941626
Nekopost - fix next page not loaded ( #2685 )
...
* Add Nekopost V.1.2.1
* Fix genre not shown
* Change Icons
* Rename monthMap -> monthList
* Change from getter to normal declaration
* Rename getUrlWithoutDomainFromFullUrl to getMangaOrChapterAlias
* Fix duplicate title
* Fix unable to search by Genre tag
* Change Genre and Status from Enum to Pairs
* Minor changes
* Fix next page not loaded when previous page has no new title
* Fix offset not reset
2020-04-17 18:36:11 -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
DitFranXX
f6c0ebe2cf
Update Manamoa extension for Minor fixes, v1.2.20 ( #2694 )
...
Update Manamoa extension for Minor fixes, v1.2.20
2020-04-17 09:08:06 -04:00
Mike
b535f2765b
Webtoons - add locale cookie ( #2692 )
...
Webtoons - add locale cookie
2020-04-16 23:34:36 -04:00
Mike
a5a1405186
WP Comics - add xoxcomics ( #2683 )
2020-04-16 23:18:32 -04:00
Mike
a37ad95ff0
Madara - add Top Manhua ( #2688 )
2020-04-16 23:18:05 -04:00
Mike
d1e1cae0ae
Mangakawaii - change user-agent ( #2691 )
2020-04-16 23:17:46 -04:00
Mike
1584eba36a
WP Mangastream - refactor, fixes ( #2680 )
2020-04-15 18:07:29 -04:00
AbdullahM0hamed
4ab893f4d8
Add Manhuaid.com ( #2675 )
...
Add Manhuaid.com
2020-04-15 10:58:18 -04:00
Alessandro Jean
6c1e518184
Fix "Open in browser" wrong URL and add missing Referer headers at MangaPlus. ( #2667 )
2020-04-14 22:15:35 -04:00
Mike
e106314621
TruyenQQ - add referer header ( #2673 )
...
TruyenQQ - add referer header
2020-04-14 15:03:19 -04:00
Mike
526ec07a4b
MangaLink - new extension ( #2649 )
...
MangaLink - new extension
2020-04-13 20:50:00 -04:00
Mike
6ca901f7e5
Nudemoon - fix pages ( #2668 )
...
Nudemoon - fix pages
2020-04-13 20:49:20 -04:00
Alessandro Jean
7a09f9fc17
Fix thumbnails not showing at MangaHost. ( #2663 )
2020-04-13 17:26:02 -04:00
Sittikorn Hirunpongthawat
b220477525
Add Nekopost ( #2647 )
...
* Add Nekopost V.1.2.1
* Fix genre not shown
* Change Icons
* Rename monthMap -> monthList
* Change from getter to normal declaration
* Rename getUrlWithoutDomainFromFullUrl to getMangaOrChapterAlias
* Fix duplicate title
* Fix unable to search by Genre tag
* Change Genre and Status from Enum to Pairs
* Minor changes
2020-04-13 17:23:45 -04:00
Edgar Mejía
8b120ef5d6
Update TuMangaOnline, LectorManga & TMOHentai ( #2656 )
...
* Update filters, update latest URL to prevent server ban for too many requests.
* Update TMO.
* Update filters, fix latest updates URL.
2020-04-13 17:22:39 -04:00
Mike
7357093dde
WP-Comics - fix double pages ( #2662 )
2020-04-13 17:20:48 -04:00
Ankit Singh
090b7b4463
NEW Method Scans ( #2664 )
...
Added Method Scans
2020-04-13 17:07:23 -04:00
Alessandro Jean
0c1b229853
Update language and old manga url at Union Mangás. ( #2661 )
...
Update language and old manga url at Union Mangás
2020-04-13 14:04:45 -04:00
Mike
1d34fe83b0
Madara - chapters, thumbnails ( #2655 )
...
Madara - chapters, thumbnails
2020-04-13 08:20:14 -04:00
Mike
634240b2f0
Madara - xhr chapters ( #2651 )
...
Madara - xhr chapters
2020-04-12 18:47:18 -04:00
Mike
c5a090fab2
MMRCMS - fewer dupes in latest ( #2639 )
2020-04-11 05:19:13 -04:00
Alessandro Jean
4f8fe13829
Fix "Open in WebView" not working. ( #2638 )
...
Fix "Open in WebView" not working at MangasProject
2020-04-10 21:22:58 -04:00
Alessandro Jean
57efc954a9
Add missing chapters at MangasProject. ( #2637 )
...
Add missing chapters at MangasProject
2020-04-10 17:09:55 -04:00
arkon
de48a293a5
NHentai: fix sorting ( fixes #2608 )
2020-04-10 09:40:02 -04:00
Mike
5de4e42929
FMReader - add SayTruyen ( #2632 )
...
* FMReader - add SayTruyen
* Update build.gradle
2020-04-10 09:30:26 -04:00
Mike
bee6c44417
WPMangaStream - add Manga Raw ( #2636 )
2020-04-10 09:28:27 -04:00
happywillow0
b8a4865f45
Madara - Add Websites ( #2631 )
...
Madara - Add Websites
2020-04-09 23:46:36 -04:00
arkon
1046da3888
Merge pull request #2446 from happywillow0/tmo-upload
...
Re-add TMO
2020-04-09 21:53:12 -04:00
happywillow0
1059277db6
Update build.gradle
2020-04-09 21:05:37 -04:00
Mike
d4f1185c53
Mangasee - parse thumbnails on browse ( #2629 )
...
Mangasee - parse thumbnails on browse
2020-04-09 19:05:55 -04:00
Edgar Mejía
2154393ca7
Fix VCPVMP (ES) ( #2625 )
2020-04-09 18:05:22 -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
Dario Tarantini
39a2927a7c
Update Mangaworld.kt ( #2615 )
...
Update Mangaworld.kt
2020-04-09 15:21:25 -04:00
Mike
e04a2746a5
Manhua Plus - new extension ( #2593 )
...
* Manhua Plus - new extension
* Icons
* Time Zone
* Factory
* Icons, mangasum
2020-04-09 06:15:21 -04:00
AbdullahM0hamed
9330b6662d
Added Komiku ( #2621 )
...
* 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
* Add Komiku
* Add Komiku
* Add Komiku
* Add Komiku
* Update Komiku.kt
2020-04-08 22:20:41 -04:00
happywillow0
e2c5cb89f9
Update Latest URL ( #2617 )
...
MMRCMS - Update Latest URL
2020-04-08 17:16:00 -04:00
happywillow0
0554ea97d9
Update URL ( #2616 )
2020-04-08 16:31:38 -04:00
E3FxGaming
f22e64c784
Added www Mangadex subdomain to open directly ( #2614 )
...
While Google search results lead to mangadex.org websites,
other search engines such as Duckduckgo and Bing lead to
www.mangadex.org websites.
Changed extension manifest to handle www.mangadex.org
2020-04-08 10:06:23 -04:00
Ming Kit
a7ed2e1bc9
Added Onemanhua source ( #2607 )
...
Added Onemanhua source
2020-04-07 14:34:30 -04:00
Pavka
ab6d4d0a2e
Mangalib site update. Add prefs to image server ( #2594 )
...
Co-authored-by: Pavel Mosein <p.mosein@edadeal.ru>
2020-04-05 10:42:35 -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
Alessandro Jean
ace294b5e3
Update MangaHost user-agent ( #2591 )
...
* Update MangaHost user agent.
* Update name and language.
* Remove unused imports.
2020-04-04 12:11:52 -04:00
arkon
906d76a9aa
NHentai: use genre for tags, support favorites filter when logged in
2020-04-04 12:01:52 -04:00
Xéfir Destiny
0b3e69ec69
Incorrect parsing of HTML entities in manga author and artists on Mangadex ( #2588 )
...
* Incorrect parsing of HTML entities in manga author and artists ; Fixes #1020
* Update version for #1020
2020-04-04 10:10:41 -04:00
Mike
050f3ba303
MangaBox - MangaOnl genre filter ( #2587 )
...
MangaBox - MangaOnl genre filter
2020-04-04 08:38:52 -04:00
Mike
59538ef38e
Foolslide - remove 3 sources, improve thumbnails ( #2586 )
...
Foolslide - remove 3 sources, improve thumbnails
2020-04-04 08:38:15 -04:00
Alessandro Jean
4ab84071c3
Add preferences to MangaPlus ( #2581 )
...
Add preferences to MangaPlus
2020-04-03 20:49:46 -04:00
BlueCat300
3b7ef6e44e
Mangaonlinebiz: Error 404 ( #2575 )
...
Mangaonlinebiz: Error 404
2020-04-03 20:48:15 -04:00
Mike
a6633e2545
Mangahere - revert & tweak pages ( #2582 )
...
Mangahere - revert & tweak pages
2020-04-03 20:47:50 -04:00
Mike
f57916c741
Madara - add Manga Read and Unknown Scans ( #2577 )
2020-04-03 06:33:28 -04:00
Mike
611f8c6240
BlogTruyen - fix search ( #2569 )
2020-04-01 22:41:00 -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
Carlos
b3e0ef430a
Mangadex description cleanup ( #2545 )
...
Mangadex description cleanup
2020-03-31 12:37:48 -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
Mike
f8ca54dfcd
Mangalib - add isekai genre ( #2549 )
...
Mangalib - add isekai genre
2020-03-30 06:14:37 -04:00
Mike
82ff9faf55
Remove MangaCards (1/2) ( #2546 )
2020-03-29 17:00:23 -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
arkon
efb9215f73
JapScan: use older version of JsonParser method for stable compatibility ( fixes #2481 )
2020-03-29 12:23:59 -04:00
Mike
13d98a48b8
Madara - fix 1stkiss thumbnails ( #2538 )
2020-03-29 07:42:15 -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
Kirill
778c63a412
Hentai-chan: Fixed chapter name parsing and image links parsing for mangas, that has quotes in the title ( #2532 )
...
Hentai-chan small fixes
2020-03-28 10:52:18 -04:00
SkiFire13
22b48ab3ca
Fixed title parsing for DisasterScans's mangaDetailsParse ( #2529 )
...
Fixed title parsing for DisasterScans's mangaDetailsParse
2020-03-27 16:52:40 -04:00
Alessandro Jean
7e8b16ae04
Update Kotlin and kotlinx.serialization version ( #2525 )
...
* Update Kotlin and kotlinx.serialization version.
* Add missing annotation.
2020-03-27 13:04:05 -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
Mike
76ab3571a2
Madara - add PornComix ( #2501 )
...
Madara - add PornComix
2020-03-25 08:34:17 -04:00
happywillow0
1c29f4b11b
KissManga - Upgrade User-Agent ( #2503 )
2020-03-25 05:58:44 -04:00
Alessandro Jean
c8f3eea405
Add Neox Scanlator and Manga Lord ( #2499 )
...
Add Neox Scanlator and Manga Lord
2020-03-24 21:30:48 -04:00
happywillow0
85bfd0da30
Pufei - Add Content Type Interceptor ( #2492 )
2020-03-24 06:18:24 -04:00
Alessandro Jean
793f9bd88a
Change MangasProject name to the new one. ( #2488 )
2020-03-24 06:15:00 -04:00
Alessandro Jean
c780173658
Fix genre filter not working. ( #2487 )
...
Fix genre filter not working at SuperHentais
2020-03-23 21:21:24 -04:00
Alessandro Jean
4b44edd0d7
Add SuperHentais ( #2477 ). ( #2484 )
2020-03-23 18:00:33 -04:00
happywillow0
0aabe51c88
HocVienTruyenTranh - Fix Referer ( #2486 )
...
HocVienTruyenTranh - Fix Referer
2020-03-23 16:44:27 -04:00
happywillow0
5bad39943e
MangaAE - Fix Chapter URL ( #2485 )
...
MangaAE - Fix Chapter URL
2020-03-23 15:33:49 -04:00
Logan B
6494d9eaa1
[HocVienTruyenTranh] Fix (half of) #2468 ( #2472 )
...
[HocVienTruyenTranh] Fix (half of) #2468
2020-03-23 08:16:36 -04:00
Logan B
73119491b6
Remove Kono-Basho, dead site ( #2470 )
2020-03-23 05:44:59 -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
Logan B
4b6e3c6309
[Madara] DisasterScans: Fix manga title not appearing; add MangaWOW + MangaStream ( #2471 )
...
[Madara] DisasterScans: Fix manga title not appearing; add MangaWOW + MangaStream
2020-03-22 22:43:07 -04:00
arkon
956e93f13f
TeamX: increase timeout ( closes #2467 )
2020-03-22 12:38:28 -04:00
happywillow0
53a36797f3
HentaiVN - Headers ( #2474 )
...
HentaiVN - Thumbnail Fix
2020-03-22 09:22:16 -04:00
happywillow0
dae633bc1f
Blog truyen - Thumbnail Fix ( #2473 )
...
Blog truyen - Thumbnail Fix
2020-03-22 09:21:53 -04:00
happywillow0
dc8bb59564
MMRCMS - Read Comics Online ( #2464 )
...
- Fix Selector
2020-03-20 17:54:08 -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
Gauthier
bc49af1d14
use Book title instead of name ( #2459 )
...
use Book numberSort instead of number
2020-03-20 05:47:21 -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
49b34c57f6
Mangatensei - use abs:src ( #2456 )
2020-03-19 22:20:59 -04:00
happywillow0
e141c4a887
Tapas - use data-src ( #2455 )
2020-03-19 22:20:47 -04:00
happywillow0
e0bf25bd65
Japscan - Update Search ( #2448 )
...
Japscan - Update Search
2020-03-19 09:37:00 -04:00
happywillow0
ee394dc2a8
Update Lector ( #2447 )
...
Update Lector
2020-03-18 20:30:14 -04:00
happywillow0
d1d999aa86
Add TMO
2020-03-18 18:45:46 -04:00
Mike
f93f28cbd4
NHentai - sort filter ( #2440 )
...
NHentai - sort filter
2020-03-18 08:17:49 -04:00
Mike
506843c9e0
xkcd - parse image from html ( #2435 )
...
xkcd - parse image from html
2020-03-17 08:17:30 -04:00
Mike
6d5b43705c
Team-X - fix images ( #2433 )
...
Team-X - fix images
2020-03-17 08:15:48 -04:00
AbdullahM0hamed
3495a64bf1
Update build.gradle ( #2430 )
2020-03-16 17:28:19 -04:00
AbdullahM0hamed
bd81a76ba4
Added SecretScans (a new scanlator site) as source ( #2428 )
...
Added SecretScans (a new scanlator site) as source
2020-03-16 16:19:06 -04:00
happywillow0
4bb19c8456
Add Header Referer ( #2424 )
...
- Fixes thumbnail hotlink protection
2020-03-15 13:09:31 -04:00
Alessandro Jean
61409c94b2
Add Shonen Jump+ ( #2412 )
...
Add Shonen Jump+
2020-03-13 20:20:24 -04:00
Ankit Singh
94181a9eb1
ICONS ADDED ( #2414 )
...
ICONS ADDED - Doujin Yang
2020-03-12 07:23:15 -04:00
happywillow0
d0150190a1
Split Doujin-Yang ( #2408 )
...
Split Doujin-Yang
2020-03-11 23:19:44 -04:00
happywillow0
98ccbbde25
Fix MangaMx ( #2409 )
...
Fix MangaMx
2020-03-11 23:18:59 -04:00
happywillow0
0f2c985b19
Update Generator.kt ( #2411 )
2020-03-11 21:04:54 -04:00
happywillow0
1f7afec369
Update Mangas.pw to in ( #2407 )
2020-03-11 14:51:11 -04:00
morcefaster
98604a69cb
Japscan not loading images dirty fix ( #2315 ) ( #2404 )
...
Japscan not loading images dirty fix (#2315 )
2020-03-11 11:04:28 -04:00
happywillow0
1285139a67
Update MangaBat ( #2405 )
2020-03-11 07:56:31 -04:00
Alessandro Jean
92d64e95a5
Use error message from MangaPlus API ( #2400 )
...
Use error message from MangaPlus API
2020-03-10 23:20:06 -04:00
happywillow0
9ad04a5b01
Tapas Re-write ( #2401 )
...
Tapas Re-write
2020-03-10 23:19:09 -04:00
jobobby04
c64cf2948e
E-Hentai WatchedList checkbox fix ( #2399 )
...
* E-Hentai WatchedList checkbox fix
* Update build.gradle
2020-03-09 18:49:28 -04:00
happywillow0
92e46f4aa9
Add Ciayo Comics ( #2394 )
...
[New] Ciayo Comics
2020-03-09 10:45:16 -04:00
jobobby04
53bc937198
E-Hentai added Watched list ( #2392 )
...
E-Hentai added Watched list
2020-03-08 18:42:02 -04:00
happywillow0
c1f6672bb6
Add Novelle Leggere ( #2388 )
2020-03-08 18:01:48 -04:00
happywillow0
694b7e5a5f
[New] Manga Club ( #2370 )
...
* Add MangaClub
* Fix Filters
* Add Icons
2020-03-08 18:00:57 -04:00
arkon
44764bd525
Mintmanga: Domain ( #2376 )
...
Mintmanga: Domain
2020-03-05 20:21:14 -05:00
arkon
5e961ca3c3
[New Source]- Genkan- Edelgarde Scans (en) ( #2373 )
...
[New Source]- Genkan- Edelgarde Scans (en)
2020-03-05 14:11:17 -05:00
arkon
bc8ac4b721
Add MangaKiss, MangaDods ( #2372 )
...
Add MangaKiss, MangaDods
2020-03-05 10:53:12 -05:00
arkon
8201673f06
Add new source www.wuqimh.com ( #2343 )
...
Add new source www.wuqimh.com
2020-03-05 07:10:02 -05:00
arkon
f3ddcc74cd
Upload HonkaiImpact3 ( #2359 )
...
Add Honkai Impact 3
2020-03-04 21:03:09 -05:00
BlueCat300
38f311d7e3
Mintmanga: Domain Name Change ( #2365 )
...
Mintmanga: Domain Name Change
2020-03-04 08:04:24 -05:00
happywillow0
418c272a68
MangaOwl - Update Selectors ( #2360 )
...
MangaOwl - Update Selectors
2020-03-04 07:14:04 -05:00
happywillow0
7f98272539
ReadeManga Update ( #2356 )
...
ReadeManga Update
2020-03-04 07:12:41 -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
e0fbcc6ce0
MMRCMS - Add / Fix ( #2347 )
...
MMRCMS - Add / Fix
2020-03-03 07:17:13 -05:00
happywillow0
b6ae4d6c8d
Update chapterFromElement ( #2348 )
...
ExistentialComics = Fix Chapter list
2020-03-03 07:16:45 -05:00
happywillow0
7eb8bc2179
Mangadex - Use Network ( #2346 )
...
Mangadex - Use Network
2020-03-03 05:27:34 -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
c53c69a95c
Madara - Add 365Manga, Disaster Scans ( #2335 )
...
Madara - Add 365Manga, Disaster Scans
2020-03-01 20:17:29 -05:00
happywillow0
08907a0896
Revert last four commits ( #2337 )
...
Revert last four commits
2020-03-01 19:03:22 -05:00
arkon
18f0c3c221
Fix type mismatch
2020-03-01 18:27:09 -05:00
happywillow0
68c786e14f
MMRCMS Fixes ( #2333 )
...
* MMRCMS Fixes
Updated Latest Updates
Fixed Details - Title
* Update urls
* Add Generator Warning
2020-03-01 15:02:36 -05:00
happywillow0
d4986b08f5
Madara Updates ( #2332 )
...
Add MangaBob
Fix EarlyManga
Update APC UserAgent
2020-03-01 14:54:53 -05:00
Trim21
55bd6bf3a2
bump zh-bainianmanga version to 2 ( #2331 )
...
bump zh-bainianmanga version to 2
2020-03-01 11:41:36 -05:00
Trim21
fe41e6cd74
fix: zh-bainianmanga ( #2329 )
...
fix: zh-bainianmanga
2020-03-01 10:26:16 -05:00
happywillow0
666a27c246
Fix MRM Filters ( #2314 )
...
Fix MRM Filters
2020-03-01 10:24:42 -05:00
happywillow0
29d1d99e58
View Trending / New via Filter ( #2322 )
...
KissManga - Enable Trending / New Manga lists
2020-03-01 07:23:05 -05:00
Jays2Kings
24bb1c5474
[Mangadex] Adding Langauge to genres ( #2323 )
...
[MangaDex] Adding Manga language to list of genres
2020-03-01 05:58:47 -05:00
happywillow0
b1a291fae9
Add warning to Mangadex search ( #2318 )
...
Add warning to Mangadex search
2020-02-29 22:08:59 -05:00
Pavka
89c54f9cb2
[ru-mangalib] Realtime calculate of image server ( #2317 )
...
[ru-mangalib] Realtime calculate of image server
2020-02-29 12:13:39 -05:00
happywillow0
86792746dc
Update MRM Filter Code ( #2305 )
...
* Update MRM Filter Code
* Code Reformat
2020-02-28 18:11:11 -05:00
happywillow0
39ffa659ed
Madara - Add Ichirin No Hana Yuri / Lilly Manga ( #2311 )
...
Madara - Add Ichirin No Hana Yuri / Lilly Manga
2020-02-28 14:00:48 -05:00
happywillow0
3c2baf3525
Update Mangakawaii ( #2309 )
...
Update Mangakawaii
2020-02-28 13:59:58 -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
Chris Allan
c3cc08a133
Fix Rawdevart ( #2306 )
...
Update Rawdevart
2020-02-28 07:14:48 -05:00
Kirill
a9210e81a2
MangaLib: added "Accept" header, should fix main server problems ( #2264 )
...
MangaLib: added "Accept" header, should fix main image server problems
2020-02-27 09:13:12 -05:00
Pavka
beffdffd77
Fix readmanga like sites with new composition of url ( #2301 )
...
Fix readmanga like sites with new composition of url
2020-02-27 09:12:38 -05:00