arkon
e214746536
Update action_display_cover_only_grid string
2022-02-12 13:15:19 -05:00
Mica
44b055c019
Cover only grid added to library ( #6528 )
...
* No title grid added to library and source
* Else added to display title in case image is null or empty
* No title grid renamed and now only available in library
* Spanish strings about cover only grid removed
Co-authored-by: micaelagimenez <micaela.gimenez@ext.prosegur.com>
2022-02-12 13:09:44 -05:00
Gauthier
d8719ceee9
Navigate to pan / landscape zoom ( #6481 )
...
* pan if the image is zoomed instead of navigating away
quickly display full landscape image before zooming to fit height in fit to screen
* add Tap to pan preference, defaults to true
add landscape zoom preference, defaults to false
* hide landscape image zoom option if scale is not fit screen
* fix landscape image zoom for first image and loading image
* properly reload pagerholders when landscape zoom option is changed
* enable landscape zoom by default
2022-02-12 11:21:54 -05:00
Felix Kaiser
71ddb16574
Detect identical mangas when adding to library ( #6579 )
...
* added duplicate manga check
When adding a manga to your library, the app will go through each manga previously added and compare their names. If a match is detected, it will prompt the user and ask for confirmation. On this prompt there is also an option to view the other manga.
* added german translations for newly added strings
* Revert "added german translations for newly added strings"
This reverts commit 71ada620671651daeeb2546aecd02400a4bc86bc.
* changed `AlertDialog.Builder` to `MaterialAlertDialogBuilder`
* using SQL query instead of filtering entire library with Kotlin
2022-02-12 11:13:27 -05:00
arkon
299e52e877
Allow disabling secure screen when incognito mode is on
2022-02-05 18:51:08 -05:00
arkon
f5c6e80dbb
Add 5% webtoon reader side padding option ( closes #6511 )
2022-02-02 21:50:20 -05:00
arkon
19fe689969
Revert "Temporarily revert some things for stable release"
...
This reverts commit b88f8ae9d2
.
2022-02-01 12:32:27 -05:00
arkon
b88f8ae9d2
Temporarily revert some things for stable release
2022-02-01 12:31:47 -05:00
arkon
836a2649d3
Use default bottom nav height
2022-01-31 16:05:04 -05:00
Riztard Lanthorn
08ad4f96b9
Tweaked Yin & Yang theme a little ( #6507 )
2022-01-27 08:24:32 -05:00
arkon
d5015d37e1
Show error toast if empty URI is passed when trying to create/restore a backup
2022-01-26 22:31:28 -05:00
arkon
35e0561950
Replace custom download dialog buttons with MaterialButtons
2022-01-25 08:41:15 -05:00
arkon
1a11d4153e
Fix solid background behind text selection UI in dialogs
2022-01-22 14:38:18 -05:00
Andreas
66a180bc36
Add ability to open FAQ and Guide, and Changelog in extension repository ( #6469 )
2022-01-22 14:17:43 -05:00
arkon
0cb4094dd9
Update dependencies
2022-01-18 18:03:16 -05:00
arkon
3dc4fd8dd1
Make tracker status wording/ordering more consistent
2022-01-08 15:49:39 -05:00
arkon
375a27a93d
Add new manga statuses
...
To be exposed in extension-lib 1.3
2022-01-08 15:39:45 -05:00
arkon
e0d2a01bc8
Add DoH abbreviation to preference title so it's searchable
2022-01-06 22:57:22 -05:00
Seishirou101
5336c5b46e
Add compress to CBZ on download ( #6360 )
2022-01-01 14:46:43 -05:00
arkon
7c246ffc71
Add link to troubleshooting guide in library update error log file
2021-12-31 15:16:44 -05:00
FourTOne5
6a00658119
Update wording of pref_remove_after_marked_as_read
( #6418 )
2021-12-31 13:20:21 -05:00
Riztard Lanthorn
5500762acd
Update "Library updates restrictions" wording ( #6371 )
...
* Update "Library updates restrictions" wording
Co-Authored-By: OncePunchedMan <64155117+OncePunchedMan@users.noreply.github.com>
Co-Authored-By: nicki <72807749+curche@users.noreply.github.com>
Co-Authored-By: Soitora <simon.mattila@protonmail.com>
Co-Authored-By: FourTOne5 <59261191+FourTOne5@users.noreply.github.com>
* Update strings.xml
Co-Authored-By: loocool2 <36128021+loocool2@users.noreply.github.com>
Co-authored-by: OncePunchedMan <64155117+OncePunchedMan@users.noreply.github.com>
Co-authored-by: nicki <72807749+curche@users.noreply.github.com>
Co-authored-by: Soitora <simon.mattila@protonmail.com>
Co-authored-by: FourTOne5 <59261191+FourTOne5@users.noreply.github.com>
Co-authored-by: loocool2 <36128021+loocool2@users.noreply.github.com>
2021-12-26 11:49:27 -05:00
FourTOne5
74206d60ce
Rename theme color value files so they are not scattered ( #6384 )
2021-12-24 09:53:10 -05:00
FourTOne5
4793ee4786
Update some wording in Delete Chapters preference. ( #6365 )
2021-12-19 09:09:48 -05:00
arkon
afc80d6a7c
Adjust global update preference wording and visibility
2021-12-17 14:14:48 -05:00
arkon
65062b4bcb
Remove library update order setting
...
This doesn't make sense to have if the intention is to have reasonably sized global updates. Opting to remove it to remove complexity instead.
2021-12-17 12:29:54 -05:00
arkon
818fe50f77
Combine global update item restrictions
2021-12-17 09:57:37 -05:00
Riztard Lanthorn
6fddad7a77
Add option for library update only update completely read manga ( #6323 )
...
* Add option for library update only update completely read manga
only check manga for updates if there is no unread chapter
* sum
2021-12-17 09:40:54 -05:00
Ivan Iskandar
38d131be37
Workaround cleanup ( #6350 )
...
* Remove material-components workaround that was fixed upstream
* Remove unused toolbar workaround
* Fix cover dialog navigation icon
2021-12-17 09:32:42 -05:00
arkon
207f9c26ae
Add link to privacy policy
2021-12-15 17:45:33 -05:00
OncePunchedMan
6367ce5e5e
sfix some colors and going back to original pink-ish color ( #6344 )
2021-12-13 11:09:36 -05:00
arkon
6107f5f3d2
Refactor backup restore process to stop relying on file extension
2021-12-11 13:53:49 -05:00
Andreas
1c2730163d
Apply dialog theme to Material Alert Dialog Theme ( #6340 )
2021-12-11 10:16:00 -05:00
Andreas
0de86dfe6f
Fix back button having wrong tint in Toolbar ( #6339 )
2021-12-11 08:44:05 -05:00
OncePunchedMan
7a1b99be46
Tweak Midnight Dusk colors ( #6327 )
...
* tweak midnight dusk colors
* more tweaking and change pure black dark mode option visibility
* revert changing pure black dark mode option visibility
* change tertiary color on light theme to match dark theme
2021-12-09 18:00:43 -05:00
arkon
6a39c8fc13
Avoid loading available extensions list if it seems too small
2021-11-28 18:29:22 -05:00
arkon
dc39669321
Use default snackbar styles (fixes unreadable text)
...
Sorry AMOLED users, you'll just have to deal with the brief light snackbars.
2021-11-28 15:30:51 -05:00
Ivan Iskandar
fe9ea50356
Change Tako dark elevation overlay color ( #6255 )
2021-11-24 17:38:23 -05:00
Riztard Lanthorn
e6f29ae57f
Tweak Teal & Turquoise color for new M3 ( #6268 )
...
* Tweak Teal & Turquoise color for new M3
* capitalize
* tweak elevationOverlayColor
* more tweak
2021-11-24 17:38:17 -05:00
arkon
5b3cadb7a8
Clean up some tablet dimension values
2021-11-19 14:06:43 -05:00
Hunter Nickel
9fe1a7e2ae
Add feature to clear database manga by source ( #6241 )
...
* Implement feature to selectively clear manga from database based on it's source
* Code cleanup and refactoring
2021-11-19 11:24:46 -05:00
arkon
98822a39d9
Option to clear chapter cache when MainActivity is closed ( closes #5651 )
2021-11-19 10:50:52 -05:00
Ivan Iskandar
845e061382
Reinstate elevation overlay ( #6243 )
...
* Theme default elevation overlay
* Fix app bar elevation overlay
Elevation overlay is disabled when tabs are visible
* Remove custom elevation overlay in tracking sheet item
* upsi
2021-11-18 10:47:24 -05:00
arkon
25784d1fe5
Clean up ActionMode styles
2021-11-15 10:48:07 -05:00
arkon
f3d85655a0
Adjust manga genre chip style
2021-11-15 10:44:52 -05:00
arkon
9600675677
Adjust CardView styles
2021-11-15 10:11:47 -05:00
arkon
ce8a759192
Fix colorFilterActive in Tako theme
2021-11-15 10:11:16 -05:00
Ivan Iskandar
88bc0bf613
Adapt App Themes to M3 Color System ( #6230 )
...
* Adapt Default theme to M3 color system
* Adapt Dynamic theme to M3 color system
* Adapt Midnight Dusk theme to M3 color system
* Adapt Strawberry Daiquiri theme to M3 color system
* Adapt Yotsuba theme to M3 color system
* Adapt Tako theme to M3 color system
* Adapt Green Apple theme to M3 color system
* Adapt Teal & Turquoise theme to M3 color system
* Adapt Yin & Yang theme to M3 color system
* Remove old theme colors
* Yotsuba theme adjustments
Co-authored-by: ztimms73 <vp1984tanki@gmail.com>
* Green Apple theme adjustments
Co-authored-by: Soitora <10836780+Soitora@users.noreply.github.com>
* Tako theme adjustments
* Midnight Dusk theme adjustments
* Use colorSurfaceVariant for colorControlHighlight
* Nits
Co-authored-by: ztimms73 <vp1984tanki@gmail.com>
Co-authored-by: Soitora <10836780+Soitora@users.noreply.github.com>
2021-11-15 09:53:57 -05:00
arkon
ad49a02879
Address some Android lint warnings
2021-11-14 11:16:18 -05:00
arkon
e985ffc690
Remove custom tab indicator style
...
M3 TabLayout has the same style built-in.
2021-11-14 10:52:21 -05:00
Ivan Iskandar
6cbb02f02d
Adapt M3 Typography ( #6228 )
2021-11-14 10:23:44 -05:00
arkon
a8a761aa5f
Initial pass of Material 3 styling
...
Adjustments/fixes to follow.
2021-11-13 10:08:01 -05:00
OncePunchedMan
41952f0215
Added tabletUI option: "Automatic" ( #6208 )
...
* added automatic tablet ui option; useful for foldables
* set automatic as default, rename setting
* remove redundant checks
Co-authored-by: Ivan Iskandar <12537387+ivaniskandar@users.noreply.github.com>
* remove redundant checks
Co-authored-by: Ivan Iskandar <12537387+ivaniskandar@users.noreply.github.com>
* fix defaultValue
Co-authored-by: Ivan Iskandar <12537387+ivaniskandar@users.noreply.github.com>
2021-11-11 16:32:28 -05:00
arkon
f85dfa90b8
Remove legacy blue theme
...
Causing too many theming issues/complexity. This will make the Material 3 transition easier.
2021-11-10 09:15:13 -05:00
arkon
0edc981cd2
Move app and extension update notifications to new channels/group ( closes #6168 )
2021-10-30 17:42:06 -04:00
arkon
da5942b398
Remove unused fast scroll bubble drawable and accidentally committed file
2021-10-30 13:14:34 -04:00
arkon
709de81814
Move unread chapters badge setting to General section
2021-10-30 12:48:37 -04:00
Ivan Iskandar
90b312a56e
Extension "Update all" button ( #6171 )
...
Disabled for legacy installer
2021-10-30 12:34:26 -04:00
Hunter Nickel
459759bfe5
Add badge to bottom bar Updates tab indicating how many unread chapter updates are available ( #5620 )
...
Co-authored-by: arkon <arkon@users.noreply.github.com>
2021-10-30 12:32:51 -04:00
Soitora
6129519e5a
More sensical string for 'pref_hide_threshold' ( #6157 )
2021-10-24 10:21:13 -04:00
arkon
538dd60580
Adjust update/download warnings
...
- Uses toasts now
- Adjusted wording to emphasize effect on sources
- Download warning has a different threshold (15 chapters per source, vs. 60 entries per source for library update)
2021-10-18 10:46:07 -04:00
arkon
9e2ef82902
Remove global update intervals below 12 hours, add every 3 day interval
...
Users with smaller libraries have a lower change of getting updates frequently. "Power users" are actively hurting sources by updating frequently.
2021-10-18 10:02:18 -04:00
arkon
9352e249ee
Make tapping library update and backup restore error notifications open log
2021-10-18 09:58:35 -04:00
arkon
8a70c3353f
Change global update unmetered connection restriction to connected to Wi-Fi ( closes #6117 )
2021-10-16 11:10:05 -04:00
Jays2Kings
028ea57232
Update missing chapters warning
...
Co-authored-by: Jays2Kings <Jays2Kings@users.noreply.github.com>
2021-10-13 09:17:26 -04:00
arkon
151193c4c3
Reword missing chapters warning ( closes #6074 )
2021-10-11 10:22:31 -04:00
arkon
aae011ed83
Use SwitchMaterial for preferences too ( closes #5724 )
2021-10-09 17:47:04 -04:00
arkon
98c0e5271f
Reword badge titles
2021-10-09 17:16:01 -04:00
arkon
b8d8cf19d9
Add some info about automatic backups
2021-10-09 16:48:20 -04:00
arkon
082eef708f
Add warnings when library and download queues are considered large ( closes #5950 )
...
Arbitrarily set at a size of 100 for now. We could adjust this in the future as appropriate if needed.
2021-10-09 14:55:21 -04:00
Platiplus
918502742d
[5893] - Implemented Language Badge ( #6050 )
...
* Implemented language badge on library items
* Added left margin for better viewing the badge on list view
* Adjusting borders on badges, cleaning string interpolation and cleaning code
* Improving readability on Holders and removing unused background and text on grid items
2021-10-09 11:10:36 -04:00
arkon
a56997e98c
Hide slider tooltip label everywhere
2021-10-09 10:44:08 -04:00
Ivan Iskandar
2e127dff1f
Replace Timber with Square Logcat and make logging configurable ( #6062 )
...
* Replace Timber with Square Logcat
* Configurable logger
2021-10-07 22:12:55 -04:00
Ivan Iskandar
6d650518a1
App-wide typography adjustments ( #5931 )
...
* Manga detail
Also adjust chapter item layout to accommodate bigger
display/font size
* Library
* Updates
* History
* Browse
* Preferences
* Button
* Navigation view
* category-download
* Google Sans
* Reader
* Chips
* Revert "Google Sans"
This reverts commit 5dd4c41f
* Misc
* Cleanups
* Section header text appearance
* Increase library manga title size
* Revert "Increase library manga title size"
This reverts commit 474be913
* Increase section header letter spacing
* Derps
2021-10-03 12:32:04 -04:00
arkon
dc92ffed87
Switch to Material Slider in color filter settings
2021-10-03 11:58:52 -04:00
Andreas
ba8abd94a8
Ability to order sources by library count when migrating ( #6000 )
...
* order sources by library count when migrating (closes #4703 )
* Use plain menu instead of full-on sheet
2021-10-01 17:37:43 -04:00
arkon
c2255b0a0f
Mark installer names as non-translatable
2021-09-25 21:08:31 -04:00
Ivan Iskandar
b284384f0a
Implement new extension install methods ( #5904 )
...
* Implement new extension install methods
* Fixes
* Resolve feedback
* Keep pending status when waiting to install
* Cancellable installation
* Remove auto error now that we have cancellable job
2021-09-25 14:31:52 -04:00
arkon
fce3cd00a1
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.
2021-09-17 19:14:30 -04:00
arkon
33b3be0d0e
Move extension app info button
...
Aligns with TachiyomiJ2K.
2021-09-16 17:57:41 -04:00
arkon
a2cf210a52
Unify NSFW flagging for sources/extensions
...
Since multisource extensions are no longer a thing, we now simply rely on the flag at the extension level, i.e. the per-Source/SourceFactory `@Nsfw` annotation is no longer checked.
We'll have to remove all of the annotation usages from the existing sources, which will also effectively break the setting for older versions of the app.
2021-09-13 17:49:58 -04:00
arkon
8362bf0886
Don't show option to delete chapters for local manga ( closes #5243 )
2021-09-12 13:01:53 -04:00
arkon
1a8155c45b
Add link to help translate in about
2021-09-12 12:52:19 -04:00
arkon
2c14a8dee1
Minor cleanup for download delete exclusion
2021-09-11 18:39:34 -04:00
tobinstultiens
a051079c6a
Allow exclusion on Delete After Read per category ( #5857 )
...
* Added the exclude category from delete after being read
* Stopped it from adding a wildcard to the import
* Placed the remove after read to the download manager
2021-09-11 18:09:24 -04:00
Ivan Iskandar
b00e8768dc
Disable action mode status bar guard ( #5872 )
2021-09-09 21:03:53 -04:00
arkon
069f4e12d8
Rearrange themes, rename "Blue" to "Legacy Blue"
2021-09-04 11:50:00 -04:00
arkon
ae4dfc9956
Reword advanced tablet UI setting
2021-09-04 11:22:17 -04:00
Ivan Iskandar
0df23ab878
Tablet UI override ( #5830 )
...
* Tablet UI override
* Tablet UI advanced pref
2021-09-04 10:06:56 -04:00
arkon
0e26abf7a6
Use ShapeableImageView for rounded thumbnails instead of Coil transformations
2021-08-31 22:35:52 -04:00
arkon
b9f7660a91
Added a getting started guide action for when the library is empty
...
Co-authored-by: Jays2Kings <Jays2Kings@users.noreply.github.com>
2021-08-31 17:51:15 -04:00
arkon
3f2f542265
Fix divider color in AMOLED mode ( fixes #5778 )
2021-08-28 17:41:36 -04:00
arkon
63a3e126b3
Rename Layout category to Navigation
2021-08-28 12:08:11 -04:00
OncePunchedMan
c666dd623d
Tracking: replace tick with button ( #5768 )
...
* make check only visible after selecting an item
* replace tick with button and send to bottom
* fixed button visibility
* grey btn out
* resolving some bits
* removing the tick from appbar
* remove useless lines, appl insetter
2021-08-28 11:13:09 -04:00
arkon
5f5fc77877
Fix toolbar text color in light blue theme
2021-08-23 17:31:16 -04:00
arkon
0493e77cff
Split out appearance settings from general section
2021-08-23 12:24:30 -04:00
arkon
909aed4262
Fix blue background under action mode text selection handlers in blue theme
2021-08-22 12:25:19 -04:00
Soitora
11926014da
Bold author and artist fields ( #5770 )
2021-08-22 11:07:18 -04:00
Soitora
3826b307f7
Add a much more clean design to Chips ( #5765 )
...
Based on the default chips and what is seen on J2K/Neko
2021-08-21 18:23:46 -04:00
arkon
dd008bc13a
Adjust blue theme
2021-08-21 18:05:08 -04:00