arkon
b635789740
Actually compare chapter numbers as numbers when sorting ( fixes #7247 )
...
(cherry picked from commit da8669c826
)
2022-08-13 15:05:23 -04:00
Saud-97
f00e03e5ea
New: Migrating titles maintains custom covers ( #7196 )
...
* New: Migrating titles maintains custom covers #7189
* Added Custom Covers to MigrationFlags.kt, strings.xml
* Reworded covers --> cover
* Updated logic to show/hide Migration flags titles depending on manga.
(cherry picked from commit 5ea03fad87
)
2022-08-13 15:03:21 -04:00
arkon
6db2becd30
Add auto split tall images setting
...
Also includes some fixes for bad merges in earlier commits
Co-authored-by: Saud-97 <Saud-97@users.noreply.github.com>
Co-authored-by: AntsyLich <AntsyLich@users.noreply.github.com>
2022-08-13 14:56:08 -04:00
Andreas
e58945a209
Log extension loading errors directly ( #7716 )
...
(cherry picked from commit 7892cc1519
)
2022-08-13 13:17:41 -04:00
Alessandro Jean
03e4eb1061
Add missing Authorization
header on MAL refresh token request ( #7686 )
...
* Add missing Authorization header on MAL refresh token request.
* Make sure to also close the response when it have failed.
(cherry picked from commit 5315467908
)
2022-08-13 13:16:55 -04:00
stevenyomi
09a3509d79
Filter out empty genres before saving manga to database ( #7655 )
...
(cherry picked from commit 4efb736e56
)
2022-08-13 13:16:00 -04:00
Andreas
b3a11eca0f
Remove deprecated LibrarySort ( #7659 )
...
* Remove deprecated LibrarySort
* Apply suggestions from code review
(cherry picked from commit 58acf0a8aa
)
2022-08-13 13:15:50 -04:00
MatchaSoba
650c2dc6e7
Fix logic for searchWithGenre ( #7559 )
...
(cherry picked from commit b563e85c3b
)
2022-08-13 13:15:36 -04:00
arkon
d4adb664cc
Avoid catastrophic failure when cover can't be created in local source ( fixes #7577 )
...
(cherry picked from commit d6977e5676
)
2022-08-13 13:14:33 -04:00
arkon
5194bdb229
Show better error when trying to open RARv5 file
...
(cherry picked from commit a843054388
)
2022-08-13 13:14:23 -04:00
nzoba
87ec71142b
Add downloaded icon in TransitionView when chapter is downloaded ( #7575 )
...
* Add downloaded icon in TransitionView
* Change icon
(cherry picked from commit e8b7743826
)
2022-08-13 13:13:23 -04:00
AntsyLich
85f2996ae9
Fix logic of app unlock ( #7569 )
...
(cherry picked from commit 8ea05e852e
)
2022-08-13 13:11:12 -04:00
stevenyomi
e296d56e09
Fix image MIME issues that cause download errors ( #7562 )
...
* Downloader: ignore non-image MIME to prevent .bin extensions
* ProgressResponseBody: allow null content type
Co-authored-by: anenasa <84259093+anenasa@users.noreply.github.com>
Co-authored-by: anenasa <84259093+anenasa@users.noreply.github.com>
(cherry picked from commit 3547d0142f
)
2022-08-13 13:11:03 -04:00
f1998f1998
dd676b6d14
fix concurrent download ( #7552 )
...
* Fix concurrent download
* lower Concurrency
* artist Update app/src/main/java/eu/kanade/tachiyomi/data/download/Downloader.kt
Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>
Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>
(cherry picked from commit b635f02d93
)
2022-08-13 13:10:53 -04:00
arkon
7c7bd72c8e
Make default user agent string configurable
...
(cherry picked from commit 4ee1d72b6f
)
2022-08-13 13:09:55 -04:00
arkon
c7e44aa22f
Replace deprecated ACTION_MEDIA_SCANNER_SCAN_FILE intent
...
(cherry picked from commit 0b4f3f5532
)
2022-08-13 13:09:19 -04:00
arkon
ac4f98e152
Configure SQLite
...
- Turn on `foreign_keys` to cascade on delete properly
- Turn on `journal_mode` and set `synchronous` to NORMAL which may help performance for larger libraries
Based on d977b89af1
Co-authored-by: ghostbear <andreas.everos@gmail.com>
2022-08-13 13:08:16 -04:00
arkon
3966a917ee
Bump dependencies + compile SDK to 33 + linting
2022-08-13 12:52:18 -04:00
arkon
4a71022a60
Update chapter recognition and related tests
...
Includes 3e07100dc2
Co-authored-by: Saud-97 <Saud-97@users.noreply.github.com>
2022-08-13 12:37:02 -04:00
arkon
473a4fec70
Fix cherry pick errors
2022-07-08 09:11:28 -04:00
arkon
1919c2d925
Update default user agent string
...
(cherry picked from commit 7d3fe0ed43
)
2022-07-08 08:58:55 -04:00
arkon
71e31e6c03
Add MIME type mapping for image/jxl ( fixes #7117 )
...
(cherry picked from commit 591df8abcc
)
2022-07-08 08:58:46 -04:00
arkon
c01df7f0a1
Increase height of transition view in webtoon viewers ( fixes #7242 )
...
(cherry picked from commit 46734c525f
)
2022-07-08 08:57:45 -04:00
stevenyomi
6024f6175b
Extension API: change fallback source and logic ( #7400 )
...
* Extension API: change fallback source and logic
* remove ghproxy
(cherry picked from commit 284445c364
)
2022-07-08 08:56:51 -04:00
stevenyomi
33500e5b69
RateLimitInterceptor: ignore canceled calls ( #7389 )
...
* RateLimitInterceptor: ignore canceled calls
* SpecificHostRateLimit: ignore canceled calls
(cherry picked from commit 5b8cd68cf3
)
2022-07-08 08:56:29 -04:00
Osyx
17899a6d6d
Add new "Lavender" theme ( #7343 )
...
* Add new "Lavender" theme
* Add light theme values for Lavender theme
* Fix order of enums
* Fix accented UI elements in set categories sheet being different colors
Co-authored-by: CrepeTF <trungnguyen02@outlookcom>
(cherry picked from commit ad106bd884
)
2022-07-08 08:56:15 -04:00
arkon
4c3eb68d3a
Use primary color for excluded tristate filter icon ( fixes #7360 )
...
(cherry picked from commit 3ca1ce4636
)
2022-07-08 08:55:59 -04:00
jobobby04
29ced9642d
Fix downloader crash related to UnmeteredSource ( #7365 )
...
Fix crash when starting a download with chaqpters from a UnmeteredSource
(cherry picked from commit 470a576441
)
2022-07-08 08:55:52 -04:00
arkon
af82591d85
Fix accented UI elements in library sheet being different colors
...
(cherry picked from commit cd5bcc3673
)
2022-07-08 08:55:38 -04:00
arkon
83e93b254e
Don't show clipboard copy confirmation toast on Android 13 or above
...
(cherry picked from commit 40f5d26945
)
2022-07-08 08:53:46 -04:00
kasperskier
49c7dd0cac
Add more DoH providers ( #7256 )
...
* Add more DoH providers
* Fix IPs
(cherry picked from commit 18ea6c4f65
)
2022-07-08 08:53:41 -04:00
kasperskier
96d2fb62e4
ChapterSourceSync: set default timestamp to max timestamp ( #7197 )
...
(cherry picked from commit dd5da56695
)
2022-07-08 08:53:19 -04:00
Chris
c76a136d3f
Fix global update ignoring network constraint ( #7188 )
...
* update library update network constraint logic
* add explicit 'only on unmetered network' update constraint
(cherry picked from commit 63238b388d
)
2022-07-08 08:52:49 -04:00
FourTOne5
940409a4c3
Local Source - qol, cleanup and cover related fixes ( #7166 )
...
* Local Source - qol, cleanup and cover related fixes
* Review Changes
(cherry picked from commit ad17eb1386
)
2022-07-08 08:52:26 -04:00
CVIUS
071dd88ef8
Add ability to show manga when clicking item in migration search process ( #7134 )
...
(cherry picked from commit bbb69482e1
)
2022-07-08 08:51:26 -04:00
CVIUS
a58a4634e2
Fix reader menu appearing then disappearing in webtoon viewer when there is no next chapter ( #7115 )
...
(cherry picked from commit 6580f5771f
)
2022-07-08 08:51:13 -04:00
CVIUS
5979e72662
Fix webtoon viewer showing transition view when going to next/prev chapter using next/prev button ( #7133 )
...
(cherry picked from commit b21bcc2d45
)
2022-07-08 08:51:04 -04:00
kasperskier
010436e797
Change jsDelivr CDN URL to Fastly ( #7156 )
...
(cherry picked from commit 7b242bf118
)
2022-07-08 08:50:54 -04:00
arkon
980709cccb
Use jsDelivr as fallback when GitHub can't be reached for extensions ( closes #5517 )
...
Re-implementation of 24bb2f02dc
(cherry picked from commit d61bfd7caf
)
2022-07-08 08:50:35 -04:00
CVIUS
fe80356756
Save reader progress when activity is paused ( #7121 )
...
(cherry picked from commit f1ab34e27c
)
2022-07-08 08:50:06 -04:00
CVIUS
cecf532ffd
Fix category tabs incorrect scroll position ( #7120 )
...
(cherry picked from commit 6d655ff757
)
2022-07-08 08:49:57 -04:00
nzoba
6cb255e60a
Add switch to DownloadPageLoader when chapter is downloaded ( #7119 )
...
(cherry picked from commit 63627c81eb
)
2022-07-08 08:49:48 -04:00
CVIUS
b46fb7d1e1
Fix "Move to top" showing at the most top item in download queue ( #7109 )
...
(cherry picked from commit b26daf8824
)
2022-07-08 08:49:21 -04:00
nicki
a4515ad251
Check for app updates by comparing semver ( #7100 )
...
Instead of just checking whether the current app version *matches* with
latest app version in GitHub Releases, compare the semver from the tag
names to check whether the latter is greater and the app needs an update
Reference: semver spec #11 https://semver.org/#spec-item-11
Co-authored-by: Andreas <6576096+ghostbear@users.noreply.github.com>
Co-authored-by: Andreas <6576096+ghostbear@users.noreply.github.com>
(cherry picked from commit e7ed130f2a
)
2022-07-08 08:48:39 -04:00
nicki
aab7795b4c
Don't save categories in backup if not selected ( #7101 )
...
Currently, manually created backups contain list of categories even if
Categories option is not selected during Backup Prompt. This leads to
empty categories being created when restoring such backup files
This commit adds a check before saving categories list info to the
backup file. The check is the same check which is used while backing up
category info of manga in library
Tested and worked successfully on app installed on Android 12
(cherry picked from commit 11c01235ac
)
2022-07-08 08:47:51 -04:00
FourTOne5
972cd98d7b
Fix removing manga from library reverts during global update ( #7063 )
...
* Fix removing manga from library reverts during global update
* Review Changes
* Review changes 2
(cherry picked from commit c4088bad12
)
2022-07-08 08:47:12 -04:00
FourTOne5
a16b5d241b
Add -r
flag to ShizukuInstaller createCommand
( #7080 )
...
(cherry picked from commit 49d3ddb830
)
2022-07-08 08:46:49 -04:00
arkon
0721de5b81
Add links to website FAQ for library update and download warning notifications
...
(cherry picked from commit 70698e6494
)
2022-07-08 08:45:48 -04:00
FourTOne5
a409fde519
Download new chapters when only excluded categories is selected ( #6984 )
...
(cherry picked from commit 06bec0ad54
)
2022-07-08 08:45:29 -04:00
arkon
8e34a30dce
Fix skipped library entries and size warning notifications using same ID
...
(cherry picked from commit 91ed3a4a5f
)
2022-07-08 08:43:55 -04:00