Commit graph

3834 commits

Author SHA1 Message Date
Jays2Kings
845cab4407 Allow hiding "All" section in extensions list
Also adding "all" to the default of enabled languages

Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
2021-10-12 18:30:06 -04:00
Jays2Kings
f86e81987a Update missing chapters warning 2021-10-12 16:50:28 -04:00
Jays2Kings
83e179f29c Rename sources settings to browse 2021-10-12 16:21:46 -04:00
Jays2Kings
c76a2dd7a0 Unify NSFW flagging for sources/extensions
Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
2021-10-12 16:20:15 -04:00
Jays2Kings
984ea915cc Lower per source warning down to 60
im giving minor grace for being a fork but if arkon calls the police on me ill go down to 50 too
2021-10-12 15:36:29 -04:00
Jays2Kings
a390c184d1 use main looper for GestureDetectorWithLongTap 2021-10-12 15:35:22 -04:00
Jays2Kings
7d3138ca67 Handle HTTP 403 responses with CloudflareInterceptor
also updating from handler in that class

Co-Authored-By: jmir1 <43830312+jmir1@users.noreply.github.com>
Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
2021-10-12 15:08:21 -04:00
Jays2Kings
2230e69e8c Rate limiting for AniList tracker updates
Co-Authored-By: Gauthier <2139133+gotson@users.noreply.github.com>
2021-10-12 14:56:03 -04:00
Jays2Kings
4aff8af508 Add warnings when library and download queues are considered large
Using largest source in one update instead. Arbitrarily set at a size of 80 for now.

Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
2021-10-11 22:17:45 -04:00
Jays2Kings
7ac14b09f3 Fixes for adding a new categories via the set categories sheet 2021-10-11 22:00:19 -04:00
Jays2Kings
edbaa9f428 Allow tapping of the category title to also select all of the manga in a category
instead of just the checkbox
2021-10-11 21:59:17 -04:00
Jays2Kings
95c50c8781 Fix more warnings
gettings this down to under 100 woarnings woo
2021-10-11 18:08:04 -04:00
Jays2Kings
45fbd9d2f5 Fixed global/migration not using default filters for sources
Also fixing some warnings

Fixes #1023
2021-10-11 14:33:20 -04:00
Jays2Kings
454302f8c7 Fix foreground overlay in browse source for comfy grid 2021-10-11 14:00:37 -04:00
Jays2Kings
ef3daed651 Fix overlay tooltip in webtoon and vertical reader layout
Fixes #1030
2021-10-10 15:11:47 -04:00
Jays2Kings
799824ee1f show tooltip text for category sort button 2021-10-08 17:58:56 -04:00
Jays2Kings
5bc9ff8d7b Delete eu.kanade.tachiyomi.debug_2020.04.16_14.54.li 2021-10-08 14:41:05 -04:00
Jays2Kings
4b26cf7c2b extra fixes to opening reading menu 2021-10-08 00:40:43 -04:00
Jays2Kings
7fe8baae8c browse source fab now shows on top of keyboard on android 10 and below
to match A11+
2021-10-07 23:48:20 -04:00
Jays2Kings
dbac0aa48d Fixed reader menu quickly disappearing when first opening 2021-10-07 23:47:56 -04:00
Jays2Kings
0816b62721 Fix webview warnings 2021-10-07 23:44:33 -04:00
Jays2Kings
8ba2e1207a Update colorPrimaryVariant for dark themes 2021-10-07 22:44:05 -04:00
Jays2Kings
886e06374b Fix textAppearance for tristatecheckbox in dialogs
So it matches other dialogs in M3
2021-10-07 18:16:15 -04:00
Jays2Kings
d1f521e0c5 light refactoring/cleanup in few classes 2021-10-07 17:48:28 -04:00
Jays2Kings
ab8f019460 Fix warnings in MangaDetailsController 2021-10-07 17:35:18 -04:00
Jays2Kings
818bf2f1da Fix warnings in Library controller 2021-10-07 17:35:08 -04:00
Jays2Kings
e5ab5c220e Use insetsCompat for Controller.scrollViewWith callback 2021-10-07 17:08:36 -04:00
Jays2Kings
0e9d105b1d Fix warnings in ControllerExtensions 2021-10-07 16:52:23 -04:00
Jays2Kings
03b18b3d4f using start/end padding for manga details outline buttons 2021-10-07 16:29:24 -04:00
Jays2Kings
ae278f3da2 Fixed fake bottom bar showing up too tall when moving to new controller while library filter sheet is expanded 2021-10-07 16:28:57 -04:00
Jays2Kings
2b014931c4 Removed all warnings in MainActivity 2021-10-07 00:00:00 -04:00
Jays2Kings
6ead02b761 removed final uses of elevation
Realized elevation still happens on older android devices so goodbye to that
2021-10-06 23:56:17 -04:00
Jays2Kings
50859c404e Filter scanlator group dialog now disabled the filter button if all scanlators are selected
was already handled in code but now its visually handled too
2021-10-06 23:34:16 -04:00
FlaminSarge
f3f906ebf0 For library update error log, group errors by error string, and then sort the resulting list by source (#5586)
Format is
```
! Error
  # Source
    - Manga
```
2021-10-06 22:52:16 -04:00
Seishirou101
ef41c8d90e
adds text to show scanlators are hidden on manga details (#1025)
* add filtered text

* remove hidden
2021-10-06 19:08:16 -04:00
Jays2Kings
c6a9cb32ea Replace INVERSED/UNDETERMINATE for IGNORE in TriStateCheckBox 2021-10-06 00:41:11 -04:00
Jays2Kings
4f2bf33b21 Remove setting to disable update error notifications and split out notification channel
Users can exclude things from updating if needed, or disable the notification channel from system settings.

Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
2021-10-06 00:24:41 -04:00
Jays2Kings
087c00ab22 Update category hopper to be more like Material 3 2021-10-05 20:09:12 -04:00
Jays2Kings
1f304ec8a9 Fixing login/out strings + adguard key 2021-10-05 18:26:40 -04:00
Jays2Kings
469fce0e8c Update slider_tick_inactive.xml 2021-10-05 14:38:47 -04:00
Jays2Kings
4f0b96cdfc update constraintlayout to 2.1.1 2021-10-05 14:38:42 -04:00
Jays2Kings
58aebc60ad fixed webtoon prefs showing in paged settings list 2021-10-05 14:22:45 -04:00
Jays2Kings
39c18d9876 remove all uses of "TextAppearance.Regular" 2021-10-05 14:04:31 -04:00
Jays2Kings
d0aa33c5df fix start of manga details in light blue theme 2021-10-04 23:23:59 -04:00
Jays2Kings
772201cd37 J2K Icon update
goodbye page flip i knew yee well
2021-10-04 21:47:54 -04:00
Jays2Kings
aefed46059 Add support for cont. vertical margins while splitting double pages 2021-10-04 20:18:27 -04:00
Jays2Kings
453c28bd6b Split pages for webtoons
Closes #1017

Co-Authored-By: Andreas <6576096+ghostbear@users.noreply.github.com>
Co-Authored-By: Shiranui <32921531+uknfire@users.noreply.github.com>
2021-10-04 20:11:28 -04:00
Jays2Kings
bd8ad93f4b Fixed haptic feedback not working for webtoon mode 2021-10-04 20:11:27 -04:00
Jays2Kings
45d2ac75bf fixes to bottom sheet heights 2021-10-04 17:57:15 -04:00
Jays2Kings
8d61470917 Fixing to dragging in library
closes #1008
2021-10-04 17:57:08 -04:00