7 Commits

Author SHA1 Message Date
Hiirbaf
3018e37492
LectorTMO: Add more status (#9695)
* Add more status

* Update version
2025-07-25 05:47:29 +01: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
bapeey
2147b87816
LectorTmo: Remove LectorManga and fix crash on some devices (#7508)
* override fetch methods

* remove lectorManga
2025-02-23 21:31:14 +00:00
bapeey
1e2b6e01df
TMO: Update domain and fix image headers (#5284)
update domain and headers
2024-10-28 00:20:42 +00:00
bapeey
7f71f15629
LectorTmo: Increase ratelimit slightly (#5125)
increase ratelimit
2024-10-28 00:20:41 +00:00
bapeey
af8a367cfa
LectorTmo: Fix images not loading (#4997)
* fix

* Use url.fragment

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

* bruh

---------

Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>
2024-09-15 20:42:57 +01:00
bapeey
cca5e276d2
TMO / LectorManga: Move to factory (fix http 530) (#4393)
* damn

* shouldn't newBuilder() create a new instance?

* 1 second is enough

* remove lazy

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

* imports

---------

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
2024-08-13 02:31:57 +01:00