Commit Graph

3057 Commits

Author SHA1 Message Date
Jays2Kings
a65ac5cab5 Fix download queue not being removed after all items downloaded 2021-04-19 03:22:34 -04:00
Jays2Kings
ff5e507255 Remove unused imports in RecentMangaHolder 2021-04-19 03:22:16 -04:00
Jays2Kings
729f9af34a Fix being able to expand/collapse a single category via long press hopper 2021-04-19 03:05:23 -04:00
Jays2Kings
1e454f5a6c Updates mode of recents now has a square cover 2021-04-19 03:02:35 -04:00
Jays2Kings
eba372b659 Rewording recents "show read in all" setting 2021-04-19 02:44:50 -04:00
Jays2Kings
d4a754b92d Disabling drag and drop in library unless selected as the sort option
So the option for DnD now appears in sort list, otherwise categories not in DnD mode are locked
2021-04-19 02:38:14 -04:00
Jays2Kings
a0dba53128 Option to move collapsed dynamic categories to bottom of the list 2021-04-19 01:19:31 -04:00
Jays2Kings
85596ea61d combine post calls in FilterBottomSheet 2021-04-19 01:16:21 -04:00
Jays2Kings
17809d0493 Moving collapse/expand categories button back to filter sheet
I just can't decide
2021-04-19 00:31:28 -04:00
Jays2Kings
4bb6dbf528 Option to collapse dynamic categories 2021-04-19 00:19:38 -04:00
Jays2Kings
94a90c6cec Minor updates to downloader from upstream
Such as available space check and using io thread instead of ui

Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
2021-04-19 00:14:24 -04:00
Jays2Kings
4462e75ccd using ignorecase check instead for LibraryItem 2021-04-18 23:55:14 -04:00
Jays2Kings
a7e000d159 Fix error with building 2021-04-18 21:31:56 -04:00
Jays2Kings
babb6061e0 Fix color of recents remove history subtitle 2021-04-18 21:01:09 -04:00
Jays2Kings
e028c3395c Removing Edge to Edge for webview
it was nice but it breaks too many sites for it
2021-04-18 03:07:15 -04:00
Jays2Kings
f1cc4a35dc Fixes to themes and theme changing in webview 2021-04-18 02:22:19 -04:00
Jays2Kings
5d0fc750a7 Fix color of about subtitle 2021-04-18 02:04:10 -04:00
Jays2Kings
fd73a7d941 More tracepot fixes 2021-04-18 01:53:46 -04:00
Jays2Kings
3d2eac7772 Fixing a few tracepot crashes 2021-04-18 01:48:44 -04:00
Jays2Kings
6b0813928a Separate view in filter sheet to drag the whitespace of the sheet 2021-04-18 01:40:47 -04:00
Jays2Kings
4b516e2a77 Move reorder filters to display tab of library display options
Also renamed the last tab back to categories
2021-04-18 01:38:10 -04:00
Jays2Kings
cf18b148cc Using maxOfOrNull in more places 2021-04-18 01:13:12 -04:00
Jays2Kings
3cf8b52025 More helper methods in MenuSheetItemView 2021-04-18 01:04:41 -04:00
Jays2Kings
19ce2d2427 Remove help/about from main settings
3 commits back as mentioned added help/about in the overflow dialog, so they can be removed from here
2021-04-18 00:57:16 -04:00
Jays2Kings
27d49401ae Using withsubtitle helper method in more places
2 commits back also added a helper method for combining text with a subtitle
2021-04-18 00:53:37 -04:00
Jays2Kings
71548573ec Using outlines settings icon for tabbed sheets
This was added last commit, which fyi is slightly different from the one upstream, this one is more akin to the one in google apps
2021-04-18 00:51:53 -04:00
Jays2Kings
0042052458 Part 2 of incognito (Enabling)
For this, i've finally changed the settings button in the 3 main tabs to more button, which opens a custom dialog with a toggle for incognito, settings, about, and help

Also we're now at 4* animations this release
2021-04-18 00:50:40 -04:00
Jays2Kings
28f1be6cb7 Updates to main activity xml for the previous commit
Not needed for previous commit, but removing an unused linearlayout in the toolbar
2021-04-18 00:42:38 -04:00
Jays2Kings
60f43e4457 Part 1 of incognito mode
Split this up into multiple commits since it's more readable but here goes:

Adding the preference for incognito mode (currently not togglable in this commit)

This is the logic from upstream, however as per ushe, there's difference in presentation. This one adds an incognito icon to toolbar. How it's displayed in upstream can work here to with (not too much) effort, but boy this was is easier and lazier

Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
2021-04-18 00:39:31 -04:00
Jays2Kings
2661cd6e2e ReaderActivity Lint fixes 2021-04-18 00:28:32 -04:00
Jays2Kings
82f711d62c MainActivity Lint fixes 2021-04-18 00:26:51 -04:00
Jays2Kings
5c4f8bf18b Update android x libraries to RC or stable release 2021-04-18 00:26:37 -04:00
Jays2Kings
a0f00df1ab More updates to MenuSheetItemView
support for maxlines, remove isclickable (since it messes up xml inflatation)
2021-04-18 00:26:19 -04:00
Jays2Kings
da2cca16a6 Turning MenuSheetItemView into an attributable view
So we can just set this in xml (to be used later)
2021-04-17 01:58:05 -04:00
Jays2Kings
ce9372cb75 Fix edge effect for recycler in source filter 2021-04-16 23:15:42 -04:00
Jays2Kings
611ecbb552 Material spinner view now defaults to max lines 2021-04-16 23:15:11 -04:00
Jays2Kings
746468ee8d Fix not being able to drag filter sheet 2021-04-16 23:11:26 -04:00
Jays2Kings
0cf56ca335 Using a seekbar to select grid size
This is mostly the same amount of options for phones, but opens more for tablets

There's also actual math now for setting the grid size and a float used (rounded to the nearest .25)

I could just add back portrait/landscape per row....I could but

This seeker also has a bubble tooltip to show the current value, might use elsewhere later
2021-04-16 22:59:55 -04:00
Jays2Kings
4cbf1cc785 Fix nav bar having a background sometimes when switching screens 2021-04-16 15:03:50 -04:00
Jays2Kings
5d2a0feb5f Open Library display options in main library settings
Also converting more rxprefs to flow prefs
2021-04-16 15:03:24 -04:00
Jays2Kings
91743c056d Moving lime theme beside dusk theme
Since the themes are more similar than the amoled ones
2021-04-16 03:31:15 -04:00
Jays2Kings
c61198d060 Fix hopper not showing when filters are open and theme changed 2021-04-16 03:25:21 -04:00
Jays2Kings
388595c290 Filter Tag Group now matches color accent of theme
Plus tool tip for clearing filters
2021-04-16 03:25:01 -04:00
Jays2Kings
681ceccf2e Using enum for filter order instead of random string and chars 2021-04-16 02:54:13 -04:00
Jays2Kings
c002a23da2 Moving buttons in library filter sheet to display options + new settings
Option to change what hopper long press does (search, expand/collapse, display options, group library)
Also moving hide hopper/ hide hopper on scroll into one spinner
2021-04-16 02:36:58 -04:00
Jays2Kings
8f2a5e1453 Making sure display options don't display multiple times 2021-04-16 02:25:20 -04:00
Jays2Kings
650c3bc4f8 Creating BooleanExtentions
Starting off with toInt()
2021-04-16 02:22:40 -04:00
Jays2Kings
07cc4eefb3 Support for maxLines in Mat Spinner View 2021-04-16 02:21:19 -04:00
Jays2Kings
5bc80c71c5 Revert "Seearch by manga description in Library (#716)"
This reverts commit db818f2e6f.

Sorry Ainz, it'll come back at a later date
2021-04-16 00:09:01 -04:00
Jays2Kings
fdcd855bb2 Prefixing all the anim drawables with anim_ 2021-04-16 00:06:53 -04:00
Jays2Kings
7f47c5fd4d Animating Download Button (I can't stop)
from downloading to download goes to:
Fill in circle
Fly in a check mark to replace the down arrow (looks like upstream at the moment....am I changing to be like upstream?)
SIKE, it changes right back to the down arrow after a second

...why am I like this

Also I removed the double download completed call to listeners or whatever
oh and cleanup of dlqueue i guess
2021-04-16 00:02:37 -04:00
Jays2Kings
2c143155d6 Fix restore adding unknown status to items 2021-04-15 04:16:51 -04:00
Jays2Kings
05558f5733 Show "shift double pages" as default enabled in settings on for tablets 2021-04-15 03:42:56 -04:00
Jays2Kings
3b23a95985 Fix shift button not showing in toolbar when toggled in intent reader settings 2021-04-15 03:35:14 -04:00
Jays2Kings
5a4632a99c Only play animation for crop if crop has changed
Not when switching reading mode
2021-04-15 03:30:26 -04:00
Jays2Kings
73281871f9 Using a blended accent for the selected color in spinner view 2021-04-15 03:24:15 -04:00
Jays2Kings
5774dea854 Adding option to show reader mode in bottom nav
Instead of clicking through, it's showing a popup to pick the reading mode

Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
2021-04-15 03:23:56 -04:00
Jays2Kings
f12be4a480 Option to choose what buttons show up in the bottom reader sheet
+ Lots of optimizations/refactoring to custom preferences
2021-04-15 02:55:46 -04:00
Jays2Kings
053a5149c2 Possibly Fix reader bottom sheet sometimes not showwing 2021-04-15 01:05:50 -04:00
Jays2Kings
6c581dd0fc Adding Animation when expanding/collapsing sections in source filter sheet 2021-04-15 01:04:19 -04:00
Jays2Kings
41f3d1ea2a Updates to the Source Filter Sheet
With some renaming, but mostly taking changes from upstream + some from the new set categories sheet (such as reset/filter at the bottom

Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
2021-04-15 00:52:05 -04:00
Jays2Kings
0afe075f46 Option to edit the series type of manga etc.
All this is doing is adding and removing the correct tags to shift the series type

Reordering the series/reader type to comply with this
2021-04-14 22:06:26 -04:00
Jays2Kings
7b13c4163e Adding string for the message when webtoon is forced 2021-04-14 21:23:38 -04:00
Jays2Kings
7fd4c69c3e Rename mangaType to seriesType 2021-04-14 20:53:06 -04:00
Jays2Kings
3cd5043e67 Disable reading mode for webtoons in settings
Comes with a popup to say change manga type if anything
2021-04-14 20:50:28 -04:00
Jays2Kings
eabf5e2a8b Using "Reading mode" instead of "Viewer for series" 2021-04-14 20:49:15 -04:00
Jays2Kings
71e6c3132f Allow manhwas to be read in non webtoon formats
but only them. Webtoons will still force webtoon mode

It's about time for this anyway, not all sources can be mangadex but the original goal has been reached: force users libraries to webtoon for manhwa

Now they can be free...ish

Also some changes to the logic for series type
2021-04-14 20:37:00 -04:00
Jays2Kings
5c741e2fc5 Missed the network updates oops
Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
2021-04-14 20:15:46 -04:00
Jays2Kings
72f297f457 DoH Google + More updates to cloudflare / useragent from upstream
Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
2021-04-14 20:14:59 -04:00
Jays2Kings
331d2fcd9e Updates to cloudflare / useragent from upstream
Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
2021-04-14 18:30:00 -04:00
Jays2Kings
9e3aaab95f Edit Manga Status (for Local and online
Mostly the same, except custom status can be null so it's not automatically added to the edits.json

Since SY implemented first I'm using the same key for backups, I would've liked if customStatus was nullable but it is what it is

Closes #704

Co-Authored-By: jobobby04 <17078382+jobobby04@users.noreply.github.com>
2021-04-14 16:18:58 -04:00
Jays2Kings
928fc06e58 Removing the logic for cleaning the old way for saving custom manga info 2021-04-14 15:53:13 -04:00
Jays2Kings
2c7db3c2be Fix some menu items showing up when they shouldn't in manga details 2021-04-14 15:51:00 -04:00
Jays2Kings
d584aa56b9 Adding a default popup for selectedPosition in spinner view
For cases where neither bind no listener is implmented, you can just get the selected position
2021-04-14 15:50:09 -04:00
Jays2Kings
f0fbab56af Fix UnreadOrDownloaded downloads button not working properly 2021-04-14 02:39:23 -04:00
Jays2Kings
820dfaf7b5 Update padding for reader nav, making more room for the seekbar 2021-04-14 02:39:00 -04:00
Jays2Kings
ee4f3e6586 Migrating manga now also saves more chapter info
Bookmarks, Last Read, Date fetched, and has been read fully (this was already tracked but previously it only took the highest chapters

Closes #151
2021-04-14 02:38:37 -04:00
Jays2Kings
3977b2a67a Download button now matches accent when downloaded 2021-04-14 01:19:36 -04:00
Jays2Kings
9cde6a5eaa Adding documentation on the theme util color vals 2021-04-14 01:03:19 -04:00
Jays2Kings
d8bb6afaee Fixes to flatline preview 2021-04-14 00:59:18 -04:00
Jays2Kings
f1e5742491 Fixes to color primary values 2021-04-14 00:49:17 -04:00
Jays2Kings
88fd6e5c98 Fix webtoon mode not calling OnPageSelected in some cases (in upstream too)
This fix isn't 100% tested, but like 80%.

@arkon if you're reading this, this issue is happening up stream too. I can make a issue for it in the repo but haven't checked if it happens there:

Steps:
Get Cubari source, search "cubari:imgur/3iOqiIy" change to continuous vertical, crop borders. Then back out and open the chapter again. onPageSelected isn't called because recycler position is -1. Regardless of the 4 pages you should be on

also fyi just a slight scroll fixes this issue but still
2021-04-14 00:02:56 -04:00
Jays2Kings
cdc7f64637 Adding button to crop borders (only for webtoons) in reader bar
And because I can't cherry pick things, I spite myself by using a different icon for non cropped mode AND its having an animation to and from crop mode.

Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
2021-04-13 23:43:41 -04:00
Jays2Kings
6d6b42b2ca Some random refactoring of webtoon mode from upstream
To later take the missing chapters stuff

Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
2021-04-13 23:38:51 -04:00
Jays2Kings
c9ee715f01 Fix coloring of reader chapters sheet when expanded 2021-04-13 22:51:15 -04:00
Jays2Kings
b42fa19867 Fix webtoon view not updating on crop border change
Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
2021-04-13 22:48:29 -04:00
Jays2Kings
d36c6f501e Auto hiding invert double page setting in reader settings 2021-04-13 15:09:32 -04:00
Jays2Kings
2be38ab151 Fix for auto summaries in preferences not showing 2021-04-13 15:07:33 -04:00
Jays2Kings
1455f2c2d7 Also adding helper method for last commit
I'm bad at this ok
2021-04-13 14:57:33 -04:00
Jays2Kings
f9d42601e0 Fixed #733
Also removed custom summary in favor of using a summary provider
2021-04-13 14:56:47 -04:00
Jays2Kings
3553013191 Added new string to for mentioning times when the date time is at 0 2021-04-13 14:53:35 -04:00
Jays2Kings
5b840161e7 Recents searching is now paginated 2021-04-13 14:12:09 -04:00
Jays2Kings
77e8ac4b00 Even more optimizing to Recents
Ungrouped/Grouped are now a single db call using union

Also this only confirmed my hate of SQL and especially SQLite

Anyway this should close #726
2021-04-13 13:44:37 -04:00
Jays2Kings
bbf3fcab18 Using a smaller item view for only updates mode 2021-04-12 23:33:45 -04:00
Jays2Kings
6f78187cb9 Use app tint on download button xml 2021-04-12 23:32:49 -04:00
Jays2Kings
3529378aac Adding a progress spinner for first load of recents 2021-04-12 23:32:43 -04:00
Jays2Kings
2f09ac8cb5 Steps to optimize recents loading
especially those with insanely large libraries
2021-04-12 22:05:53 -04:00
Jays2Kings
2ec4db3c10 Option to save/share combined double pages 2021-04-12 14:49:43 -04:00
Jays2Kings
443887c89a Option to invert double pages
Closes #725
2021-04-12 13:48:10 -04:00
Jays2Kings
652c935062 Renamed the double page split methods
so they're not longing conflicting with upstream's page split
2021-04-12 13:33:36 -04:00
Jays2Kings
45c8bdafd3 Fix size of FAB
Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
2021-04-12 13:24:46 -04:00
Jays2Kings
a31beaaf66 Revert Part of 1%
Over committed on this
2021-04-12 13:22:43 -04:00
Jays2Kings
d4bb2ae938 The 1%
@CrepeTF _yoink_
2021-04-12 13:09:05 -04:00
Carlos
d5023b1c86
Added hot pink and lime (#724)
* add hot pink theme

* add lime theme

* removed unused method
2021-04-12 13:06:43 -04:00
Jays2Kings
e93627c9ec Fix main activity binding crash 2021-04-11 17:44:04 -04:00
Jays2Kings
1f93f82752 More crash fixes 2021-04-11 16:31:17 -04:00
Jays2Kings
56d7331aae Fix share button for crash logs 2021-04-11 16:23:02 -04:00
Jays2Kings
e83d944542 Fix DL Tutorial crashing 2021-04-11 16:22:49 -04:00
Jays2Kings
d651b896ba Fixed reader crashing for lower android versions
Gotta love not using Compat
2021-04-11 16:10:24 -04:00
Jays2Kings
40667d70b4 Fix Webtoon inversion 2021-04-11 15:09:49 -04:00
Jays2Kings
f069b530cf Fix bottom nav shadow in recents 2021-04-11 14:40:25 -04:00
Jays2Kings
9b078a9a4e Clean up resources 2021-04-11 14:36:34 -04:00
Jozef Hollý
13ebd44ab3
Weblate translations (#694)
Co-authored-by: Ahmadreza Karami <karamiar5@gmail.com>
Co-authored-by: Ajeje Brazorf <lmelonimamo@yahoo.it>
Co-authored-by: Alessandro Jean <alessandrojean@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: DarKCroX <darkcrox.2020@outlook.com>
Co-authored-by: Edgar Mejía <edgar13155@gmail.com>
Co-authored-by: Eric <spice2wolf@gmail.com>
Co-authored-by: Eugene <e.shlyapkin99@gmail.com>
Co-authored-by: Hajba Károly <karoly.hajba98@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: Kurocon <weblate@kurocon.nl>
Co-authored-by: Lusuho <jevpsychox@gmail.com>
Co-authored-by: Lyfja <yassinelaoud@gmail.com>
Co-authored-by: Marco Santos <enum.scima@gmail.com>
Co-authored-by: Matteo Gaeta <matteo.gaeta.1998@gmail.com>
Co-authored-by: Matyáš Caras <contact@hernikplays.cz>
Co-authored-by: Matyáš Caras <hernik27@gmail.com>
Co-authored-by: Milo Ivir <mail@milotype.de>
Co-authored-by: Oğuz Ersen <oguzersen@protonmail.com>
Co-authored-by: P6N7L <nichitapospai@gmail.com>
Co-authored-by: Riztard Lanthorn <riyanluqman@gmail.com>
Co-authored-by: Rostyslav <info@ubilling.net.ua>
Co-authored-by: Samuel Carvalho de Araújo <samuelnegro12345@gmail.com>
Co-authored-by: Shjosan <shjosan@kakmix.co>
Co-authored-by: TheLastMelody <swordofthefallen@hotmail.com>
Co-authored-by: Tooster <max@polarczyk.pl>
Co-authored-by: Yardi van Nimwegen <yardivn@live.nl>
Co-authored-by: Zimaster681 <zimaster681@protonmail.com>
Co-authored-by: panyann <jgrabowski@moneygram.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/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: Ahmadreza Karami <karamiar5@gmail.com>
Co-authored-by: Ajeje Brazorf <lmelonimamo@yahoo.it>
Co-authored-by: Alessandro Jean <alessandrojean@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: DarKCroX <darkcrox.2020@outlook.com>
Co-authored-by: Edgar Mejía <edgar13155@gmail.com>
Co-authored-by: Eric <spice2wolf@gmail.com>
Co-authored-by: Eugene <e.shlyapkin99@gmail.com>
Co-authored-by: Hajba Károly <karoly.hajba98@gmail.com>
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca>
Co-authored-by: Jakub Fabijan <animatorzPolski@gmail.com>
Co-authored-by: Kurocon <weblate@kurocon.nl>
Co-authored-by: Lusuho <jevpsychox@gmail.com>
Co-authored-by: Lyfja <yassinelaoud@gmail.com>
Co-authored-by: Marco Santos <enum.scima@gmail.com>
Co-authored-by: Matteo Gaeta <matteo.gaeta.1998@gmail.com>
Co-authored-by: Matyáš Caras <contact@hernikplays.cz>
Co-authored-by: Matyáš Caras <hernik27@gmail.com>
Co-authored-by: Milo Ivir <mail@milotype.de>
Co-authored-by: Oğuz Ersen <oguzersen@protonmail.com>
Co-authored-by: P6N7L <nichitapospai@gmail.com>
Co-authored-by: Riztard Lanthorn <riyanluqman@gmail.com>
Co-authored-by: Rostyslav <info@ubilling.net.ua>
Co-authored-by: Samuel Carvalho de Araújo <samuelnegro12345@gmail.com>
Co-authored-by: Shjosan <shjosan@kakmix.co>
Co-authored-by: TheLastMelody <swordofthefallen@hotmail.com>
Co-authored-by: Tooster <max@polarczyk.pl>
Co-authored-by: Yardi van Nimwegen <yardivn@live.nl>
Co-authored-by: Zimaster681 <zimaster681@protonmail.com>
Co-authored-by: panyann <jgrabowski@moneygram.com>
Co-authored-by: Роман <Rozhenkov69@gmail.com>
2021-04-11 14:17:48 -04:00
Jays2Kings
221a6abaf7 Fix overflow icon not being the right tint 2021-04-11 13:03:43 -04:00
Jays2Kings
dc0435c363 More ui fixes to recents, bottom nav padding 2021-04-11 13:00:30 -04:00
Jays2Kings
7d9c77f021 Reselecting a tab in browse scrolls to top 2021-04-11 12:40:13 -04:00
Jays2Kings
283808a865 Fix recents intent for latest chapters and history 2021-04-11 12:35:43 -04:00
Jays2Kings
780585caed Crash fixes in recents 2021-04-11 12:34:52 -04:00
Jays2Kings
48dae05980 Fix being able to make a blank category 2021-04-10 23:33:12 -04:00
Jays2Kings
e53bae4413 Added a fake shadow when downloads is expanded
so it is as it was before
2021-04-10 21:48:22 -04:00
Jays2Kings
dbf227f18e App theme summary updated to show both theme when follow system is set 2021-04-10 20:03:41 -04:00
Jays2Kings
9036fa8ca9 more lint cleanup??
lint kept unintenting it each build so not using block comments on it
2021-04-10 20:02:50 -04:00
Jays2Kings
4805e54b63 lint cleanup 2021-04-10 19:39:18 -04:00
Jays2Kings
c724a9e022 Fixing crashes in migration + rx bridge from upstream
Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
2021-04-10 19:36:46 -04:00
Jays2Kings
0a3d6bd8f5 adding compatToolTipText helper + using unused strings 2021-04-10 19:10:42 -04:00
Jays2Kings
074f41ca7e Fixes to unread badge color 2021-04-10 17:44:42 -04:00
Jays2Kings
84f21ebacc Fix warnings in ChapterSourceSync 2021-04-10 17:30:20 -04:00
Jays2Kings
a98a578af3 Adding Black 'n' Red theme
And I thought the dusk theme was edgy

and this is the one that actually closes #719
2021-04-10 17:13:38 -04:00
Jays2Kings
b7b8c61533 Adding 2 new themes
More color options with Midnight Dusk (From SY, jobobby04@4b3d92a050fb694de8b5001 )
Also adding a light version called Spring Blossom

This relates to #719 but the next commit will be the one for it

Co-Authored-By: CrepeTF <70870719+CrepeTF@users.noreply.github.com>
2021-04-10 17:04:15 -04:00
Jays2Kings
254e2a90dd More attr uses and color fixes 2021-04-10 16:56:10 -04:00
joseph619
db818f2e6f
Seearch by manga description in Library (#716) 2021-04-10 16:42:18 -04:00
Jays2Kings
8199ce0412 Actually commit the new string
Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
2021-04-10 16:27:29 -04:00
Jays2Kings
5ea0dda75e Splitting Security into a new section
Just like upstream (0 idea what commit its from I just know im late)

Also taking the description for secure screen because it was dumb of me to assume people know it blocks screenshots

Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
2021-04-10 16:26:59 -04:00
Jays2Kings
65548c95a2 More updates to theme color logic
Using attr in more places
2021-04-10 16:13:01 -04:00
Jays2Kings
bc5118d9cf More updates to theme item layout
"text" items are no longer as rounded
2021-04-10 16:03:11 -04:00
Jays2Kings
3b6afd2cb6 Fix light theme sometimes being wrong when switching themes 2021-04-10 15:04:59 -04:00
Jays2Kings
b158bc6222 More fixes to blue theme
Some of these have existed for a while.. guess no one really uses this theme
2021-04-10 14:43:46 -04:00
Jays2Kings
4ef4dc2677 Option to set Light/Dark Theme individually
Works "the exact same" as upstream, except ui and code is completely different

With this there's less theme items in the general settings

Also moved auto hide bottom nav to the first preference
2021-04-10 14:33:24 -04:00
Jays2Kings
e0c77abe1c Fix crash in Controller extensions 2021-04-10 03:07:17 -04:00
Jays2Kings
6b8e4eeb14 Preview of Themes in General settings 2021-04-10 02:14:33 -04:00
Jays2Kings
227769e5ec change library_category_header_item.xml to use app tint 2021-04-10 02:09:38 -04:00
Jays2Kings
83bcea8070 Fix settings controller rehighlighting option on theme change 2021-04-10 02:05:32 -04:00
Jays2Kings
8f55dcc859 Fix gestureDectector on main crashing sometimes 2021-04-10 02:04:35 -04:00
Jays2Kings
2a8049fb18 Also colorAccent for edgeeffect 2021-04-09 16:46:50 -04:00
Jays2Kings
b9bf495ed6 Using colorAccent attr instead of color in some places 2021-04-09 15:49:08 -04:00
Jays2Kings
f7dd1211da Random refactoring 2021-04-09 15:04:41 -04:00
Jays2Kings
c5785e9b6f Refactoring theme logic, using enum 2021-04-09 15:01:10 -04:00
Jays2Kings
ed1fb9de1a Fixes to blue themes 2021-04-09 13:07:20 -04:00
Jays2Kings
d3a1d8a8a9 Fix duplicate chapters in some sources
Fixes #714
2021-04-09 12:14:33 -04:00
Jays2Kings
3e7ad9dbd3 Fixed ext bottom sheet not being able to drag in some casesq
case being:
1. open sheet
2. scroll down
3. press back (collapses sheet)
4. push new screen
5. go back
2021-04-09 12:08:24 -04:00