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
spicemace
7722a6e458
Kemono fix search pages ( #7279 )
...
* Kemono fix search pages
* Update build.gradle.kts
* Update Kemono.kt
2025-02-23 21:26:49 +00:00
KenjieDec
5f9d4e1dc6
Kemono | Fixed some chapters/images not loading due to missing 'name' ( #6443 )
...
Fixed some chapters/images not loading due to missing 'name'
2024-12-14 06:55:45 +00:00
Creepler13
e3933d6f22
Fixed Kemono MultiSrc ( #6375 )
...
* Fixed Kemono MultiSrc
* lint
2024-12-14 06:55:45 +00:00
Chopper
00c5695acf
KemonoTheme: Fix chapter URL in Webview ( #5662 )
...
Fix chapter URL in Webview
2024-10-28 00:21:10 +00:00
KenjieDec
eb397b2b5f
Kemono & Coomer | Fixed Latest, Added Filters, Increased Post Limit ( #5383 )
...
* Fixed Latest, Added Filters, Increased Post Limit
* Fix Lint Errors
- There's no "Coomer" multisrc.
* Add Favourites Filter
- For #547
* Added `KemonoFavouritesDto`
- also a `fav` var in KemonoCreatorDTo
* Apply suggestion
* Apply suggestion
* Apply Suggestions
- Apply AwkwardPeak's suggestions
* Fix Lint Errors
2024-10-28 00:21:08 +00:00
KenjieDec
73ff0e28e9
Coomer Fix "Low Resolution" Preference error ( #3417 )
...
* Fix
* Change version
* space
* Change1
2024-07-14 14:39:16 +01:00
stevenyomi
37c80ab2f6
Kemono: fix missing posts ( #1587 )
2024-03-06 06:23:10 +00: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