Commit Graph

441 Commits

Author SHA1 Message Date
bapeey 882c1d9738 Add ManhuaKO (#1662) 2024-03-06 06:23:31 +00:00
AwkwardPeak7 88dba59eef Mangathemesia refactor (#1637)
* remove randomua

* i18n

* add other language based selectors

* countviews in background

* small cleanup

* lint

* fix

* bump

* fix genre resetting

* use enqueue instead of coroutinescope

* fix build

* fix build x2

* add back genre missing warning

* Add ES translations

* lint

* Add available language

* lint

I hate lint

* review

- lowercase match for status
- callback on site

* review x2, also fix smol mistake

* lint

:)

* lowercase some translations

Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>

* lowercase some translations

Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>

* remove "人気"

* inline the labels

* lint

thank you lint, very cool

---------

Co-authored-by: bapeey <90949336+bapeey@users.noreply.github.com>
Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
2024-03-06 06:23:30 +00:00
bapeey a0457871e2 Add TMOManga (#1638) 2024-03-06 06:23:30 +00:00
Fermín Cirella 18fab95708 Add Lolivault (#1592)
* Add Lolivault

* Use FoolSlide theme
2024-03-06 06:23:10 +00:00
bapeey 5a643095ad Kumanga: Update apiUrl and minor changes (#1586)
Fix Kumanga
2024-03-06 06:23:10 +00:00
bapeey 6c6f1b4d6b ManhwaWeb: Fix chapter url (#1583)
I blame the IDE for not tell me about unused val
2024-02-27 20:53:54 +00:00
bapeey ee937137c3 Add ManhwaWeb (#1542)
* Add manhwaweb

* Lint

* Remove data class

* Oops

* Oppsi

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>

* Remove "Not used"

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>

* Requested changes

* Fix chapter url

* Create SChapter in main class

* make extension function

---------

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
2024-02-27 20:53:54 +00:00
bapeey 4f3500d728 TresDaosScan: Move to Madara (#1581)
Move to Madara
2024-02-27 20:53:54 +00:00
bapeey 1fc3a46632 Manga Crab: Add randomUa and change domain (#1539)
* Add randomUa and change domain

* Lint

* Lint?

* Remove lazy

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>

---------

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
2024-02-27 20:53:49 +00:00
bapeey f0d2df86c5 BarManga: Change dateFormat (#1537)
Change dateformat
2024-02-27 20:53:49 +00:00
bapeey d6f01fea0b MangaEsp: Update domain and add alternative names (#1470)
* Update domain

* Get comics from next data (api has old results)

* Add alternative names

* Change name creation logic

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>

* Missing replace

---------

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
2024-02-27 20:53:49 +00:00
Secozzi a4e00cedbe Traducciones Moonlight: filter out novels (#1462)
filter out novels
2024-02-27 20:53:49 +00:00
bapeey e5d3eeb7cc MangasNoSekai: Fix cannot found mangaid (#1440)
* easy

* Fix library path and author selector
2024-02-27 20:53:49 +00:00
Rolando Lecca 8737cc41f2 MangasNoSekai: Fix chapter list (#1431)
cat and mouse
2024-02-27 20:53:49 +00:00
Rolando Lecca 921649ff76 Traducciones Moonlight: Move to MangaThemesia (#1406)
* Move to MangaThemesia

* Is NSFW
2024-02-27 20:53:49 +00:00
Rolando Lecca 3326753fc0 MangasNoSekai: Fix popular and latest tabs again (#1403)
fix
2024-02-27 20:53:28 +00:00
Rolando Lecca d311409641 Manhua Fenix: Change name and domain and add Spanish translations to Madara (#1365)
* Change name and domain

* Remove overrides and use loadMoreRequest

* Add Spanish translations

* Review

* Revert bump
2024-02-27 20:53:28 +00:00
Rolando Lecca b7ecf1b801 MNS: Fix popular and latest tabs again (#1368)
bruh
2024-02-27 20:53:28 +00:00
AwkwardPeak7 30b13498b0 Madara refactor (#1292)
* remove randomua from madara

* don't use page path for page=1

* add back `madara_load_more`

* cleanup i18n and filters

* load more in a new source

* move back the filters

not worth it

* fix build

* altname to i18n as well

* utf-8

* Revert "utf-8"

This reverts commit 1335bc1b478da54d3a5eb6333ac1a26e3ee2825b.

* utf-8

* autodetect load_more_request

* load genres in background

* make genre classes protected

remove unnecessary change

* fetch genres changes

* launchIO countviews

* don't explicitly optin

* cleanup some request overrides

* make `useLoadMoreRequest` enum to be able to disable autodection where necessary

* fix logic

bruh

* use state variables

* defer countViews in overrides as well

* lint

* select().first -> selectFirst

* `load_more` search as well

* detect in search as well

* remove slipped override

* move detection to the function

* remove fetchGenreFailed

* don't use GlobalScope

* tweak load_more_request parameters

* remove ancient connectTimeout/readTimeout

already present in the client provided by the app

* small cleanup
2024-02-27 20:53:28 +00:00
beerpsi 93c5dbc650 MMRCMS: Dynamic filter rework (#1315)
* MMRCMS: Dynamic filter rework, remove Last updated sort in Mangas.in

* Formatting

* Show the reset message when filters are fetching

* Linting

* Dynamically fetch sort options

* Add i18n support

* Remove unused import
2024-02-18 20:25:13 +00:00
bapeey 41b6762f16 OlympusScanlation: Update domain and minor refactor (#1300)
* Update domain and other things

* Change popular endpoint

* fetchFilters in getFilterList

* Make SManga and SChapter in DTO

* I just want to update the domain

* Move attempts to finally block

* idk

* update

---------

Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
2024-02-18 20:17:19 +00:00
bapeey fd7c47329b MNS: Fix popular and latest tabs (#1314)
Fix popular and latest
2024-02-18 20:17:19 +00:00
bapeey 791d48fce1 Legends no Fansub: Update domain (#1280)
Update domain
2024-02-18 20:17:19 +00:00
bapeey f20236ab94 Add EsMi2Manga (#1274)
* Add EsMi2Manga

* Is Nsfw
2024-02-18 20:17:19 +00:00
bapeey 75558ac6da Add Legends No Fansub (#1275)
Add LegendsNoFansub
2024-02-18 20:17:19 +00:00
mohamedotaku 42caf828c1 URL change CopyPasteScan (#1250) 2024-02-18 20:13:38 +00:00
stevenyomi d7e1e2a448 Coco Rip: fix launcher icons (#1239) 2024-02-18 20:10:41 +00:00
stevenyomi 205d95cc07 Migrate to lib-multisrc (#1237)
* adjustments

* Run generator

* Remove multisrc project

* add lib dependencies

* Remove multisrc from build scripts

* Remove build condition
2024-02-18 20:10:37 +00:00
bapeey c5c6d77479 HeavenManga: Fix chapter list and add latest tab (#1206)
CI / Prepare job (push) Successful in 4s Details
CI / Build multisrc modules (push) Successful in 3m39s Details
CI / Build individual modules (push) Successful in 37s Details
CI / Publish repo (push) Successful in 39s Details
Fixes
2024-02-13 02:56:17 +00:00
bapeey 584e00b1dd Add Plot Twist No Fansub (#1099)
* Bruh

* Change filter message

* review changes
2024-02-13 02:56:17 +00:00
bapeey ac1575dd81 Move TMO and LectorManga to multisrc (#1002)
* Theme-lib when

* Lint

* Order generator

* Apply no-nsfw pref on request instead of init
2024-02-06 22:44:06 +00:00
bapeey 8b19765288 Add MangaEsp (#970)
* Add MangaEsp

* Remove log

* Move filtering

* Suggested changes

* Change messages

---------

Co-authored-by: Axel Vargas <avargasr@unitru.edu.pe>
2024-02-06 22:44:06 +00:00
Claudemirovsky 742027746e New source: es/HentaiMode (#949)
* feat: Create HentaiMode base

* feat: Implement popular manga page

* feat: Implement search manga page

* feat: Implement manga details page

* feat: Implement single-chapter "list"

* feat: Parse page list

* chore: Add source icons

* fix: Fix URL intent handler

* refactor: apply suggestion - >imagine using string interpolation

Thx beerpsi, i'll pay you a beer (without piss) soon

Co-authored-by: beerpsi <92439990+beerpiss@users.noreply.github.com>

* refactor: Follow chapter name convention

---------

Co-authored-by: beerpsi <92439990+beerpiss@users.noreply.github.com>
2024-02-04 02:25:10 +00:00
stevenyomi 12e864f85f Remove placeholder manifest files (#790) 2024-01-30 22:11:47 +00:00
AwkwardPeak7 3b998e9766 Update Synchrony (#741)
`2.4.5.1`
2024-01-30 22:11:05 +00:00
stevenyomi 2a287d7398 Clean up AndroidManifest files (#735) 2024-01-30 22:11:05 +00:00
Draff 5c8cb75e9a come up to date with keiyoushi builds
CI / Prepare job (push) Successful in 3s Details
CI / Build multisrc modules (push) Successful in 8m10s Details
CI / Build individual modules (push) Successful in 38s Details
CI / Publish repo (push) Successful in 1m39s Details
2024-01-22 21:19:41 +00:00
bapeey f9aa8a1c93 TMO & LectorManga: Ignore ssl in the problematic CDN (#336)
Ignore ssl errors
2024-01-22 20:23:48 +00:00
Draff d61cbfc0c1 Add missing changes from keiyoushi
CI / Prepare job (push) Successful in 10s Details
CI / Build multisrc modules (push) Successful in 11m19s Details
CI / Build individual modules (push) Successful in 2m2s Details
CI / Publish repo (push) Successful in 2m41s Details
2024-01-16 02:56:21 +00:00
AwkwardPeak7 c5f82e6aeb Move plugin section to common.gradle (#281)
* move apply plugins to common.gradle

* update CONTRIBUTING.md

* remove whitespace

* move common.gradle apply above in multisrc

* move kotlinter

* newlines
2024-01-16 02:49:40 +00:00
stevenyomi 4c8c21596b Remove message in UnsupportedOperationException (#277) 2024-01-16 02:47:22 +00:00
bapeey e6dba52ab9 Manhwas.net: Tweak Sucuri Interceptor (#238)
Fix possible issues in SucuriInterceptor
2024-01-16 02:40:25 +00:00
stevenyomi f612bc1c3f Clean up some code to follow best practices (#178)
* toHttpUrlOrNull()!! -> toHttpUrl()
* Jsoup.parse(response.body.string()) -> response.asJsoup()
* Some useless HttpUrl.newBuilder() calls
* extlib v1.4 GET(HttpUrl)
2024-01-14 00:29:56 +00:00
bapeey 97ef22730e Add LeerCapitulo 2024-01-10 23:39:02 +00:00
bapeey c1079bfb43 Nartag: Fix filter (#49) 2024-01-10 23:38:45 +00:00
bapeey cbf9410e48 TMO and LectorManga: Fix occasionally "No pages found" (again) (#64) 2024-01-10 23:38:42 +00:00
bapeey 60a841f099 Add Nartag (#31)
CI / Prepare job (push) Waiting to run Details
CI / Build multisrc modules (push) Blocked by required conditions Details
CI / Build individual modules (push) Blocked by required conditions Details
CI / Publish repo (push) Blocked by required conditions Details
2024-01-10 01:32:49 +00:00
bapeey e1437d8e26 TMO and LectorManga: Fix ocasionally "no pages found" (#2) 2024-01-10 01:27:22 +00:00
bapeey ff89737d57
Add MangaLatino (#19486) 2023-12-30 18:54:29 -03:00
bapeey 31f80579cb
Add Ikigai Mangas (#19339)
* Add IkigaiMangas

* Remove log

* Set isNsfw=true

* Get popular and latest tab from search api

* Remove unused Dto

* Remove more unused Dto

* Review
2023-12-21 07:51:51 -05:00
bapeey 7a2fd3bb5d
Add new source "Brakeout" (#19216)
New source Brakeout
2023-12-07 08:38:45 -05:00
Vetle Ledaal a17eee9d8c
Remove more dead sources (#19157)
* Remove Manga4All

* Remove Hatachi Manga

* Remove Comictoon

* Remove Manga-Online.co

* Remove Familiar by Soushiyo

* Remove FaeStorm

* Remove Painful Nightz Scan

* Remove Scans Raw

* Remove QManga

* Remove MangaTigre
2023-12-02 10:41:06 -05:00
bapeey 21c7bc29f8
Olympus Scanlation: Update domain (#19080)
Update url
2023-11-24 20:33:12 -03:00
bapeey 92c5748333
LectorManga: Fix images couldn't be loaded (#19016)
* Fix

* Minor change

* bruh I delete the ratelimit

* Rename
2023-11-20 11:40:43 -05:00
bapeey ff603c36d2
Temple Scan (es): Move to individual extension (#18935)
move to individual extension
2023-11-15 08:12:10 -05:00
bapeey 8d0ca331f5
TmoH: Fix thumbnails and images not loading (#18966)
* Add referer

* Add ratelimit

* Add ratelimit
2023-11-14 22:07:17 -05:00
bapeey 80ae2879fd
LectorManga: Fix images not loading (#18911)
* Fix ssl

* Only in img1.japanreader
2023-11-10 10:28:51 -03:00
bapeey 5f94989126
Add RavenManga (#18817)
* Add RavenManga

* Use Exception

Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>

* Language issue T-T

Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>

* Use popularMangaFromElement

* Ah

* update message

---------

Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
2023-11-01 16:02:06 -03:00
bapeey cfed0842ee
Add CerberusSeries (#18777)
* Add CerberusSeries and remove LegionScan

* Remove unused plugin
2023-10-28 19:32:36 -03:00
bapeey bd2c514bfe
ManhwasNet: Fix latest tab (#18724)
Fix latest tab
2023-10-25 21:14:17 -03:00
bapeey 197af33519
TMO: Update domain (#18679)
Update domain
2023-10-23 13:46:01 -03:00
bapeey f9f00c4e60
Update OlympusScanlation (#18480)
* Update OlympusScanlation

* Add ratelimit

* More popular
2023-10-11 21:02:28 -03:00
bapeey f8c6f9f350
Fix ManhwasNet (#18209)
* Fix

* Bump

* Oops
2023-09-30 11:33:24 -03:00
arkon 2a7801e876
Move package namespace declarations out of manifests (#17581) 2023-08-18 08:58:52 -04:00
Carlos Hernandez 9761f0b65b
Update OlympusScanlation domain (#17433)
* Update OlympusScanlation.kt

Olympus Scan changed domain

* Update build.gradle
2023-08-07 16:32:22 -03:00
Rolando Lecca 832ace3eff
Manhwas.net: Not show empty images (#17172)
Filter invalid imgs
2023-07-20 22:05:18 -04:00
Rolando Lecca 37476be2fe
Manhwas.net: bypass sucuri (#17093)
* Bypass Sucuri

* Use jsoup to find script

* Use CookieManager

* Use CookieManager
2023-07-13 13:52:34 -03:00
Rolando Lecca 20823f4b55
Update Manhwas.net (#17068)
* Update ManhwasNet

* Check if sucuri exists

* Remove log
2023-07-10 15:03:38 -04:00
Rolando Lecca b75d79b98f
VCPVMP: Fix images (#16774)
Fix images
2023-06-17 10:00:04 -04:00
Rolando Lecca d8ef062ba8
MangaTigre: Optimize mangaDetails parsing (#16508)
* Optimize

* Miskey

* Use BigDecimal.stripTrailingZeros

* Use JsonPrimitive instead Float

* Set token on init

* Remove init due to app don't recognize extension
2023-06-06 05:23:25 -04:00
ObserverOfTime 9c47c86c21
KingsOfDarkness: update manga selector (#16558) 2023-05-26 16:48:39 -04:00
Rolando Lecca 573eb96799
MangaTigre: Fix omakes (#16499)
Fix omakes
2023-05-19 12:40:48 -04:00
Rolando Lecca 3091cd6fdc
Add new source "MangaTigre" (#16444)
* Add MangaTigre

* Keep title

* Add more genres to manga

* Use StringBuilder for create description

* Minor changes
2023-05-19 06:15:31 -04:00
Rolando Lecca 2c0e9ee6a7
VCPVMP: Fix images don't load (#16470)
* Fix images

* .
2023-05-17 22:51:27 -04:00
Rolando Lecca 756875f488
LectorManga: Fix no pages found (#16463)
Fix
2023-05-17 22:51:13 -04:00
Rolando Lecca 93c1b19a89
TMO: Use correct headers to redirect to reading page (#16454)
Use correct headers
2023-05-17 22:50:32 -04:00
Rolando Lecca a07303a9da
TMO and LectorManga: Remove paginated mode for load chapter's images and fix TMO (#16343)
* Remove paginated mode

* Use 'contains' instead 'endsWith'

* Clean

* Set rateLimit in 8

* Revert "Set rateLimit in 8"

This reverts commit 82a4cf73e2954c765e2c9b11e4e20b1a1d6a8312.

* Change default rateLimit

* Remove hardcoded UserAgent

* Fix duplicated images

---------

Co-authored-by: Rolando Lecca <90949336+seew3l@users.noreply.github.com>
2023-05-13 22:42:50 -04:00
seew3l 9c64f03b27
TuMangaOnline: Fix chapter images don't load and no pages found for some chapters (#16317)
* Open WebView before load a chapter image

* Move to Interceptor

* Add function to redirect to read page (fix no pages found)
2023-05-06 11:17:21 -03:00
seew3l 16c6766c4b
Remove "LeerCapitulo" due to cat-and-mouse game (#16255)
* Remove LeerCapitulo

* Add to REMOVED_SOURCES.md
2023-04-30 20:37:15 -03:00
seew3l 2e68fc15f6
Fix LeerCapitulo (#16245)
* Fix

* Apply requested changes

Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>

* Remove unused import

Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>

* Change delimiter

---------

Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
2023-04-30 18:29:22 -03:00
seew3l 6a390b749c
LeerCapitulo: Fix index out of bound (#16211)
* Fix index

* Deobfuscating this was hard
2023-04-28 22:52:20 -03:00
seew3l 4a20984161
LeerCapitulo: Fix page order (#16073)
Fix image order
2023-04-16 20:12:40 -03:00
seew3l a8e85cc125
OlympusScanlation: Fix missing field and add chapter date (#16009)
* Fix missing summary field and add chapter date

* Implement getChapterUrl
2023-04-09 09:57:44 -04:00
stevenyomi 4c704f8f31
Merge OlympusScan.top into LeerCapitulo (#15956)
Co-authored-by: seew3l <luisrleccar@hotmail.com>
2023-04-04 12:39:43 -03:00
seew3l 19126a34f6
Fix Kumanga (#15867)
* Fix Kumanga

* Fix Kumanga

* Refresh token in searchRequest
2023-03-28 09:34:33 -04:00
Carlos Hernandez 0318ea6cdd
Move Olympus Scanlation to an individual extension (#15540)
* created OlympusScan

* adjustments

* removed old olympus scanlation ext

* adjustments
2023-03-28 09:32:28 -04:00
seew3l 7c5fd399b4
MangaOni: Fix global search (#15688)
* Added new filter and removed DTO

* Fix status

* Minor changes
2023-03-13 10:37:45 -04:00
seew3l 6344668319
MhwLatino: Move to Madara (#15520)
* Fix

* Use body.string()

Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>

* Use data() instead html()

Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>

* Use selectFirst()

* Migrate MhwLatino to Madara

* Add ID

* Remove ID xd

---------

Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
2023-02-28 16:44:11 -03:00
seew3l e5bcf9190f
ManhwaLatino: Decrypt image list (#15496)
Decrypt image list
2023-02-27 15:34:05 -03:00
seew3l 692e46e309
Update some extensions (#15350) 2023-02-14 08:20:18 -05:00
seew3l 049a67943a
Fix VCPVMP (#15338)
* Fix VCPVMP

* Add update_strategy
2023-02-13 07:33:41 -03:00
arkon e1f59a845e
Update jsoup (#15321) 2023-02-11 22:22:32 -05:00
arkon 7964dc4613
Upgrade OkHttp (#15320) 2023-02-11 17:30:31 -05:00
arkon baaee5cf21
Update linter (#15317) 2023-02-11 14:21:03 -05:00
arkon 1397c5b1b4
Bump dependencies (#15312) 2023-02-11 12:56:34 -05:00
seew3l 87f34dd479
Fix LectorManga and TuMangaOnline (#15268)
* Fix LectorManga and TuMangaOnline

* Miskey

* Obtain newUrl in pageListParse
2023-02-08 09:28:52 -03:00
seew3l 651acb7e1b
Fix chapter name and number (#15259) 2023-02-07 07:49:34 -05:00
Alessandro Jean 045404c898
Remove some dead extensions. (#15183) 2023-01-30 15:33:28 -03:00
BatMan b20817f7b5
Update Ikuhentai (#15089) 2023-01-25 13:45:44 -05:00
seew3l cf2654812a
ManhwaLatino: Update selectors (#15036)
* Update Selectors

* Update Selectors
2023-01-20 10:12:34 -05:00
Seew 33689fce4d
Fix no chapters found (#14771) 2023-01-03 09:01:14 -05:00
Seew 65a442d6b7
MangaMx: Moved to MangaOni (#14739)
* MangaMX: Moved to MangaOni

* MangaMX: Moved to MangaOni

* Update Logo

* Apply requested changes
2022-12-30 18:17:39 -03:00
lleccar b44700e53c
Manhwas.net - Update CSS Selectors (#14448)
* Update CSS Selectors

* Update CSS Selectors

* Update CSS Selectors

* Fix last image not loading and update recent section
2022-12-04 12:12:40 -05:00
Luis Alberto a13b3ffce6
Manhwa latino (#13054)
* 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.

* manhwa-latino Url from the Website has changed.

from https://manhwa-latino.com => https://manhwa-es.com

* manhwa-latino Url update on manifest

* manhwa-latino Fix to get ThumbnailUrl and Url from Slider

The Slider from Manhwa-Latino was updated and the parser was updated as
well.

* manhwa-latino: Using Cloudflare Client to connect.

Manhwa-Latino now Manhwa-Es are using cloudflare right now.
This workaround fix make possible the connection from the app to the
Website.

* Update the address to every image

* Update Manhwa-Latino Address

* Updating popularMangaNextPageSelector

* Remove CLoudFlare Client

* Manhwa-Latino: Update Image Src-Tag

The website has changed the attribute where the adress to the images
are.

* Mahnwa-Latino: Remove client, because it is not overwritten

Original Client is:
	override val client: OkHttpClient = network.client.newBuilder().build()

it is not overwritten, that is why it can remove.

* manhwa-latino: Remove Comments

Co-authored-by: Luis Beroiza <luisalberto.beroizaosses@intern.osp-dd.de>
Co-authored-by: AlberyKous <extreme_rvd@hotmail.com>
2022-08-19 07:37:02 -04:00
w1x8l ea74d2b11c
ManhwasNet: update css selectors (#13034)
* ManhwasNet: update css selectors

* ManhwasNet: fixed status always as completed
2022-08-17 17:16:12 -04:00
Luis Alberto 6bae024610
Manhwa latino Links Update (#12594)
* 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.

* manhwa-latino Url from the Website has changed.

from https://manhwa-latino.com => https://manhwa-es.com

* manhwa-latino Url update on manifest

* manhwa-latino Fix to get ThumbnailUrl and Url from Slider

The Slider from Manhwa-Latino was updated and the parser was updated as
well.

* manhwa-latino: Using Cloudflare Client to connect.

Manhwa-Latino now Manhwa-Es are using cloudflare right now.
This workaround fix make possible the connection from the app to the
Website.

* Update the address to every image

* Update Manhwa-Latino Address

* Updating popularMangaNextPageSelector

Co-authored-by: Luis Beroiza <luisalberto.beroizaosses@intern.osp-dd.de>
Co-authored-by: AlberyKous <extreme_rvd@hotmail.com>
2022-07-16 11:11:03 -04:00
arkon d33f0fe903 Bump versions for individual extension with URL handler activities 2022-06-06 21:03:06 -04:00
arkon 341d067afc
Refactor to use app-provided rate limiting interceptors (#12087) 2022-06-05 16:33:49 -04:00
arkon 86d04b11b7
[skip ci] Address some compiler deprecation warnings (#12086) 2022-06-05 16:07:57 -04:00
eientei95 6feef81ed7
ManhwasNet: Fix images not being found error reported in Discord (#11710)
* ManhwasNet: Fix images not found

* bleh
2022-05-03 13:18:33 -03:00
poliglesias 7a66dcf3ce
this source has an error that makes to stay charging at page 10 (#11246)
* fix ratelimit issue

fix ratelimit issue

* Update build.gradle

* Update src/es/lectormanga/src/eu/kanade/tachiyomi/extension/es/lectormanga/LectorManga.kt

Co-authored-by: ObserverOfTime <chronobserver@disroot.org>

Co-authored-by: arkon <arkon@users.noreply.github.com>
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
2022-04-06 08:40:02 -04:00
arkon d347c2ca2a
[skip ci] Remove unnecessary annotations, run linter (#11299) 2022-04-01 17:03:36 -04:00
Vetle Ledaal d498123af3
Add LeerCapitulo (#11265)
* Add LeerCapitulo

* remove unused getFilterList()
2022-03-30 08:28:54 -04:00
Vetle Ledaal 768c1306d6
Add NSFW tag to Apollcomics, HeavenManga, MangaMx, TuManga.net, LectorManga (#11241) 2022-03-25 11:21:42 -04:00
Luis Alberto f1385cbdba
Manhwa latino (#10945)
* 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.

* manhwa-latino Url from the Website has changed.

from https://manhwa-latino.com => https://manhwa-es.com

* manhwa-latino Url update on manifest

* manhwa-latino Fix to get ThumbnailUrl and Url from Slider

The Slider from Manhwa-Latino was updated and the parser was updated as
well.

* manhwa-latino: Using Cloudflare Client to connect.

Manhwa-Latino now Manhwa-Es are using cloudflare right now.
This workaround fix make possible the connection from the app to the
Website.

Co-authored-by: Luis Beroiza <luisalberto.beroizaosses@intern.osp-dd.de>
Co-authored-by: AlberyKous <extreme_rvd@hotmail.com>
2022-02-27 09:46:57 -05:00
w1x8l 66922b7e9d
Add manhwas.net (#10869) 2022-02-20 18:38:48 -05:00
Luis Alberto 5d98d87628
Manhwa latino (#10877)
* 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.

* manhwa-latino Url from the Website has changed.

from https://manhwa-latino.com => https://manhwa-es.com

* manhwa-latino Url update on manifest

* manhwa-latino Fix to get ThumbnailUrl and Url from Slider

The Slider from Manhwa-Latino was updated and the parser was updated as
well.

Co-authored-by: Luis Beroiza <luisalberto.beroizaosses@intern.osp-dd.de>
Co-authored-by: AlberyKous <extreme_rvd@hotmail.com>
2022-02-20 18:37:31 -05:00
jopejoe1 4ed8ceabe1
Updated icons to be more consistent (#10181)
* Update ZMangaGenerator.kt

* Updates Icons

* Update more Icons

* Update even more icons

* Update more icons again

* Update ReaderFrontGenerator.kt

* Update MonochromeGenerator.kt

* Update MadaraGenerator.kt

* Update FoolSlideGenerator.kt

* Update build.gradle
2021-12-21 07:48:54 -05:00
arkon 55b5b8585e Bump versions for Gson-migrated extensions 2021-12-18 16:30:36 -05:00
arkon fa6be0f1c9
Replace usages of Gson (#10080) 2021-12-12 16:33:20 -05:00
arkon 39b7fe8c4e
Move Duktape stub to extensions-lib (#9954)
* Move Duktape stub to extensions-lib

* Formatting fixes

* Address build errors
2021-11-28 13:00:39 -05:00
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
happywillow0 52421cf448 [Update] TuMangaOnline (#1665)
[Update] TuMangaOnline
2019-10-17 21:22:40 -04:00
arkon 31175e3b6d
DoujinHentai: fix search (#1478) 2019-09-07 15:27:36 -04:00
Mike cea1d0c608 HeavenMangaEs update (#1448)
HeavenMangaEs update
2019-09-01 10:16:19 -04:00
Edgar Mejía 10a29218b5 Fix TMO #1332 #1437 (#1444)
Fix TMO #1332 #1437
2019-08-30 14:02:10 -04:00
Stephane Mensah cfed3cbc0b Fixed search and Filters issues for Heavenmanga extension (#1388)
Fixed search and Filters issues for Heavenmanga extension
2019-08-11 08:44:33 -04:00
Stephane Mensah 2abd854084 Add HeavenManga[ES] extension (#1375)
* initial commit for heavenmanga

* updated of icons

* TODO: Only viewing of chapters and see filter

* Can now view pages

* Complete work. Finito!

* removed un-needed dependencies in build.gradle

* fixed all parts suggested in the PR review
2019-08-09 18:38:13 -04:00
Edgar Mejía ee91ca7c1f Fix TMO, again. (#1183)
Fix TMO, again. #1166
2019-06-11 07:19:04 -04:00
Edgar Mejía 5fda10228b Fix TMO error. (#1175)
Fix TMO error #1166
2019-06-09 20:35:47 -04:00
Eugene a179c03db6
Add rate limiter to TuMangaOnline (#1144) 2019-05-28 18:41:58 -04:00
Edgar Mejía 2ffb53ddbe Add TMOHentai #924 (#1095)
* Add TMOHentai

* Add TMOHentai icons
2019-05-09 19:35:14 -04:00
Edgar Mejía 207c1fc526 Add DoujinHentai (#1054) 2019-04-23 10:21:32 -04:00
Eugene d2f0f443bb
Add LectorManga (closes #1000) (#1001) 2019-04-04 20:47:49 -04:00
Eugene 5a6ff3fa78 Remove logging statements (#946)
Remove logging statements
2019-03-20 04:50:39 -04:00
Ujang Karnadi c89a080366 add ikuhentai source (#940)
add ikuhentai source
2019-03-18 16:41:07 -04:00
Eugene 84a287f913 Update TuMangaOnline URL (fixes #605) (#607)
Update TuMangaOnline URL (fixes #605)
2018-11-09 19:44:08 -05:00
Eugene f20372cee7 Remove extVersionSuffix (#575)
Remove extVersionSuffix
2018-10-20 15:28:01 -04:00
Eugene a4947635ed Remove LeoManga (#573)
Remove LeoManga
2018-10-20 13:18:54 -04:00
Martín b845b1c51a Fixes TuMangaOnline, #561 (#568)
Fixes TuMangaOnline, #561
2018-10-19 17:05:56 -04:00
Edgar Mejía 832533aee7 Add TuMangaOnline (fixes #56) (#558)
Add TuMangaOnline (fixes #56)
2018-10-16 05:03:21 -04:00
Eugene 6163b60052 Fix LeoManga icon (#530)
Fix LeoManga icon
2018-10-01 18:28:50 -04:00
Edgar Mejía eff44e9643 Added LeoManga(ES) source. (#461)
Added LeoManga(ES) source.
2018-08-25 11:18:30 -04:00