19 Commits

Author SHA1 Message Date
Chopper
09d9b33080
SussyToons: Fix memory leak (#8240)
* Fix memory leak

* Remove variable
2025-05-20 21:26:37 +01:00
Chopper
3b85cfc5a2
SussyToons: Fix source (#8155)
* Fix popular manga and latest manga

* Fix details and chapter

* Fix search

* Bump version
2025-03-27 00:02:34 +00:00
AwkwardPeak7
060473aedf
use Preferences functions from utils (#7757)
* import all temporarily

* use `getPreferencesLazy()`

regex: lazy\s*\{\s*Injekt\.get<Application>\(\)\.getSharedPreferences\(\"source_\$id\"\, 0x0000\)(!!)?\s*\}

* use `getPreferences()`

regex: Injekt\.get<Application>\(\)\.getSharedPreferences\(\"source_\$id\"\, 0x0000\)(!!)?

* `getPreferences` and `getPreferencesLazy` with migration

regex to find: getPreferences\(\)\s*\.

* preferences edge cases

* run lint

* why kotlinter not add newline

* bruh

* bump

* unused import not caught by kotlinter

* review suggestions on all files

* bump after merge main

* review

* reduce usage of
2025-03-27 00:02:28 +00:00
AwkwardPeak7
0658c1926c
revert kotlin 2.1.0 and deps for now (#7468)
generated serializers seem to be missing in final apk, need further investigation
2025-02-23 21:31:11 +00:00
AwkwardPeak7
2e45708568
fix lint 2025-02-23 21:30:42 +00:00
Chopper
e2c7543d3e
SussyToons: Fix thumbnail, loading pages and update domain (#7461)
* Fix thumbnail, loading pages and update domain

* Handling JSON chunks with json lib
2025-02-23 21:30:42 +00:00
Chopper
24aa61ed77
SussyToons: Fixes (#7294)
Fixes
2025-02-23 21:26:48 +00:00
Chopper
554872b754
SussyToons: Fixes (#7211)
* Fix open http connection, dto serialization and loading chapter and pages

* Change message

* Save the last url of the chapter script

* Remove unused class

* Remove duplicate code

* Fix typo
2025-01-18 20:14:01 +00:00
Chopper
5687f616b2
SussyToons: Fix page loading (#7176)
Fix page loading
2025-01-18 20:14:01 +00:00
Chopper
4f0481f71d
SussyToons: Fix loading pages (#7093)
* Fix loading pages

* Remove 'named capture groups' and add configuration

* Fix

* Use dynamic api url
2025-01-18 20:13:08 +00:00
Chopper
73013e9d46
SussyToons: Fix loading pages (#7041)
Fix loading pages
2025-01-18 20:13:05 +00:00
Chopper
509cc58346
SussyToons: Fix loading pages (#7015)
Fix loading pages
2025-01-18 20:13:05 +00:00
Chopper
bb2e8d2cde
SussyScan: Fix page loading (#6961)
Fix page loading
2025-01-18 20:13:04 +00:00
Chopper
ae7fd918dd
SussyScan: Migration (#6855)
* Migrate

* Use HttpUrl

* Sort chapters

* Change popularRequest

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

* Update src/pt/sussyscan/src/eu/kanade/tachiyomi/extension/pt/sussyscan/SussyScan.kt

Change searchMangaRequest

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

* change latestUpdatesRequest

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

* Add comment

* Change chapters url

* changes

* Fix pages header

* Use setUrlWithoutDomain

* Use HttpUrl in SChapter::id and remove variable shadowing

---------

Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>
2025-01-18 20:13:04 +00:00
Chopper
76741e7ce5
SussyScan: Fix null pointer (#5456)
Fix nullpointer
2024-10-28 00:21:08 +00:00
Vetle Ledaal
c6df567713
Sussy Scan: update domain (#3644) 2024-07-14 14:40:48 +01:00
Vetle Ledaal
2e5e25118e
Sussy Scan: update domain (#3577) 2024-07-14 14:39:17 +01:00
Chopper
483a9bbc70 SussyScan: Fix load mangas (#2870)
* Remove mangaSubString

* Keeps thumbnail from popular, latest and search

* Remove date format

* Remove unused import

* Add date format

* Fix lint

* Add thumbnail from manga datails
2024-06-03 05:43:48 +01: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