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
lamaxama
a2917fa1f0
Pixiv: fix search repeats itself ( #5149 )
...
* Pixiv: fix search repeats itself
* bump version
2024-10-28 00:20:41 +00:00
stevenyomi
12e864f85f
Remove placeholder manifest files ( #790 )
2024-01-30 22:11:47 +00:00
5c8cb75e9a
come up to date with keiyoushi builds
CI / Prepare job (push) Successful in 3s
CI / Build multisrc modules (push) Successful in 8m10s
CI / Build individual modules (push) Successful in 38s
CI / Publish repo (push) Successful in 1m39s
2024-01-22 21:19:41 +00:00
AwkwardPeak7
c5f82e6aeb
Move plugin section to common.gradle ( #281 )
...
* move apply plugins to common.gradle
* update CONTRIBUTING.md
* remove whitespace
* move common.gradle apply above in multisrc
* move kotlinter
* newlines
2024-01-16 02:49:40 +00:00
stevenyomi
4c8c21596b
Remove message in UnsupportedOperationException ( #277 )
2024-01-16 02:47:22 +00:00
stevenyomi
f612bc1c3f
Clean up some code to follow best practices ( #178 )
...
* toHttpUrlOrNull()!! -> toHttpUrl()
* Jsoup.parse(response.body.string()) -> response.asJsoup()
* Some useless HttpUrl.newBuilder() calls
* extlib v1.4 GET(HttpUrl)
2024-01-14 00:29:56 +00:00
Solitai7e
5e96403f74
Pixiv: fix chapter numbers and series details ( #18113 )
2023-09-23 19:56:36 -03:00
arkon
2a7801e876
Move package namespace declarations out of manifests ( #17581 )
2023-08-18 08:58:52 -04:00
Solitai7e
31ae3fc43a
Pixiv: support partial tag matches ( #17330 )
2023-07-31 14:38:05 -03:00
Solitai7e
2a47132cf9
Pixiv: fix chapter dates ( #17289 )
2023-07-28 22:31:34 -04:00
Solitai7e
ef403d0381
Pixiv: fix users filter ( #17281 )
...
Pixiv: Fix users filter
2023-07-27 16:32:45 -03:00
Solitai7e
e8dce7f5e7
Pixiv: LruCache fix ( #17279 )
...
* Pixiv: LruCache fix
* requested changes
2023-07-27 13:53:56 -03:00
Solitai7e
2df5bdfa68
Pixiv: new filters, group-by-series support ( #17256 )
...
* Pixiv: new filters, group-by-series support
* requested changes
* whoops
* requested changes #2
2023-07-27 09:33:41 -03:00
Solitai7e
4c520021b8
Pixiv: additional filters ( #15495 )
...
* Pixiv: additional filters
* ugh
2023-02-27 15:33:56 -03:00
Solitai7e
c3dfbcdebe
Pixiv: search fixes ( #15432 )
2023-02-23 19:20:33 -03:00
arkon
507fa6e0cd
Maybe fix build
2023-02-19 15:51:32 -05:00
Solitai7e
00cddedd16
New source: Pixiv ( #15387 )
...
* New source: Pixiv
* I screwed up again (this is going to be squashed right?)
* Requested changes
2023-02-19 14:01:33 -03:00