Commit Graph

3300 Commits

Author SHA1 Message Date
Jays2Kings
24583e4cc5 Material dialog now follows theme background 2021-07-03 19:34:14 -04:00
Jays2Kings
d8df17a274 Removed unused theme 2021-07-03 19:33:35 -04:00
Jays2Kings
249190d85c ImageView.setVectorCompat now uses AttrRes 2021-07-03 19:32:16 -04:00
Jays2Kings
656192f7cd Remove 1 or 2 hour library updates to avoid DDoSing sources
Also adding weekly option

Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
2021-07-03 16:27:24 -04:00
Jays2Kings
6717f7dd3b Add Komga as an unattended track service
Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
Co-Authored-By: Gauthier <2139133+gotson@users.noreply.github.com>
2021-07-03 14:26:04 -04:00
Jays2Kings
dfe125fa5f remove unused strings 2021-07-03 13:28:11 -04:00
Jays2Kings
513034b431 Fixed searching not updating category count 2021-07-03 03:55:37 -04:00
Jays2Kings
3ad57497c9 Set ripple colors of nav views to match accent
Co-Authored-By: Soitora <simon.mattila@protonmail.com>
2021-07-03 03:38:53 -04:00
Jays2Kings
ea4c41988c Adding Strawberry Daiquiri and Yotsuba
These requests come at a price Soi

Co-Authored-By: Zakhar Timoshenko <61558546+ztimms73@users.noreply.github.com>
Co-Authored-By: Soitora <simon.mattila@protonmail.com>
2021-07-03 03:36:19 -04:00
Jays2Kings
f7c08e9957 fixing documentation on themes enum vars 2021-07-03 03:30:39 -04:00
Jays2Kings
883ae04d08 remove parent in themes.xml 2021-07-03 03:29:32 -04:00
Jays2Kings
bed52c7b86 Splitting Light and Dark Theme setting
Soi you can stop complaining now
2021-07-03 03:28:24 -04:00
Jays2Kings
49e0d561b2 Merge branch 'ExtensionsUsingPackageInstaller' 2021-07-03 00:52:04 -04:00
Jays2Kings
d2a2849b4f CustomMangaManager refactor 2021-07-03 00:51:48 -04:00
Jays2Kings
73fd7fcd7c cleanup 2021-07-03 00:30:30 -04:00
Jays2Kings
a751f0b396 revert method name 2021-07-03 00:28:14 -04:00
Jays2Kings
97519884b6 Fixed #849 2021-07-02 22:30:16 -04:00
Jays2Kings
2dc61cb070 Fixed #878 2021-07-02 21:40:14 -04:00
Jays2Kings
226bb18d46 option to add manga count to the category headers
closes
2021-07-02 21:37:04 -04:00
arkon
1e138ab476 Allow center aligned side nav icons 2021-07-02 20:44:48 -04:00
arkon
b7f5ed751d Remove en-GB option since we don't actually localize different English locales 2021-07-02 20:24:10 -04:00
Jays2Kings
84d73fd910 update random string 2021-07-02 20:11:41 -04:00
DaviDeMeo
4393e9d9b3
Add a button that pick a random manga to read (#876)
* add random button functionality

* Add random manga setting, this should close #873

It open only manga with unread chapter, if we feel is needed we could add a setting to open even read manga

* Add random manga functionality to hopper long press

Also revert previous changes to preference and ui
2021-07-02 20:10:45 -04:00
Jays2Kings
56bfa65a54 Manga app shortcuts now open the newest chapter
With the option to turn it off
Also refactoring app shortcut settings to turn off only series or sources or both, as well as disable the shortcut jumping straight to the reader
2021-07-02 20:09:12 -04:00
Jays2Kings
f2ad4725d8 Fix extension updates showing up in installed list 2021-07-02 19:40:05 -04:00
Jays2Kings
6ba677f9a4 Add toast if extension could not be installed 2021-06-24 01:37:37 -04:00
Jays2Kings
0b9754c5fa Using typealias for extension session pair
also fix issue with progress flashing away after selecting install from package installer popup

Also setting the rate to 500ms for install status
2021-06-23 21:26:27 -04:00
Jays2Kings
c8049b2307 Swap cancel button and install button around 2021-06-23 18:56:56 -04:00
Jays2Kings
11d24281d6 Optimize imports of ExtensionHolder 2021-06-23 18:37:54 -04:00
Jays2Kings
565da98c0a Using Package Installer for installing extensions 2021-06-23 18:37:01 -04:00
Jays2Kings
050213a4a3 Updating Extension heading text style 2021-06-23 18:32:55 -04:00
Jays2Kings
d9ef6f8e3f Updating style and logic for extension update/install button
Not similar to upstream but almost similar to upstream
2021-06-23 17:52:06 -04:00
Jays2Kings
3f1869cab6 Seperate pending updates for extensions into a seperate heading
Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
2021-06-23 17:30:29 -04:00
Jays2Kings
cee7c30a02 Refactoring BrowseSourceListHolder and download files 2021-06-22 22:40:18 -04:00
Carlos
97c4f6979b
use a badge instead of in library text for list view since it can get cut off (#868) 2021-06-22 22:35:04 -04:00
Jays2Kings
6194423d17 Same as last commit but removing extra space 2021-06-22 22:33:41 -04:00
Jays2Kings
03dd3e3456 Text change for force download cache refresh summary 2021-06-22 22:33:05 -04:00
Carlos
7585c24566
Add refresh download cache, and remove size check for force delete non library cover cache (#872)
* add option to force refresh download cache.
Removed size check on clear non library covers because what it does did not match what it said it did

* forgot }
2021-06-22 22:31:25 -04:00
Jays2Kings
d0b4b33466 Some fixes to temporarily showing/hiding the reading menu in some cases
like showing system bars or opening notification drawer etc.
2021-06-22 22:25:19 -04:00
Jays2Kings
34fc0a662c Using lastOrNull in mainactivity to prevent a crash 2021-05-27 23:26:12 -04:00
Jays2Kings
11467cdb01 Using adjust nothing softinput mode for Android 11
Setting category controller to auto adjust itself
2021-05-27 15:51:31 -04:00
Jays2Kings
da8d6f3fa4 Using maxByOrNull in more places
needed for newer versions of kotlin
2021-05-27 15:36:20 -04:00
Jays2Kings
1f54bacb98 suppressing warnings in android manifest 2021-05-27 15:35:39 -04:00
Jays2Kings
3224398510 Update Acra 2021-05-27 13:48:28 -04:00
Jays2Kings
0fa3eef40e Animated insets for the fabs when keyboard shows
The reason I'm on android 11's sdk in the first place

Also gonna need a lot of checks because android just deprecated all the inset stuff for pre 11

Some of these changes actually optimzed the tab bar animations a lot
2021-05-26 23:25:28 -04:00
Jays2Kings
47c2f5f97f Adding a popup to tell users to enable all files access on A11
For now I'm just committing this so translators can get a headstart, but it's too soon to tell if target/compile to sdk 30 in the last commit will stay
2021-05-26 23:12:33 -04:00
Jays2Kings
e2d3164c51 target/compile to sdk 30 2021-05-26 16:35:43 -04:00
Jays2Kings
c84526274a Option to move nav rail buttons to bottom of screen 2021-05-26 13:43:00 -04:00
Jays2Kings
d82d738f38 Initial tablet NavigationRailView implementation
Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
2021-05-26 13:43:00 -04:00
Jays2Kings
3dce788c94 move bottom_nav_item_selector to color folder 2021-05-26 13:43:00 -04:00
Jays2Kings
b3646b8f5f Upping to Material lib 1.4.0 beta
Which has tablet changes for the bottom sheets and makes it easier to do edge2edge for bottom sheets
2021-05-26 13:43:00 -04:00
Jays2Kings
1fba86886c Move PageLayout to enum and new file 2021-05-22 19:29:11 -04:00
Jays2Kings
a99b9b7fcc Fix reselecting a int list preference 2021-05-22 19:26:21 -04:00
Jays2Kings
bfa336a3df Remove buildtools version as no longer needed 2021-05-22 19:26:09 -04:00
Jays2Kings
88ba5544fe Fixed #811 2021-05-12 14:03:44 -04:00
Jays2Kings
1a8d724d0a Fixed #508 2021-05-12 14:00:39 -04:00
Jays2Kings
bc6a181530 Fix download custom range menu option not working 2021-05-12 00:14:10 -04:00
Jays2Kings
ae044021ba Fix update download complete notification not showing 2021-05-11 16:47:27 -04:00
Jays2Kings
ab1a92619c
Weblate translations (#799)
Co-authored-by: Ajeje Brazorf <lmelonimamo@yahoo.it>
Co-authored-by: Ava <Sasu.ruotsalainen@live.fi>
Co-authored-by: Bùi Nguyễn Hoàng Thọ <buinguyenhoangtho97@gmail.com>
Co-authored-by: DarKCroX <darkcrox.2020@outlook.com>
Co-authored-by: Eric <spice2wolf@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca>
Co-authored-by: Kurocon <weblate@kurocon.nl>
Co-authored-by: Lusuho <jevpsychox@gmail.com>
Co-authored-by: Lyfja <yassinelaoud@gmail.com>
Co-authored-by: Oğuz Ersen <oguzersen@protonmail.com>
Co-authored-by: Pitpe11 <giorgos2550@gmail.com>
Co-authored-by: Samuel Carvalho de Araújo <samuelnegro12345@gmail.com>
Co-authored-by: Shjosan <shjosan@kakmix.co>
Co-authored-by: ssantos <ssantos@web.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/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/de/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/el/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/es/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/fi/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/fr/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/ja/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/ms/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/nl/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/pt/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/pt_BR/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/ru/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/sc/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/sv/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/tr/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/vi/
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: Ajeje Brazorf <lmelonimamo@yahoo.it>
Co-authored-by: Ava <Sasu.ruotsalainen@live.fi>
Co-authored-by: Bùi Nguyễn Hoàng Thọ <buinguyenhoangtho97@gmail.com>
Co-authored-by: DarKCroX <darkcrox.2020@outlook.com>
Co-authored-by: Eric <spice2wolf@gmail.com>
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca>
Co-authored-by: Kurocon <weblate@kurocon.nl>
Co-authored-by: Lusuho <jevpsychox@gmail.com>
Co-authored-by: Lyfja <yassinelaoud@gmail.com>
Co-authored-by: Oğuz Ersen <oguzersen@protonmail.com>
Co-authored-by: Pitpe11 <giorgos2550@gmail.com>
Co-authored-by: Samuel Carvalho de Araújo <samuelnegro12345@gmail.com>
Co-authored-by: Shjosan <shjosan@kakmix.co>
Co-authored-by: ssantos <ssantos@web.de>
Co-authored-by: waitingmoon <takeda.s1027@gmail.com>
Co-authored-by: Роман <Rozhenkov69@gmail.com>
2021-05-11 15:54:04 -04:00
Jays2Kings
80c127bc10 Using a global scope to delete chapters 2021-05-11 15:24:51 -04:00
Jays2Kings
887d2fb293 for now, disable the logic to hide more/less button in details 2021-05-11 15:19:33 -04:00
Jays2Kings
b3f42659ce New chapters for manga from deeplinks now have a date fetched saved 2021-05-11 15:15:37 -04:00
Jays2Kings
5727b1541a remove mangadex intent temporality
since the frontend could return at a moments notice, better to disable it now before users ask why its broken
2021-05-11 00:20:41 -04:00
Jays2Kings
63df493cb4 More fixes to text selection in manga details
Thought about using a dialog popup to select text but it's just so unfriendly I'll stick to the bugs

Once again leave it to google to not fix bugs https://issuetracker.google.com/issues/37095917
2021-05-10 23:42:49 -04:00
Jays2Kings
cb7159d22e adding doOnError for pager holder to close stream as well
just to be safe
2021-05-10 19:42:04 -04:00
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
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
13e50d35f1 Updating to androidx of work-runtime 2021-05-08 23:41:53 -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
Jays2Kings
799ac037e6 Fix hideStartReadingButton setting not updating in real time 2021-05-03 13:37:21 -04:00
Jays2Kings
449b33d731 Fixed #781 2021-05-03 13:25:04 -04:00
Jays2Kings
477f5cd856 Optimize searching in library 2021-05-03 13:21:18 -04:00
Jays2Kings
6dc79ed9e0 Fixed #780 2021-05-03 13:20:52 -04:00
Jays2Kings
534d503ce9 Fix defaults for grouping types of recents 2021-05-02 14:21:55 -04:00
Jays2Kings
7e6eda3276
Weblate translations (#766)
Co-authored-by: Ajeje Brazorf <lmelonimamo@yahoo.it>
Co-authored-by: Albedo <Illiator27@gmail.com>
Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>
Co-authored-by: Allen Chang <allen.ty.chang@gmail.com>
Co-authored-by: Alperen Arslan <slyvioborin@gmail.com>
Co-authored-by: Anonymous <noreply@weblate.org>
Co-authored-by: Ava <Sasu.ruotsalainen@live.fi>
Co-authored-by: C201 <derasetad@gmail.com>
Co-authored-by: Csíkos Martin Nándor <csikos.martin17@gmail.com>
Co-authored-by: DarKCroX <darkcrox.2020@outlook.com>
Co-authored-by: Eric <spice2wolf@gmail.com>
Co-authored-by: Eugene <e.shlyapkin99@gmail.com>
Co-authored-by: Farhan <f.t.nayeem014@gmail.com>
Co-authored-by: Hautzii <am.03012002@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca>
Co-authored-by: Jakub Fabijan <animatorzPolski@gmail.com>
Co-authored-by: Luka Paun <croluxgame@gmail.com>
Co-authored-by: Lusuho <jevpsychox@gmail.com>
Co-authored-by: Lyfja <yassinelaoud@gmail.com>
Co-authored-by: Marcos Souza <marcossouzacg2004@gmail.com>
Co-authored-by: Matteo Gaeta <matteo.gaeta.1998@gmail.com>
Co-authored-by: Milo Ivir <mail@milotype.de>
Co-authored-by: Oğuz Ersen <oguzersen@protonmail.com>
Co-authored-by: Paulo Pinho <kebrus@gmail.com>
Co-authored-by: Pitpe11 <giorgos2550@gmail.com>
Co-authored-by: Samuel Carvalho de Araújo <samuelnegro12345@gmail.com>
Co-authored-by: Shiratori <kuromaruhatake@gmail.com>
Co-authored-by: Shjosan <shjosan@kakmix.co>
Co-authored-by: Thu Htoo San <kokhantyangon@gmail.com>
Co-authored-by: Tooster <max@polarczyk.pl>
Co-authored-by: f0roots <f0rootss@gmail.com>
Co-authored-by: monolifed <monolifed@protonmail.com>
Co-authored-by: ssantos <ssantos@web.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/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/ar/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/bg/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/bn/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/ca/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/cs/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/cv/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/de/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/el/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/eo/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/es/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/fa/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/fi/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/fil/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/fr/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/gl/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/hi/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/hr/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/hu/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/id/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/it/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/ja/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/ko/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/lv/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/ms/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/my/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/nb_NO/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/nl/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/pl/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/pt/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/pt_BR/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/ro/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/ru/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/sc/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/sk/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/sr/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/sv/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/th/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/tr/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/uk/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/vi/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/tachiyomi-j2k/zh_Hant/
Translation: Tachiyomi/Tachiyomi J2K

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Ajeje Brazorf <lmelonimamo@yahoo.it>
Co-authored-by: Albedo <Illiator27@gmail.com>
Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>
Co-authored-by: Allen Chang <allen.ty.chang@gmail.com>
Co-authored-by: Alperen Arslan <slyvioborin@gmail.com>
Co-authored-by: Anonymous <noreply@weblate.org>
Co-authored-by: Ava <Sasu.ruotsalainen@live.fi>
Co-authored-by: C201 <derasetad@gmail.com>
Co-authored-by: Csíkos Martin Nándor <csikos.martin17@gmail.com>
Co-authored-by: DarKCroX <darkcrox.2020@outlook.com>
Co-authored-by: Eric <spice2wolf@gmail.com>
Co-authored-by: Eugene <e.shlyapkin99@gmail.com>
Co-authored-by: Farhan <f.t.nayeem014@gmail.com>
Co-authored-by: Hautzii <am.03012002@gmail.com>
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca>
Co-authored-by: Jakub Fabijan <animatorzPolski@gmail.com>
Co-authored-by: Luka Paun <croluxgame@gmail.com>
Co-authored-by: Lusuho <jevpsychox@gmail.com>
Co-authored-by: Lyfja <yassinelaoud@gmail.com>
Co-authored-by: Marcos Souza <marcossouzacg2004@gmail.com>
Co-authored-by: Matteo Gaeta <matteo.gaeta.1998@gmail.com>
Co-authored-by: Milo Ivir <mail@milotype.de>
Co-authored-by: Oğuz Ersen <oguzersen@protonmail.com>
Co-authored-by: Paulo Pinho <kebrus@gmail.com>
Co-authored-by: Pitpe11 <giorgos2550@gmail.com>
Co-authored-by: Samuel Carvalho de Araújo <samuelnegro12345@gmail.com>
Co-authored-by: Shiratori <kuromaruhatake@gmail.com>
Co-authored-by: Shjosan <shjosan@kakmix.co>
Co-authored-by: Thu Htoo San <kokhantyangon@gmail.com>
Co-authored-by: Tooster <max@polarczyk.pl>
Co-authored-by: f0roots <f0rootss@gmail.com>
Co-authored-by: monolifed <monolifed@protonmail.com>
Co-authored-by: ssantos <ssantos@web.de>
Co-authored-by: waitingmoon <takeda.s1027@gmail.com>
Co-authored-by: Роман <Rozhenkov69@gmail.com>
2021-05-02 13:59:08 -04:00
Jays2Kings
8163af217e Option to search series type in library
Works like a tag so "-Manga" for example excludes manga
2021-05-01 22:51:58 -04:00
Jays2Kings
1ab54487d1 Fix wrongful elevation on app config change for floating toolbars 2021-05-01 22:11:23 -04:00
Jays2Kings
dbc3d335a0 Upping to conductor v3.0.0
Had to fork off conductor-support-preference to up that to 3.0.0 as well.

@arkon if you want I can submit a pr for main/conductor-support-preference for this but I'm just validating all is fine first (also I dont need the viepager library so it's easier for me to it), still double checking if it's all good first anyway
2021-05-01 21:52:55 -04:00
Jays2Kings
59c98f03d5 Fix manga covers from browse or extension intents sometimes not showing 2021-04-30 23:09:35 -04:00
Jays2Kings
ee42eb347f Updated to latest coil library 2021-04-30 23:00:54 -04:00
Jays2Kings
86259b8ec3 renaming id in mangalisttiem 2021-04-30 15:50:04 -04:00
Jays2Kings
7605e462df hopefully fixing crashes with backdrop in library 2021-04-30 15:48:24 -04:00
Jays2Kings
4f1c309dbd Added a ripple effect when tapping on the search toolbar 2021-04-29 19:48:22 -04:00
Jays2Kings
64feadcd66 Adding a category name for delete removed chapters settings
"Automatic removal"
2021-04-29 01:46:46 -04:00
Jays2Kings
e1e8202192 Changes to local source from upstream
Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
2021-04-29 01:00:51 -04:00
Jays2Kings
0885f436e4 Switch rar page loader to new(er) library 2021-04-29 00:36:23 -04:00
arkon
4d2d41412a Make manga and chapter folder name searching case insensitive 2021-04-29 00:33:58 -04:00
arkon
f9a724ee7b Case insensitive source directory search
+ adding junrar library
2021-04-29 00:32:01 -04:00
Jays2Kings
eb88d4e94f changing dragging behavior of bottom sheets to be like iOS
ie: if at the top of the scrollview it can be dragged down, even if you scroll a bit down then up without letting go
2021-04-29 00:22:49 -04:00
Jays2Kings
b0948cf0a7 Adjustments to download button colors 2021-04-29 00:08:29 -04:00
Jays2Kings
44c2337e3d Fix toolbar elevation issues with theme switching 2021-04-29 00:08:13 -04:00
Jays2Kings
f5aafebc91 Manga app shortcuts now return back main activity on up button press 2021-04-28 16:38:13 -04:00
Jays2Kings
a30e4ebcbc Fix tint of reader back button 2021-04-28 16:36:43 -04:00
Jays2Kings
975bd43ea1 clean up toolbar dropdown arrow logic
since its no longer used
2021-04-28 16:19:31 -04:00
Jays2Kings
b6de6a77f0 Fix backdrop showing for when library has one category 2021-04-28 16:15:32 -04:00
Jays2Kings
7f72eabfc3 Search suggestions in library
Will automatically turn on in 24 hours
Then every 2 hours new suggestions to search for will show
Long pressing on it will automatically search that suggestion

There's an added option to turn it off, or turn it on earlier as well
2021-04-28 16:10:23 -04:00
Jays2Kings
62c4ee22a4 Fix NSFW sources showing in extensions list while setting is off 2021-04-28 14:48:48 -04:00
Jays2Kings
fcb9445f02 Scrolling a recycler now collapses the keyboard 2021-04-28 04:13:37 -04:00
Jays2Kings
bd9069b585 Changing presenterScope to lateinit 2021-04-28 04:01:37 -04:00
Jays2Kings
43b42f8d54 Change string chop method default to use smaller ... instead 2021-04-28 04:01:05 -04:00
Jays2Kings
28f222a5e6 Presenter is now responsible for the first getLIbrary call 2021-04-28 04:00:16 -04:00
Jays2Kings
1c30445e68 Indent fixes on Library Presenter 2021-04-28 03:58:26 -04:00
Jays2Kings
5fe86a98f4 Fix floating action bar showing in some intents 2021-04-28 01:05:58 -04:00
Jays2Kings
f473e46c92 Using a helper to get the toolbar height
since there's 2, one of them might be hidden and have a height of 0
2021-04-28 00:24:46 -04:00
Jays2Kings
798c93b44b Fix indents in ReaderPresenter 2021-04-27 23:53:34 -04:00
Jays2Kings
1bcdd43235 Move save pages to manga title setting to Reader section
Also updating some of these strings, because of course I am

Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
2021-04-27 23:52:53 -04:00
Jays2Kings
2f654e7f79 Add strings for seperate folder save page setting
because cherry picking still isn't a simple task
2021-04-27 23:33:18 -04:00