arkon
db2dd4b6c6
Add method for users to save error logs to a file
2021-01-21 18:21:03 -05:00
Andreas
1a5858e99b
Hide tracking when no tracker is logged in and change filter logic ( #4310 )
...
* Hide tracking when not logged in
* Change string name and value
2021-01-18 17:08:11 -05:00
Andreas
5cddc0c387
Add filter for tracking ( #4276 )
...
* Add filter for tracking or not
* Use .any
* Access database only when needed
2021-01-17 15:40:17 -05:00
arkon
0cd551d4fd
Revert removal of tracker start/end date
2021-01-16 15:48:20 -05:00
arkon
efbefabb01
Reword unmetered network restriction for library updates
2021-01-04 16:12:34 -05:00
arkon
a4cab9876a
More consistent wording for NSFW warning strings
2021-01-04 10:27:31 -05:00
arkon
710179f4b4
Note valid backup file extensions in error toast
2021-01-03 22:39:09 -05:00
arkon
d11c72fd48
Replace global search context menu option with share target
2021-01-03 11:08:23 -05:00
Andreas E
d69e9034ab
Viewer navigation ( #3869 )
...
* Viewer navigation
Co-authored-by: Harsh Parekh <h.x.dev@outlook.com>
* Match current reader behavior and add ability to invert it
* A bit of clean up
* Clean up inversion
* Only create navigator when changed
and change tap zone when invertTapping is changed
* Clean up PagerConfig
* Change how Viewer navigation works
* Add Edge Navigation
Co-authored-by: Harsh Parekh <h.x.dev@outlook.com>
2021-01-01 18:41:20 -05:00
arkon
6e7fefb8b2
Strip out no longer used tracker start/end date code
...
Unfortunately MAL was the only one that supported it in the app, but the official API doesn't support it, so now no trackers have it.
2020-12-18 23:31:28 -05:00
arkon
2cb3984d68
Show MAL relogin message on update, localize error message
2020-12-13 17:52:21 -05:00
arkon
f6af1184bc
Reword NSFW settings section
2020-12-13 17:18:38 -05:00
arkon
e8627800fe
Remove bundled fallback file picker
2020-12-13 12:42:10 -05:00
arkon
bbc00768f0
Note that toggling NSFW sources requires a restart
2020-12-12 17:27:11 -05:00
arkon
5b09461ccf
Break out NSFW hiding/labeling into separate settings
2020-12-12 17:20:54 -05:00
arkon
b6e246c6b2
Add text selection shortcut to invoke global search ( closes #4058 )
2020-12-08 22:48:04 -05:00
arkon
c8316c7254
Move NSFW source setting into Browse settings
2020-11-28 12:43:17 -05:00
arkon
c0e4863229
Fix restore in Android 11
2020-11-27 21:36:42 -05:00
arkon
56c19e57a9
Add help shortcut for source migration ( closes #3951 )
2020-11-22 16:30:20 -05:00
arkon
eceac4d6e3
Merge restore entry points, avoid unnecessary new strings
2020-11-21 12:35:04 -05:00
jobobby04
682fae12b6
Make a protobuf based backup system ( #3936 )
...
* Make a protobuf based backup system
* Cleanup
* More cleanup
* Fix restores always loading the full backup restore, even when legacy restore was used
* Make offline the default
(cherry picked from commit f6fd8a8ddb90869f3e28fd8fcd81a2125f8e0527)
* Find chapter based on the url
(cherry picked from commit 326dc2700944a60da381d82cd9782c5f0d335902)
* Dont break after finding one chapter
(cherry picked from commit f91d1af37398619cf371e4920b60f6d309799c74)
* Also apply changes to online restore
(cherry picked from commit e7c16cd0d14ea5d50ce4a9a3dfa8ca768be702f2)
* Rewrite backup categories
(cherry picked from commit f4200e2146a9c540675767206ed4664894aa1216)
* Dedupe some code, move over read and bookmarks properly
(cherry picked from commit d9ce86aca66945c831670a1523d8bc69966312df)
* Move some functions to the abstract backup manager
(cherry picked from commit b0c658741a2f506bc31823f1f0347772bc119d2e)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/data/backup/full/FullBackupManager.kt
# app/src/main/java/eu/kanade/tachiyomi/data/backup/legacy/LegacyBackupManager.kt
* Fix some backup duplication issues
(cherry picked from commit a4a1c2827c4537d2d07a0cb589dc1c3be1d65185)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/data/backup/legacy/LegacyBackupManager.kt
* Fix a missed bundleOf
* So glad this wasnt merged before now, everything should be working with this commit
2020-11-20 22:34:24 -05:00
Dominik Chrástecký
c9b1a425a7
add support for S Pen actions ( #4029 )
2020-11-20 22:25:24 -05:00
Andreas E
812368e332
Ability to delete reading history ( #3871 )
...
* Added ability to delete history for all manga
* Fix review comments
2020-10-03 10:54:42 -04:00
arkon
4b78ff324d
Minor string cleanup for Incognito Mode
2020-10-03 10:44:34 -04:00
Platiplus
79ccfcd553
[Feature Request] Option to turn off History - #3772 ( #3855 )
...
* Implementing do not save chapter history preference
* Refactor of labels
* Changing incognito mode from Readers section to More
* Fixing imports and removing unused strings
2020-10-03 10:43:01 -04:00
arkon
fb3756420b
Use tristate checkboxes for chapters list filters
2020-09-27 18:13:20 -04:00
scb261
3784d1a8f2
Add option to hide bottom bar when scrolling ( #3758 )
...
* [wip] hardcoded flag for hide on scroll
* add corresponding option in settings
* clean up a little
Co-authored-by: arkon <arkon@users.noreply.github.com>
2020-09-27 13:25:30 -04:00
scb261
458e761b45
Add ability to choose what to remove for selected mangas ( #3796 )
...
* [wip] started to change manga delete options
* Change dialog for deleting selected manga
* Move array to appropriate file
* Make first option enabled by default
* Use radio buttons to reduce amount of clicks
* Revert "Use radio buttons to reduce amount of clicks"
2020-09-27 13:03:04 -04:00
arkon
3bce07e873
Minor settings search code cleanup
2020-09-22 22:33:43 -04:00
mpm11011
528c1b90c2
Merge branch 'dev' into dev-settings-search
2020-09-16 14:56:34 -04:00
Jay
004e1c98ee
Send manga/chapter/page details when sharing a chapter page
2020-09-15 17:59:47 -04:00
arkon
da5f10a2f1
Clean up global chapter settings code
2020-09-14 16:23:42 -04:00
lmj0011
64050e8266
[feature] add ability to set global filter/sort/display for Manga chapters ( #3622 )
...
* - [feature] add ability to set global filter/sort/display for Manga chapters
* - move default chapter settings functionality to overflow menu
- code clean up
* - show confirmation dialog when user selects "Set as Default" option in Chapter Settings
* - hide overflow menu in LibrarySettingsSheet
* - apply default chapter settings if manga is added to Library from a Source's browsing screen
Co-authored-by: arkon <arkon@users.noreply.github.com>
2020-09-14 15:58:34 -04:00
arkon
791a7d5a01
Start updating manga info view header design
2020-09-14 15:56:27 -04:00
arkon
66baf01e43
Localize "No chapters found" error
2020-09-04 15:21:09 -04:00
Andreas E
7a33e198dc
Add missing chapter warning ( #3745 )
...
* Add missing chapter warning
* Flip calculation instead of flipping variables
* Change logic
* Change tint based on reader theme
* Add missing chapter warning to WebtoonTransitionHolder
* Add chapter warning between current/finished and prev/next
* Fix mix up of TextViews
* Fix review comments
2020-09-03 22:21:19 -04:00
arkon
565e8cf00b
Remove unused string, fix improperly formatted Slovak string
2020-09-03 22:19:28 -04:00
lmj0011
50c7b32b00
- Ensure all Preferences have a key set or else the highlighting effect will have no effect on it.
...
- remove ExtensionFilterController and SourceFilterController from settingControllersList in SettingsSearchHelper, since those are related to Extensions and not Settings
2020-08-28 20:47:18 -05:00
mpm11011
8fe315c354
Set query hint, clean up code smell.
2020-08-26 21:46:36 -04:00
arkon
ba67781431
Minor wording edit
2020-08-18 17:40:24 -04:00
specterflare
19cd28b66b
Update and clarify message on tracking services ( #3663 )
...
* Update and clarify message on tracking services
Relates to #3659
* Update strings.xml
2020-08-13 17:25:18 -04:00
arkon
65b32ddeb2
Split out NSFW source setting to separate section
...
Temporarily hidden until feature is ready for stable release.
2020-08-10 14:19:35 -04:00
arkon
b657bba96e
Add 18+ warnings in extensions list
2020-08-10 11:53:23 -04:00
arkon
dbaac69fad
Add option to prevent deleting bookmarked chapters ( closes #2082 )
2020-08-09 12:18:05 -04:00
arkon
cce919750a
Minor rewording of chapter deletion settings
2020-08-09 12:04:56 -04:00
arkon
421dfb4a2d
Allow partially loading extensions with individually marked NSFW sources
2020-08-08 19:06:52 -04:00
arkon
abaca6e676
Option to hide NSFW extensions ( closes #1312 )
2020-08-08 16:27:55 -04:00
arkon
b1fb401f63
Warn before restoring backup if trackers aren't logged in
2020-08-05 22:46:37 -04:00
arkon
8e8c30c1eb
Move download warnings/errors to separate notification channel
2020-08-02 12:16:51 -04:00
arkon
3813743e3d
Split download notifications into progress and complete channels
2020-07-29 21:57:43 -04:00
Jimmy Low
7e73ede47a
[Feature Request] - Download Complete Remidner #3475 ( #3527 )
...
* [Feat] Show a download complete notification channel when all downloads are completed. Auto cancels when onclick and navigate to download screen.
* [Feat] Update the download message string to shorten the length.
2020-07-29 17:31:45 -04:00
arkon
e95a5be21d
Show message when searching with no pinned sources
2020-07-25 17:14:34 -04:00
arkon
a443dc3040
Show tracker status in button
2020-07-18 16:37:00 -04:00
arkon
6713a7ae3c
Include source ID if name not found in restore error log ( closes #3018 )
2020-07-16 22:36:01 -04:00
arkon
dc43e41896
Use view binding for sheets
2020-07-12 17:04:12 -04:00
arkon
fa5d2276c0
Group theme settings into category
2020-07-10 22:37:36 -04:00
arkon
d353a3457d
Split general reader settings into reading mode and display
2020-07-10 22:29:46 -04:00
arkon
763da19c9d
Add shortcut to global search query from library ( closes #2183 )
2020-07-10 19:31:23 -04:00
arkon
1813dbbf59
Add ability to sort library by date added ( closes #1287 )
2020-07-10 15:56:06 -04:00
arkon
93960315d9
Prevent downloads when less than 50MB of disk space is available ( closes #1018 )
2020-07-10 12:47:19 -04:00
arkon
68df2f4ce7
Point to GitHub releases for stable changelogs
2020-07-04 14:36:56 -04:00
arkon
d9a12d79b0
Add ability to download unread chapters from library
2020-07-04 10:54:01 -04:00
arkon
da0671ad62
More descriptive "Unknown"s in manga info
2020-06-25 18:17:17 -04:00
arkon
04d83e9a6a
Add option to reverse tapping ( #3360 )
...
* Add option to reverse tapping
* Fix string for preference key
* Invert tapping for Webtoon and Vertical
* Use enum instead of boolean
* Add option to reader sheet
* Hide from reader sheet if tapping disabled and remove hard coded string
* Hide option if tapping disabled
2020-06-25 18:12:12 -04:00
arkon
2cb7624953
Make jumping to manga chapters optional
2020-06-25 18:10:46 -04:00
arkon
3645d19135
Add advanced option for DNS over HTTPS via Cloudflare ( closes #3377 )
2020-06-23 22:42:53 -04:00
arkon
eb254d9c56
Move about summary more/less expander button
2020-06-23 08:51:51 -04:00
Andreas E
c8a6a2653f
Use enum instead of boolean
2020-06-23 12:09:10 +02:00
Andreas E
7f88b56d8b
Resolve merge conflicts
2020-06-23 10:23:14 +02:00
arkon
0258422527
Remove "No chapter" string in favour of just "0 chapters" (should close #3357 )
2020-06-22 22:21:40 -04:00
Andreas E
c54b8e62d7
Add option to reverse tapping
2020-06-21 16:47:18 +02:00
arkon
52e846f3b6
More manga info header tweaks
2020-06-20 11:41:20 -04:00
arkon
ce22b2c29a
Add shortcut to open extension package in system settings
2020-06-20 10:43:35 -04:00
arkon
18712b166f
Combine chapter sort asc/desc and sorting mode menus
2020-06-19 16:27:17 -04:00
arkon
4605e14729
Merge manga info and chapters views
2020-06-19 16:11:59 -04:00
arkon
eee0bd6cf4
Rename some code from "catalogue" to "source"
2020-06-17 22:18:33 -04:00
arkon
e17605f8d9
Localize/reword "Loader not implemented" error message
2020-06-17 09:09:01 -04:00
arkon
e06a488af8
Add categories to more
2020-06-17 09:07:20 -04:00
arkon
6dc8bfed8d
Remove some unnecessary strings
2020-06-16 17:30:35 -04:00
arkon
ff5f13eafe
Remove categories for multi language "single" sources
2020-06-15 22:45:28 -04:00
arkon
150ea29a70
Move untrusted/obsolete/unofficial extension text
2020-06-13 17:27:03 -04:00
arkon
f9baff0e90
Show "Start" in chapters FAB if nothing is read yet
2020-06-13 17:15:22 -04:00
arkon
395ca3630c
Combine author and artist fields in manga info
2020-06-13 16:25:26 -04:00
arkon
7753161332
Switch to AboutLibraries
2020-06-08 18:26:20 -04:00
arkon
3899938b25
Reading mode snackbar
2020-06-07 11:14:19 -04:00
arkon
812fcec9f0
Move source preferences to separate controller
2020-06-05 09:50:30 -04:00
arkon
54cfb2acdf
Manage sources from extension details ( closes #3152 )
2020-05-31 16:23:51 -04:00
arkon
2194c4ba28
Localize "Page list is empty" exception message
2020-05-31 11:26:36 -04:00
arkon
67d91f7b69
Reword theme settings
2020-05-31 11:16:08 -04:00
arkon
8c2b2f99bc
Add option to hide library category tabs
2020-05-28 18:15:24 -04:00
jobobby04
52e82b3548
Comfortable Grid ( #3238 )
...
* Comfortable Grid
* Add requested changes
* Add more requested changes
2020-05-25 13:39:14 -04:00
arkon
333d1c1ad9
Remove explicit "SELECT" button from migration source list
2020-05-23 18:58:05 -04:00
arkon
4e027cec71
Move migration into browse as a tab
2020-05-23 18:53:13 -04:00
arkon
a2ece82197
Group advanced settings
2020-05-23 10:46:07 -04:00
arkon
259946cf0a
Make metadata updating optional
2020-05-23 10:37:46 -04:00
arkon
647391ef73
Make library update error notification optional ( closes #3200 )
2020-05-20 17:39:01 -04:00
arkon
102a372df9
Sort chapters by upload date ( #3180 )
...
* Added sorting by upload date
Spanish 'strings' contains the proper translation for the new feature.
* Added missing sorting cases handling
Previous commit missed some cases resulting in errors at runtime
* Implemented review changes
Shorter UI text and >= date comparison instead of >
2020-05-17 10:18:49 -04:00
Lautaro Martin Emanuel
6ba052d2af
Implemented review changes
...
Shorter UI text and >= date comparison instead of >
2020-05-16 18:54:47 -03:00
arkon
035038a0b6
Add migrate option from manga info view ( closes #1903 )
2020-05-16 12:27:56 -04:00
arkon
5f9df78ab0
Localize tracker not logged in error
2020-05-16 11:33:41 -04:00
arkon
a00d11701f
Warn about missing sources before restoring backup
2020-05-16 11:29:55 -04:00
Lautaro Martin Emanuel
ee8c71c14a
Added sorting by upload date
...
Spanish 'strings' contains the proper translation for the new feature.
2020-05-14 23:38:19 -03:00
arkon
d875d5ef74
Better distinguish between obsolete and unofficial extensions
2020-05-13 22:47:44 -04:00
Eugene Cheung
fc4e290c49
Show notification with error log on update failures
2020-05-13 22:28:15 -04:00
arkon
ccc198e081
Reword "Pager" to "Paged"
2020-05-12 22:48:51 -04:00
arkon
dd1b5c7ea7
Minor edits
2020-05-10 12:58:13 -04:00
arkon
04d44f19f5
Show date format examples, migrate to FlowPreferences
2020-05-10 12:26:18 -04:00
arkon
8a4c4c346a
Minor wording edits
2020-05-10 11:15:59 -04:00
MCAxiaz
dc54299e24
Manga cover updates ( #3101 )
...
* cover caching overhaul
* add ui for removing custom cover
* skip some loading work
* minor cleanup
* allow refresh library metadata to refresh local manga
* rename metadata_date to cover_last_modified
* rearrange removeMangaFromLibrary
* change custom cover directory
add setting for updating cover when refreshing library
* remove toggle and explicit action for updating covers
2020-05-10 11:15:25 -04:00
arkon
436253dd63
Add more info in tracking settings section
2020-05-09 12:41:10 -04:00
arkon
29feee0095
Update details metadata along with chapters list
2020-05-09 10:26:02 -04:00
arkon
1442e2b53e
Option to hide unread badges ( closes #3095 )
2020-05-08 23:01:16 -04:00
arkon
fb97ac47bc
Replace restore completion string with plurals
2020-05-08 18:07:21 -04:00
arkon
ce0090f0ca
Bunch of crash fixes
2020-05-03 12:17:10 -04:00
arkon
04d7eccc63
Show number of categories in setting summary
2020-05-02 10:47:21 -04:00
arkon
e58896bdfb
Separate out series viewer setting to its own group in reader sheet
2020-05-02 10:41:56 -04:00
arkon
d2bb4487e1
Move pager-specific settings into proper category, add summary for 32-bit color setting
2020-05-02 10:41:38 -04:00
arkon
1ab07d169d
Add gray reader background option ( closes #3019 )
2020-05-01 21:40:36 -04:00
arkon
fc7a040509
Move queue start/pause to FAB
2020-05-01 19:39:30 -04:00
arkon
6493b9a6b3
Reword title display mode ( closes #3008 )
2020-05-01 19:20:05 -04:00
arkon
2661700d9a
Split out backup/restore notifications into separate channels for progress/completion
2020-04-29 22:30:33 -04:00
arkon
02502c4ea5
Minor empty state string edits
2020-04-29 17:56:26 -04:00
arkon
6f0e1965b6
More settings organization
2020-04-29 17:34:44 -04:00
arkon
fe65f4d6f8
Option to only include pinned sources in global search
2020-04-29 09:29:50 -04:00
arkon
1972cc25a9
Show download progress in MoreController
2020-04-28 19:44:02 -04:00
arkon
ed6f82af0f
Only apply downloaded only to chapter lists in library
2020-04-27 20:06:47 -04:00
arkon
0601bedb0b
Revert removal of last chapter/updated from manga info
2020-04-27 19:37:09 -04:00
arkon
57911c42d1
Copy debug info when tapping version
2020-04-26 22:55:13 -04:00
arkon
d19d787f6e
Refactor backup service
2020-04-26 16:07:07 -04:00
arkon
96c55db7ca
Consider individual manga as transactions rather than entire restore job ( closes #2482 )
2020-04-25 18:50:44 -04:00
arkon
7c014292d2
Localize some restore strings
2020-04-25 15:55:49 -04:00
arkon
a95ac8ad83
Add links to local source guide ( closes #2896 )
2020-04-25 11:56:24 -04:00
Jay
a088c9ca7c
Added Last Used header to browse
2020-04-24 10:53:22 -04:00
arkon
8c1ec43500
Remove option to turn off app update checks, check every 3 days
2020-04-24 10:39:55 -04:00
arkon
1ac1c6dc9e
Link to GitHub commits for preview build changelog
2020-04-24 10:29:35 -04:00
arkon
c0bbbdb7ee
Separate categories picker from long pressing manga favorite button
2020-04-23 23:03:20 -04:00
Hawk of the Death
f7c139030f
Add Start/Finish date support for MAL ( #2672 )
...
* Started working on MAL support
* Added date picker UI
* Replaced Date with Calendar
* Added MAL remote update functionality
* Join url methods listEntryUrl and editUrl
* Removed unused methods
* Renamed mangaEditPayload to mangaEditPostBody
* Moved code to separate method
* Uniformed code to project conventions
* Removed wildcard import
* Moved MyAnimeListTrack to private class
* Improved MyAnimeListTrack name
* Removed redundant code
* Add start/finish date in local database
* Fixed format and improved codestyle
* Fixed typo and fixed TrackHolder's format
* Improved code style
* Ran linter
* Add database updating methods
* Change date format to fit new layout
* Review Commits
* Improve SetTrackReadingDatesDialog readability
* Move private methods after public ones
* Fixed SQL error
* Fixed remove date button
* Updated MaterialDesign methods to latest version
* Replaced dismissDialog() with dialog.Dismiss()
* Fixed wrong string resource usage.
2020-04-22 21:23:23 -04:00
arkon
f69f78db34
Move restore progress dialog to notification
2020-04-21 21:53:15 -04:00
arkon
fc2c465bac
Prevent multiple concurrent backups/restores
2020-04-21 21:34:22 -04:00
arkon
f2a7f8efda
Move restore completed/error dialogs to notifications
2020-04-21 20:46:24 -04:00
arkon
e6c172ac22
Fully move backup progress/created dialog logic to notifications
2020-04-21 20:10:53 -04:00
arkon
d8e7481118
Fix backup/restore notification channel
2020-04-21 19:17:55 -04:00
arkon
2485ef8547
Remove migrating progress dialog
2020-04-21 19:01:01 -04:00
arkon
b17762f8d9
Remove source name from history cards, slightly compacter
2020-04-21 18:41:05 -04:00
arkon
d6e49be268
Remove some progress dialogs
2020-04-20 23:10:10 -04:00
arkon
96618e9517
[CI SKIP] More consistent "WebView" wording
2020-04-19 20:53:31 -04:00
arkon
dff239141d
Force close app if Webview isn't available
2020-04-19 16:10:49 -04:00
arkon
abbb329ba6
Rename offline mode to downloaded only
2020-04-19 16:02:33 -04:00
arkon
5bc77fc6e8
Add offline mode (forced download filters; closes #2902 )
2020-04-19 15:30:55 -04:00
arkon
359d4dc1b2
Show locale name in system default locale
2020-04-18 22:48:52 -04:00
arkon
ca47446b46
Add link to website and open source licenses
2020-04-18 22:27:54 -04:00
arkon
321a4b24b9
Add confirm exist setting ( closes #2615 )
2020-04-18 20:05:31 -04:00
arkon
6c14402992
Remove manga homescreen shortcuts
2020-04-18 16:06:31 -04:00
arkon
31b94fd3ff
Fix string key typo
2020-04-18 14:25:29 -04:00
arkon
df69559b39
Collapsable manga summary/genre section
2020-04-18 12:40:47 -04:00
arkon
fae763dbb0
Manga info action buttons
2020-04-16 22:16:15 -04:00
arkon
c67e62bac3
Remove some relayed chapter info from main manga info view
2020-04-16 22:16:15 -04:00
arkon
fe32332e2a
Rename "Local manga" -> "Local source"
2020-04-14 17:48:06 -04:00
arkon
a0a8899801
Tweak tracking card UI
2020-04-12 22:00:19 -04:00
arkon
8fe79a1fb5
Add source pinning ( closes #2322 )
2020-04-10 18:38:24 -04:00
arkon
4f5e52fdd4
Move search filter sheet actions to the top
2020-04-10 15:15:31 -04:00
arkon
9a28cbc1e4
Use FAB for catalogue filter
2020-04-10 14:43:13 -04:00
arkon
6611464f73
Minor updates
2020-04-10 12:04:24 -04:00
arkon
51d93f0217
Open decode error pages in webview instead of browser
2020-04-10 11:49:51 -04:00
arkon
fdc7981d18
Tweak webtoon margin setting
2020-04-10 11:45:30 -04:00
arkon
145a744ce0
Merge branch 'feature/webtoon-margins' of git://github.com/jleehey/tachiyomi into jleehey-feature/webtoon-margins
...
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/data/preference/PreferenceKeys.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/reader/ReaderSettingsSheet.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/reader/viewer/webtoon/WebtoonConfig.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/reader/viewer/webtoon/WebtoonPageHolder.kt
# app/src/main/java/eu/kanade/tachiyomi/util/preference/PreferenceDSL.kt
# app/src/main/res/values/strings.xml
2020-04-10 11:14:09 -04:00
arkon
dd59748bf0
Minor cleanup
2020-04-07 22:44:37 -04:00
jobobby04
38ceaf5253
Add Continuous vertical reading mode ( #2833 )
...
* Add Continuous Vertical reader mode
* Remove separate webtoon padding option
(cherry picked from commit 3e7d15e51856297210e46e9f5bb0b8394067ce1a)
* Continuas vertical Lowercase v
(cherry picked from commit 515cca7d6704343eb9acb1a38a2bdcda01e7395a)
2020-04-07 22:35:43 -04:00
arkon
985bb44559
Add select inverse action
2020-04-05 15:55:35 -04:00
arkon
224f08279b
Reword "Catalogues" to "Sources" for user-facing consistency
2020-04-01 22:42:08 -04:00
arkon
a3b660a2c9
Respect chapter list filtering when reading ( closes #2810 )
2020-04-01 22:37:28 -04:00
arkon
b93e2ca4cf
Remove unused string
2020-03-30 11:31:43 -04:00
arkon
325b3c6271
Fix multiple chapters notification grammar
2020-03-30 09:31:33 -04:00
arkon
859e9ca653
Add update library menu item
2020-03-29 16:43:00 -04:00
arkon
441e2a69d8
Minor edits
2020-03-29 16:41:14 -04:00
arkon
0a5461cbea
Use pill icon instead of text for sheet pull up indicator
2020-03-28 16:32:34 -04:00
arkon
e615cba9a5
Consistent "WebView" wording
2020-03-28 13:37:33 -04:00
arkon
896b34d1a2
Prompt user to open WebView on HTTP errors
2020-03-24 18:19:15 -04:00
arkon
a7e4657752
Rename "Last updated" sort to "Last checked"
2020-03-21 14:41:46 -04:00
arkon
6da350aee6
Minor extension update cleanup, default to on
2020-03-20 22:59:59 -04:00
Jays2Kings
9585f9a1a6
Option to auto check for extension updates ( #2680 )
...
* Option to auto check for extension updates
* Addressing comments
* Added foreground check for extensions
* Added Extension Preference widget
2020-03-20 22:22:39 -04:00
arkon
fb897e37d1
Add download queue features from J2K fork
2020-03-15 22:42:40 -04:00
arkon
e41edc1fb7
Pure white light theme
2020-03-15 11:36:38 -04:00
arkon
8299093bf8
Add dev notice about background jobs, move dialog titles for localization
2020-03-13 18:27:49 -04:00
arkon
8bfe59c8a8
Change new chapters string key ( closes #2686 )
2020-03-09 16:03:57 -04:00
morcefaster
9936b402a6
Added config to hide transition page when not needed ( #2682 )
...
* Added config to hide transition page when not needed
* Moved always_show_chapter_transition setting to General group
2020-03-09 14:36:29 -04:00
arkon
4503199d25
Shorten "Remove bookmark" to "Unbookmark"
2020-03-07 23:01:15 -05:00
arkon
c275adbb91
Remove chapter item popup menu
2020-03-07 23:00:29 -05:00
arkon
507471e318
Label Kitsu login field as email address instead of username
2020-03-07 22:19:45 -05:00
arkon
2854fb5f6c
Add shortcut to disabling battery optimization
2020-03-07 15:51:46 -05:00
arkon
4c10b9844b
Change catalogue hiding dialog to accommodate more options in the future
2020-03-04 19:06:24 -05:00
arkon
f3d69599aa
Add setting to hide manga content from update/download notifications
2020-03-04 18:55:19 -05:00
arkon
a29f33020d
Basic implementation of hiding catalogue by long pressing
2020-03-02 22:49:48 -05:00
arkon
fef34dfe82
Tweak new chapters notification wording
2020-03-02 20:20:01 -05:00
arkon
d9934ad8db
Minor wording tweaks
2020-03-01 10:35:15 -05:00
Allan Nordhøy
26e5364aea
Spelling: Log in, out, marked noun, small versals ( #2621 )
...
* Spelling: Log in, out, marked noun, small versals
* Spelling: Reverted changes, consistency
2020-03-01 10:34:16 -05:00
arkon
464b4b18a4
Reword unlock string
2020-02-27 22:34:57 -05:00
arkon
ac3823e10a
Add ripple to menu icons
...
Supersedes https://github.com/inorichi/tachiyomi/pull/2612
2020-02-27 18:58:36 -05:00
arkon
3a62acc54d
More preference grouping
2020-02-27 18:34:14 -05:00
arkon
7d4f25b354
Add description for secure screen setting
2020-02-26 18:58:13 -05:00