AwkwardPeak7
5a004d08f5
Cubari: simplify url handling and search ( #11216 )
...
* migrate to keiyoushi.utils.parseAs
* Refactor: Simplify URL handling
- Pass URLs directly to search instead of pre-parsing in CubariUrlActivity
- Remove custom `cubari:` prefix and parser
- Handle direct URL searching in the main source file
- Add support for Gist URLs
- Remove redundant intent filters from AndroidManifest
* bump and fix useragent
* fix url
* update useragent
* trailing comma
2025-11-22 22:17:49 +00:00
Vetle Ledaal
8b212ffdcd
Explicit cloudflareClient if Cloudflare hosted ( #6613 )
...
* Explicit cloudflareClient if Cloudflare hosted
* avoid modifying multisrc sources
2025-01-18 20:13:01 +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
bapeey
3ea5d8ec31
Cubari: Fix brotli issue ( #65 )
2024-01-10 23:38:39 +00:00
Henrik
04ce77c510
cubari more intents ( #19303 )
2023-12-14 05:56:18 -05:00
BrutuZ
76d9997262
[Cubari] Cleanup chapter titles ( #19117 )
...
* Avoid stray hyphen on chapter title if it has no name
* Fix typo and add explanation to README
Remove CHANGELOG
* Check and ignore empty string passed as Volume number
2023-12-02 10:44:23 -05:00
arkon
dc237650ea
Revert to extensions-lib 1.4.2
...
Better to just wait for 1.5 to do the RxJava migration changes together for all APIs.
2023-09-08 22:47:40 -04:00
arkon
3da0424b9d
Update to extensions-lib 1.4.3 ( #17781 )
2023-09-02 23:23:30 -04:00
mobi2002
45553c5331
Cubari: implement client side search ( #15803 )
2023-03-23 22:37:24 -04:00
mobi2002
a7c7ed3b77
cubari: prevent NullPointerException when key is 084 and chapter_number is 84 ( #15418 )
...
* cubari: fix
prevent `NullPointerException` when chapters.key is 084 and chapter.chapter_number is 84
* bump version
* simplify by using mapKeys
2023-02-20 15:15:11 -03:00
mobi2002
e6f26da39d
Cubari: reddit gallery intent and fix empty group name causing NullPointerException ( #15402 )
...
* Cubari: add reddit gallery url intent
* fix empty group name causing `NullPointerException`
2023-02-19 14:01:53 -03:00
mobi2002
3a4982defd
Cubari: fix genre parsing ( #14712 )
2022-12-28 17:33:37 -03:00
Riztard Lanthorn
d0f26eff13
Cubari: fix long genre/tag issue ( #13929 )
...
Closes #13905
2022-10-20 10:36:00 -04:00
funkyhippo
c2574260d2
Update stdlib calls to bypass NoClassDefFoundError. ( #12274 )
2022-06-22 05:41:11 -04:00
arkon
d33f0fe903
Bump versions for individual extension with URL handler activities
2022-06-06 21:03:06 -04:00
BrutuZ
1ca834b9de
Parse tags after "Tags: " string ( #11198 )
2022-03-22 08:49:35 -04:00
jopejoe1
ef91dafd50
Add README files for various extensions ( #10567 )
...
* Updatte Komanga readme
Co-authored-by: Andreas <6576096+ghostbear@users.noreply.github.com>
* Add Readme to LANraragi
* Add ReadME to LANraragi
* Update build.gradle
* Update Komga readme
* Add Kavita ReadMe
* Update build.gradle
* Update README.md
* Add Cubari Readme
* Update build.gradle
* Add changelog to Cubari
* Add Changelog to Kavita
* Add LANraragi Changelog
* Add Readme to Bato.to
* Update build.gradle
* Add Changelog to Bato.to
* Update CHANGELOG.md
* Update src/all/lanraragi/README.md
Co-authored-by: Andreas <andreas.everos@gmail.com>
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
Co-authored-by: Andreas <6576096+ghostbear@users.noreply.github.com>
Co-authored-by: Andreas <andreas.everos@gmail.com>
2022-01-28 00:49:56 -05:00
funkyhippo
d5ba305575
Add wildcard hosts for invalid hosts in intents. ( #9993 )
2021-12-05 12:21:10 -05:00
arkon
bc7d8c8672
Default libVersion to 1.2 ( #9014 )
2021-09-09 08:58:17 -04:00
E3FxGaming
b87a5935b8
Cubari release_date fix + volume null fix ( #8163 )
...
* Fix for Cubari API response not containing chapter release_date
Cubari API responses don't contain release_date information when the Cubari source is Imgur.
The minor change made with this commit makes the existence of the release_date json property for the parsing process optional.
* Fix for Cubari volume "null" and cleaned up chapter name generation
If the volume is set to null in the json, it's now recognized as not specified.
Also cleaned up the chapter name concatenation.
2021-07-18 06:29:43 -04:00
Seishirou101
aea0eb6daf
fix cubari upload date ( #8126 )
...
* fix upload date
* change sketchy method
2021-07-17 14:52:25 -04:00
Alessandro Jean
5295e43d68
Fix proxy method not working on Cubari. ( #7431 )
2021-06-03 16:56:57 -04:00
Alessandro Jean
6d144464c7
Add kotlinx.serialization to more sources ( #7398 )
...
* Replace Gson in Foolslide, Wpmangastream, Gigaviewer and Bilibili.
* Replace Gson in Wpmangareader and Cubari.
* Replace Gson in MangaAdventure and NaniScans.
* Fix missing pages at Wpmangastream (closes #7395 ).
* Replace Gson in Webtoons and WebtoonsTranslate.
2021-06-03 11:55:26 -04:00
FourTOne5
5e7c11371b
Cubari QoL Update ( #6781 )
...
* Update Cubari.kt
Volume defaults to "Uncategorized" so if volume is "Uncategorized" don't show volume.
* Update build.gradle
2021-05-01 16:52:57 -04:00
FourTOne5
948cff84e5
Cubari QoL Patch ( #6760 )
...
* Was trying to get JSONobject instead of string
* Update build.gradle
2021-04-29 13:06:01 -04:00
FourTOne5
a77f70473f
Cubari QoL ( #6746 )
...
* Update Cubari.kt
* Update build.gradle
* Made a Oopsie.
* Oopsie fixing
* -_- Again I guess
* Update Cubari.kt
2021-04-29 10:16:14 -04:00
funkyhippo
d604f06811
Migrate Guya proxy to Cubari, QoL updates to Cubari. ( #6324 )
...
* Remove Guya proxy intents.
* Cubari sourceFactory for easier discoverability, search improvements.
2021-03-28 16:20:51 -04:00
funkyhippo
24f1b6f96e
Cubari extension. ( #6311 )
2021-03-27 14:53:17 -04:00