Commit Graph

3532 Commits

Author SHA1 Message Date
Jays2Kings
154c6d0320 Fallback to single page mode for images that cant be decoded in double page layout 2021-05-10 18:59:55 -04:00
Jays2Kings
31980abf28 fix starting top padding of recyclers
doesn't change anything really but still
2021-05-10 17:33:15 -04:00
Jays2Kings
0099dd5523 Fix global search scrolling up one section after coming from manga details 2021-05-10 17:32:27 -04:00
Jays2Kings
c020d4d45d Fix filter sheet bottom buttons when keyboard was previously showing 2021-05-10 15:06:27 -04:00
Jays2Kings
8ead904def Add up arrow eye icons for those who sort by ascending chapters 2021-05-10 14:23:28 -04:00
Jays2Kings
4c06966870 Set newly tracked manga as "Plan to read" if nothing has been read yet
and it'll be set automatically to reading status when read in the reader
2021-05-10 13:58:33 -04:00
Jays2Kings
c884963672 Fixed Anilist start/end date not being set when starting to read/completing manga 2021-05-10 13:57:24 -04:00
Jays2Kings
c06c93a002 Added Cubari as a deeplink target
Also in my findings setting a host with a starting wildcard does not work in android 12 dev preview (you have to enabled links in a12, and links with a starting wildcard do not show)

I'll open an issue for cubari extension later when I do some more digging
2021-05-09 18:50:59 -04:00
Jays2Kings
33e54609cd Removed jaiminisbox's from delegate source list as well 2021-05-09 18:46:51 -04:00
Jays2Kings
8df63bd384 More prevention fixes to make sure db doesn't add dup chapters when deeplinked 2021-05-09 18:46:22 -04:00
Jays2Kings
dcf3f56a05 Fix refreshing in manga details not fixing corrupt covers 2021-05-09 18:45:55 -04:00
Jays2Kings
59f27c494d Remove jaiminisbox in manifest
removed the delegate but never this
2021-05-09 18:32:30 -04:00
OncePunchedMan
ba42d37983
change to new banner (#802) 2021-05-09 17:00:12 -04:00
Jays2Kings
22f2ef18b1 Using an enum to represent download states
no need for the value int in upsteam, since enums can compare already

Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
2021-05-09 14:21:01 -04:00
Jays2Kings
8cadb283f8 Fix snack for updating library being behind the nav bar sometimes 2021-05-09 13:52:11 -04:00
Jays2Kings
5927ca6976 Fixes to the download status/fab/errors in ui 2021-05-09 13:51:55 -04:00
Jays2Kings
e669f4eba5 Move down arrow for eye previous chapters drawables a bit lower 2021-05-09 00:14:21 -04:00
Jays2Kings
f7baf124a6 Fix saved images paths 2021-05-09 00:05:04 -04:00
Jays2Kings
7ab9dc71fd Update AGP for Android Studio 4.2 2021-05-08 23:41:59 -04:00
Jays2Kings
13e50d35f1 Updating to androidx of work-runtime 2021-05-08 23:41:53 -04:00
Jays2Kings
61c63bda09 Update Gradle distribution to 7.0 2021-05-08 23:40:20 -04:00
Jays2Kings
b8af6e0049 Instantiate extension preferences with proper datastore earlier
Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
2021-05-08 23:15:09 -04:00
Jays2Kings
4999db33f4 Tablet UI for manga details
It returns for some reason... even I'm trying to figure out why

enjoy my 8 tablet users

Also kinda fix the view scrolling down a bit when tapping on the expanded summary when the summary is extremely long
2021-05-08 22:48:43 -04:00
Jays2Kings
0c2262ccba Fix warning about using layout_constraintWidth_default 2021-05-08 22:38:25 -04:00
Jays2Kings
2f192f4c4d Remove option to disabled auto checks for updates 2021-05-08 16:12:49 -04:00
Jays2Kings
d9fcf8f3f7 Option to turn off app shortcuts
Closes #795
2021-05-08 16:09:14 -04:00
Jays2Kings
ddcd4a51bf Showing a snack item when updating library from recents
so you can now cancel an update from recents as well
2021-05-08 15:56:05 -04:00
Jays2Kings
b95009052f Using a download fab to play/pause instead of menu item
Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
2021-05-08 15:55:27 -04:00
Jays2Kings
a6ff4f7518 Add color accent to dl notifications 2021-05-08 15:53:13 -04:00
Jays2Kings
abb69921a2 Option to cancel all downloads for a series in dl/queue 2021-05-08 15:22:39 -04:00
Jays2Kings
f1c624fe16 Move io tasks for removing library entries to io thread
relates to #797 but tbd if it fixes it
2021-05-08 15:15:13 -04:00
Jays2Kings
3ec46f958d Mark range of chapters as read/unread + moved to bottom sheet 2021-05-08 15:09:49 -04:00
Jays2Kings
50ca3fa0c7 Fix "not started" filter now showing as applied on app launch 2021-05-08 13:48:55 -04:00
Jays2Kings
f6f236e1d9 Fix floating toolbar showing on some screens while bottom sheet is collapsing 2021-05-07 23:16:51 -04:00
Jays2Kings
090e9ee005 Fully extend search view, hiding menu items 2021-05-07 23:16:29 -04:00
Jays2Kings
491915aa22 Fix same ids issue in library 2021-05-06 17:56:00 -04:00
Jays2Kings
db5e6f9216 Fix dot seperator showing in reader chapters list when theres no scanlator 2021-05-06 17:16:33 -04:00
Jays2Kings
c43b36768c fix titleTextAppearance typo in base toolbar 2021-05-06 16:14:52 -04:00
Jays2Kings
6f18686e08 Hide iconified search icon and underline
Not that I had this problem but still

Co-Authored-By: CrepeTF <70870719+CrepeTF@users.noreply.github.com>
2021-05-06 16:14:31 -04:00
Jays2Kings
091cc0acb2 Fixed #790
Old functionality returns on demand
2021-05-06 15:59:45 -04:00
Jays2Kings
3ad24840a3 Fix coil key for manga with same thumbnail
Since we're using the same thumbnail url for all md entries right now
2021-05-06 15:34:02 -04:00
Jays2Kings
627ea5fe33 Fixed #788 2021-05-06 15:31:29 -04:00
Jays2Kings
03b305ed8f Fixed crash in some cases when opening reader from recents
Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
2021-05-06 15:30:41 -04:00
Jays2Kings
e4b5f084a9 Fixed #789
Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
2021-05-06 15:29:58 -04:00
Jays2Kings
a503d95bec Fixes for setting custom cover 2021-05-03 17:49:33 -04:00
Jays2Kings
c49584d003 Fix background color of browse/recents' bottom sheet 2021-05-03 16:18:09 -04:00
Jays2Kings
5725fb1c58 Fix search toolbar show on latest updates in source 2021-05-03 16:01:01 -04:00
Jays2Kings
970df326e8 Highlighting part of library text when searching in library
Only for comfort grid and list view

Also show artist in comfort gird if it can fit
2021-05-03 15:03:38 -04:00
Jays2Kings
f1a6c9eea3 Fix fil strings 2021-05-03 13:54:44 -04:00
Jays2Kings
99e9a53b63
Weblate translations (#783)
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Lusuho <jevpsychox@gmail.com>
Co-authored-by: Lyaiya <hipsnafoha@outlook.com>
Co-authored-by: Milo Ivir <mail@milotype.de>
Co-authored-by: waitingmoon <takeda.s1027@gmail.com>
Co-authored-by: Роман <Rozhenkov69@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/es/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/hr/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/ja/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/ru/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/zh_Hans/
Translation: Tachiyomi/Tachiyomi J2K

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Lusuho <jevpsychox@gmail.com>
Co-authored-by: Lyaiya <hipsnafoha@outlook.com>
Co-authored-by: Milo Ivir <mail@milotype.de>
Co-authored-by: waitingmoon <takeda.s1027@gmail.com>
Co-authored-by: Роман <Rozhenkov69@gmail.com>
2021-05-03 13:52:47 -04:00