Jobobby04
96a5b456f5
Remove tooltip
2020-10-03 17:43:10 -04:00
jobobby04
05bcdadbd5
Merge pull request #125 from jobobby04/pr
...
Update to preview
2020-10-03 17:27:39 -04:00
arkon
95de42ad80
Prevent tag search if browsing from latest (sort of closes #3625 )
...
(cherry picked from commit 4cbe497770 )
2020-10-03 13:05:29 -04:00
Aakash Singh
d26b8a9e41
Update issue_closer.yml ( #3885 )
...
Limit the issue_closer workflow to run only when the issue is opened, edited or reopened
(cherry picked from commit 76a53097b1 )
2020-10-03 13:02:51 -04:00
arkon
8404b1c0c2
Set activated states for manga info favorite/tracker buttons
...
(cherry picked from commit 0904692f15 )
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/ui/manga/info/MangaInfoHeaderAdapter.kt
# app/src/main/res/layout/manga_info_header.xml
2020-10-03 13:01:25 -04:00
arkon
eef8b776f6
Reorder chapter filters to better match library filters
...
(cherry picked from commit 65bacd288b )
2020-10-03 12:58:26 -04:00
Andreas E
527e26137f
Remove from queue after read ( #3870 )
...
* Add option to remove chapter from download queue after marked as read
* Begone bug
There was a bug when one queued a new download to the downloader. Which resulted in getChapterDownloadOrNull() would not find the corresponding download for the provided chapter
* Fix review comment
* Remove preference and just remove from queue
(cherry picked from commit 11ab3b2c2e )
2020-10-03 12:57:42 -04:00
Andreas E
f6d3c38d03
Ability to delete reading history ( #3871 )
...
* Added ability to delete history for all manga
* Fix review comments
(cherry picked from commit 812368e332 )
2020-10-03 12:57:29 -04:00
arkon
2772e4960e
Add banner for Incognito Mode
...
(cherry picked from commit cf39ae0000 )
2020-10-03 12:57:20 -04:00
arkon
085722e077
Show downloaded only banner in all views
...
(cherry picked from commit 7194f65203 )
2020-10-03 12:57:10 -04:00
arkon
6a3a5c58d4
Minor string cleanup for Incognito Mode
...
(cherry picked from commit 4b78ff324d )
2020-10-03 12:57:01 -04:00
Platiplus
e1d7713f14
[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
(cherry picked from commit 79ccfcd553 )
2020-10-03 12:56:53 -04:00
arkon
925e9d9516
Update AndroidX dependencies
...
(cherry picked from commit 2df6a4dde8 )
2020-10-03 12:54:58 -04:00
Jobobby04
a0cf7730f5
Undo some weird thing SY had
2020-10-02 22:01:25 -04:00
Unlocked
e1fc94e6d3
Fix visual issue with bottom padding in filters sheet ( #3881 )
...
(cherry picked from commit 25d1c40cda )
2020-10-02 12:14:49 -04:00
arkon
dc7a492d75
Update subsampling-scale-image-view
...
(cherry picked from commit 969b57ade9 )
2020-10-02 12:14:18 -04:00
Jobobby04
63aab6f11e
Fix deleting history not refreshing the view
2020-10-02 12:06:49 -04:00
Jobobby04
32748fa056
Allow migrating extra info like viewer, chapter filters, and other stuff
2020-10-01 22:12:37 -04:00
Jobobby04
1a55f4845c
Fix manual search using browse's menu
2020-10-01 21:43:43 -04:00
Jobobby04
b4194de9e0
Fix SY filters not properly setting
2020-10-01 10:07:44 -04:00
Jobobby04
4f864152ea
Cleanup some code
2020-09-30 19:48:26 -04:00
Jobobby04
c501c9ecc3
Modify the looks of the extra info for a few sources
2020-09-30 19:29:44 -04:00
Jobobby04
4bd88fa194
Add source categories removing the source in the language as a option
2020-09-30 18:27:09 -04:00
Jobobby04
604b4ec01e
Fix expanding tags on E-Hentai and similar manga
2020-09-30 17:52:24 -04:00
Jobobby04
789f1392ac
Fix clicking the updates button multiple times opening multiple download menus
2020-09-29 19:16:33 -04:00
Jobobby04
1b9c66896a
Add a double click action on the updates bottom bar button to open downloads
2020-09-29 15:52:39 -04:00
Andreas E
c6db5a01dd
Fix color filter sheet content alignment ( #3862 )
...
Fix color filter sheet content alignment
(cherry picked from commit bddeb86223 )
2020-09-29 12:41:56 -04:00
arkon
3a07ee3deb
Fix chapter filter icon tinting
...
(cherry picked from commit b5986b509e )
2020-09-29 12:41:28 -04:00
jobobby04
9c76f1fd8f
Match infinite history and search history from preview ( #3827 )
...
* Add infinite history and search history
* Cleanup code
(cherry picked from commit 9d2adcd512 )
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/data/database/queries/HistoryQueries.kt
# app/src/main/java/eu/kanade/tachiyomi/data/database/queries/RawQueries.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/recent/history/HistoryController.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/recent/history/HistoryPresenter.kt
2020-09-29 12:41:10 -04:00
arkon
8acd834783
Use tristate checkboxes for chapters list filters
...
(cherry picked from commit fb3756420b )
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/ui/library/LibraryPresenter.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/manga/MangaPresenter.kt
2020-09-29 12:35:40 -04:00
arkon
7494033b90
Fix scrolled content being visible behind navigation view group
...
(cherry picked from commit 2eab43a669 )
2020-09-29 12:26:30 -04:00
arkon
703263246e
Clean up bottom nav bar scrolling behavior toggling
...
(cherry picked from commit caeab0a63b )
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/ui/main/MainActivity.kt
2020-09-29 12:26:21 -04:00
arkon
59020deb6f
Tweak navigation view group header style
...
(cherry picked from commit 7c69b1b649 )
2020-09-29 12:25:33 -04:00
scb261
2130a2a67e
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 >
(cherry picked from commit 3784d1a8f2 )
2020-09-29 12:25:25 -04:00
scb261
a8946e4f98
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"
(cherry picked from commit 458e761b45 )
2020-09-29 12:25:16 -04:00
arkon
c59ca51944
Color selected bottom nav item with accent color when theme isn't blue
...
(cherry picked from commit 371b0b2132 )
2020-09-29 12:25:05 -04:00
arkon
ad03dfee97
Use same padding as source icons for extensions
...
(cherry picked from commit 5d1ca64768 )
2020-09-29 12:24:55 -04:00
arkon
3b5a869fd0
Color selected tab with accent color when theme isn't blue
...
(cherry picked from commit 972a595c74 )
2020-09-29 12:24:47 -04:00
arkon
815ac9d55b
Remove card backgrounds from browse lists
...
(cherry picked from commit a3c598a3e1 )
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/ui/browse/migration/manga/MigrationMangaController.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/browse/migration/sources/MigrationSourcesController.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/browse/source/SourceHolder.kt
2020-09-29 12:24:33 -04:00
arkon
7b76823b60
Use background color for list view
...
(cherry picked from commit 9ce8c5c160 )
2020-09-29 12:17:18 -04:00
arkon
ab7bd3ebc2
Shorten settings search package name
...
(cherry picked from commit 79bbc99882 )
2020-09-29 12:17:10 -04:00
Carlos
4faaf577be
Update Ben Manes versions lib ( #3843 )
...
Update Ben Manes versions lib
(cherry picked from commit 31867362dc )
2020-09-29 12:16:55 -04:00
Jobobby04
4805d3c0c0
Manage Exhentai better, if login is disabled the source will disappear
2020-09-29 12:15:41 -04:00
Jobobby04
3c8fe2ed0e
Make mangadex icon in settings smol
2020-09-27 17:23:42 -04:00
Jobobby04
d7433a0cd8
Change reader preload amount to Page Preload amount
2020-09-25 14:36:21 -04:00
Jobobby04
a8e80c663e
String tweaks
2020-09-25 10:27:58 -04:00
Jobobby04
1b90590260
Cleanup Autoscroll coroutine code
2020-09-25 10:26:42 -04:00
Jobobby04
a903a48718
Add source setting controllers to search settings, hide settings in the E-Hentai settings when not logged in
2020-09-25 10:26:42 -04:00
Carlos
1038913e2c
Update strings_sy.xml ( #120 )
...
remove neko strings
2020-09-25 10:25:58 -04:00
Jobobby04
748e5d5b0f
History tweak
2020-09-24 09:19:36 -04:00