Chris
ac8e5cf78c
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 )
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/ui/setting/SettingsLibraryController.kt
(cherry picked from commit dd8dc8fbe9 )
2022-07-13 11:18:19 -04:00
FourTOne5
9464ae04aa
Local Source - qol, cleanup and cover related fixes ( #7166 )
...
* Local Source - qol, cleanup and cover related fixes
* Review Changes
(cherry picked from commit ad17eb1386 )
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/source/LocalSource.kt
(cherry picked from commit 6fd79f4838 )
2022-07-13 11:18:12 -04:00
CVIUS
1c61d37171
Fix reader menu appearing then disappearing in webtoon viewer when there is no next chapter ( #7115 )
...
(cherry picked from commit 6580f5771f )
(cherry picked from commit c0362faaf8 )
2022-07-13 11:17:55 -04:00
CVIUS
b64a2cf816
Fix webtoon viewer showing transition view when going to next/prev chapter using next/prev button ( #7133 )
...
(cherry picked from commit b21bcc2d45 )
(cherry picked from commit 31ac3aece2 )
2022-07-13 11:17:47 -04:00
kasperskier
9820e1097d
Change jsDelivr CDN URL to Fastly ( #7156 )
...
(cherry picked from commit 7b242bf118 )
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/extension/api/ExtensionGithubApi.kt
(cherry picked from commit bbdbaa1de6 )
2022-07-13 11:17:37 -04:00
arkon
153022df0a
Use jsDelivr as fallback when GitHub can't be reached for extensions ( closes #5517 )
...
Re-implementation of 24bb2f02dc
(cherry picked from commit d61bfd7caf )
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/extension/api/ExtensionGithubApi.kt
(cherry picked from commit 4458f74f6c )
# Conflicts:
# app/src/main/java/eu/kanade/presentation/extension/ExtensionScreen.kt
2022-07-13 11:17:30 -04:00
CVIUS
9e31806e5c
Save reader progress when activity is paused ( #7121 )
...
(cherry picked from commit f1ab34e27c )
(cherry picked from commit 9322624886 )
2022-07-13 11:13:28 -04:00
CVIUS
3ec11cb81f
Fix category tabs incorrect scroll position ( #7120 )
...
(cherry picked from commit 6d655ff757 )
(cherry picked from commit 58db04d8dd )
2022-07-13 11:13:19 -04:00
nzoba
960d67ec26
Add switch to DownloadPageLoader when chapter is downloaded ( #7119 )
...
(cherry picked from commit 63627c81eb )
(cherry picked from commit f7a57d2ddd )
2022-07-13 11:13:08 -04:00
CVIUS
832107b932
Fix "Move to top" showing at the most top item in download queue ( #7109 )
...
(cherry picked from commit b26daf8824 )
(cherry picked from commit 054e6b839e )
2022-07-13 11:12:59 -04:00
Jobobby04
a575770be0
Update build workflow actions
...
(cherry picked from commit c1c934011f )
2022-07-13 11:12:50 -04:00
nicki
a7979b8323
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 )
(cherry picked from commit 81bdc19075 )
2022-07-13 11:12:36 -04:00
CVIUS
e7cd7c06fa
Use theme primary color for slider track ( #7102 )
...
(cherry picked from commit bc053580ad )
(cherry picked from commit ea9ea11eaf )
2022-07-13 11:12:25 -04:00
nicki
4cee1b3583
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 )
(cherry picked from commit 1269d71d1a )
2022-07-13 11:12:16 -04:00
arkon
dfa9b7462f
Rename "navigation layout" to "tap zones"
...
(cherry picked from commit c49d862fc5 )
(cherry picked from commit ec9d55e9e8 )
2022-07-13 11:12:06 -04:00
FourTOne5
b456e38cc5
Fix removing manga from library reverts during global update ( #7063 )
...
* Fix removing manga from library reverts during global update
* Review Changes
* Review changes 2
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/data/library/LibraryUpdateService.kt
(cherry picked from commit f966940d15 )
2022-07-13 11:11:58 -04:00
FourTOne5
b8e0b86df8
Add -r flag to ShizukuInstaller createCommand ( #7080 )
...
(cherry picked from commit 3865384ccc )
2022-07-13 11:11:48 -04:00
arkon
c48f4770ee
Fix Android 13 icon sizing
...
(cherry picked from commit 3a4f107ab7 )
# Conflicts:
# app/build.gradle.kts
2022-07-13 11:10:51 -04:00
arkon
5191d7abb1
Add links to website FAQ for library update and download warning notifications
...
(cherry picked from commit 70698e6494 )
(cherry picked from commit b846bc2044 )
2022-07-13 11:09:50 -04:00
FourTOne5
9da8a09cb4
Download new chapters when only excluded categories is selected ( #6984 )
...
(cherry picked from commit 06bec0ad54 )
(cherry picked from commit 7ed22e5d90 )
2022-07-13 11:09:40 -04:00
arkon
98d5173507
Fix skipped library entries and size warning notifications using same ID
...
(cherry picked from commit 91ed3a4a5f )
(cherry picked from commit da739dfc07 )
2022-07-13 11:09:32 -04:00
arkon
ff9fbc5265
Fix update warning notifications being cut off ( fixes #6983 )
...
(cherry picked from commit 20145f7a12 )
(cherry picked from commit 92af7291d5 )
2022-07-13 11:09:23 -04:00
arkon
c721b90dc3
Default to downloading as CBZ ( closes #6942 )
...
Generally seems fine. People with weak devices may experience some issues, but they can toggle it off/extract the archives separately if needed.
(cherry picked from commit 883945e3e8 )
(cherry picked from commit f22ff7d3f0 )
2022-07-13 11:09:14 -04:00
arkon
77ebecd87d
Add battery not low restriction for global updates ( closes #6980 )
...
(cherry picked from commit 3feea71146 )
(cherry picked from commit 4804dcf644 )
2022-07-13 11:08:56 -04:00
ItsLogic
518f2c1faa
Fix chapter transition setting for one page chapters ( #6998 )
...
(cherry picked from commit 5e32b8e49f )
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/ui/reader/viewer/pager/PagerViewer.kt
(cherry picked from commit 6df5497dc6 )
2022-07-13 11:08:37 -04:00
arkon
33f4c0ad08
Delete entire app_webview folder when clearing WebView data
...
(cherry picked from commit 6e95fde4ec )
(cherry picked from commit 1d0520e716 )
2022-07-13 11:08:28 -04:00
arkon
8d0bfcd55e
Move clear webview data action to network group
...
(cherry picked from commit bf0bb5aa88 )
(cherry picked from commit 93b7881505 )
2022-07-13 11:08:19 -04:00
Jobobby04
263c0fae8c
Release v1.8.3
1.8.3
2022-04-22 19:39:42 -04:00
Howard Wu
7756f25312
Add Simplified Chinese translation ( #584 )
...
* Add Simplified Chinese translation
Work In Program
Part 1
* Add more translate
* Add more translate
* Add more translate
* Add more translate
* Fix
* Minor changes
* Fix some strings
* Fix some strings
2022-04-22 19:38:51 -04:00
Jobobby04
6a0b523e86
Revert history Compose/SQLDelight changes
2022-04-22 19:27:15 -04:00
arkon
070e2d94c7
Temporarily remove chapter name cleaning
...
To be added back in a more consistent manner later around the app. Probably when more things are Compose-y with less repetition.
(cherry picked from commit c0214103a9 )
2022-04-22 19:23:45 -04:00
arkon
743482dfd2
Add advanced setting to clear WebView data
...
(cherry picked from commit 2b76a97989 )
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/ui/setting/SettingsAdvancedController.kt
2022-04-22 19:23:37 -04:00
Andreas
f6b7f9e29f
Enable verbose logging in dev flavor by default ( #6979 )
...
(cherry picked from commit 9d77052d9c )
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/App.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/setting/SettingsAdvancedController.kt
2022-04-22 19:22:12 -04:00
Andreas
5c9f98bff1
Add indexes to creational tables ( #6974 )
...
(cherry picked from commit b4981058a2 )
2022-04-22 19:21:09 -04:00
arkon
d375d7d8c8
Lift Compose theme to abstract controller
...
(cherry picked from commit 032aa64195 )
2022-04-22 19:21:01 -04:00
arkon
a88bcb0fa2
Simplify history item description building
...
(cherry picked from commit 7c8e8317a8 )
2022-04-22 19:20:54 -04:00
arkon
5512c6eb79
Add abstract ComposeController
...
(cherry picked from commit eb1cfc4cd4 )
2022-04-22 19:20:46 -04:00
arkon
97e4b0e248
Add placeholder color for Compose manga covers
...
(cherry picked from commit f1e5cccee7 )
2022-04-22 19:20:39 -04:00
arkon
99a94150ea
Default auto backups to 2
...
(cherry picked from commit bc2ed763bd )
2022-04-22 19:20:32 -04:00
Jobobby04
26b30adf4a
Migrate saved search and feed saved search to SQLDelight
2022-04-22 19:19:50 -04:00
Jobobby04
4a115785eb
Add SY specific queries to sqldelight files
2022-04-22 19:16:48 -04:00
Andreas
a8cb77cc7e
Migrate History screen database calls to SQLDelight ( #6933 )
...
* Migrate History screen database call to SQLDelight
- Move all migrations to SQLDelight
- Move all tables to SQLDelight
Co-authored-by: inorichi <3521738+inorichi@users.noreply.github.com >
* Changes from review comments
* Add adapters to database
* Remove logging of database version in App
* Change query name for paging source queries
* Update migrations
* Make SQLite Callback handle migration
- To ensure it updates the database
* Use SQLDelight Schema version for Callback database version
Co-authored-by: inorichi <3521738+inorichi@users.noreply.github.com >
(cherry picked from commit b1f46ed830 )
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/data/database/DatabaseHelper.kt
# app/src/main/java/eu/kanade/tachiyomi/data/database/DbOpenCallback.kt
# app/src/main/java/eu/kanade/tachiyomi/data/database/queries/HistoryQueries.kt
# app/src/main/java/eu/kanade/tachiyomi/data/database/tables/CategoryTable.kt
# app/src/main/java/eu/kanade/tachiyomi/data/database/tables/MangaTable.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/manga/MangaController.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/setting/database/ClearDatabasePresenter.kt
# build.gradle.kts
2022-04-22 10:08:31 -04:00
arkon
c44c37383d
Make links in new update dialog clickable
...
Co-authored-by: Jays2Kings <Jays2Kings@users.noreply.github.com >
(cherry picked from commit 6c1565a7d4 )
2022-04-21 17:07:12 -04:00
arkon
8e72394910
Replace ignore button in new update dialog with link to GitHub page
...
Not enough room for 3 buttons. Users can still tap outside or back out of the dialog if they want to ignore it.
(cherry picked from commit 2ca6b655ad )
2022-04-21 17:06:57 -04:00
arkon
e5349a3d33
Update junrar
...
(cherry picked from commit a83a481ac8 )
2022-04-21 17:06:50 -04:00
arkon
e6aa6f02e4
Move chapter name cleaning logic to holder ( fixes #6955 )
...
(cherry picked from commit 65a8b63b3b )
2022-04-21 17:06:39 -04:00
Andreas
231c75df65
Fix AppBar not unlifting when scrolling using ComposeView ( #6952 )
...
(cherry picked from commit b20ca36db9 )
2022-04-21 17:06:31 -04:00
arkon
08c2bfd263
Show better error message when empty backup creation is attempted ( closes #6941 )
...
(cherry picked from commit 189f92d7e8 )
2022-04-21 17:06:25 -04:00
arkon
33bdf011b4
Increase default OkHttp call timeout to 2 minutes
...
Which is still stupidly high, but maybe it'll be lenient enough for certain people.
(cherry picked from commit cdd4ec6233 )
2022-04-21 17:06:18 -04:00
arkon
26deb46219
Show parsed Markdown for new version info ( closes #6940 )
...
(cherry picked from commit ef1bb4e800 )
2022-04-21 17:06:11 -04:00