Commit graph

51 commits

Author SHA1 Message Date
Quickdesh
51c6f7bd9c fix(ExtPlayer): Update deprecated function to receive episode progress 2023-07-25 17:37:53 +05:30
LuftVerbot
88cff99c8b
chore(merge): merge upstream till v0.14.6 2023-07-23 19:20:00 +05:30
LuftVerbot
51d64403eb fix lint & supress 2023-07-20 21:01:15 +02:00
LuftVerbot
26145b9245 merge29
Last Commit Merged: c6e5f8abd9
2023-06-14 00:05:39 +02:00
jmir1
c2a89dfdd5 fix: use package name in core's FileExtensions 2023-06-06 16:03:35 +02:00
jmir1
a17aa902bf fix: remove duplicate FFmpegUtils.kt 2023-06-06 15:57:15 +02:00
jmir1
cc020f636c remove duplicate FileExtensions.kt 2023-06-06 15:46:49 +02:00
LuftVerbot
54ec5ac72c merge27
Last Commit Merged: 5b2e937d5f
2023-06-06 12:55:36 +02:00
LuftVerbot
0c5818bfd7 merge25
Last Commit Merged: 83a4e34095
2023-06-04 15:30:15 +02:00
LuftVerbot
cc57e19fd8 merge23
Last Commit Merged: 93523ef50b
2023-06-02 18:59:21 +02:00
LuftVerbot
d005475754 merge17
Last Commit Merged: ef863335e6
2023-05-31 14:43:40 +02:00
LuftVerbot
c6daaae9e6 clean up 2023-05-30 13:14:17 +02:00
LuftVerbot
918e5bfb9c merge13
Includes everything from Tachiyomi v0.14.4 to this commit of Tachiyomi: bff98ca768
2023-05-30 13:07:48 +02:00
LuftVerbot
58260b43ca clean up & fix 2023-05-28 19:15:44 +02:00
LuftVerbot
a5c9fb6b07 merge12
Last Commit Merged: 3c16082636
2023-05-28 15:04:48 +02:00
LuftVerbot
1a4eddd11d merge11
Last Commit Merged: f2c48480b6
2023-05-28 14:11:48 +02:00
LuftVerbot
33c1cd0103 merge10
Last Commit Merged: 12e41b6e6f
2023-05-24 20:13:36 +02:00
LuftVerbot
0434e270f6 merge9
Last Commit Merged: 1a319601de
2023-05-24 13:29:01 +02:00
LuftVerbot
6b6e24f02d merge5
Last Commit Merged: 823749fc1e
2023-05-21 14:52:06 +02:00
LuftVerbot
3523b845a2 merge2
Last Commit Mergerd: 8c494f314c
2023-05-05 17:09:46 +02:00
LuftVerbot
c08b326a77 merge_1
From Tachi 14.3 to "a0f47d3f1b"
2023-05-05 13:43:46 +02:00
Quickdesh
b1cd759ae0
Fixes, a bunch of em (#947)
* undo renaming of integral source api files

* fix bottom action menu

* Fix genre searching in library

* add option to default to Manga start screen

* fix categoryTab switching causing crash

* fix cancelling episode download

* fix autoOpeningTracking

* fix default download directory

* fix tracking dialog title

* fix change intro length dialog

* fix categoryTab switching causing crash pt.2
2023-03-19 00:42:04 +01:00
Quickdesh
a21556bf3b Merge branch 'upstream/master' 2023-01-11 01:22:20 -05:00
arkon
addd6bffbd Bump default user agent string and minimum WebView version 2023-01-07 11:51:36 -05:00
arkon
db3c98fe72 Update OkHttp 2022-12-25 00:24:53 -05:00
Diego Peña Y Lillo
b16c661dd7
Support for ADM (#828) 2022-12-06 15:08:11 +01:00
arkon
2a2c6cee5f Allow zooming in WebView
Note that this does not force-enable zooming on pages with set viewports (which typically implies proper mobile scaling).
Closes #8588
2022-11-21 18:39:16 -05:00
arkon
d12ea86b55 Add shecan DoH provider
Closes #8557
2022-11-18 22:28:08 -05:00
jmir1
3754c74567 fix broken player preferences 2022-11-10 14:25:15 +01:00
arkon
21bc0f1952 Don't use default Lenovo "browser" handler 2022-11-09 19:43:52 -05:00
arkon
65387d0089 Bump default user agent string 2022-11-04 09:38:49 -04:00
stevenyomi
073e9f94ff
Reorder parameters of JSON parsing method (#8321) 2022-10-28 22:44:31 -04:00
arkon
fbda243c0d Avoid crashing during eager WebView init 2022-10-21 16:57:13 -04:00
stevenyomi
2d19729869
Clean up OkHttp methods and parse from Okio directly (#8238) 2022-10-18 12:09:23 -04:00
Ivan Iskandar
890f1a3c7b
Full Compose settings (#8201)
* Uses Voyager for navigation.
* Replaces every screen inside settings except category editor screen since it's
called from several places.
2022-10-15 11:38:01 -04:00
arkon
26a42ba9c0 Upgrade to Kotlin 1.7.20
Also run formatter and address some deprecation warnings.
2022-10-11 22:40:08 -04:00
arkon
7be6863910
Add JavaScriptEngine abstraction to extensions-lib (#8155)
This allows us to swap out the implementation in the future and on different platforms
without major changes to the extensions themselves.
2022-10-08 09:45:06 -04:00
stevenyomi
8b9a06e298
Requests: add GET(HttpUrl) overload (#8107)
Requests: add GET(HttpUrl) overload
2022-09-28 17:35:58 -04:00
AntsyLich
e2ce3f68bf
Increase timeout duration of WebViewInterceptors (#8099) 2022-09-27 17:43:46 -04:00
stevenyomi
f4c684b4b8
Remove cache control on already cacheless image request (#8085) 2022-09-26 17:13:03 -04:00
AntsyLich
a35f947892
Cleanup webview interceptors (#8067)
* Cleanup webview interceptors

* Review changes + Improvement

* Review Changes 2
2022-09-25 13:09:40 -04:00
arkon
f0af3858e8 Bump minimum WebView version and default user agent string 2022-09-25 10:55:10 -04:00
Andreas
b5dca2eb09
Move chapter preferences from PreferencesHelper to LibraryPrefrences (#8061) 2022-09-24 10:14:16 -04:00
Andreas
5cdcc1679f
Split backup preferences from PreferencesHelper (#8051) 2022-09-22 08:57:42 -04:00
Andreas
e82963c9ef
Split download preferences from PreferencesHelper (#8048) 2022-09-21 17:45:07 -04:00
arkon
2b089648a3 Remove redundant preference keys 2022-09-20 00:13:33 -04:00
arkon
0225711f6f Clean up base classes
Should be able to throw away some of the search controller stuff after Global Search is migrated
2022-09-18 17:22:54 -04:00
arkon
7ec822503a Catch error properly when app update check fails (fixes #8019) 2022-09-18 16:24:26 -04:00
Andreas
b668364afb
Split security preferences from PrefrencesHelper (#8030) 2022-09-18 13:07:48 -04:00
Andreas
0086743a53
Use 1.x preference abstraction (#8020)
* Use 1.x preference abstraction

- Uses SharedPreferences compared to 1.x impl which uses DataStore but it breaks all settings screens currently
- Move PreferencesHelper to new PreferenceStore
  - PreferencesHelper should be split into smaller preference stores and be in core or domain
- Remove flow preferences as new PreferenceStore handles changes for us

Co-authored-by: inorichi <3521738+inorichi@users.noreply.github.com>

* Fix PreferenceMutableState not updating

* Fix changes not emitting on first subscription

Co-authored-by: inorichi <3521738+inorichi@users.noreply.github.com>
2022-09-17 11:48:24 -04:00