Commit Graph

26 Commits

Author SHA1 Message Date
bapeey c6b8a44122
YM: Auto update domain (#18165)
* Update domain

* Auto update domain

* Custom message
2023-09-27 15:42:54 -03:00
KirinRaikage 9ff49acf4b
Add Perf Scan to HeanCms (#17866)
* Add Perf Scan to HeanCms

* Remove blank lines in PerfScan.kt
2023-09-10 15:44:22 -03:00
bapeey d1d9e03560
HeanCms: Add option to use ID instead slug (#17647)
* Use ID instead slug

* Minor changes

* Opps

* ID

* I cant explain this

* Fix for search in old API

* Unnecessary IF

* Yugen domain

* Change message

* Ah xD
2023-08-24 13:15:51 -03:00
bapeey 31d420cd50
HeanCms: Re-add fetchAllTitles (#17590)
* Re-add fetchAllTitles

* fetchAllTitles in pagelistParse

* Lint

* Change allTitlesRequest parameters

* Rename val

* Remove unnecesary permSlug in chapters
2023-08-19 11:56:33 -03:00
arkon 2a7801e876
Move package namespace declarations out of manifests (#17581) 2023-08-18 08:58:52 -04:00
Alessandro Jean ef58b57c65
Update YM to their new domain (again) (#17530)
Update YM to their new domain (again).
2023-08-13 13:27:03 -03:00
Rolando Lecca abcea92017
Fix ReaperScans(BR) and YugenMangas(ES) (#17407)
* Reaper new api

* I forgot to copy the DTO

* Minor change

* Minor change

* Minor change

* Also yugen

* Update multisrc/overrides/heancms/reaperscans/src/ReaperScans.kt

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

* Update multisrc/overrides/heancms/yugenmangas/src/YugenMangas.kt

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

* Update multisrc/overrides/heancms/reaperscans/src/ReaperScans.kt

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

* Update multisrc/overrides/heancms/yugenmangas/src/YugenMangas.kt

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

---------

Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
2023-08-06 13:32:57 -03:00
Rolando Lecca 2f1cae5bbf
HeanCMS: API update (#17345)
* API update

* Bump
2023-08-02 14:52:30 -03:00
Rolando Lecca 7cec9eab66
YugenMangas: Add preference for fetchAllStrategy (#17338)
* at least rateLimit exist

* now exact search work fine -.-

* Fix search_each

* Add preference

* They turn off the timestamp

* Handle issues with the regex

* Use originalSlug instead throw error if not found
2023-08-01 09:39:20 -03:00
Rolando Lecca f9834fcca0
HeanCMS: Add fetchStrategy (#17320)
* Add fetchStrategy

* Update multisrc/src/main/java/eu/kanade/tachiyomi/multisrc/heancms/HeanCms.kt

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

* Update multisrc/src/main/java/eu/kanade/tachiyomi/multisrc/heancms/HeanCms.kt

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

* Update multisrc/src/main/java/eu/kanade/tachiyomi/multisrc/heancms/HeanCms.kt

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

* Remove YugenMangas companion object

* Lol

* Update multisrc/src/main/java/eu/kanade/tachiyomi/multisrc/heancms/HeanCms.kt

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

* Update multisrc/src/main/java/eu/kanade/tachiyomi/multisrc/heancms/HeanCms.kt

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

* Update multisrc/src/main/java/eu/kanade/tachiyomi/multisrc/heancms/HeanCms.kt

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

* Update multisrc/src/main/java/eu/kanade/tachiyomi/multisrc/heancms/HeanCms.kt

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

* Update multisrc/src/main/java/eu/kanade/tachiyomi/multisrc/heancms/HeanCms.kt

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

* Update multisrc/src/main/java/eu/kanade/tachiyomi/multisrc/heancms/HeanCms.kt

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

* Fixes

* get slug directly instead convert to SManga

* change new result function

* remove unnecessary var

* unused imports

* Exact search NOT RETURN LATEST TIMESTAMP O.o

* parse response directly

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

* change search query

---------

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
2023-07-31 14:56:44 -03:00
Rolando Lecca 920a2812df
YugenMangas: Fix not showing new chapters (#17318)
* Use permUrl only if fetchAllTitles is true

* Add extension setting

* Move extension settings to Yugen

* Set default to "true" so that users dont have to migrate

* Import SwitchPreferenceCompact

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

* Remove ChangeListener

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

* Show toast

---------

Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
2023-07-30 18:37:17 -03:00
Rolando Lecca 4ffac347f2
YugenMangas: Add ratelimit and increment connection timeout (#17032)
* Yugen is soooooooooo slow sometimes

* Add ratelimit

* Lol

* Lint

* Missing import

* ._.
2023-07-09 10:14:09 -04:00
Rolando Lecca be492a38b5
YugenMangas: Disable fetchAllTitles (#17004)
* Disable fetchAllTitles

* Set fetchAllTitles default value as false
2023-07-03 23:22:32 -03:00
Rolando Lecca f85cc6183d
YugenMangas: Update domain (#17003)
Update domain
2023-07-03 20:56:15 -03:00
Alessandro Jean c45a9a0daa
Migrate GS from Madara to HeanCMS (#16838)
* Migrate GS from Madara to HeanCMS (closes #16809).

* Rename file to follow the linting conventions.

* Rename Scans to Scans to use the old package name.

* Rename the source name attribute as well.
2023-06-23 16:08:18 -03:00
mobi2002 61d34b9ff8
HeanCms: deeplink support & thumbnail on search (#16156)
* HeanCms: fix english string

* attempt to use thumbnail from search if available

* deep link support

* version

* suggested changes

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

* lint

* attempt to use status from details response

---------

Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
2023-04-25 14:19:26 -03:00
Alessandro Jean b0cc31af11
Refactor the HeanCms code a bit (#16112)
Refactor the HeanCms code a bit.
2023-04-20 15:26:15 -03:00
mobi2002 36cc9b4546
Omega Scans: Migrate to HeanCms (#15953)
* OmegaScans: Migrate to HeanCms

* reorder generator
2023-04-04 12:39:35 -03:00
seew3l 0ccda07b1e
YugenMangas: Update domain (#15316)
Update domain
2023-02-11 15:17:29 -05:00
arkon baaee5cf21
Update linter (#15317) 2023-02-11 14:21:03 -05:00
Alessandro Jean 85e28435b2
Update YM URL and fix some images not loading. (#15153) 2023-01-27 20:51:27 -03:00
Alessandro Jean 8ad7f97c8f
Fix TimeZone issues in HeanCMS (#14900)
* Fix TimeZone issues in HeanCMS.

* Fix wrong date format pattern.

* Remove unused import.
2023-01-11 14:35:15 -03:00
Alessandro Jean d4b67e2f59
Attempt to bypass URL changing at YM. (#13954) 2022-10-22 19:16:00 -03:00
Alessandro Jean cb6498ae33
Fix bad JSON parsing in RS. (#13896) 2022-10-17 21:43:24 -03:00
Alessandro Jean 1a8a040214
Update Brazilian RS URL. (#13755) 2022-10-07 22:50:14 -03:00
Alessandro Jean 2debfe8a43
Add new HeanCms as multisrc theme (#13713)
* Add new HeanCms as new multisrc theme.

* Add missing runner and fix wrong version of RS.
2022-10-04 15:12:30 -03:00