Commit graph

32 commits

Author SHA1 Message Date
Samfun75
ad31d67404
fix: Manga extension settings crash (#1147) 2023-10-08 07:46:02 +02:00
jmir1
8432086d24
fix: Add unmetered anime source interface 2023-09-10 20:01:17 +02:00
LuftVerbot
ed6744f768
feat: Add data saver (#1084) 2023-07-27 13:47:39 +02:00
LuftVerbot
e6e345f798
fix(source-api): workaround to recognise commonMain package 2023-07-25 13:51:47 +05:30
LuftVerbot
88cff99c8b
chore(merge): merge upstream till v0.14.6 2023-07-23 19:20:00 +05:30
LuftVerbot
26145b9245 merge29
Last Commit Merged: c6e5f8abd9
2023-06-14 00:05:39 +02:00
LuftVerbot
cc57e19fd8 merge23
Last Commit Merged: 93523ef50b
2023-06-02 18:59:21 +02:00
LuftVerbot
e784d9cdc6 merge19
Last Commit Merged: e3cf863230
2023-06-01 15:53:29 +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
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
6b6e24f02d merge5
Last Commit Merged: 823749fc1e
2023-05-21 14:52:06 +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
d3851b0393
Move files and rename classes (#923) 2023-03-17 09:22:16 +01:00
Quickdesh
5e8c406f7a FIX IT ALL AAAAAAAAAAAAAAA 2023-02-17 04:48:34 -05:00
Quickdesh
d76e5b2a81 Commit current fixes 2023-02-09 06:11:58 -05:00
Quickdesh
a21556bf3b Merge branch 'upstream/master' 2023-01-11 01:22:20 -05:00
jmir1
4c3ee0258e increase call timeout to 30 minutes for anime downloads 2023-01-07 01:07:42 +01:00
Two-Ai
593172f891
Track Page progress with StateFlow (#8749)
* Update ReaderProgressIndicator documentation

ReaderProgressIndicator is not always determinate (cc554530, #5605).

* Track Page progress with StateFlow
2022-12-16 22:18:50 -05:00
Two-Ai
6ca32710be
Cleanup Page status (#8696)
* Cleanup Page statusSubject and statusCallback

* Convert Page status from Int to enum
2022-12-07 18:28:38 -05:00
Quickdesh
efee413ecb
Anime Sources Fix (#822)
* fix no class found error for anime sources

* fix pkgname substring in AnimeExtensionDetailsScreen
2022-11-10 10:37:50 +01:00
Quickdesh
ff08f5fa8f Merge upstream 2022-11-06 19:41:13 -05:00
stevenyomi
b006fe3a22
Revert "Tweak how getChapterUrl works (#8392)" (#8427)
This reverts commit 1a25cea0d6.
2022-11-03 09:23:59 -04:00
AntsyLich
1a25cea0d6
Tweak how getChapterUrl works (#8392) 2022-10-31 13:05:27 -04:00
Quickdesh
9326be9b48 Merge remote-tracking branch 'upstream/master' 2022-10-29 18:30:40 -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
AntsyLich
de23226591
Add methods to get manga and chapter url (#8114)
* Add methods to get manga and chapter url

Some fork supports directly opening chapters with webview hence `getChapterUrl`

* Review Changes

* Add since to javadoc
2022-10-01 11:31:07 -04:00
stevenyomi
f4c684b4b8
Remove cache control on already cacheless image request (#8085) 2022-09-26 17:13:03 -04:00
Alessandro Jean
ba533f30ce
Add support to update strategy on global update (#7902)
* Add support to update strategy.

* Add JavaDoc and bump the LIB_VERSION_MAX constant.

* Fix a word typo.

* Store update strategy enum as integer in the DB.
2022-09-25 10:12:36 -04:00
Ivan Iskandar
747cbd24cb
Adjust source-api R8 rules (#8064) 2022-09-24 10:13:58 -04:00
Ivan Iskandar
4a3070265a
Upgrade AGP 7.3.0 (#8016) 2022-09-17 10:26:02 -04:00
Andreas
86fe850794
Extract source api from app module (#8014)
* Extract source api from app module

* Extract source online api from app module
2022-09-15 18:12:27 -04:00