Gauthier
5876f259c8
fix user-agent ( #7865 )
2021-06-25 08:45:53 -04:00
arkon
0640b31137
Fix linting errors
2021-06-20 12:06:27 -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
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
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
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
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
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
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
Carlos
761e467896
update to use includes to reduce api calls ( #7603 )
2021-06-10 21:11:54 -04:00
Alessandro Jean
fcb929f4e6
Add deeplinking to MangaPlus and Tsuki. ( #7597 )
2021-06-10 15:22:18 -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
Alessandro Jean
aa06cd4b04
Fix wrong language code in some extensions. ( #7550 )
2021-06-08 13:43:46 -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
FourTOne5
ad61957f81
MangaPark v3 Fixes 2.0 ( #7527 )
...
* Update MangaPark.kt
* Update build.gradle
* *cough*
* Fix?
2021-06-07 10:51:52 -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
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
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
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
Carlos
6822315dfd
use dex covers for everything ( #7291 )
2021-05-29 20:26:29 -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
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
FourTOne5
9f9ee6d4ff
MangaPark v3 fix [Invalid Float=""] ( #7203 )
...
* MangaPark v3 fix [Invalid Float=""]
* Update build.gradle
2021-05-24 09:01:21 -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
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
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
Johannes Joens
9c4b1caee5
Bato.To: Fix infinitiy search ( #7156 )
...
* Update build.gradle
* Update BatoTo.kt
2021-05-22 00:20:45 -04:00
Gauthier
aeae87d57f
search for in progress and unread when unread only is selected ( #7141 )
2021-05-21 08:38:58 -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
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
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
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
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
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
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
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
FlaminSarge
8744b25170
[Mangadex] Add Dex v5 artists ( #6879 )
...
* Add Dex v5 artists
* Revert Mangadex build ver
2021-05-07 07:47: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
h-hyuuga
f29131f748
Added Genkan.io extension ( #6809 )
2021-05-03 09:57:55 -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
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
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
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
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
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
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
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
Johannes Joens
649e4fb419
Bata.to fix date parsing and add scanlator support ( #6419 )
2021-04-04 16:33:03 -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
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
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
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
funkyhippo
24f1b6f96e
Cubari extension. ( #6311 )
2021-03-27 14:53:17 -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
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
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
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
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
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
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
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
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
Gauthier
6a813c9ab8
feat: filter by authors ( #6014 )
2021-03-01 07:27:37 -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
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
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
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
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
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
ObserverOfTime
f4c4489e6b
MangAdventure split ( #5667 )
2021-02-11 10:48:48 -05:00
Riztard Lanthorn
b4afa0323e
Split WPMangaReader ( #5754 )
2021-02-10 17:59:43 -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
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
scb261
18779c2777
RawLH: fix chapter pages showing loading gif ( #5692 )
2021-02-08 08:29:33 -05:00
Riztard Lanthorn
94ee0019c9
wp MangaStream add ResetScans ( #5681 )
2021-02-07 23:36:17 -05:00
arkon
2f5e09b292
Add ktlint-disable directive to generated files
2021-02-07 15:26:49 -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
3da46570aa
Move annotations and Duktape stub into core module
2021-02-06 18:16:04 -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
ba1e62d960
FoolSlide remove dokiFansubs ( #5648 )
2021-02-06 09:22:24 -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
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
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
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
kiriya-aoi
ea862d524a
Remove elimangas ( #5580 )
...
Remove elimangas, which shut down back in September.
2021-01-28 14:38:57 -05:00
OncePunchedMan
73fbab2402
add new sources to madara ( #5572 )
2021-01-27 11:41:32 -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
78d31de70a
WP Mangastream fix issue ( #5558 )
...
fix mangakyo and westmanga manga details issue
2021-01-25 10:57:09 -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
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
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
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
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
Riztard Lanthorn
713cd74637
WP Comics fix manhuaES manga detail ( #5500 )
...
fix manga genre
fix manga description
2021-01-21 06:53:59 -05:00
Edgar Mejía
7735005682
Fix tachiyomiorg#4800 ( #5496 )
2021-01-20 13:38:53 -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
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
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
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
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
Riztard Lanthorn
e906749837
fix bulu manga - chapter image issue ( #5419 )
2021-01-14 12:16:33 -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
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
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
1412a4f908
added bulumanga to zbulu ( #5381 )
2021-01-11 13:18:34 -05:00
Riztard Lanthorn
10b0e2e866
Madara remove source request ( #5369 )
2021-01-10 16:41:35 -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
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
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
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
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
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
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
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
Riztard Lanthorn
e700047ae6
WP MangaStream add ChiOtaku ( #5202 )
...
add ChiOtaku source
2020-12-19 18:06:47 -05:00
Riztard Lanthorn
6b74d867b1
update WP MangaReader ( #5201 )
...
wp mangareader update their theme
2020-12-19 13:27:12 -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
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
Riztard Lanthorn
1f3c321bb1
Madara update ( #5161 )
...
add and remove source
2020-12-17 07:20:48 -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
arkon
3c1bc5f00d
[SKIP CI] Update repo links
2020-12-15 17:51:30 -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
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
6fc4775ffd
Madara add manhuafast ( #5108 )
2020-12-12 16:32:28 -05:00
Vesnyx
a239a58562
Add Zahard and remove some dead sources. ( #5089 )
2020-12-11 07:01:52 -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
Riztard Lanthorn
8617830ab6
move back bestManhua to madara ( #5080 )
...
from wpmangastream back to madara
2020-12-10 08:40:19 -05:00
Alessandro Jean
8b55fd8734
Update Neox URL (again). ( #5075 )
...
Update Neox URL (again)
2020-12-09 18:17:13 -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
Riztard Lanthorn
2b9cdf6af7
update & fix Madara ( #5056 )
...
update & fix Madara
2020-12-08 08:07:09 -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
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
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
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
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
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
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
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
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
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
94efe1f97d
Remove Asura Ads ( #4869 )
...
Remove Asura Ads
2020-11-13 15:54:05 -05:00
Aria Moradi
df7d63a9b4
Emerald: #4836 : fix problem 1 for some cases ( #4852 )
2020-11-12 08:09:32 -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
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
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
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
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
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
Gauthier
89cea3e023
use metadata.releaseDate or fileLastModified for chapter date ( #4682 )
2020-10-22 08:35:43 -04:00
Riztard Lanthorn
d35e657cfd
Madara Update ( #4672 )
...
Madara Update
2020-10-21 18:12:03 -04:00
Alessandro Jean
8dbf19c602
Fix Neox, add MangaTeca and YuriVerso. ( #4654 )
2020-10-21 06:13:09 -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
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
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
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
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
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
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
AbdullahM0hamed
0c72bdb6e8
Add Madara sources ( #4504 )
...
* Add Madara sources
* update build.gradle
2020-10-03 13:05:31 -04:00
Alessandro Jean
6c66a78a8c
Add FDM and Argos Scan. ( #4470 )
...
Add FDM and Argos Scan
2020-09-30 12:05:32 -04:00
scb261
3e311640ec
Fix typo for WP MangaStream ( #4445 )
...
Fix typo for WP MangaStream
2020-09-27 23:03:17 -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
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
Miftakhuddin Falaki
1e9899d3ae
Update Komiktap : wpmangastream ( #4382 )
...
Update Komiktap : wpmangastream
2020-09-16 22:57:01 -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
happywillow0
955544ce2d
Use super in headersbuilder ( #4328 )
...
Swtichs Headers.Builder() to super.headersBuilder()
2020-09-08 07:49:38 -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
arkon
81a9818b84
Fix Nsfw annotations pulling in Kotlin stdlib into final APKs
2020-08-29 10:48:58 -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
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
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
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
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
Mike
9dc5d2ca83
MMRCMS - add Op-VF and FR Scan ( #4161 )
2020-08-19 03:24:56 -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
48cdd49994
MMRCMS - add Jpmangas ( #4151 )
2020-08-17 15:02:39 -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
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
767a1ee1fe
MyReadingManga - fix titles, duplicate pages ( #4119 )
2020-08-13 23:00:32 -04:00
Mike
56198e2661
EroMuse - fix missing chapters ( #4105 )
2020-08-13 03:06:27 -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
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
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
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
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
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
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
Mike
ee1db2fbb7
zBulu - fix date parsing ( #3951 )
2020-07-29 22:49:55 -04:00
Mike
2d2ec84e3d
Paprika - update Mangazuki.xyz ( #3941 )
2020-07-28 21:08:26 -04:00
Mike
5cf25b6c47
Comicastle - move from FRReader to its own extension ( #3923 )
2020-07-27 05:29:25 -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
Mike
adb1309210
ManhwaTime - move from Madara to own extension ( #3903 )
2020-07-26 03:45:10 -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
Alessandro Jean
31e72707bb
Fix pages not loading at YaoiToshokan ( #3877 )
...
Fix pages not loading at YaoiToshokan
2020-07-23 12:19:05 -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
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
Mike
a3fdd8a464
EHentai - add language preference ( #3812 )
2020-07-16 17:30:52 -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
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
Mike
4f9a63317e
Paprika - add mangadogs.fun ( #3776 )
2020-07-13 00:25:29 -04:00
Mike
74cab21d7b
Madara - update sources, annex Manhua Plus from WP Comics ( #3772 )
2020-07-12 21:50:09 -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
user21760
35e7084fcd
Add "super_high" resolution to Mangaplus ( #3735 )
...
Add "super_high" resolution to Mangaplus
2020-07-09 11:19:29 -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
snakedoc83
c8455ec03f
Madara - add ComicKiba and KlanKomik
2020-07-06 02:37:02 -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
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
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
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
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
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
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
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
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
arkon
8444b4c008
NHentai: handle ID searches
2020-06-17 23:00:30 -04:00
Mike
51f073fb0c
Madara - add sources, refactor date parsing ( #3553 )
2020-06-17 02:15:29 -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
1b1bd56c95
WP Comics - fix xoxocomics chapters ( #3528 )
2020-06-13 23:56:21 -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
Mike
0dc21c1b38
MangaDex - MangaPlus message ( #3489 )
...
* MangaDex - MangaPlus message
* Update MangaDex.kt
2020-06-11 17:40:22 -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
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
Mike
348c409c9f
MangaBox - update search ( #3449 )
2020-06-08 17:50:53 -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
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
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
Alessandro Jean
ca8e45938e
Update Neox URL. ( #3387 )
2020-06-02 13:03:01 -04:00
Alessandro Jean
11efc8f282
Change BaixarHentai URL to the old one. ( #3377 )
2020-06-01 22:37:43 -04:00
Alessandro Jean
feca66c791
Add Remangas and AnimaRegia to MMRCMS. ( #3374 )
2020-06-01 22:20:25 -04:00
Mike
95a779335e
Madara - add Drope Scan, QueensManga ( #3346 )
2020-05-28 18:38:46 -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
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
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
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
Agayev033
fc377d56ad
Madara ArazNovel - Add Custom GenreList ( #3238 )
...
* Madara ArazNovel - Add Custom GenreList
* Update build.gradle
2020-05-19 07:36:10 -04:00
snakedoc83
7fced26652
WP Mangastream - fix details thumbnail
2020-05-19 02:01:52 -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
arkon
efc1877172
Move common app-provided dependencies to common.gradle ( #3214 )
2020-05-17 16:50:53 -04:00
Mike
a1857f5f35
MMRCMS - enhancements ( #3203 )
2020-05-17 06:33:49 -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
Mike
c29e34dc77
WP Mangastream - add KomikTap ( #3180 )
...
WP Mangastream - add KomikTap
2020-05-16 08:16:23 -04:00
Mike
d665827ba8
MMRCMS - add mangasusu ( #3173 )
...
MMRCMS - add mangasusu
2020-05-15 19:28:41 -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
Mike
ff800f6fea
MangaDex - tweak group search ( #3135 )
2020-05-12 18:00:12 -04:00
Mike
9a163bf5fd
Madara - MangaStream genres ( #3127 )
...
* Madara - MangaStream genres
* Update build.gradle
2020-05-12 07:08:59 -04:00
Mike
a6c2ed3aae
Myreadingmanga - add more languages ( #3088 )
...
* working
* integration
* cleanup, finalization
2020-05-10 17:47:38 -04:00
AbdullahM0hamed
41a301e3b3
Change Hiperdex url ( #3103 )
...
Change Hiperdex url
2020-05-10 13:06:46 -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
4285114a03
FMReader - add ManhuaScan ( #3089 )
...
FMReader - add ManhuaScan
2020-05-09 20:00:28 -04:00
arkon
dbcb0117cd
Remove preference-stub (moved into extension-lib 1.2)
2020-05-09 11:43:41 -04:00
TacoTheDank
d418ae93b2
Corrected a bunch of lints in "all" ( #3035 )
2020-05-08 18:11:52 -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
Agayev033
549af8b808
Added MangaPhoenix ( #3029 )
...
* Added MangaPhoenix
* Version
2020-05-06 09:10:11 -04:00
Mike
ee89cf8594
Foolslide - cleaner details ( #3030 )
2020-05-05 22:28:24 -04:00
Mike
6e8e3e343a
NineHentai - sort tags ( #3012 )
2020-05-05 06:42:57 -04:00
Mike
6c06077d60
Madara - update sources ( #3007 )
2020-05-04 16:19:08 -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
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
b17987b8e5
Replace HolyManga & HeavenManga ( #2950 )
2020-05-01 18:14:36 -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
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
044bd2c096
FMReader - remove TruyenTranhLH ( #2921 )
...
FMReader - remove TruyenTranhLH
2020-04-29 07:59:18 -04:00
Mike
ec71806db1
FoolSlide - add 3 Italian sources ( #2923 )
2020-04-29 06:02:37 -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
Alessandro Jean
42ad92bbff
Update language in Brazilian sources. ( #2860 )
2020-04-26 22:28:23 -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
3ded3086a9
Madara - ManhuaUS chapter order ( #2841 )
2020-04-26 07:01:59 -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
ObserverOfTime
7235c83998
Move Decadence Scans to Madara ( #2822 )
2020-04-25 14:36:49 -04:00
arkon
5d5c6016ea
Lint fixes
2020-04-25 10:29:23 -04:00
Mike
95f8795bfa
DbMultiverse - additional languages ( #2782 )
...
* DbMultiverse - additional languages
* Separate file for "en" class
2020-04-24 23:23:31 -04:00
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
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
Mike
9d30421ef9
Foolslide - add HNI-Scantrad ( #2784 )
...
Foolslide - add HNI-Scantrad
2020-04-23 22:11:19 -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
Mike
d82ea43ee9
MMRCMS - add Lelscan-VF ( #2738 )
...
MMRCMS - add Lelscan-VF
2020-04-21 17:06:57 -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
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
Mike
d4579b7e77
MangaBox - genre search, remove mangafree ( #2698 )
2020-04-18 14:49:46 -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
1584eba36a
WP Mangastream - refactor, fixes ( #2680 )
2020-04-15 18:07:29 -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
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
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
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
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
happywillow0
e2c5cb89f9
Update Latest URL ( #2617 )
...
MMRCMS - Update Latest URL
2020-04-08 17:16:00 -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
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
Mike
f57916c741
Madara - add Manga Read and Unknown Scans ( #2577 )
2020-04-03 06:33:28 -04:00
Carlos
b3e0ef430a
Mangadex description cleanup ( #2545 )
...
Mangadex description cleanup
2020-03-31 12:37:48 -04:00
Mike
82ff9faf55
Remove MangaCards (1/2) ( #2546 )
2020-03-29 17:00:23 -04:00
arkon
228178f3a0
Use consistent Gson version for stable compatibility
2020-03-29 12:24:28 -04:00
Mike
13d98a48b8
Madara - fix 1stkiss thumbnails ( #2538 )
2020-03-29 07:42:15 -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
Mike
76ab3571a2
Madara - add PornComix ( #2501 )
...
Madara - add PornComix
2020-03-25 08:34:17 -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
Logan B
73119491b6
Remove Kono-Basho, dead site ( #2470 )
2020-03-23 05:44:59 -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
happywillow0
dc8bb59564
MMRCMS - Read Comics Online ( #2464 )
...
- Fix Selector
2020-03-20 17:54:08 -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
49b34c57f6
Mangatensei - use abs:src ( #2456 )
2020-03-19 22:20:59 -04:00
Mike
f93f28cbd4
NHentai - sort filter ( #2440 )
...
NHentai - sort filter
2020-03-18 08:17:49 -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
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
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