11 Commits

Author SHA1 Message Date
AwkwardPeak7
827e91d2c6
MangaDistrict: fix search (#9592) 2025-07-25 05:47:29 +01:00
Creepler13
cba5267312
Fix MangaDistrict (#8556)
change mangaSubString
2025-05-20 21:26:58 +01:00
Cuong-Tran
6205dad385
MangaDistrict: Preset genresList & preserve tagList order when saving (#8004) 2025-03-27 00:02:31 +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
Cuong-Tran
4bc138aa39
Manga District: add tag browse (#7035)
* Manga District: add tag browse

* Apply suggestions from code review

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

* correction

* Separate method to load tags from preferences & always initialize with at least 1 tag to avoid excessively reading preferences

* remove unnecessary getter

* Fix: actually update backing field; also improve load tags from preferences

---------

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
2025-01-18 20:13:05 +00:00
AwkwardPeak7
b5df6c5788
MangaDistrict: fix date map (#4621) 2024-09-15 20:21:59 +01:00
AwkwardPeak7
32220c1673
MangaDistrict: get absolute dates from page list (#4527)
* MangaDistrict: get absolute dates from page list

* tfw
2024-08-13 02:32:01 +01:00
Vetle Ledaal
a4e879bba9 Manga District: fix thumbnail (#3137)
* Manga District: fix thumbnail

* use absolute URL always
2024-06-03 05:44:47 +01:00
AwkwardPeak7
757b067214 MangaDistrict: fix next page (#1730)
* MangaDistrict: fix next page

* mangasubdirectory
2024-03-12 19:55:31 +00:00
Cuong M. Tran
aac281ef87 Update MangaDistrict (#1344)
* MangaDistrict: Remove comment from title

e.g. (Official), (Doujinshi)

* MangaDistrict: settings to parse only chapters with full/high quality

# Conflicts:
#	src/en/mangadistrict/src/eu/kanade/tachiyomi/extension/en/mangadistrict/MangaDistrict.kt

* MangaDistrict: fix searchMangaNextPageSelector for last page

* remove unnecessary override

* Rebase to new Madara version

* filter chapter’s url instead of parsing elements

* Clean up, set default values to off/all

* Update MangaDistrict.kt

* Update remove title version pref summary

* typo

---------

Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
2024-02-27 20:53:49 +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