Commit Graph

171 Commits

Author SHA1 Message Date
arkon 39b7fe8c4e
Move Duktape stub to extensions-lib (#9954)
* Move Duktape stub to extensions-lib

* Formatting fixes

* Address build errors
2021-11-28 13:00:39 -05:00
Luis Alberto 33088997db
Manhwa latino: (#9848)
* First commit Mahnwa-Latino Extension.

* manhwa-latino: Implementing find function

TODO: only works with text, filter not implemented yet

* manhwa-latino Add Parser to finde the information of Manhwa-Latino

The parser 'ManhwaLatinoSiteParser.kt' make the whole magic to find the
information of the Website.

Mudularize The code and adding documentation

* manhwa-latino: Adding Logos der Extension

TODO: I am not to happy, i will check it later.

* manhwa-latino: Adding Tags to Genre Combobox

* manhwa-latino: Adding Headers to prevent error 404

The headers are necesary to prevent error 403 by downloading images.

* manhwa-latino: Tags addded into Manga Description Page

Status from Manga readed from Tags

* manhwa-latino: Modularize Code

* manhwa-latino: Adding Uploaddate for Chapters

* manhwa-latino: Bug to get Chapter Number fixed

* manhwa-latino: Logo 0.2

* manhwa-latino: Versionb 1.2.10

Adding Comments to ManhwaLatinoSiteParser

* manhwa-latino: Remove logo_model directory

* manhwa-latino: Show Seconds after Release a new Chapter

* manhwa-latino: Fix for Cloudflare

* manhwa-latino: Try to fix Cloudflare ByPass

Adding isNsfw to build.gradle

* manhwa-latino: Update from parser after website update

* manhwa-latino: Deactivate lastest manga and new Client

The new website from Manhwa-Latino doesnt show lastest mangas.

* manhwa-latino: Adding Manifest to load url-adress

The extesion will bi able to open and find mangas with the url.
TODO: first version. NOT READY YET.

* manhwa-latino: Fix to find Manga Status information

* Manhwa-Latino: The Extension can open a Link

Now the extension can recognize a link from Manhwa-Latino and
show the manga from the link in the app.

* Manhwa-Latino: Modularize Code and Activity for Url added

* Manhwa-Latino: Add Constant-File.

This file contain all contants for this extension.

Co-authored-by: Luis Beroiza <luisalberto.beroizaosses@intern.osp-dd.de>
Co-authored-by: AlberyKous <extreme_rvd@hotmail.com>
2021-11-20 08:44:48 -05:00
Luis Alberto 5695e7e470
Manhwa latino (#9692)
* First commit Mahnwa-Latino Extension.

* manhwa-latino: Implementing find function

TODO: only works with text, filter not implemented yet

* manhwa-latino Add Parser to finde the information of Manhwa-Latino

The parser 'ManhwaLatinoSiteParser.kt' make the whole magic to find the
information of the Website.

Mudularize The code and adding documentation

* manhwa-latino: Adding Logos der Extension

TODO: I am not to happy, i will check it later.

* manhwa-latino: Adding Tags to Genre Combobox

* manhwa-latino: Adding Headers to prevent error 404

The headers are necesary to prevent error 403 by downloading images.

* manhwa-latino: Tags addded into Manga Description Page

Status from Manga readed from Tags

* manhwa-latino: Modularize Code

* manhwa-latino: Adding Uploaddate for Chapters

* manhwa-latino: Bug to get Chapter Number fixed

* manhwa-latino: Logo 0.2

* manhwa-latino: Versionb 1.2.10

Adding Comments to ManhwaLatinoSiteParser

* manhwa-latino: Remove logo_model directory

* manhwa-latino: Show Seconds after Release a new Chapter

Co-authored-by: Luis Beroiza <luisalberto.beroizaosses@intern.osp-dd.de>
2021-11-03 12:05:12 -04:00
arkon 6a75de9261
Remove usage of @Nsfw annotation in favor of extension-level flagging (#9368) 2021-10-04 16:44:32 -04:00
TheeoCornnaro efa546c94b
TMO ratelimit options (#8980)
* TMO ratelimit options

rate limit of images variates, the maximum is not 10, added extra values

* Update TuMangaOnline.kt

* Update TuMangaOnline.kt

Changed Parameters from 1 to 100
2021-09-10 22:30:27 -04:00
arkon 2a3d88cea0
Target SDK 31 (#9022) 2021-09-09 18:25:46 -04:00
arkon bc7d8c8672
Default libVersion to 1.2 (#9014) 2021-09-09 08:58:17 -04:00
Tyler W feb8f7929f
LectorManga - Fix page parsing and rate limiting (#8917)
* LectorManga - fix paginated page parsing

Fix issue where the first image of a chapter is displayed n times when `paginated` is the current page preference.
Also, add another image CDN URL for rate limiting.

* LectorManga - bump ver
2021-09-01 08:02:23 -04:00
Edgar Mejía 6a12eab8b0
Fix LectorManga loading pages, add rate limit for new image CDN hosts (#8901) 2021-08-31 06:51:12 -04:00
ObserverOfTime 7d67b98943
Add Kings Of Darkness (#8884) 2021-08-30 08:04:02 -04:00
Clouddark75 deb2ad109f
Adding headers back to LectorManga images and fixing ManhuaPlus again. (#8854)
* Update build.gradle

* Update LectorManga.kt

* Update ManhuaPlus.kt

* Update MadaraGenerator.kt
2021-08-26 07:15:15 -04:00
Clouddark75 eb1edeb4c5
Fixing the update images selector. (#8846)
* Update LectorManga.kt

* Update build.gradle
2021-08-25 19:28:00 -04:00
abhijeetChawla d3ecc55814
updated the image selector (#8831)
* Updated the imageUrl selector

the whole extension is working except the image selector which was just updated

* update build.gradle to 36
2021-08-25 06:34:47 -04:00
Marco Gutierrez 07463198d3
+ Fix 403 TuMangaOnline on chapter images (#8816)
+ Update extVersionCode
2021-08-25 06:19:48 -04:00
Clouddark75 7a34002a21
A fix for the Scanlator Tag. (#8174)
* A fix for the Scanlator Tag.

* Update build.gradle
2021-07-19 07:43:47 -04:00
arkon 0640b31137 Fix linting errors 2021-06-20 12:06:27 -04:00
Edgar Mejía 8585b5cd81
Fix InManga pages not load & MangaMx search (#7744)
* InManga replace Gson with kotlinx.serialization, fix pages not load.

* MangaMx: Fix search bug.
2021-06-20 08:40:21 -04:00
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
Marco Gutierrez cbcef28f39
Fix error 403 Tumangaonline (#7261)
* + Fix error 403 Tumangaonline

* + Update extVersionCode
2021-05-28 12:53:49 -04:00
Luis Andrés Bajaña F 69f6c632ca
Fixed VCP selectors (#7241) 2021-05-27 06:16:37 -04:00
arkon 50bf2a56e5
Update dependencies; drop Android 4.x support (#6742) 2021-04-28 15:38:05 -04:00
Luis Andrés Bajaña F 7e0cf50820
Added extension for leermangas.xyz source (#6451) 2021-04-07 07:52:03 -04:00
Luis Andrés Bajaña F e922cc6dba
Fixed VMP thumbnails and chapters not loading (#6426) 2021-04-05 12:25:56 -04:00
Edgar Mejía 39ac1f81a6
Fix LectorManga HTTP error 403, Add MangaMx genre filter and config screen (#6323)
* Fix LectorManga HTTP error 403

* Add genres filter, config +18 filter.

* Fix tachiyomiorg/tachiyomi-extensions#6325
2021-03-28 16:19:11 -04:00
Edgar Mejía 135e08b754
Update TMO, LectorTMO & TMOHentai (#6307)
* Add configurable rate limit, image CDN rate limit and SFW mode.

* Add configurable image download mode (cascade/paginated).

* Configurable ratelimit and image CDN ratelimit.

* Fix redundant title
2021-03-28 07:13:45 -04:00
scb261 9867ae9983
MangaMx: fix covers (#6317) 2021-03-28 07:12:06 -04:00
theeocorn 4d6136514a
[TMO]-real_ratelimit_values (#6114)
Changed to Specifichostratelimit and added values to prevent failed update 409
2021-03-09 17:00:39 -05:00
scb261 bff2a975ea
TuMangaOnline: add rate limit (#6008) 2021-02-28 18:28:16 -05:00
scb261 7ae5e85810
Doujin-Yang: new URL (#5723) 2021-02-09 08:17:54 -05:00
antonycaporossi eaa10925a9
Fix Kumanga (ES) mangas list and pages list not loading (#5422)
* fixing kumanga

* JSON parse formula

* Fix Kumanga issues caused by obfuscation.

* Removed unused Regex
2021-01-14 22:17:23 -05:00
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
Aria Moradi 0ed49bce8b
Remove zahard (#5104)
Remove zahard
2020-12-12 09:23:37 -05:00
Aria Moradi 685a266de5
Zahard: latest updates implemented (#4850)
* Zahard: fix chapter list not loading, code cleanup

* Zahard: latest updates

* code cleanup

* fix a bug in not all pages loading
2020-11-12 08:11:02 -05:00
Aria Moradi 6168710806
Zahard - moved to new domain (#4844)
Zahard : moved to new domain
2020-11-11 08:47:34 -05: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
AbdullahM0hamed 88279ca67a
Plot Twist: There is no plot twist. (#4243) 2020-08-28 20:58:23 -04:00
Edgar Mejía ddc9d8b10a
Fix Plot Twist no Fansub, Update LectorManga, TMOHentai and TMO (#4110)
* Fix Latest url

* Fix Kumanga error 400 bad request

* Add support to opening links from the website in main app

* TMO: Add support to opening links from the website in main app

* TMOHentai: Add support to opening links from the website in main app

* Revert "Fix Kumanga error 400 bad request"

* Complete Kumanga revert.

* Fix plot twist latest again

* Update LetorManga gradle
2020-08-27 03:20:30 -04:00
Mike ee41b9d0f1
VCPVMP - fix images and chapters (#4118) 2020-08-13 23:00:59 -04:00
Mike 90308cf7b2
Kumanga - fix token (#4077) 2020-08-10 20:35:52 -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
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
Mike 80181068e4
Kumanga - update parsing (#4042) 2020-08-07 20:27:40 -04:00
Edgar Mejia 5f08e8e5ec TMO & LectorManga: Fix page list is empty "Cascada" mode 2020-08-06 12:44:34 -06:00
Edgar Mejia 212db65276 Add Plot Twist No Fansub 2020-08-04 19:22:23 -06:00
Mike ce3dd41b25
Kumanga - crash fix (#3994) 2020-08-03 03:42:45 -04:00
Edgar Mejía 064710af68
Fix Kumanga error 400 (#3976) 2020-08-02 18:29:22 -04:00
Edgar Mejía b93641e90e
Add Kumanga inorichi/tachiyomi-extensions#921 (#3793)
* Add Kumanga inorichi/tachiyomi-extensions#921

* Fix pagination bug, added chapter date and correct name.

* Prevent unnecessary pagination request

* Fix chapter list loop, fix empty chapter
2020-07-17 02:41:54 -04:00
Edgar Mejía 8ef7624233
Fix TuMangaOnline & LetorManga (#3779)
* Fix inorichi/tachiyomi-extensions#3715

* Fix inorichi/tachiyomi-extensions#3715 for main source TMO

* Update TMO gradle version
2020-07-13 20:47:50 -04:00
arkon 023c26b4a0 Make "Tachiyomi" app name prefix implicit 2020-06-25 22:46:15 -04:00
arkon 7e2e2f39fe Lint fixes 2020-06-25 19:03:32 -04:00
Mike df765c453a
MangaMx - fix pages (#3580) 2020-06-20 03:55:10 -04:00
Mike db5ba4163f
TMOHentai - fix search (#3500) 2020-06-12 04:22:10 -04:00
arkon efc1877172
Move common app-provided dependencies to common.gradle (#3214) 2020-05-17 16:50:53 -04:00
TacoTheDank 99ee039d09
Correct a bunch of lints from "en" to "ja" (#3075) 2020-05-10 17:46:00 -04:00
arkon dbcb0117cd Remove preference-stub (moved into extension-lib 1.2) 2020-05-09 11:43:41 -04:00
E3FxGaming d4dbf1d63f
Implemented MangaMx Cloudflare fix (#2926)
Manga-mx.com uses Cloudflare.
Using the Cloudflare client makes it usable again.
2020-04-29 06:03:39 -04:00
arkon 020c2af006 Lint fixes 2020-04-25 10:29:23 -04:00
Mike 6c722ce2b3
Heavenmanga - updates (#2815)
* Heavenmanga - updates

* Update build.gradle
2020-04-25 09:50:26 -04:00
Edgar Mejía 8b120ef5d6
Update TuMangaOnline, LectorManga & TMOHentai (#2656)
* Update filters, update latest URL to prevent server ban for too many requests.

* Update TMO.

* Update filters, fix latest updates URL.
2020-04-13 17:22:39 -04:00
arkon 1046da3888
Merge pull request #2446 from happywillow0/tmo-upload
Re-add TMO
2020-04-09 21:53:12 -04:00
happywillow0 1059277db6
Update build.gradle 2020-04-09 21:05:37 -04:00
Edgar Mejía 2154393ca7
Fix VCPVMP (ES) (#2625) 2020-04-09 18:05:22 -04:00
arkon 228178f3a0 Use consistent Gson version for stable compatibility 2020-03-29 12:24:28 -04:00
happywillow0 ee394dc2a8
Update Lector (#2447)
Update Lector
2020-03-18 20:30:14 -04:00
happywillow0 d1d999aa86 Add TMO 2020-03-18 18:45:46 -04:00
Ankit Singh 94181a9eb1
ICONS ADDED (#2414)
ICONS ADDED - Doujin Yang
2020-03-12 07:23:15 -04:00
happywillow0 d0150190a1
Split Doujin-Yang (#2408)
Split Doujin-Yang
2020-03-11 23:19:44 -04:00
happywillow0 98ccbbde25
Fix MangaMx (#2409)
Fix MangaMx
2020-03-11 23:18:59 -04:00
happywillow0 7f98272539
ReadeManga Update (#2356)
ReadeManga Update
2020-03-04 07:12:41 -05:00
ObserverOfTime e23b69f8a7
More HTTPS upgrades (#2057) 2020-02-22 23:35:13 -05:00
happywillow0 a4210daae3
Fix Lector (#2267) 2020-02-19 18:47:31 -05:00
happywillow0 49228e0114
Remove TMO (1/2) (#2196)
* Update build.gradle

* Remove TMO

* Update build.gradle

* Remove
2020-02-07 18:42:20 -05:00
happywillow0 9ec115594e
Update TMO (#2195)
Update TMO
2020-02-05 21:43:06 -05:00
happywillow0 98ff250c7c
Fix TMO / Lector (#2189)
* Update build.gradle

* Update build.gradle

* Update TMO

* Update LectorManga.kt

* Change Date / Time

* Update TuMangaOnline.kt

* Update date format

* Update LectorManga.kt

* Update Time

* Update Time

* Clean up TMO time code

* Clean up Lector time code

* Fix url

* Update URL

* Update userAgent Version

* Update userAgent Version
2020-02-05 07:03:22 -05:00
happywillow0 3308ca3363
Update TMO / Lector (#2178)
Update TMO / Lector
2020-02-04 07:19:30 -05:00
happywillow0 c3e6ab3e73
TMO / Lector Update (#2141)
TMO / Lector Update
2020-01-30 14:47:08 -05:00
happywillow0 d31e0ff894 TMO - Missed edit (#2139)
TMO - Missed edit
2020-01-27 16:18:10 -05:00
happywillow0 5d04eb51c2 [Fix] TMO (#2137)
[Fix] TMO
2020-01-27 14:59:21 -05:00
happywillow0 0dcbdf1d2c Fix TMO (#2108)
Fix TMO
2020-01-22 07:20:43 -05:00
happywillow0 6008e8cb6b TMO Updates (#2028)
TMO Updates
2020-01-21 13:47:47 -05:00
happywillow0 cb3405e19e TMO Update (#2012)
TMO Update
2020-01-08 20:52:34 -05:00
happywillow0 731638554c Further TMO Updates (#1902)
Further TMO Updates
2020-01-06 21:10:25 -05:00
arkon 98df581cfd
Add support for AndroidX preferences (#1971)
* Add stubs for AndroidX preferences

* Update extensions for AndroidX preferences
2020-01-05 11:16:12 -05:00
happywillow0 abb3f69a33 [Ready] Reader Manga / TMO sister update (#1784)
* Update build.gradle

* Update LectorManga.kt

Update Chapter List URL and Page List request based on new TuMangaOnline code

* Update LectorManga.kt

* Update

* Update

* Update

* Fix

* Simplify
2019-12-19 10:51:36 -05:00
happywillow0 ac6f534b06 [Ready] TMO Update (#1780)
[Ready] TMO Update
2019-12-17 17:15:46 -05:00
Edgar Mejía 94b675031b Added VCP & VMP (#1879)
Added VCP & VMP
2019-12-17 07:24:42 -05:00
Mike 6b6ad793ac MangaMx - add Doujin-Yang (#1857)
MangaMx - add Doujin-Yang
2019-12-06 08:11:07 -05:00
Mike ae1c22773a Remove defunct extensions (2/2) (#1824)
Remove defunct extensions (2/2)
2019-11-25 10:36:05 -05:00
Mike 76e1415104 InManga - new extension (#1788)
InManga - new extension
2019-11-16 10:08:28 -05:00
happywillow0 97ac680c51 Mangamx - Add Filters (#1781)
Mangamx - Add Filters
2019-11-14 07:24:33 -05:00
happywillow0 4820825391 [Change] Mangamx (#1758)
[Change] Mangamx
2019-11-06 15:36:12 -05:00
happywillow0 bce190416f [Update] Lector (#1757)
[Update] Lector
2019-11-06 15:35:38 -05:00
happywillow0 ba20007ec7 [Fix] TMO - Updates page parsing (#1751)
[Fix] TMO - Updates page parsing
2019-11-05 18:28:04 -05:00
happywillow0 9cf2e16b4f [Enhancement] TuMangaOnline De-dup Preference (#1696)
* Update build.gradle

* Add Preferences for Chapter Dups
2019-11-04 22:04:44 -05:00
happywillow0 c1cdde5775 [New] MangaMx (#1691)
* Add MangaMx

* Update MangaMx.kt

* Add Icons

* Fix Author

Checks if Author exists or not

* Update pageListParse as json 

While regex is nice, switched page list processing to json parsing
2019-10-30 22:15:38 -04:00
happywillow0 261560afd9 Add Zahard (#1681)
Upload extension
2019-10-21 18:42:33 -04:00
happywillow0 bd92939583 [Feature] TuMangaOnline - Choose Scans (#1673)
[Feature] TuMangaOnline - Choose Scans
2019-10-18 16:51:28 -04:00
happywillow0 bae97809f5 [Improvement] TuMangaOnline - Removed dups from latest updates (#1668)
[Improvement] TuMangaOnline - Removed dups from latest updates
2019-10-18 07:18:04 -04:00