Commit Graph

154 Commits

Author SHA1 Message Date
bapeey d0edd1855f MangaSwat: Update title selector (#1685)
Update title selector
2024-03-06 06:25:46 +00:00
keiyoushi-bot 008fc27cf9 Add Re-Manga (Arabic) back
Closes #1635
2024-03-06 06:25:46 +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
mohamedotaku cb23787606 fix Cloudflare protect for some sources (#1458)
cloudflare protect
2024-02-27 20:53:49 +00:00
mohamedotaku 838ee2fc97 Change Url Aresnov "ar" (#1482)
Change link Aresnov "ar"
2024-02-27 20:53:49 +00:00
mohamedotaku 94762d7d0d Change Url AresManga "ar" (#1483)
* Change Url AresManga "ar"

* Remove trailing slash from baseUrl

Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>

---------

Co-authored-by: beerpsi <92439990+beerpiss@users.noreply.github.com>
Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>
2024-02-27 20:53:49 +00:00
mohamedotaku daef319051 Change URL Swatmanga (#1427)
* change url mangaswat

* Change URL Swatmanga

* Update MangaSwat.kt
2024-02-27 20:53:49 +00:00
AwkwardPeak7 014ee88bbb Madara: fix app crash and some sources fixes (#1398)
* Madara: fix crash

* fix NPE in ImperioDaBritannia

* mangalek use LoadMore

* update title selector
2024-02-27 20:53:28 +00:00
mohamedotaku a03bb1f780 Change URL PotatoManga (#1369) 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
mohamedotaku 03b9df50ff change URL and override mangaSubString (#1281) 2024-02-18 20:17:19 +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
mohamedotaku cf5299c188 change url mangaae "ar" (#1191) 2024-02-13 02:56:17 +00:00
98Hani 8a1c09e6bf domain change TeamX (#990)
* Update TeamX.kt

* domain change TeamX
2024-02-06 22:44:06 +00:00
stevenyomi 12e864f85f Remove placeholder manifest files (#790) 2024-01-30 22:11:47 +00:00
AwkwardPeak7 96775f8190 add MangaStorm (#746)
* MangaStorm

* MangaStorm: icons
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
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
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
Claudemirovsky ac4700a760
fix(ar/manga.ae): Fix issues with cloudflare (#19473)
* fix: Fix issue with cloudflare

* refactor: Remove unused preference

* refactor: Minor refactoration

* chore: Bump version
2023-12-29 10:18:31 -05:00
Vetle Ledaal 6393c1caf0
Update domain for some sources (#18951)
* update domain src

* update domain madara
2023-11-14 22:12:42 -05:00
Saud-97 280583f53f
Fixed GMANGA page sort (#18673)
* Update .gitignore

* Fixed Gmanga page sorting

* Formatting
2023-10-23 13:45:42 -03:00
Vetle Ledaal 60214a001b
Team X: update domain (#17985) 2023-09-16 11:40:47 -04:00
bapeey 3b8d559c32
TeamX: Fix images couldn't load (#17599)
Fix
2023-08-19 13:45:35 -03:00
arkon 2a7801e876
Move package namespace declarations out of manifests (#17581) 2023-08-18 08:58:52 -04:00
Rolando Lecca e7497d4a6e
Update TeamX domain (#17497)
Update domain
2023-08-11 23:46:09 -04:00
Asheraf 05702a5dec
[MangaAe] update url and other things (#16781) 2023-06-20 12:11:27 -04:00
arkon 793bb09f00 Remove dead sources
Closes #16016
Closes #16110
Closes #16194
Closes #16314
Closes #16515
Closes #16517
Closes #16519
Closes #16520
2023-05-26 17:28:44 -04: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
mobi2002 d56b1fe795
TeamX: Remove ext lib version override (#14951) 2023-01-15 01:39:27 -03:00
Carlos 5c4123a582
TeamX fix search and chapter listing of greater than 100 (#14827)
* Use alternative search, get all chapters when paged

* bump version
2023-01-06 09:47:07 -05:00
Carlos 4d3dccfe10
slight tweaks to teamx (#14785) 2023-01-03 09:07:27 -05:00
Carlos a6f8321858
Add TeamX back (#14784)
* Revert "remove team1x1 (#4877)"

This reverts commit 875d6d75cf.

* Add TeamX back because they lied
2023-01-03 09:01:45 -05:00
KENIS Mohamed Ali 2d31ba573a
--> Add new features to Gmanga (#13494)
* --> Add new features
* now you can switch in the extension setting between :
   -show new Mangas
    or
   -show new chapter
* link manga status to tachiyomi native manga status
* add additional information to description
  - manga start date
  - manga end Date
  - manga Alternative information

* --> moved formattedDatePattern in a constant in the class

* --> change formattedDatePattern with SimpleDateFormat in a constant in the class so the extension can work with  API level < 26

* --> change formattedDatePattern with SimpleDateFormat in a constant in the class so the extension can work with  API level < 26
--> add some information "that the story it not add yet" when there is no description provided by the Scanlator team

* -->  increment extVersionCode by 1 instead of 3
2022-09-19 10:38:51 -03:00
Vetle Ledaal 898c9457ae
Remove broken extensions (#13451)
* Remove extensions with no A record

* Remove extensions with expired domain

* Remove extensions where DNS returns SERVFAIL
2022-09-12 22:31:30 -04:00
TheKingTermux 99eac69158
Remove MangaLink from AR src (#12801) 2022-07-30 08:38:54 -04:00
arkon 341d067afc
Refactor to use app-provided rate limiting interceptors (#12087) 2022-06-05 16:33:49 -04:00
zeredouni f5e252757c
Gmanga / fix url (#10934)
* Update Gmanga.kt

* Update build.gradle
2022-02-25 12:35:36 -05:00
Vetle Ledaal 77c3906e2c
Gmanga: fix search request and chapter parsing (#10686)
* Gmanga: fix search request and chapter parsing

* Ignore HTTP 103 in fetchMangaDetails

* [skip ci] attempt fix 'Sequence contains no items'

* [skip ci] revert HTTP 103 changes

* Improve chapter sort
2022-02-04 08:12:57 -05:00
Vetle Ledaal c6e81d778f
re-manga: Fix latest, chapter parsing (#10630)
* re-manga: Fix latest, chapter parsing

minor refactor

* make SimpleDateFormat static
2022-01-31 07:10:32 -05:00
Ahmed gamal 54c2c64e24
Change mangalink domain (#10525)
* Update MangaLink.kt

* Update build.gradle
2022-01-21 14:13:58 -05:00
arkon 542c28875d Minor project updates
- Update kotlinter
- Opt in to serialization API to avoid IDE warnings
- Replace some deprecated OkHttp function usages
- Remove some unnecessary Android version checks/targets
2022-01-02 18:47:56 -05:00
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
Ahmed gamal 395c7458ba
fix MangaLink baseurl (#9531)
fix mangalink BaseUrl and add setting to change the base url because the have 2 domains
2021-10-19 08:44:31 -04:00
arkon 6a75de9261
Remove usage of @Nsfw annotation in favor of extension-level flagging (#9368) 2021-10-04 16:44:32 -04:00
zeredouni 409e8192f7
GMANGA : FIX ( #9125 / #7802 ) (#9254)
* Update Gmanga.kt

* Update build.gradle
2021-09-27 10:10:19 -04:00
arkon bc7d8c8672
Default libVersion to 1.2 (#9014) 2021-09-09 08:58:17 -04:00
Ahmed gamal b676bebbbf
Add new source (RE-Manga) (#8862)
* Add new source

 add re-manga

* add missing (,)
2021-08-27 06:26:57 -04:00
Ahmed gamal 62d18420bf
MangaAlarb: update icons (#8807)
* MangaAlarb: update icons

forgot to add them in last PR

* Update web_hi_res_512.png
2021-08-25 06:21:20 -04:00
Ahmed gamal a3071faf48
MangaLink: Add Manga Type To Genres (#8791) 2021-08-24 06:44:07 -04:00
Ahmed gamal 8fbd3ab39d
MangaAlarab: some fixes (#8786)
Fix wrong Latest update page
Fix some Filters
2021-08-24 06:43:49 -04:00
Ahmed gamal d09c4a0abb
MangaLink: Add Filters (#8673) 2021-08-20 10:41:38 -04:00
Ahmed gamal 511f667792
Asgard Team: Add Type Filters (#8646) 2021-08-19 05:58:14 -04:00
Ahmed gamal 4445b61ee8
MangaAlarb fix chapter names (#8564)
fix chapters names are are included with chapters date
2021-08-16 06:10:18 -04:00
Ahmed gamal 7ea52804f1
mangaalarab update (#8550)
add genres,manga type,manga status and alternative names to manga Details
2021-08-14 05:45:48 -04:00
Arraiment e850a60f98
Small fixes for 3 sources (#8492)
* TruyenQQ: Update base domain

* MangaAe: Update chapter url

* Sisi Gelap: Update url
2021-08-09 08:06:42 -04:00
Ahmed gamal 792734c22f
Asgard Team source fix (#8407)
* remove AsgardTeam

remove Asgard Team as it's not using madara theme anymore

* add Asgard Team source

fix asgard team manga as it's not using madara theme anymore

* update asgardteam version

update version
2021-08-05 10:40:39 -04:00
Ahmed gamal e456260c21
manga alarab:Add filters (#8342)
add filter
2021-07-31 20:41:27 -04:00
Ahmed gamal 43528e398b
Add Manga Alarab source (#8298)
Add Manga Alarab source
2021-07-28 06:21:47 -04:00
Ahmed gamal cb0c52aaf6
Gmanga: fix url (#8243)
gmanga changes the domain to Gmanga.org
2021-07-23 10:58:07 -04:00
Johannes Joens 0452d87b2f
Remove Sources that are down (#7361)
* Removed Sorces

* Delete multisrc/overrides/madara/atmsubs/src directory

* Delete multisrc/overrides/madara/doujinyosh/src directory

* Delete multisrc/overrides/madara/justforfun/src directory

* Delete multisrc/overrides/madara/mangaarabonline/src directory

* Delete multisrc/overrides/madara/mangazukiclub/src directory

* Delete multisrc/overrides/madara/mangazukionline/src directory

* Delete multisrc/overrides/madara/nazarickscans/src directory

* Delete multisrc/overrides/madara/spookyscanlations/src directory

* Delete multisrc/overrides/madara/toonpoint/src directory

* Delete multisrc/overrides/madara/tsubakinoscan/src directory

* Delete multisrc/overrides/madara/wescans/src directory

* Remove sources wpmangastream

* remove double ,

* Delete multisrc/overrides/wpmangastream/mangashiro/src directory

* Delete multisrc/overrides/wpmangastream/komikindowpms directory

* Delete multisrc/overrides/wpmangastream/komikru/src directory

* Delete multisrc/overrides/wpmangastream/komikgo/src directory

* Delete multisrc/overrides/wpmangastream/matakomik/src directory

* Update FoolSlideGenerator.kt

* Delete multisrc/overrides/foolslide/ajianoscantrad/src directory

* Delete multisrc/overrides/foolslide/storminheaven/src directory

* Delete multisrc/overrides/foolslide/fallenworldorder/src directory

* Remove azbivo.webd.pro

* Remove comiclatest.com

* Delete multisrc/overrides/wpcomics/comiclatest directory

* Removed more sources

* Delete multisrc/overrides/wpmangastream/chiotaku/src directory

* Delete multisrc/overrides/wpmangastream/mangap/src directory

* Remove Mangaindo

* Remove neumanga

* Remove Bacamanga.cc

* Remove MundoHentai

* Remove andromedascans

* Remove Manga-Zen.com
2021-06-01 09:48:53 -04:00
Youssif Shaaban Alsager bcc174e3a0
ar: gmanga: Fix index error while fetching chapters list (#6992)
Signed-off-by: yshalsager <ysh-alsager@hotmail.com>
2021-05-12 12:40:12 -04:00
arkon 50bf2a56e5
Update dependencies; drop Android 4.x support (#6742) 2021-04-28 15:38:05 -04:00
Clarence Castillo 04db6981aa
Fix GManga Latest page error and crashing on older devices (#5540)
* Revert "Update Gmanga.kt (#5497)"

This reverts commit e3d01c9844.

* Fix app crashing for users with Android API 7 and below

* Fix latest page not working due to some items having no thumbnail

Co-authored-by: ellpatron <ell.patron91@gmail.com>
2021-01-24 13:44:29 -05:00
ellpatron e3d01c9844
Update Gmanga.kt (#5497)
* Update Gmanga.kt

fixing when hitting latest ---> getting jsonNull

* Update build.gradle

V1.2.21

* Update build.gradle
2021-01-21 11:36:36 -05:00
Clarence Castillo 91bf6734d4
Fix empty filters when searching with query string (#5328) 2021-01-05 22:11:39 -05:00
Clarence Castillo a552a5267b
New extension GMANGA (#5274)
* Initial commit of GMANGA

* Enable text search

* Implement search filters

* Fix bug unable to render pages of non-webp chapters

* Replace default user-agent with a more generic one

* Add preference to select picking most viewed scan or just show all

* Implement rate limiting to avoid IP ban

* Translate messages to Arabic

* Split functionality to different files
2020-12-30 06:42:27 -05:00
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
nour c0a7a4cd2b
update mangalink (#5146)
* Update build.gradle

* Update MangaLink.kt
2020-12-15 22:11:08 -05:00
Carlos 875d6d75cf
remove team1x1 (#4877) 2020-11-14 08:10:21 -05:00
Riztard Lanthorn 19839e5188
TeamX fix NextPage chapter list (#4866)
other page chapter list not listed
2020-11-13 10:43:35 -05:00
Riztard Lanthorn 924ea25c53
TeamX fix no pages found (#4862) 2020-11-13 07:09:08 -05:00
arkon bb131790df TeamX: fix latest URL 2020-10-24 17:49: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
arkon e61c2d72c7 Update issue templates, output gzipped version of repo JSON 2020-08-02 18:55:14 -04:00
Mike 40e8892a7b
TeamX - update domain (#3900) 2020-07-25 23:55:20 -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
AbdullahM0hamed e9a2df900f
Add AndromedaScans (#3770)
* Add AndromedaScans

* Address issues

* Messed up
2020-07-14 16:28:19 -04:00
arkon 023c26b4a0 Make "Tachiyomi" app name prefix implicit 2020-06-25 22:46:15 -04:00
Mike 6202a42260
Shqqaa - enable search (#3480) 2020-06-10 17:09:15 -04:00
Mike 8acb99c180
Team X - update domain name (#3416) 2020-06-05 15:38:05 -04:00
Mike 3947a3933c
MangaAe - update domain name (#2964) 2020-05-01 20:57:07 -04:00
Mike 9638620270
MangaAe - fix latest (#2823) 2020-04-25 15:26:23 -04:00
arkon 5d5c6016ea Lint fixes 2020-04-25 10:29:23 -04:00
Mike 526ec07a4b
MangaLink - new extension (#2649)
MangaLink - new extension
2020-04-13 20:50:00 -04:00
happywillow0 5bad39943e
MangaAE - Fix Chapter URL (#2485)
MangaAE - Fix Chapter URL
2020-03-23 15:33:49 -04:00
arkon 956e93f13f TeamX: increase timeout (closes #2467) 2020-03-22 12:38:28 -04:00
Mike 6d5b43705c
Team-X - fix images (#2433)
Team-X - fix images
2020-03-17 08:15:48 -04:00
happywillow0 cc07b759d7
Refactor / Fix Manga.ae (#2273)
Refactor / Fix Manga.ae
2020-02-22 09:43:46 -05:00
Mike a76569e5ed
Team X - src to data-src (#2174)
Team X - src to data-src
2020-02-01 17:35:08 -05:00
Mike a6ed48f4f1 Team X - new extension (#1856) 2019-12-09 18:42:07 -05:00
Youssif Shaaban Alsager 71f3a97778 mangaae: switch to the new domain (#1761)
ar: mangaae: switch to the new domain
2019-11-09 18:15:04 -05:00