3599 Commits

Author SHA1 Message Date
Jobobby04
0a0ea50809 Disable delegation of Mangadex 2020-07-01 15:13:48 -04:00
Jobobby04
b4e39448fc Cleanup saved search copy debug function 2020-07-01 15:13:48 -04:00
Jobobby04
8ec3d9565e Saved searches restore from backup fixes 2020-07-01 15:13:48 -04:00
Jobobby04
3e5d0b7d1b Use automatically generated EHTags file (wow, already 1 new tag since I added the file)
Scraper located here: https://github.com/jobobby04/Scraper
2020-06-30 21:48:46 -04:00
Jobobby04
813fe9deb8 Fix Exh chapters downloading after manually refreshing info 2020-06-30 14:07:26 -04:00
Jobobby04
2cdbc2f0d3 Copy debug build number when clicking version 2020-06-30 13:36:38 -04:00
Jobobby04
50eef307f4 Add autocomplete tag search in filters for E/Exhentai 2020-06-30 13:36:14 -04:00
Jobobby04
61e4ff548c Cleanup 2020-06-27 19:23:11 -04:00
Jobobby04
0590574f1a Suppress this annoying build warning 2020-06-27 19:22:58 -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
4b57e33f2d Add a more through and working check for configurable delegate sources 2020-06-26 23:16:37 -04:00
Jobobby04
c49464db1e Make Mangadex a configurable delegated source 2020-06-26 15:35:35 -04:00
Jobobby04
988356e1ff Add delegation support for configurable sources 2020-06-26 15:34:54 -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
arkon
a5ae87bbd5 Lazily instantiate Cloudflare client
(cherry picked from commit b3f5f13c39ace3554396e084c7686e731db98141)

# Conflicts:
#	app/src/main/java/eu/kanade/tachiyomi/network/NetworkHelper.kt
2020-06-24 20:17:53 -04:00
Jobobby04
75d5da71f2 Rewrite saved searches again, hopefully fix the last few bugs 2020-06-24 20:14:31 -04:00
arkon
3e9e42271e Add advanced option for DNS over HTTPS via Cloudflare (closes #3377)
(cherry picked from commit 3645d19135683cf8d076f560619c1b47c7b21d00)

# Conflicts:
#	app/src/main/java/eu/kanade/tachiyomi/data/preference/PreferencesHelper.kt
#	app/src/main/java/eu/kanade/tachiyomi/ui/setting/SettingsAdvancedController.kt
2020-06-24 15:51:42 -04:00
arkon
fe9ccd473d Add network header logging in debug builds
(cherry picked from commit 3b4b1185e22d286d3986aad7f7def58b69b0c76e)

# Conflicts:
#	app/src/main/java/eu/kanade/tachiyomi/network/NetworkHelper.kt
2020-06-23 22:47:37 -04:00
Jobobby04
1cc36379e0 Revert "Combine author and artist fields in manga info"
This reverts commit da7d3f3a9ea64776726dd258a32d557158131d28.

# Conflicts:
#	app/src/main/java/eu/kanade/tachiyomi/ui/manga/MangaAllInOneHolder.kt
2020-06-23 22:40:11 -04:00
arkon
a6b6776447 Open error log on tapping notification body (closes #3376)
(cherry picked from commit 406c5bde11d5e1be4e5f7c9a5ee4ade42fcbc844)
2020-06-23 22:33:31 -04:00
Carlos
8aecdc2077 ignore fact that loader might be null (#3374)
(cherry picked from commit 75d1913aafa587ca74e12231558d14044ad99bfc)
2020-06-23 22:33:08 -04:00
arkon
50696bc580 Replace filter group icons with expand more/less
(cherry picked from commit 4e633b8936b467d88a68dcba991380cab0f6745e)

# Conflicts:
#	app/src/main/res/drawable/ic_chevron_right_white_24dp.xml
#	app/src/main/res/drawable/ic_expand_more_white_24dp.xml
2020-06-23 22:32:13 -04:00
arkon
5b9aa4a89d Fix filter group icon being invisible in light theme
(cherry picked from commit e99a27e382d1f664ad4709c4101268602b5ed9a1)
2020-06-23 22:24:53 -04:00
Jobobby04
c969db8094 Ignore case when sorting saved search chips 2020-06-22 18:09:50 -04:00
Jobobby04
9a2af8ac42 Add saved search copying between E-Hentai and ExHentai in the debug menu 2020-06-22 18:09:30 -04:00
Jobobby04
11c0cdfa78 Likely fix saved searches not clicking the right one 2020-06-22 16:16:28 -04:00
Jobobby04
7581c8e519 Fix e-Hentai misc category default state configuration 2020-06-22 15:15:31 -04:00
Jobobby04
7560b565c8 Fix local source crashing 2020-06-21 16:45:15 -04:00
Jobobby04
ecda463183 Fix saved searches for android 6(and possibly others) 2020-06-21 16:01:01 -04:00
Jobobby04
777ce57a5a Cleanup last commit 2020-06-21 14:54:16 -04:00
Jobobby04
3ba6aeb8d5 Fix actions not applying to filtered chapters 2020-06-21 14:40:31 -04:00
Jobobby04
34ef3f2b9f Fix my annoyances with the batch add UI 2020-06-21 01:00:13 -04:00
Jobobby04
62011907d3 Fix batch add result displaying 2020-06-21 00:44:49 -04:00
Jobobby04
0d6cfb88a7 Remove uselss log in batch add 2020-06-21 00:44:24 -04:00
Jobobby04
70c98e9c2b Fix batch add delegated sources 2020-06-21 00:44:04 -04:00
Jobobby04
0ce63d0adc Fix source filterlist crash 2020-06-20 20:52:30 -04:00
Jobobby04
543d46c16c Fix category table creation 2020-06-20 20:00:54 -04:00
Jobobby04
58d01778de Remove app name from other language's strings.xml 2020-06-20 18:06:15 -04:00
Jobobby04
ce332f4492 Fixed browse extensions tab name being cut in half 2020-06-20 17:06:56 -04:00
Jobobby04
6bd564823a More comments and simple tweaks 2020-06-20 16:55:05 -04:00
Jobobby04
7ce36f25ce Saved searches internal improvements, lag is now fixed 2020-06-20 16:53:09 -04:00
Jobobby04
9e52f4e8cc I was wrong about the unread color, fixed 2020-06-19 21:44:40 -04:00
arkon
d5f1d8c61e Use view binding in TrackAdapter
(cherry picked from commit a768280d82fb65234e2e5a77a3095de9c11ecb34)
2020-06-19 21:39:22 -04:00
arkon
f2ad6f1d89 Allow extension details header to scroll
(cherry picked from commit cbb8f256450362c5dd899bd3c0acdcc3cdf28a8d)

# Conflicts:
#	app/src/main/java/eu/kanade/tachiyomi/ui/browse/extension/details/ExtensionDetailsController.kt
2020-06-19 21:39:13 -04:00