Jobobby04
3f56c81c03
Cleanup some tag stuff
2021-05-11 12:38:50 -04:00
Jobobby04
b657af8d1c
Fix a Guya crashlytics crash
2021-05-10 22:03:17 -04:00
Jobobby04
273d61e69b
Chunk the statuses endpoint
2021-05-10 22:03:17 -04:00
Jobobby04
2ec5581e8c
Likely fix background crashes
2021-05-10 22:03:16 -04:00
Jobobby04
be6637c7fd
Fix mangadex manga not adding all chapters
2021-05-10 22:03:16 -04:00
Jobobby04
93d317629f
Disable the mangadex cover setting for now
2021-05-10 22:03:16 -04:00
Jobobby04
df188b7b90
Add copy function to MangasPage
2021-05-10 22:03:15 -04:00
OncePunchedMan
27f2e8ecbc
[IDEA] Changing to labels not always visible ( #296 )
...
* disable always visible labels
* make it a setting
* remove redundant line
* Fix preference keys
* Update keys again
* Fix import
* Remove extra line
Co-authored-by: jobobby04 <jobobby04@users.noreply.github.com>
2021-05-10 22:02:55 -04:00
Henrik
44ba757ad8
add goldbattle mdaltimage data api ( #312 )
2021-05-10 22:02:31 -04:00
Jobobby04
d04cdd9b34
Half fix legacy backup with dex manga
2021-05-09 23:27:18 -04:00
Jobobby04
333f55a44b
Enable MangaPlus chapters in mangadex delegation
2021-05-09 22:20:39 -04:00
Jobobby04
1f9b69fc07
Multiple bugfixes for mangadex delegation
...
Chapters should be sorted
Multiple language fixes
Multiple empty result fixes
2021-05-09 22:10:22 -04:00
Jobobby04
09802c3609
Fix chapter names to match the extension
2021-05-09 19:19:20 -04:00
Jobobby04
93fe927de2
Cleanup some delegation
2021-05-09 18:56:26 -04:00
Jobobby04
428a9e82f3
Use a string builder instead of a list to make chapter names
2021-05-09 18:56:25 -04:00
Jobobby04
7e1389ef05
Update merge chapters in parallel, protect against one failing and stopping the whole thing
2021-05-09 18:56:25 -04:00
Jobobby04
fc354f5792
Mangadex Api 5.0.4
2021-05-09 18:56:25 -04:00
Jobobby04
c26adbb81d
Remove unused glide proguard rules
2021-05-09 18:56:24 -04:00
Jobobby04
31473351af
Mangadex cleanup
2021-05-09 18:56:24 -04:00
Jobobby04
5c2d26aa7c
Genkan.io crash fix
2021-05-09 18:56:23 -04:00
Jobobby04
f0a2b85dd5
Fix typo
2021-05-09 18:56:23 -04:00
Henrik
85398f7c30
add mal cover for mangadex and fix kitsu covers in some cases ( #311 )
2021-05-09 18:56:01 -04:00
Jobobby04
c787498b85
Use kitsu cover for mangadex manga if avalible
2021-05-07 20:53:59 -04:00
Jobobby04
8532a9e2c5
Backup filtered scanlators using the Neko key
2021-05-07 14:42:57 -04:00
Jobobby04
aa6013b7ca
Convert the Chapter sheet into a dialog
2021-05-07 14:27:07 -04:00
Jobobby04
cb2432cce9
Fix a few bugs that were found in the extension
2021-05-07 14:14:05 -04:00
Jobobby04
dd81e5f2b9
Add artist parsing, fix possibly broken author parsing
2021-05-07 14:13:45 -04:00
Jobobby04
c3be087472
Remove unneeded metadata source functions
2021-05-07 14:02:08 -04:00
Jobobby04
84a1da2952
Fix updating remote status, allow editing MdList tracking
2021-05-07 13:43:34 -04:00
Jobobby04
e62de734aa
Remove Uneeded Injekt.get calls
2021-05-07 13:42:20 -04:00
Jobobby04
866a92474f
Disable requesting metadata for now
2021-05-07 13:41:33 -04:00
Jobobby04
b297d580b0
Get statuslist first when parsing tracking
2021-05-07 13:39:50 -04:00
Jobobby04
858a5e6eee
Cleanup token authenticator, fixes ctd when opening tracking
2021-05-07 13:39:15 -04:00
Jobobby04
7c3c452ac2
Dont require logging into mangadex
2021-05-06 22:48:21 -04:00
Jobobby04
b9b5ef55ab
Rewrite and enable Mangadex delegation for V5 of Mangadex (Thanks Cesco)
...
Co-authored-by: CarlosEsco <CarlosEsco@users.noreply.github.com>
2021-05-06 21:19:30 -04:00
Jobobby04
8686fecb1f
Browse source from migration now properly adds it as a result
2021-05-06 16:57:27 -04:00
Jobobby04
c5148b4739
Cleanup E-Hentai code
2021-05-06 15:35:42 -04:00
Jobobby04
a4933388aa
Add reader bottom button menu customization
2021-05-06 15:33:28 -04:00
Jobobby04
9095c98159
Organize reader settings a bit
2021-05-04 16:47:17 -04:00
arkon
8c2de86b16
Fix source filter FAB disappear on rotation ( fixes #4994 )
...
(cherry picked from commit 8d58a8d548e57da9255ee3f4bc3d9246de892872)
2021-05-04 15:40:39 -04:00
arkon
635dd0cda5
Fix settings search crash ( fixes #5002 )
...
Can't lateinit since the controllers are instantiated via reflection.
(cherry picked from commit b453be081e6dda23067201d2507a3b9c4a2ef025)
2021-05-04 15:40:28 -04:00
arkon
bde5d4da26
Fix navigation issue when activity is recreated
...
(cherry picked from commit 3c947f323fad28a378545f95064b43c1b915fb5f)
2021-05-04 15:40:18 -04:00
Ivan Iskandar
4f02f652d9
Show notification to disable Incognito Mode when it's enabled ( #4976 )
...
* Show notification to disable Incognito Mode when it's enabled
* Finish ReaderActivity and BrowseSourceController when incognito is disabled
* CLeanup strings
* Only register DisableIncognitoReceiver when needed
(cherry picked from commit cb203ef02cc3c078d5e5717b98ef1db1cf570586)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/App.kt
# app/src/main/java/eu/kanade/tachiyomi/data/notification/Notifications.kt
2021-05-04 15:40:06 -04:00
arkon
6dad90e19c
Reader grayscale filter ( closes #2822 )
...
(cherry picked from commit 908c9bc6247462c4a18d605bbabc3ebb6520774d)
2021-05-04 14:49:43 -04:00
Andreas
8fdd6c3bf9
Fix bugs in dual-page split ( #4983 )
...
If more bugs appear probably better to go back to the main thread and process dual-pages every time a page is shown as it did before
(cherry picked from commit fe373a95a2a6eaf9792a28b4f2b4f394ae40fba4)
2021-05-04 14:49:35 -04:00
arkon
4cbf647365
[SKIP CI] Update issue-closer-action
...
(cherry picked from commit 60f18f3b5a254a0cf3d590af146df75069a0c03c)
2021-05-04 14:49:12 -04:00
arkon
86d67b9bf7
Cancel scope in SettingsControllers properly
...
(cherry picked from commit 284c019b32d9f755442d0c17ebcc272e2660934e)
2021-05-04 14:49:01 -04:00
arkon
69aebb5571
Update kotlinx.serialization
...
(cherry picked from commit 32434471e5c3bd16475e37f20705aee8cbbc2605)
2021-05-04 14:48:52 -04:00
Jays2Kings
00afc11d4f
Change string chop method default to use smaller ... instead
...
(cherry picked from commit 43b42f8d54bf8872b4fd2467b33fa06a9a44dbb6)
(cherry picked from commit 6a4c280235409fd53fdcb45842a8f5cb364ee51d)
2021-05-04 14:48:43 -04:00
arkon
c518b593ce
Better handling of coroutine cancellations for http calls
...
Based on b94b7eeb6d
(cherry picked from commit 0afe3011bcac9c84a36ec2f5c586f77f8f5a129a)
2021-05-04 14:48:28 -04:00