Vetle Ledaal
44a4f517d2
Remove remaining usage of network.client ( #8153 )
...
* Explicitly use `network.cloudflareClient` instead of `super.client`
... but only if the parent is `HttpSource` or `ParsedHttpSource`
* Remove use of `network.client`
... replaced with `network.cloudflareClient` or `super.client` if the
parent class sets `client` to `network.cloudflareClient` already.
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
1f3fff9efa
Maybe fix? please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please
2025-02-23 21:52:08 +00:00
e91f02af02
Bump M+ ver
CI / Prepare job (push) Successful in 4s
CI / Build individual modules (push) Successful in 8m11s
CI / Publish repo (push) Successful in 52s
2024-12-14 06:57:49 +00:00
dngonz
ad8db484bd
MangaPlus: add Ultra Jump label ( #6133 )
2024-12-14 06:55:41 +00:00
bapeey
f8ab0d3f2f
MANGA Plus: Add preference to remove the chapter number from the name and add the site name as scanlator ( #4965 )
...
* asasdsa
* more
* this is useless
2024-09-15 20:42:49 +01:00
b3f274dab5
version bump m+
...
CI / Prepare job (push) Successful in 4s
CI / Build individual modules (push) Successful in 2m16s
CI / Publish repo (push) Successful in 36s
brain damage (real)
2024-03-24 21:24:42 +00:00
bapeey
a8cd270d86
MangaPlus: Add German lang ( #1691 )
...
Add GERMAN
2024-03-06 06:25:46 +00:00
a62d90d4aa
this one is my bad but fuck linting anyway
CI / Prepare job (push) Successful in 3s
CI / Build individual modules (push) Successful in 5m7s
CI / Publish repo (push) Successful in 44s
2024-02-18 21:01:51 +00:00
c11ab2d724
I still hate linting
CI / Prepare job (push) Successful in 3s
CI / Build individual modules (push) Failing after 1m9s
CI / Publish repo (push) Has been skipped
2024-02-18 20:58:13 +00:00
75365dd582
I hate linting so much
CI / Prepare job (push) Successful in 4s
CI / Build individual modules (push) Failing after 1m2s
CI / Publish repo (push) Has been skipped
2024-02-18 20:53:51 +00:00
8d78ebe12f
fix other fucky wucky
CI / Prepare job (push) Successful in 3s
CI / Build individual modules (push) Failing after 55s
CI / Publish repo (push) Has been skipped
2024-02-18 20:51:30 +00:00
beerpsi
da8c562990
MangaPlus: Update web API versions and clean up stuff ( #1305 )
...
* MangaPlus: Update API versions
* Add more stuff to the titleCache
2024-02-18 20:25:08 +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
c0271a4046
Edit mangaplus extension to allow for auth
2024-01-09 00:42:59 +00:00
Alessandro Jean
afba087eb4
Paginate popular and search responses in MangaPlus ( #18719 )
...
* Paginate popular and search responses in MangaPlus.
* Remove Log debugging info.
2023-10-25 17:07:16 -03:00
nicki
1d28b6dc89
Add missing magazine labels to mangaplus ( #18433 )
...
* Fixup adding more magazine labels
* increment ext.extVersionCode
2023-10-08 03:46:59 -03:00
Alessandro Jean
6b64899c4d
Fix an edge case in MangaPlus ( #18427 )
...
Fix an edge case in MangaPlus.
2023-10-07 22:50:41 -03:00
Alessandro Jean
9c595b3333
Add missing magazine to MangaPlus ( #18372 )
...
Add missing magazine to MangaPlus.
2023-10-04 17:16:02 -03:00
Alessandro Jean
42a3e238fe
Update MangaPlus to handle the subscription changes ( #18367 )
...
* Update MangaPlus to handle the subscription changes.
* Update the FAQ for MangaPlus.
* Remove unused import.
2023-10-04 13:58:39 -03:00
arkon
2a7801e876
Move package namespace declarations out of manifests ( #17581 )
2023-08-18 08:58:52 -04:00
beerpsi
c367e3b126
Add a new lib-i18n to make message translation easier ( #17336 )
...
* Add support to better internationalization with a new lib.
* Add info about `lib-i18n` in the contributing guide.
* Use lib-i18n in M+ as well.
* Change properties files to UTF-8.
* use the assets/ folder instead of the res/ folder
files under assets/ are addressible by name
* mangadex: add string invalid_manga_id
* M+: Add translations for Vietnamese
* m+: Add Vietnamese to list of available languages
* mangadex: remove duplicate declarations
---------
Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
2023-08-02 14:52:00 -03:00
Alessandro Jean
3a36568ed9
Add Vietnamese language to MangaPlus ( #17233 )
...
Add Vietnamese language to MangaPlus.
2023-07-23 12:47:31 -03:00
Alessandro Jean
dd0a128de0
Revert lib-i18n addition ( #16990 )
...
* Revert "Add a new `lib-i18n` to make message translation easier (#16942 )"
This reverts commit 4e17c228cad1e789ca74ad592924d8bed6d925ea.
* Bump the versions.
2023-07-02 18:42:03 -03:00
Alessandro Jean
4e17c228ca
Add a new lib-i18n to make message translation easier ( #16942 )
...
* Add support to better internationalization with a new lib.
* Add info about `lib-i18n` in the contributing guide.
* Use lib-i18n in M+ as well.
* Change properties files to UTF-8.
2023-07-02 17:38:41 -03:00
arkon
7964dc4613
Upgrade OkHttp ( #15320 )
2023-02-11 17:30:31 -05:00
arkon
baaee5cf21
Update linter ( #15317 )
2023-02-11 14:21:03 -05:00
Alessandro Jean
5093e6a5fa
Update to extensions-lib 1.4 ( #15298 )
...
* Update to extensions-lib 1.4.
* Fix a syntax error in NM.
* Add UpdateStrategy to Nana as well.
2023-02-11 10:44:48 -03:00
Alessandro Jean
9ccf78a721
Add support to "On hiatus" status on MangaPlus ( #14941 )
...
* Refactor the MangaPlus code a bit.
* Also handle the newer on hiatus status.
* Change the title cache to a map to better performance.
2023-01-14 11:46:28 -03:00
Alessandro Jean
d5dd9308d1
Fix popular not working in M+. ( #13953 )
2022-10-22 19:15:51 -03:00
Alessandro Jean
a0d1c5c565
Use URL fragment in MangaPlus. ( #13722 )
2022-10-05 23:39:52 -03:00
Alessandro Jean
63f0776018
Optimize the MangaPlus code a little. ( #13652 )
2022-09-30 14:12:04 -03:00
Alessandro Jean
05070ea80b
Better handle the API errors in MangaPlus. ( #13094 )
2022-08-19 22:29:02 -03:00
Alessandro Jean
27b2d172d4
Refactor the MangaPlus code a bit. ( #12262 )
2022-06-20 15:20:40 -03:00
lord-ne
ea96bab86b
[Manga Plus] Add URL intent for chapter links ( #12252 )
...
* [Manga Plus] Add URL intent for chapter links
* Use a when block instead of nested if-else
* Add more descriptive error message
2022-06-20 12:13:26 -03:00
arkon
d33f0fe903
Bump versions for individual extension with URL handler activities
2022-06-06 21:03:06 -04:00
arkon
341d067afc
Refactor to use app-provided rate limiting interceptors ( #12087 )
2022-06-05 16:33:49 -04:00
Alessandro Jean
767ffcbe1c
Add support to i18n in MangaPlus. ( #11890 )
2022-05-17 19:52:48 -03:00
Alessandro Jean
905d12da4c
Show the translated error in MangaPlus. ( #11363 )
2022-04-08 04:32:17 -04:00
Alessandro Jean
88fc45c2d1
Use MangaPlus JSON API instead of Protobuf. ( #11326 )
2022-04-04 07:43:15 -04:00
Alessandro Jean
0b177c3183
Add a README file to Manga Plus. ( #10579 )
2022-01-28 00:49:25 -05:00
Alessandro Jean
1175d23ac7
Refactor the MangaPlus code. ( #10225 )
2021-12-27 06:06:14 -05:00
Alessandro Jean
f64f6d0a8b
Change CheckBox to Switch and reword the setting in MangaPlus. ( #9915 )
2021-11-23 17:40:18 -05:00
Alessandro Jean
8a32ad1961
Remove Gson workaround and add rate limiting to MangaPlus. ( #9295 )
2021-10-01 05:36:14 -04:00
o01210o
17c02bfec4
Add French to MangaPlus ( #9245 )
...
* Add French to MangaPlus
* Add French to MangaPlus
* Update src/all/mangaplus/src/eu/kanade/tachiyomi/extension/all/mangaplus/MangaPlusFactory.kt
Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>
Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>
2021-09-27 10:12:03 -04:00
arkon
2a3d88cea0
Target SDK 31 ( #9022 )
2021-09-09 18:25:46 -04:00
arkon
bc7d8c8672
Default libVersion to 1.2 ( #9014 )
2021-09-09 08:58:17 -04:00
Alessandro Jean
4c8e27c1ec
Add Russian to MangaPlus. ( #8513 )
2021-08-10 14:04:25 -04:00
Alessandro Jean
ed8266fb68
Fix Duktape decoding not working in MangaPlus. ( #8444 )
2021-08-07 11:59:47 -04:00