203 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
Carlos
761e467896
update to use includes to reduce api calls (#7603) 2021-06-10 21:11:54 -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
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
Carlos
6822315dfd
use dex covers for everything (#7291) 2021-05-29 20:26:29 -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
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
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
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
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
arkon
50bf2a56e5
Update dependencies; drop Android 4.x support (#6742) 2021-04-28 15:38:05 -04:00
OncePunchedMan
addce58067
changed rate limit to 2/sec (#6122) 2021-03-10 06:02:27 -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
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
OncePunchedMan
0ee4d3acab
change rate limiting from 4 requests/sec to 1 r/s (#5507) 2021-01-21 22:30:59 -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
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
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
arkon
f506028e75 MangaDex: add MD@Home page reporting (closes #4640) 2020-10-24 17:40:49 -04:00
arkon
016653bdc0
Update Kotlin, coroutines, kolinter (#4363)
* Update kolinter, address some build warnings

* Update to Kotlin 1.4.10, coroutines 1.3.9
2020-09-13 18:33:59 -04:00
Mike
4ee3c4e514
MangaDex - add 2 tags (#4280) 2020-09-01 02:35:38 -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
8e1197b3b9
MangaDex - MD@Home token handling (#3721)
* MangaDex - MD@Home token handling

* finalization
2020-07-07 19:41:00 -04:00
arkon
023c26b4a0 Make "Tachiyomi" app name prefix implicit 2020-06-25 22:46:15 -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
0dc21c1b38
MangaDex - MangaPlus message (#3489)
* MangaDex - MangaPlus message

* Update MangaDex.kt
2020-06-11 17:40:22 -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
arkon
efc1877172
Move common app-provided dependencies to common.gradle (#3214) 2020-05-17 16:50:53 -04:00