Commit Graph

75 Commits

Author SHA1 Message Date
stevenyomi 12e864f85f Remove placeholder manifest files (#790) 2024-01-30 22:11:47 +00:00
happywillow0 7ae0c27e21 Update MyReadingManga (#511)
* Update Filter Parsing

Update filter parsing behavior from the okhttp cache to a mutableMap

* Bump User Agent Version

* Update pageListParse

Update pageListParse to select for "entry-content" only

* Remove Deprecated cloudflareClient

* Bump extVersionCode

* Revert "Remove Deprecated cloudflareClient"

This reverts commit c97c479dca056b6bdd432291910389579d9962c5.
2024-01-30 22:07:01 +00:00
Draff 5c8cb75e9a come up to date with keiyoushi builds
CI / Prepare job (push) Successful in 3s Details
CI / Build multisrc modules (push) Successful in 8m10s Details
CI / Build individual modules (push) Successful in 38s Details
CI / Publish repo (push) Successful in 1m39s Details
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
Vetle Ledaal 74cb5ba984
MyReadingManga: Fix broken last image, whitespace in description (#19239) 2023-12-09 11:35:26 -03:00
Sultan Iskandar Maulana ed09873e52
[MyReadingManga] FIx pages does not parsed correctly (#19202)
* MyReadingManga: Add WebP image support

Fix issue where manga published with webp images can not displayed correctly in Tachiyomi.

* MyReadingManga: Fix older release images does not parsed

* MyReadingManga: Bump version
2023-12-07 08:33:56 -05:00
arkon 2a7801e876
Move package namespace declarations out of manifests (#17581) 2023-08-18 08:58:52 -04:00
happywillow0 a711214620
MyReadingManga Bump User Agent Version (#15869)
Bump User Agent Version

- Bumps user agent version to help bypass CF
2023-03-28 09:34:42 -04:00
arkon e1f59a845e
Update jsoup (#15321) 2023-02-11 22:22:32 -05: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
happywillow0 21b399555e
MyReadingManga Misc Updates (#13532)
* Reorder Sort Filters
* Cache Filters from Latest if needed
2022-09-20 23:59:14 -03:00
Vetle Ledaal 9ffce35bca
MyReadingManga: set User-Agent to get past Cloudflare (#13264)
* MyReadingManga: set User-Agent to get past Cloudflare

* Remove custom Cloudflare interceptor
2022-08-29 10:04:01 -04:00
happywillow0 2bc1ec5a77
My Reading Manga Updates (#13147)
* MyReadingManga Updates

* Adds New Filter: Sort By
* Fixes "lateinit property title has not been initialized"
* Replaces deprecated capitalize

* Update Sort Order

Updates sort order. Matches default popular sort (random) on open.
2022-08-23 09:56:44 -03:00
arkon 86d04b11b7
[skip ci] Address some compiler deprecation warnings (#12086) 2022-06-05 16:07:57 -04:00
arkon 542c28875d Minor project updates
- Update kotlinter
- Opt in to serialization API to avoid IDE warnings
- Replace some deprecated OkHttp function usages
- Remove some unnecessary Android version checks/targets
2022-01-02 18:47:56 -05:00
arkon 6a75de9261
Remove usage of @Nsfw annotation in favor of extension-level flagging (#9368) 2021-10-04 16:44:32 -04:00
arkon bc7d8c8672
Default libVersion to 1.2 (#9014) 2021-09-09 08:58:17 -04:00
mountfox 67bde7f28c
Stop overwriting request user-agent when bypassing Cloudflare (#8771)
* Bypass cloudflare WAF using webview

* MyReadingManga: remove single cookie when bypassing Cloudflare

* Don't overwrite request header when bypassing Cloudflare
2021-08-23 07:21:18 -04:00
Alessandro Jean f3a4f33666
Fix inspector build exception (again). (#8619) 2021-08-17 21:55:33 -04:00
Alessandro Jean b25fce871a
Fix inspector build exception. (#8612) 2021-08-17 21:16:40 -04:00
mountfox 10c2dc0395
Bypass cloudflare WAF using webview in MyReadingManga (#8562)
* Bypass cloudflare WAF using webview

* MyReadingManga: remove single cookie when bypassing Cloudflare
2021-08-17 17:45:28 -04:00
arkon 50bf2a56e5
Update dependencies; drop Android 4.x support (#6742) 2021-04-28 15:38:05 -04:00
Aria Moradi 33f136d2ae
Fix Android Studio "Duplicate content roots" error (#5203)
* comply with #5214

* rm not needed AndroidManifest.xml

* [CI SKIP] add info about AndroidManifest.xml

* Update CONTRIBUTING.md

Co-authored-by: arkon <arkon@users.noreply.github.com>
2020-12-20 22:31:12 -05:00
arkon 016653bdc0
Update Kotlin, coroutines, kolinter (#4363)
* Update kolinter, address some build warnings

* Update to Kotlin 1.4.10, coroutines 1.3.9
2020-09-13 18:33:59 -04:00
happywillow0 955544ce2d
Use super in headersbuilder (#4328)
Swtichs Headers.Builder() to super.headersBuilder()
2020-09-08 07:49:38 -04:00
superbsam 225fd3d960
Fix MyReadingManga not loading images correctly (#4212) 2020-08-26 00:09:32 -04:00
Mike 767a1ee1fe
MyReadingManga - fix titles, duplicate pages (#4119) 2020-08-13 23:00:32 -04:00
Mike f28dfa6af4
MyReadingManga - refactor search (#3991) 2020-08-03 00:03:33 -04:00
Mike d85e7e91fe
MyReadingManga - fix pages (#3869) 2020-07-22 03:01:59 -04:00
Mike fdec2f1009
MyReadingManga - some refactoring, added language filter (#3741) 2020-07-10 01:08:48 -04:00
happywillow0 d4cae5093a
MRM - Update Page Selector (#3667) 2020-07-01 13:55:13 -04:00
arkon 023c26b4a0 Make "Tachiyomi" app name prefix implicit 2020-06-25 22:46:15 -04:00
Mike a6c2ed3aae
Myreadingmanga - add more languages (#3088)
* working

* integration

* cleanup, finalization
2020-05-10 17:47:38 -04:00
TacoTheDank d418ae93b2
Corrected a bunch of lints in "all" (#3035) 2020-05-08 18:11:52 -04:00
arkon 5d5c6016ea Lint fixes 2020-04-25 10:29:23 -04:00
happywillow0 666a27c246
Fix MRM Filters (#2314)
Fix MRM Filters
2020-03-01 10:24:42 -05:00
happywillow0 86792746dc
Update MRM Filter Code (#2305)
* Update MRM Filter Code

* Code Reformat
2020-02-28 18:11:11 -05:00
ObserverOfTime e23b69f8a7
More HTTPS upgrades (#2057) 2020-02-22 23:35:13 -05:00
happywillow0 26f633993d
Update manga.description (#2210)
MRM - Update Description
2020-02-07 14:25:33 -05:00
happywillow0 db37dab7e3 MRM - Filter Update (#1953)
* Update build.gradle

* Update Filter Code

* Fix Catagory Filter
2020-01-03 22:02:43 -05:00
happywillow0 6fae2f4df3 [Fix] My Reading Manga - fix for no cover (#1796)
* Update build.gradle

* Account for broken covers on search

* Update MyReadingManga.kt

* Update MyReadingManga.kt
2019-11-22 17:47:12 -05:00
happywillow0 b599acce0c [Improvement] My Reading Manga - Search (#1683)
[Improvement] My Reading Manga - Search
2019-10-21 15:28:34 -04:00
happywillow0 64904ba658 Fix MRM Filter IOException (#1558)
Fix MRM Filter IOException
2019-09-25 10:06:58 -04:00
happywillow0 209eaa9f1c MRM Fix Thumbnail on restore (#1554)
* MRM covers

* Adds scangroup
2019-09-23 13:03:07 -04:00
happywillow0 d37e61728b Genre Filtering on MRM (#1428)
Genre Filtering on MRM
2019-09-21 10:09:16 -04:00
happywillow0 6423c4d8ed Fix MRM Date Parsing #2 (#1430)
Fix MRM Date Parsing #2
2019-08-27 07:20:41 -04:00
happywillow0 341d1a018e Fix: MRM Date Parsing Update (#1421)
Fix: MRM Date Parsing Update
2019-08-25 10:33:56 -04:00
happywillow0 d1809760a0 MyReadingManga Alternative Search Function (#1360)
MyReadingManga Alternative Search Function
2019-08-13 21:11:22 -04:00