Commit Graph

3524 Commits

Author SHA1 Message Date
beerpsi b87aa79091
[Japscan] Rate limit (#15008)
* [Japscan] Rate limit

* idk

* handle cloudflare shenanigans leading to not finding zjs strings

* translate exceptions

* add number of lookup strings found
2023-01-18 17:16:24 -05:00
stevenyomi a37ff2559e
Remove dead sources (#15016)
* Remove dead sources

* update multisrc
2023-01-18 15:32:53 -05:00
stevenyomi 7465a75fbd
Remove MangaDig (#14974) 2023-01-17 06:37:41 -05:00
beerpsi bd4ab2a925
[Mangaku] rewrite (#14968)
* Mangaku rewrite

* fix: trim chapter names that start with -

* replace android.net.Uri.decode with something simpler

* small fixes + found culprit of lag

* fix: decryption not taking 20 seconds anymore

* use different hyphen character

* in case they start changing around stuff now that tachi got their nose
2023-01-17 06:37:02 -05:00
beerpsi b6dac7f8eb
[BlogTruyen] rewrite (#14979)
* BlogTruyen rewrite

- feat: Added URL intent filter
- feat: count chapter views
- fix: use the `title` attr to prevent stuff like "One Piece chap 1020"
  in the title
- fix: multi-paragraph descriptions are processed properly

* move to ajax endpoint for latest updates

* script.html() -> script.data()

* tweak fetching images from script
2023-01-17 06:36:41 -05:00
beerpsi 326ddc2ad7
[YuriNeko] Fix error interceptor and URL intent filter (#14996)
* fix: return original response if cannot parse as ErrorResponseDto

* fix: make YuriNekoUrlActivity not die from lack of kotlin

* fix: add trailing slash to referer

* accept suggestion

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

Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
2023-01-17 06:36:23 -05:00
Gauthier 04f8307fd9
move date formatters to KomgaHelper (#14989)
apply UTC timezone to formatters
return time as 0 if parsing fails
2023-01-17 06:24:20 -05:00
beerpsi 05154fc045
mgo: fix covers not showing (#14986) 2023-01-16 18:56:29 -05:00
mobi2002 d56b1fe795
TeamX: Remove ext lib version override (#14951) 2023-01-15 01:39:27 -03:00
Alessandro Jean 9ccf78a721
Add support to "On hiatus" status on MangaPlus (#14941)
* Refactor the MangaPlus code a bit.

* Also handle the newer on hiatus status.

* Change the title cache to a map to better performance.
2023-01-14 11:46:28 -03:00
stevenyomi 53aea8b390
Jinman Tiantang: update URL (#14908) 2023-01-12 10:16:14 -05:00
stevenyomi 0371422720
Baozi Manhua: fix chapter list for TC (#14909) 2023-01-12 10:16:02 -05:00
beerpsi 318f6fe9fb
unyeet MangaFox (#14893)
* unyeet MangaFox

* change string concat to template strings

* I SPENT ONE MORNING FOR NOTHING BECAUSE I FORGOT THEY HAD A MOBILE PAGE

* remove trailing slash from mobile url

* simplify pagelistrequest

* chore: remove dependency on :lib-unpacker

* Update issue_moderator.yml

* Update MangaFox.kt

* update genres

Co-authored-by: Carlos <2092019+CarlosEsco@users.noreply.github.com>
2023-01-12 10:15:33 -05:00
beerpsi 95e6d6504b
unyeet (#14906)
* unyeet

* make regex lazy

* what was that

* remove from autocloser and removed_sources.md

* add filters

* suggestions

* chore: bump version code

* more selectFirsts
2023-01-12 10:14:24 -05:00
Alessandro Jean ecdaaf98d0
Refactor the MangaDex code a bit. (#14902) 2023-01-11 16:59:30 -03:00
are-are-are fd0a489887
Add MangaXY (#14870)
* Add MangaXY

* Update src/vi/mangaxy/src/eu/kanade/tachiyomi/extension/vi/MangaXY/MangaXY.kt

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

* Delete search id because it doesn't work

* Fix icon reduces image

* Edit code as recommended by alessandrojean

Co-authored-by: beerpsi <92439990+beerpiss@users.noreply.github.com>
2023-01-11 14:34:58 -03:00
beerpsi 9a99a7ecca
QManga (#14867)
* QManga

* move to ParsedHttpSource

* chore: format androidmanifest

* I DIDN'T REALIZE THEY WERE TABS 😭

* more shenanigans

* Update AndroidManifest.xml
2023-01-11 14:34:42 -03:00
nicki 951ca60b56
New Lib: Text Interceptor (#13859)
* move TextInterceptor to `lib`

to be used for author notes, image alt texts and what not

* refactor Tapastic to use `lib:extensions-lib`

* Refactor Webtoons to use `:lib-textinterceptor`

this turned out to be more complicated than I thought it'd be
TextInterceptor was used for Author Notes which, looking at previous messages,
was only intended to be added to Webtoons Source and not the entire webtoons
multisrc (i.e. WebtoonsTranslate and DongmanManhua don't seem to be making use
of the Show Author's Notes setting). This was in my favor, since having
to deal with additional.gradle to add dependencies to multisrc files doesn't
seem to work... I'll ask previous contributors just in case

* Fix `json` access

missed this while copying over code from `generated-src` to `multisrc/{overrides,src}`

* remove unused import

* make HOST name more clear

couldve used a better schema but that's something for some other time
also put the HOST in the lib itself so that one doesn't lose track of it in the extensions

* use android provided methods instead of hardcoding

based on https://github.com/tachiyomiorg/tachiyomi-extensions/pull/13859/files#r996276738
that suggested the following SO answer: https://github.com/tachiyomiorg/tachiyomi-extensions/pull/13859/files

* remove unused import

* move url generation to helper function

* fix error

oops sorry for that
happened when I was copy pasting back and forth between two sources and one generated source

Co-authored-by: Navaneeth M Nambiar <nmnambiar@hornbill>
2023-01-11 14:34:06 -03:00
Buhbbl 2f4658b3b3
ComickFun: Updated API and fixed error when API returns no url for a page (#14842)
* Updated ComickFun API URL

Addresses #14788 . Does not yet implement the slug and hid changes

* Filters out null urls from the API

Fixes #14786

* Bumped version

* Updated to new API search and hid

Will need to be re-visited to change the internal url stored by tachiyomi to use the hid instead of slugs once ext-lib 1.4 is released.

* Reverted a bug in fetchMangaDetails

* Updated to use kotlinx.serialization

* Renamed the slug fetching method
2023-01-10 20:34:40 -03:00
beerpsi 339f6c9f68
JapScan: yeet WebView (#14881)
* JapScan: Yeet WebView

* chore: remove unused regex
2023-01-10 20:33:26 -03:00
beerpsi 5aa52e1059
CuuTruyen: General improvements (#14869)
* CuuTruyen: General improvements

* switch to app's json instance
2023-01-10 16:05:49 -03:00
Tien Long Lam 6cbee38a9a
Dynasty: added genres to indicate whether a title is original or from specific doujins (and display them) (#14844)
* added genres to indicate whether a title is original

* Delete local.properties
2023-01-10 16:05:37 -03:00
beerpsi 8950d236ac
new multisrc theme: A3Manga (#14837)
* new multisrc theme: A3MangaTheme

* move NgonPhong into A3MangaTheme

* fix: ignore scanlation groups from search result

* chore: fix lint issues

* rename A3MangaTheme to A3Manga, resolve a bunch of suggestions

* fix: remove references of theme in the configuration

* fix: change the activity name in manifest

* fix: final newline

* chore: remove gradle file (not used)

* fix: rename ngonphong icons

* chore: add ocumeo icons
2023-01-10 16:05:26 -03:00
Aria Moradi 92bd338df9
Rename Tachidesk to Suwayomi (#14828)
* Rename Tachidesk to Suwayomi

* keep pkgName the same

* keep Log tag the same

* server is named Tachidesk, rename to avoid confusion
2023-01-06 12:15:35 -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
stevenyomi cb1b9aa683
Add NoyAcg (#14812)
* Add NoyAcg

* rename function
2023-01-06 08:29:26 -05:00
Aria Moradi 79a5a0f948
ReaperScans: use absolute src to handle cloudflare mirage links (#14813)
* fix reaperscans image links

* update extVersionCode

* fix extra slash

* use absolute src
2023-01-06 08:29:03 -05:00
stevenyomi d957b0b0f8
WNACG: update URL (#14824) 2023-01-06 08:27:36 -05:00
Joel Godfrey 58a572a25f
Update BatoTo Genre List (#14792)
* Update BatoTo.kt

update Genres

* up extVersionCode

* Update comment
2023-01-04 09:41:01 -05:00
beerpsi c0ecc14dbd
LXHentai (#14793)
* LXHentai

* fix: wrong sort state for latestUpdatesRequest

* fix: manga description selector

* remove random newline

* Revert "remove random newline"

This reverts commit b1f0202aea80b37f524944b8dad8be5d78602235.

* Update LxHentai.kt
2023-01-04 09:20:04 -05:00
beerpsi 34e60b8cea
HentaiVN: search by author (#14795)
* feat(hentaivn): search by author

* simplify code
2023-01-04 09:19:21 -05:00
beerpsi 3ebbd9304b
remove IuTruyenTranh (#14796) 2023-01-04 09:19:07 -05:00
beerpsi 1d77f0c61c
TruyenQQ: update base URL (#14797)
* chore(truyenqq): update base URL

* chore(truyenqq): bump version
2023-01-04 09:18:49 -05:00
racoon-rac a457e76b05
Add Referer #14763 (#14789) 2023-01-03 11:15:28 -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
Seew 33689fce4d
Fix no chapters found (#14771) 2023-01-03 09:01:14 -05:00
beerpsi 5e9aca81b9
New source: Cứu Truyện (#14772)
* New source: Cứu Truyện

* chore: add more background info on `coordinates`

* Add UrlActivity

* more documentation on cuudrm_bg shenanigans

* fix: close evaluation contexts to prevent memory leak

* that wasnt needed
2023-01-03 09:00:48 -05:00
Davide b325c8b62c
MReader: renamed extension from mcreader.net (#14758) 2023-01-02 20:19:44 -03:00
anenasa 230fa8bae9
Add Manwa (#14655) 2023-01-02 20:19:35 -03: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
stevenyomi 2786495dbb
Baozi Manhua: fix page list and avoid loading missing images (#14716) 2022-12-29 13:01:36 -03:00
mobi2002 2cc30fb009
Comick.fun: fix filters and change domain (#14717)
* Comick: fix filters only showing first page

* Comick: change domain

* Comick: change extension name but keep ids
2022-12-29 13:01:23 -03:00
mobi2002 3a4982defd
Cubari: fix genre parsing (#14712) 2022-12-28 17:33:37 -03:00
stevenyomi cd2cf49d80
BoyLove: update URL (#14702) 2022-12-28 07:08:22 -05:00
Luqman d156ff87c1
Komiku: fix search issue (#14670)
Closes #13402
2022-12-26 21:24:43 -03:00
Basara-Hatake 7eee96f3f4
imhentai fix new images (#14664) 2022-12-24 10:06:09 -05:00
MizukiHikari d24ca6d0a8
Change base URL for Vyvymanga (#14644)
* Update Base URL

* Update CHANGELOG.md

Typo in version

* Update CHANGELOG.md

Added description for update 1.3.3
2022-12-23 17:09:46 -05:00
nicki 26ed286526
Refactor title selection logic (#14649)
most data in dex should be more stable than when this code was written
this is also how their Front-end does it

next refactor will be when the alt-title/title rework
2022-12-23 17:08:59 -05:00
nicki 9aa3d12aff
Support canary.mangadex.dev/* links to open in extension (#14631)
because mangadex beta testers can also be using tachi
2022-12-23 17:08:18 -05:00