234 Commits

Author SHA1 Message Date
Jobobby04
362f0a6671 Made almost all the strings SY uses translatable! If people would like to help translate, feel free to join the Tachiyomi discord server (https://discord.gg/tachiyomi), and jump in the tachiyomi-az-sy channel and I can give you a rundown on how to do it 2020-07-15 19:16:21 -04:00
Jobobby04
372e570fac Use Tachi previews info + chapters manga page, plus of course SY features integrated into it
Add missed invert tap settings
Add missed extension open in settings overflow menu option
Cleanup
2020-07-12 19:21:29 -04:00
Jobobby04
044c638079 Very basic manga info edit, currently will break everything if used, tags and cover edit not working 2020-07-11 14:53:59 -04:00
Jobobby04
6dc05eaf3f Pururin fix alternate title error 2020-07-05 21:42:05 -04:00
Jobobby04
0a0ea50809 Disable delegation of Mangadex 2020-07-01 15:13:48 -04:00
Jobobby04
50eef307f4 Add autocomplete tag search in filters for E/Exhentai 2020-06-30 13:36:14 -04:00
Jobobby04
af0c037845 More mangadex work (search is still not working) 2020-06-27 19:22:37 -04:00
Jobobby04
f312e51687 Fix nHentai search 2020-06-27 19:22:07 -04:00
Jobobby04
42d00056dc Mangadex better lang setter 2020-06-27 19:21:21 -04:00
Jobobby04
bf209896ed Fix a typo that likely goes back all the way to EH 2020-06-27 19:21:21 -04:00
Jobobby04
c49464db1e Make Mangadex a configurable delegated source 2020-06-26 15:35:35 -04:00
Jobobby04
ad82dc1c90 Delegate Mangadex
Features that are now usable because of this:
- Batch add mangadex manga
- Open mangadex manga into TachiyomiSY(skipping the extension)
2020-06-25 19:35:44 -04:00
Jobobby04
a2f2e7658d nHentai fix language searching in favorites, also cleanup the source 2020-06-25 14:53:06 -04:00
Jobobby04
d7509c1ba9 Cleanup 2020-06-25 00:32:37 -04:00
Jobobby04
1374c773d7 Update nHentai code to integrate more of the extension version, new filters are now available because of this 2020-06-25 00:22:45 -04:00
Jobobby04
70c98e9c2b Fix batch add delegated sources 2020-06-21 00:44:04 -04:00
Jobobby04
6bd564823a More comments and simple tweaks 2020-06-20 16:55:05 -04:00
Jobobby04
4ef72194bb Cleanup resources and put comments where SY code is different from preview code 2020-06-19 20:50:16 -04:00
Rani Sargees
471f3237c5 8muses layout change
(cherry picked from commit f1c79a542125b0c48f07343c35a8224c3555f00d)
2020-06-15 19:02:58 -04:00
Jobobby04
b745a74e1f Reimplement network helper injector 2020-06-11 22:43:29 -04:00
Jobobby04
e90d30f45c Really fix nHentai 2020-06-09 13:55:37 -04:00
Rani Sargees
34806a2eb6 fixed nhentai
(cherry picked from commit 02cb2fc4f190e568917b7bbb568e61914794640c)
2020-06-09 03:50:31 -04:00
Jobobby04
984866feb8 Tweak E-Hentai cookie check 2020-06-05 15:20:59 -04:00
Jobobby04
c7673f7b4b Remove secure Exh option in favor og always going https 2020-06-04 21:22:45 -04:00
arkon
8a192473c7 Remove Serializable interface from Source
No longer needed since we don't serialize it for the migration controller bundle.

(cherry picked from commit 7dd9a0211b8e1612bde3342efdd977525af18c3b)
2020-05-31 16:37:23 -04:00
Jobobby04
498f69869a Add watched list default state to E/ExHentai 2020-05-28 15:19:13 -04:00
Jobobby04
04e8f0d77f Rewrite migration, split it up into 2 controllers and reorganize the classes
Everything is under the hood, so on top only the back button was fixed in the selct manga screen
2020-05-26 17:04:07 -04:00
arkon
a8a22b5803 Null check for local source cover parent dir
(cherry picked from commit 573f3a392ad2d98f0a6532c8d2ad5a809f575fc8)
2020-05-22 17:50:07 -04:00
Rani Sargees
4c5e99142f Display recommendations from AniList
(cherry picked from commit f032667be5d2c9cfa5000ab1e166c7aaedbac701)
2020-05-11 00:05:40 -04:00
Jobobby04
6e1da22353 Convert EH settings to FlowPrefrences 2020-05-10 19:22:10 -04:00
arkon
2ce01a1c86 Alternative way of reading local manga JSON file
(cherry picked from commit eb3fff6c512ebdde3f703c68935923b368f90a63)
2020-05-09 11:20:21 -04:00
Jobobby04
5a9b84fe00 Fix issue where some sources just wouldnt work at all (examples are Dynasty and Toonily) 2020-05-05 14:28:21 -04:00
Jobobby04
c9a10d9033 Update build.grade and lint fixes 2020-05-05 14:27:28 -04:00
Jobobby04
bef0a44447 It Builds! 2020-05-03 18:34:46 -04:00
Jobobby04
7e99a9f789 Linting Fixes AZ 2020-05-03 14:36:19 -04:00
Jobobby04
800c01ea42 Lint fixes and update build.gradle 2020-05-03 14:27:34 -04:00
Jobobby04
efb8555d76 Update to SDK 29 (Android 10) (#2468)
(cherry picked from commit 83d5e458ca639f645c1646fea46cb89c0ae70478)
2020-05-03 14:24:52 -04:00
jobobby04
70e7974396 Json build fixes 2020-05-03 01:47:35 -04:00
jobobby04
2104b60b81 Run lint 2020-05-03 01:41:34 -04:00
Rani Sargees
9b5fbda9a2 move jsoupextensions back pt2 2020-05-03 01:37:58 -04:00
arkon
647fbd1f4b Move JsoupExtensions back (fixes #2562) 2020-05-03 01:37:58 -04:00
jobobby04
23ac3d18e5 Optimize imports, disallow wildcard imports because of klint, run linter 2020-05-03 01:36:21 -04:00
jobobby04
c85825f3c7 Run default Android Studio formatter on code
(cherry picked from commit 3ecc883944cba6102fb68940023d90ef959c8b9c)
2020-05-03 01:33:58 -04:00
jobobby04
52e742049b Reorganize other util files 2020-05-03 00:39:16 -04:00
Rani Sargees
97a86269e6 change a dependency to try to fix merged sources 2020-05-03 00:31:59 -04:00
Rani Sargees
654d98b5c4 unhide merged sources 2020-05-03 00:31:43 -04:00
jobobby04
0509db1935 E-Hentai WatchedList checkbox fix (#2) 2020-05-03 00:31:07 -04:00
jobobby04
acf879d28c Added Ehentai Watched list (#1) 2020-05-03 00:31:07 -04:00
Rani Sargees
03b44fff22 update changelog and readme, fix hentaicafe tags 2020-05-03 00:27:44 -04:00
Rani Sargees
58cce53746 delegate tsumino 2020-05-02 23:52:58 -04:00