Commit Graph

1235 Commits

Author SHA1 Message Date
KenjieDec
6cf71d6490
Add HentaiEra (#3382)
* Add HentaiEra

* typo fix
2024-06-04 10:23:41 +05:00
AwkwardPeak7
7beef1de27
Hitomi: small refactor (#3389)
* Hitomi: small refactor

* bump

* coauthor

Co-authored-by: ZIDOUZI <53157536+ZIDOUZI@users.noreply.github.com>

* fix potential oom and optimize language query

when some sort is applied, it will already fetch correct language so no need for separate query

---------

Co-authored-by: ZIDOUZI <53157536+ZIDOUZI@users.noreply.github.com>
2024-06-04 10:20:19 +05:00
Chopper
9813dbc209
Add LadronCorps (#3367)
* Add LadronCorps

* Cleanup

* Rename source

* Add rateLimit

* Add support for deep linking

* Fix searchManga

* Add icons

* Cleanup

* Add update_strategy

* Add chapter date

* Add status

* Fix package name

* Cleanup

* Rename function

* Cleanup

* Fix days parser

* Change to kotlinx serialization

* Resolve url paths in DTO

* Remove JSONObject

* Throws error field missing
2024-06-04 10:17:56 +05:00
nedius
91ef9b6571
Rewrite LibGroup to use new api (#3219)
* Rewrote LibGroup to use api instead of parsing document

* apply suggestions

* quick fixes

* change preferences variable to functions

* Make getToken sync

* safe & load token

* return new token when refreshing
2024-06-04 10:14:05 +05:00
stevenyomi
95c1fe5c1f
Remove unnecessary files in generated APKs (#3383)
* Removed `kotlin-tooling-metadata.json`, see https://togithub.com/Kotlin/kotlinx.coroutines/issues/3158#issuecomment-1023151105
  This file includes Gradle version code, so Gradle updates will no longer cause binary changes.

* Removed "META-INF/version-control-info.textproto" introduced in AGP 8.4.1, which causes the binaries to change on each commit.

AGP updates will still cause binaries changes because it produces a required `app-metadata.properties` under `META-INF`,
and the `META-INF/MANIFEST.MF` file in the signature includes AGP version.

It is possible to empty `app-metadata.properties`: https://stackoverflow.com/questions/77745443/how-to-stop-gradle-from-generating-app-metadata-properties-at-compile-time
2024-06-03 20:52:59 +08:00
KenjieDec
a1edef99a2
Hitomi Add "Type" Filter (#3355)
* Add "Type" Filter

- Added "Type" Filter
- Popular Section: Today -> Year
- Fixed issue where manga is skipped if language is null

* Change1

* *

* Change2

- Use List instead of Set
2024-06-03 16:20:00 +05:00
bapeey
68690176c5
Noblesse Translation: update domain (#3373)
update domain
2024-06-03 15:53:44 +05:00
Smol Ame
8fdbdfea6e
Teamlanhlung: Update domain (#3370)
Update domain
2024-06-03 15:53:10 +05:00
bapeey
43d15cd21b
MangaFire: Fix chapter name (#3369)
fix chapter name
2024-06-03 15:52:37 +05:00
Smol Ame
6a9f73066e
Dream Scan: Fix language locale (#3365)
Fix mishap with "br" instead of "BR"
2024-06-03 15:50:54 +05:00
AwkwardPeak7
b3409268f0
LuaScans: set js cookie (#3361)
* LuaScans: set js cookie

* bump
2024-06-03 15:50:27 +05:00
AwkwardPeak7
029a53ff90
LuraToon: bypass chapter link redirect (#3359)
LuraToon: fix chapter links redirect
2024-06-03 15:50:08 +05:00
ZIDOUZI
c47b9d852d
Akuma: Add Filters, Add Factory for specific language, Improve manga description and tags (#3351)
* 1. Add language for manga description
2. Add a custom preference to choice if show gender as text or icon

* fix code style

* revert extra formatting

* change preference into switch

* remove unused import, increase extVersionCode

* Add filter, split into specific languages

* Apply suggestions from code review

* Change Filter style, Add Filter, Add exclude syntax

* Change Code Style

* Remove RateLimit Preference, Remove Syntax Filter

---------

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
2024-06-03 15:40:52 +05:00
stevenyomi
bfef7faafb
Update AGP to 8.4.1 (#3353) 2024-06-03 15:27:05 +05:00
renovate[bot]
bfc6933275
Update dependency gradle to v8.8 (#3347)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-02 18:42:32 +08:00
bapeey
dd9b9a50e1
HentaiRead: Fix images (#3343)
* Fix images

* yep
2024-06-02 12:32:19 +05:00
bapeey
5845784fa9
SlimeRead: Fix regex (#3350)
* fix regex

* mfw the script is minified
2024-06-02 12:31:37 +05:00
Chopper
8dca5a0c09
Remove BlackoutScans (#3349) 2024-06-02 11:56:36 +05:00
bapeey
97ea2a0a77
Comick: Fix dateFormat (#3342)
fix dateFormat
2024-06-02 11:54:14 +05:00
ZIDOUZI
27a68685f1
Hitomi: Add language to manga description, add a preferences to show gender (#3314)
* 1. Add language for manga description
2. Add a custom preference to choice if show gender as text or icon

* fix code style

* revert extra formatting

* change preference into switch

* remove unused import, increase extVersionCode

* Apply suggestions from code review

---------

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
2024-06-02 11:53:17 +05:00
Chopper
76d96adbfb
Add Marmota (#3340) 2024-06-02 11:52:23 +05:00
Norsze
9e71886840
remove Anchira (#3339) 2024-06-02 11:51:08 +05:00
Chopper
5dc433c04b
PeachScan: Fix deeplink support (#3334)
* Adds support for any path in peachscan

* Deeplink: Ignore manga collection path

* Cleanup
2024-06-02 11:49:51 +05:00
Smol Ame
64dd49b1bc
Update Flame Comics URL (#3331) 2024-06-02 11:48:36 +05:00
bapeey
a66ff1aa6e
LuraToon: Update domain (#3330)
Coauthor for the intention

Co-authored-by: Smol Ame <155411819+Smol-Ame@users.noreply.github.com>
2024-06-02 11:48:13 +05:00
Chopper
2bc4550143
DemonSect: Add interceptor (#3326)
* Add an interceptor to show a message about login

* Use pathSegments
2024-06-02 11:47:27 +05:00
Smol Ame
56b372eeb8
Update VortexScans URL (#3327) 2024-06-01 09:26:18 +05:00
stevenyomi
64f7ed5645
Make GoDa multisrc and add sources (#3318) 2024-06-01 09:25:44 +05:00
AwkwardPeak7
fb4eb99065
Mangago: fix descrambling (#3313)
* Mangago: fix descrambling

* bump
2024-06-01 09:22:29 +05:00
GoonGooner
c4ad275f91
Add filters to Hitomi Extension (#3312)
* hitomi filters

* move filters to seperate file

* rename category filter to area filter, tag->area in parse
2024-06-01 09:22:07 +05:00
Vetle Ledaal
b698c31d53
Kai Scans: update domain (#3294)
* Kai Scans: update domain

* switch to MangaThemesiaAlt
2024-05-31 15:59:19 +05:00
Chopper
9de1f835a1
Add TuManhwas (#3285)
* Add TuManhwas

* Add icons

* Add isNsfw

* Fix manga title

* Move to ParsedHttpSource

* Add chapter date

* Move imgSrc to function

* Remove extra map

* Move regex to companion object

* Refactoring latestUpdatesFromElement
2024-05-31 15:58:34 +05:00
Chopper
70592b29ae
Fix Baozimh.org and rename to GoDa Manhua (#3087)
* Fix Baozimh

* Cleanup

* Fix author info

* Use parent request

* Bump versionID

* Update

* Update code
* Rename source to GoDa Manhua and update icon (to distinguish from the "legit" Baozi Manhua)
* Add English source

* Update

* Update

* Keep the Chinese source only for now

* Add comments to explain why the English source is not added

* Error message on old chapter keys

---------

Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
2024-05-30 13:54:39 +08:00
bapeey
17adef35a2
CelestialMoon: Update domain and change theme (#3298)
update domain and theme
2024-05-30 09:50:15 +05:00
stevenyomi
2868635835
Comic Gamma: fix chapter list (#3296) 2024-05-30 09:49:21 +05:00
Vetle Ledaal
d97020723f
Guilda Tier Draw: update domain (#3293) 2024-05-30 09:48:05 +05:00
Vetle Ledaal
9409344a30
Add Ghost Fansub (#3290) 2024-05-30 09:45:15 +05:00
Chopper
76719f2d88
Add KomikPix (#3284) 2024-05-29 09:57:39 +05:00
AwkwardPeak7
b0c93f180f
Webtoon Hatti: update page selector (#3281) 2024-05-29 09:57:04 +05:00
Chopper
476890da4b
Add OtaScans (#3280) 2024-05-29 09:56:45 +05:00
AwkwardPeak7
c16a02dcf3
Japscan: update chapter data selector (#3275) 2024-05-29 09:55:57 +05:00
KenjieDec
a6fc66f162
MangaGeko Next Page Selector Fix ( Popular & Filter ) (#3274)
* Fix next page

Fixed next page selector ( Popular & Filter )

* change line endings

crlf to lf
2024-05-29 09:55:38 +05:00
bapeey
dd00ec4067
EternalMangas: Move to Multi and fix pages not found (#3258)
* Move to Multi and fix pages

* skill issue

* mmmm

* remode id
2024-05-29 09:54:13 +05:00
kana-shii
a26934612a
Niverafansub url (#3273)
* nivera fansub url change

* Update build.gradle
2024-05-28 18:15:05 +05:00
bapeey
a330f633f7
HeanCMS: Fix headers (#3263)
bruh
2024-05-28 17:09:29 +05:00
kana-shii
bd9bdacabe
add yaoihub (#3252)
* add yaoihub

* updated icon (ty vetleledaal)
2024-05-27 14:09:39 +05:00
Chopper
8dde53ea23
FRScan: Fix pages loading (#3230)
* Fix pages loading

* Change group name

* Remove variable

* Remove parseAs function and add page url
2024-05-27 14:05:58 +05:00
Smol Ame
de5d088129
Remove PotatoManga (#3243) 2024-05-26 14:28:11 +05:00
Chopper
3613ac8f34
SayHentai: Update domain and fix popularManga (#3240)
* Update domain

* Fix popularManga
2024-05-26 13:00:06 +05:00
Chopper
17f278f8f1
TruyenVN: Update domain (#3239)
Update domain
2024-05-26 12:59:36 +05:00