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
rebel onion
5ac0b9b5f6
e-hentai: favorite filtering and manual igneous cookie setting ( #7098 )
...
* feat: igneous header override
* feat: favorites filter
* chore: simple code clean
* chore: version bump
* feat: force e-hentai setting
* fix: requested changes
* fix: force default to true
2025-01-18 20:13:54 +00:00
Cuong-Tran
7ec1dfaf48
Explicit cloudflareClient if Cloudflare hosted ( #6676 )
2025-01-18 20:13:01 +00:00
AwkwardPeak7
ebf18fcd96
fix build
2024-12-14 06:55:30 +00:00
mr-brune
995240cb32
exhentai support + better tag system ( #5855 )
...
* exhentai support
* better tag
* new version
2024-12-14 06:55:30 +00:00
Lefan
3a7bfbbd6a
fix parseChapterPage selector ( #5773 )
2024-12-14 06:55:30 +00:00
Vetle Ledaal
4938b5b609
Remove 3 invalid domains from comments ( #5174 )
...
* Fix invalid domain in comment (e-hentai.net -> e-hentai.org)
* Fix invalid domain in comment (hentaivn.autos -> hentaihvn.tv)
* Fix invalid domain in comment (rouman01.xyz -> none)
2024-10-28 00:20:41 +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
arkon
2a7801e876
Move package namespace declarations out of manifests ( #17581 )
2023-08-18 08:58:52 -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
arkon
1397c5b1b4
Bump dependencies ( #15312 )
2023-02-11 12:56:34 -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
Ritox2
777f677175
Fix for #14342 ( #14375 )
...
* Fix for #14276
* increase versionCode
* fixed issue with requests going to page 1
* ehentai filter fix
* added comments and removed logging
* update gradle
* Update src/all/ehentai/src/eu/kanade/tachiyomi/extension/all/ehentai/EHentai.kt
Co-authored-by: Two-Ai <81279822+Two-Ai@users.noreply.github.com>
* Update src/all/ehentai/src/eu/kanade/tachiyomi/extension/all/ehentai/EHentai.kt
Co-authored-by: Two-Ai <81279822+Two-Ai@users.noreply.github.com>
Co-authored-by: Alec <alec.l@digipen.edu>
Co-authored-by: Two-Ai <81279822+Two-Ai@users.noreply.github.com>
2022-11-25 19:18:37 -05:00
Ritox2
1cefaf0867
Fix for when a request requests page 1 ( #14323 )
...
* Fix for #14276
* increase versionCode
* fixed issue with requests going to page 1
Co-authored-by: Alec <alec.l@digipen.edu>
2022-11-20 15:57:47 -05:00
Ritox2
b71748e711
Fix for #14276 ( #14318 )
...
* Fix for #14276
* increase versionCode
Co-authored-by: Alec <alec.l@digipen.edu>
2022-11-20 11:09:12 -05:00
MatchaSoba
680dd09892
EHentai: Fix page filter looping ( #12707 )
2022-07-24 09:36:35 -04:00
arkon
d33f0fe903
Bump versions for individual extension with URL handler activities
2022-06-06 21:03:06 -04:00
arkon
86d04b11b7
[skip ci] Address some compiler deprecation warnings ( #12086 )
2022-06-05 16:07:57 -04:00
jopejoe1
de19d11727
Updated some icons to be more consistent ( #10419 )
...
* Update MadaraGenerator.kt
* Fixed some icons in Madara
* Replace with icons that work on website
* Fixed Some more icons
* some more icon fixes
* miss placed that
* this to
* Put them in right location this time
2022-01-10 06:44:45 -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
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
aa06cd4b04
Fix wrong language code in some extensions. ( #7550 )
2021-06-08 13:43:46 -04:00
arkon
50bf2a56e5
Update dependencies; drop Android 4.x support ( #6742 )
2021-04-28 15:38:05 -04:00
arkon
209db287a3
Fix URL intent handler manifest entries
2020-12-20 22:59:04 -05: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
arkon
656f74cbc5
Annotate more sources as NSFW
2020-08-10 11:44:39 -04:00
AbdullahM0hamed
bfd1e6b777
Mark extensions as nsfw ( #4057 )
...
* Add containsNsfw = true the gradle files of various extensions
* Update FMReader build.gradle
* Revert extension versions
* Mark more extensions
2020-08-08 19:03:33 -04:00
arkon
e61c2d72c7
Update issue templates, output gzipped version of repo JSON
2020-08-02 18:55:14 -04:00
Mike
a3fdd8a464
EHentai - add language preference ( #3812 )
2020-07-16 17:30:52 -04:00
Mike
d8b2c0c368
E-Hentai - tag filtering, browsing changes ( #3639 )
2020-06-28 19:34:16 -04:00
arkon
023c26b4a0
Make "Tachiyomi" app name prefix implicit
2020-06-25 22:46:15 -04:00
Mike
2b7d5095c1
E-Hentai - backport changes from AZ, cleanup ( #3582 )
2020-06-21 03:17:33 -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
Thiago França da Silva
33d1ccd2a7
EHentai - Implement Url Intent ( #2789 )
...
E-Hentai - Implement Url Intent
2020-04-23 22:34:21 -04:00
jobobby04
c64cf2948e
E-Hentai WatchedList checkbox fix ( #2399 )
...
* E-Hentai WatchedList checkbox fix
* Update build.gradle
2020-03-09 18:49:28 -04:00
jobobby04
53bc937198
E-Hentai added Watched list ( #2392 )
...
E-Hentai added Watched list
2020-03-08 18:42:02 -04:00
Eugene
170c382b15
E-Hentai: switch to SourceFactory
2019-10-27 15:24:12 -04:00
Eugene
223e712b1c
E-Hentai: bump version
2019-09-07 15:23:31 -04:00
Eugene
8d8c420a0b
E-Hentai: bypass content warning ( closes #1378 )
2019-09-07 15:21:59 -04:00
TacoTheDank
c94cc58e7d
Update four "all" sources ( #1314 )
...
* ComiCake: Some cleanup work
Signed-off-by: TacoTheDank <SkytkRSfan3895@gmail.com>
* E-Hentai: Some cleanup work
Signed-off-by: TacoTheDank <SkytkRSfan3895@gmail.com>
* FoolSlide: Some cleanup work and source updates
Signed-off-by: TacoTheDank <SkytkRSfan3895@gmail.com>
* Genkan: Some cleanup work
Signed-off-by: TacoTheDank <SkytkRSfan3895@gmail.com>
2019-08-03 21:38:05 -04:00
Eugene
bf68665bc4
Backport E-Hentai fixes from ilwaz/TachiyomiEH ( closes #1003 ) ( #1004 )
...
Backport E-Hentai fixes from ilwaz/TachiyomiEH (closes #1003 )
2019-04-06 10:42:27 -04:00
Eugene Cheung
3014f5b3f6
Port E-Hentai from ilwaz/TachiyomiEH ( closes #960 )
2019-03-28 23:11:54 -04:00
Ankit SIngh
956a7d0a2a
Res file name fix ( #870 )
...
Res file name fix (E-Hentai
2019-03-05 07:13:42 -05:00