23 Commits

Author SHA1 Message Date
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
9aecf7e174 MangaOni: Fix bad base64 (#2439)
fix bad base64
2024-04-18 14:46:00 +01:00
5c8cb75e9a come up to date with keiyoushi builds
All checks were successful
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
seew3l
7c5fd399b4
MangaOni: Fix global search (#15688)
* Added new filter and removed DTO

* Fix status

* Minor changes
2023-03-13 10:37:45 -04:00
Seew
65a442d6b7
MangaMx: Moved to MangaOni (#14739)
* MangaMX: Moved to MangaOni

* MangaMX: Moved to MangaOni

* Update Logo

* Apply requested changes
2022-12-30 18:17:39 -03:00
Vetle Ledaal
768c1306d6
Add NSFW tag to Apollcomics, HeavenManga, MangaMx, TuManga.net, LectorManga (#11241) 2022-03-25 11:21:42 -04:00
arkon
bc7d8c8672
Default libVersion to 1.2 (#9014) 2021-09-09 08:58:17 -04:00
Edgar Mejía
8585b5cd81
Fix InManga pages not load & MangaMx search (#7744)
* InManga replace Gson with kotlinx.serialization, fix pages not load.

* MangaMx: Fix search bug.
2021-06-20 08:40:21 -04:00
Alessandro Jean
3f91c5f75e
Replace JsonParser with kotlinx.serialization in some extensions (#7620)
* Replace JsonParser with kotlinx.serialization.

* Remove wildcard import.

* Remove more usages of JsonParser.
2021-06-14 06:20:05 -04:00
Edgar Mejía
39ac1f81a6
Fix LectorManga HTTP error 403, Add MangaMx genre filter and config screen (#6323)
* Fix LectorManga HTTP error 403

* Add genres filter, config +18 filter.

* Fix tachiyomiorg/tachiyomi-extensions#6325
2021-03-28 16:19:11 -04:00
scb261
9867ae9983
MangaMx: fix covers (#6317) 2021-03-28 07:12:06 -04:00
arkon
023c26b4a0 Make "Tachiyomi" app name prefix implicit 2020-06-25 22:46:15 -04:00
Mike
df765c453a
MangaMx - fix pages (#3580) 2020-06-20 03:55:10 -04:00
arkon
efc1877172
Move common app-provided dependencies to common.gradle (#3214) 2020-05-17 16:50:53 -04:00
E3FxGaming
d4dbf1d63f
Implemented MangaMx Cloudflare fix (#2926)
Manga-mx.com uses Cloudflare.
Using the Cloudflare client makes it usable again.
2020-04-29 06:03:39 -04:00
arkon
228178f3a0 Use consistent Gson version for stable compatibility 2020-03-29 12:24:28 -04:00
happywillow0
98ccbbde25
Fix MangaMx (#2409)
Fix MangaMx
2020-03-11 23:18:59 -04:00
ObserverOfTime
e23b69f8a7
More HTTPS upgrades (#2057) 2020-02-22 23:35:13 -05:00
Mike
6b6ad793ac MangaMx - add Doujin-Yang (#1857)
MangaMx - add Doujin-Yang
2019-12-06 08:11:07 -05:00
happywillow0
97ac680c51 Mangamx - Add Filters (#1781)
Mangamx - Add Filters
2019-11-14 07:24:33 -05:00
happywillow0
4820825391 [Change] Mangamx (#1758)
[Change] Mangamx
2019-11-06 15:36:12 -05:00
happywillow0
c1cdde5775 [New] MangaMx (#1691)
* Add MangaMx

* Update MangaMx.kt

* Add Icons

* Fix Author

Checks if Author exists or not

* Update pageListParse as json 

While regex is nice, switched page list processing to json parsing
2019-10-30 22:15:38 -04:00