arkon
6d235e23ff
Update dependencies
...
(cherry picked from commit 6c792d2821336894f37a758b80134186bd40580b)
2020-10-11 15:34:34 -04:00
arkon
8404b1c0c2
Set activated states for manga info favorite/tracker buttons
...
(cherry picked from commit 0904692f15179e420ea9140e2e31e556faa5164f)
# 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
2772e4960e
Add banner for Incognito Mode
...
(cherry picked from commit cf39ae0000a39542ba867f894c095f96c71141ef)
2020-10-03 12:57:20 -04:00
arkon
085722e077
Show downloaded only banner in all views
...
(cherry picked from commit 7194f6520327d5419cfbe1fd226e094bf227f13b)
2020-10-03 12:57:10 -04:00
Unlocked
e1fc94e6d3
Fix visual issue with bottom padding in filters sheet ( #3881 )
...
(cherry picked from commit 25d1c40cda4ece4321137a366c7f4de8418091b7)
2020-10-02 12:14: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
c501c9ecc3
Modify the looks of the extra info for a few sources
2020-09-30 19:29:44 -04:00
Andreas E
c6db5a01dd
Fix color filter sheet content alignment ( #3862 )
...
Fix color filter sheet content alignment
(cherry picked from commit bddeb8622303d4832f58d488e1a4d61624c0725e)
2020-09-29 12:41:56 -04:00
arkon
3a07ee3deb
Fix chapter filter icon tinting
...
(cherry picked from commit b5986b509eb7c2f201a5658e2df891352249d3ee)
2020-09-29 12:41:28 -04:00
arkon
7494033b90
Fix scrolled content being visible behind navigation view group
...
(cherry picked from commit 2eab43a66994b148472ee3ab9c411b3c214f4354)
2020-09-29 12:26:30 -04:00
arkon
59020deb6f
Tweak navigation view group header style
...
(cherry picked from commit 7c69b1b64928cf678f9dece4301d72ad857d931e)
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 3784d1a8f2886e1ebc598cd83afa2622f9c44b43)
2020-09-29 12:25:25 -04:00
arkon
c59ca51944
Color selected bottom nav item with accent color when theme isn't blue
...
(cherry picked from commit 371b0b2132312130edcffd68f82d03d352155526)
2020-09-29 12:25:05 -04:00
arkon
ad03dfee97
Use same padding as source icons for extensions
...
(cherry picked from commit 5d1ca64768077a1200070576a9d8fbbf6a932422)
2020-09-29 12:24:55 -04:00
arkon
815ac9d55b
Remove card backgrounds from browse lists
...
(cherry picked from commit a3c598a3e1758c00d00ad3a804d8dbb7e24ab2ac)
# 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 9ce8c5c1607062e00c16c86681425e572a3d8cf9)
2020-09-29 12:17:18 -04:00
arkon
ea3f90f107
Minor settings search code cleanup
...
(cherry picked from commit 3bce07e8734b4104f70788232eade97986c11161)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/data/preference/PreferencesHelper.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/setting/SettingsMainController.kt
2020-09-24 09:13:48 -04:00
arkon
26557b3257
#3520 Searchable Settings ( #3683 )
...
* Adding class stubs for settings search, UI elements.
* - implement searchable settings
- `SettingsController.setupPreferenceScreen` must return a PreferenceScreen
* Remove unneeded SettingsControllerFactory.
* Set query hint, clean up code smell.
* Add search button to MoreController, stop infinite recursion.
* - initialize SearchResultCollection once in Activity.onCreate
* - implement prefernce highlighting after settings search
* - 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
* Limiting search to settings menu only, localized breadcrumb string, and code cleanup after code review.
* - moved call to SettingsSearchHelper.initPreferenceSearchResultCollection() into SettingsSearchController
* Code review cleanup and refactoring.
* Inlined non-reused key strings.
* Adding more UI polish, add comments for future enhancements.
* - retain search query when navigating *away* from SettingsSearchController
- keep `searchItem` in `expandActionView` state until user goes back (fixes the empty view in `SettingsSearchSearchController` issue)
Co-authored-by: mpm11011 <markuscicero5@gmail.com>
Co-authored-by: lmj0011 <9396189+lmj0011@users.noreply.github.com>
(cherry picked from commit 766f9e37b52873080c58d73dfaff42c5add24dc0)
# Conflicts:
# app/build.gradle
# app/src/main/java/eu/kanade/tachiyomi/ui/browse/source/SourceFilterController.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/more/AboutController.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/setting/SettingsAdvancedController.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/setting/SettingsLibraryController.kt
2020-09-24 09:09:45 -04:00
arkon
89eea4ab91
Move manga info summary more/less button toggle
...
(cherry picked from commit a9bed90d028bc93bfae49edd10e7ede71decd6a7)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/ui/manga/info/MangaInfoHeaderAdapter.kt
# app/src/main/res/layout/manga_info_header.xml
2020-09-24 08:41:48 -04:00
arkon
616fbe4afe
Center reader transition text properly ( fixes #3819 )
...
(cherry picked from commit 01ad405dd2f0dea00ef076926d2487ab915ada29)
2020-09-24 08:24:16 -04:00
arkon
8df978a91c
Clean up global chapter settings code
...
(cherry picked from commit da5f10a2f1ac4f65c740c9838558456c43855678)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/ui/browse/source/browse/BrowseSourcePresenter.kt
2020-09-15 14:52:31 -04:00
lmj0011
763335bd85
[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>
(cherry picked from commit 64050e8266603320ec6dafa4a70849aa4a28004b)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/data/preference/PreferencesHelper.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/manga/MangaPresenter.kt
2020-09-15 14:27:42 -04:00
arkon
4e8c30b7fe
Start updating manga info view header design (SY edition)
...
(cherry picked from commit 791a7d5a01e25b13634291fc1af5970ea35f7692)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/ui/manga/info/MangaInfoHeaderAdapter.kt
# app/src/main/res/layout/manga_info_header.xml
2020-09-15 14:08:14 -04:00
Jobobby04
a48508a98e
reader light theme chapters bottom sheet fixes
2020-09-13 22:52:11 -04:00
arkon
4e3288b2af
Use background color for some lists
...
(cherry picked from commit c0789cd6bafc6d5017ee032e6a8f4d2c94744f9c)
2020-09-13 22:51:46 -04:00
Jobobby04
02e6eaae12
Cleanup and fix a few compiler warnings
2020-09-13 22:24:03 -04:00
Jobobby04
dcca19e6b8
Undo Reds manga title changes
2020-09-12 19:21:54 -04:00
Jobobby04
b93298c411
Add MangaDex only implementation of Mangadex Follows list
...
Add login dialog that pops up whenever you are not logged in when trying to browse MangaDex
Remove attempts at porting over chapter read history from older galleries to new ones
Disable latest for ExHentai, it was browse without buttons anyway
2020-09-11 23:12:13 -04:00
AbdullahM0hamed
c8a4ec37e0
Add Black-Red theme ( #95 )
...
* Appveyor
* stuff
* resolve conflict
* Let's try this again
* try again
* More fixing
* remove appveyor
* revert build.gradle
* Revert "revert build.gradle"
This reverts commit feaaa78157ffe8d6d6af7d6d63a74bc14b92f584.
* Undo line change
* Update build.gradle
* Update MainActivity.kt
Co-authored-by: AbdullahM0hamed<AbdullahM0hamed@users.noreply.github.com>
2020-09-10 17:06:49 -04:00
Jobobby04
f62d277894
Opps, forgot to push these changes
2020-09-08 12:04:53 -04:00
Andreas E
20021dbf54
Add spacing on top of sources/extensions/migrate lists ( #3751 )
...
(cherry picked from commit 5e2e177aa9eb41ccf3a46a97bb81014e1ca0fa6f)
2020-09-05 19:20:42 -04:00
arkon
281fb9c67b
Refactor common chapter transition views into separate view
...
(cherry picked from commit 86e59977dec252b180fa63a2a82c6fc8bcbcfe69)
2020-09-05 19:19:49 -04:00
arkon
750a6c3d11
Move share manga button to toolbar menu
...
(cherry picked from commit 8bedc8f4567fa21fb1595d3986ab6b34679c67ef)
2020-09-05 19:02:48 -04:00
Jobobby04
a1d54880c3
Merged manga implementation, man this took forever to make and bugfix, its not even done
2020-09-05 18:17:33 -04:00
Jobobby04
eafe3a62e4
Fix the bottom sheet and remove the bookmark button at the top of the reader
2020-08-24 19:25:47 -04:00
Jobobby04
1240cc5232
Reader bottom sheet transparency, as well as a half fix for the fullscreen reader bug
2020-08-22 22:12:59 -04:00
Jobobby04
79e4e3d2a0
Add chapters bottom sheet for reader
2020-08-22 17:37:42 -04:00
Jobobby04
4b12e977c0
Cleanup some code
2020-08-22 17:37:42 -04:00
Jobobby04
0deb6f6b8d
Finish some more advanced mangadex delegation features, more to come later
2020-08-20 20:50:37 -04:00
Jobobby04
f7bc3e0a82
Cleanup some strings
2020-08-18 22:07:14 -04:00
Jobobby04
2e4def13e3
Add custom browese view, disabled by default and can be enabled in the settings
...
Signed-off-by: Jobobby04 <jobobby04@users.noreply.github.com>
2020-08-18 22:05:56 -04:00
Jobobby04
ef37811020
Expand manga thumbnails
2020-08-12 21:10:39 -04:00
arkon
f006467138
Add 18+ warnings in extensions list
...
(cherry picked from commit b657bba96e333476c89b2e4da2d15f7dfaad1ab0)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/ui/browse/extension/ExtensionHolder.kt
2020-08-12 00:32:57 -04:00
Jobobby04
da8ed5c74f
Fix zoom out webtoon showing in pager mode
2020-08-09 19:42:03 -04:00
Jobobby04
2f98dd2046
Add continue reading button, some resources gotten from J2k
2020-08-06 17:45:18 -04:00
Jobobby04
c340884adb
Copy enable/disable zoom out in webtoon reader from J2k
2020-08-06 14:59:58 -04:00
arkon
417a31cfad
Adjust download badge color again
...
(cherry picked from commit 912687ac78a7de0ce847bfd9a7b0b3bcde9cd02c)
2020-08-03 18:13:45 -04:00
arkon
5fbaa7d6be
Fix history item icon tint in light blue theme
...
(cherry picked from commit 9e396e16244f0dc4dee04132658bf0377451a780)
2020-08-02 15:09:22 -04:00
arkon
f41077449a
Temporarily unrevert crop borders unification ( closes #3487 )
...
Reverts 1920568057eee522a7e77f523a5ebe322ee43249
(cherry picked from commit 6a5af438ddead33e938eb43265a6fc50c8785022)
2020-08-01 12:53:54 -04:00
arkon
5e59d05598
Fix tap region for manga summary
...
(cherry picked from commit e990ad25eb80317b915abc042fdc3085da070e84)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/ui/manga/info/MangaInfoHeaderAdapter.kt
# app/src/main/res/layout/manga_info_header.xml
2020-08-01 12:51:55 -04:00
arkon
3920a5a73b
Hide cutout option when appropriate in reader settings sheet ( closes #2982 )
...
(cherry picked from commit b9488645d4de4d5a844426d7503b13f5675bc3a2)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/ui/reader/ReaderActivity.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/reader/ReaderSettingsSheet.kt
2020-08-01 12:10:44 -04:00
Jobobby04
a6cba5c87d
Add special view for browsing E/Exhentai! All the important info is now in front of your face when browsing, it is on by default and can be toggled off in the E-Hentai settings. Let me know if you find any errors
2020-07-28 16:55:33 -04:00
arkon
c449a59696
Remove explicit source browse button, tint pin icon when pinned
...
(cherry picked from commit 34aaa7fb0a2869c497c2e65ba5718288d711ad5f)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/ui/browse/migration/sources/SourceHolder.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/browse/source/SourceHolder.kt
2020-07-26 18:14:05 -04:00
arkon
87e3a610e1
Add pin icon to sources list ( closes #2862 )
...
(cherry picked from commit a52fbb012a58531edc15401e86bedc0e15fd1602)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/ui/browse/source/SourceController.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/browse/source/SourceHolder.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/browse/source/SourceItem.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/browse/source/SourcePresenter.kt
2020-07-25 22:40:43 -04:00
arkon
99becd4fd6
Show message when searching with no pinned sources
...
(cherry picked from commit e95a5be21df6520ee2b5ae873a39b6671222a03d)
2020-07-25 22:19:08 -04:00
arkon
f24926fc81
More consistent library list view padding ( closes #3509 )
...
(cherry picked from commit 9a55cf880ec43a11cc1e0a2c92652636d4afa778)
2020-07-25 21:20:39 -04:00
Jobobby04
3e9c8dbfd2
Add a special view to replace descriptions for integrated and delegated sources!
...
As the integrated and delegated websites don't actually have descriptions, just info, I decided to make a special view for them! with all the info you need available to you in front of your face, there is now no need to go searching through the description! This is likely the most work I have put into 1 feature in the whole time I have been developing TachiyomiSY!
2020-07-25 21:04:13 -04:00
Jobobby04
7e5de79d5f
Revert "Migrate library to ViewPager2"
...
This reverts commit 570db67894 .
2020-07-19 21:56:41 -04:00
Jobobby04
4771fa529d
Update latest tab with the new global search features
2020-07-19 19:52:50 -04:00
arkon
570db67894
Migrate library to ViewPager2
...
(cherry picked from commit 2a202bd510bf667153a40eea9bd641172533f603)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/widget/RecyclerViewPagerAdapter.kt
2020-07-19 18:56:55 -04:00
arkon
875b2fbccd
Rename chapters_controller to manga_controller
...
(cherry picked from commit dcd8ed08fc22fc55e986fcfb0ede82147a289dbc)
2020-07-19 18:52:54 -04:00
arkon
e562f0392d
Explicitly show "No results found" in global search instead of hiding row
...
(cherry picked from commit d3ebedeef2a0fcacb4bea7244272fc940b2ba0d5)
2020-07-19 18:52:44 -04:00
arkon
e142af00fa
Add ripple to global search source title
...
(cherry picked from commit d2e2ebbe45ba437ff762b310520fb1fa8e007efb)
2020-07-19 18:52:35 -04:00
arkon
70a779e4d0
Manga about section layout tweaks
...
(cherry picked from commit ccd0e0cdfefd18898f618cbd2ecccec32a692834)
# Conflicts:
# app/src/main/res/layout/manga_info_header.xml
2020-07-19 18:44:16 -04:00
arkon
fd40f35371
Move chapter filter/sort/display settings into a sheet
...
(cherry picked from commit 9278ca3f5e5d3fe6525e16f7bb4c46e074059513)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/ui/manga/MangaController.kt
# app/src/main/res/menu/chapters.xml
2020-07-19 18:39:59 -04:00
arkon
fa580aa3c9
Fix checked state for manga header buttons
...
(cherry picked from commit 8ba426350f3510e24875292283f3b6719859650a)
2020-07-19 18:32:57 -04:00
arkon
52f2644035
Tweak track search dialog list item paddings
...
(cherry picked from commit 148f8e6d1182e75e08e8aebf943e60f15e43b324)
2020-07-19 18:32:26 -04:00
arkon
7530a7bd4e
Move edit categories to overflow
...
(cherry picked from commit 88ee86b7ef9c4bf8170d111f1ae2ab56871d7688)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/ui/manga/MangaController.kt
# app/src/main/res/menu/chapters.xml
2020-07-19 18:24:55 -04:00
Jobobby04
b904bf99e8
Cleanup
2020-07-16 17:27:47 -04:00
Jobobby04
8b95d93a96
Add custom tag view for namespaced sources (E-Hentai, nHentai, Hitomi.la, and Pururin)
2020-07-16 17:27:36 -04:00
Jobobby04
362f0a6671
Made almost all the strings SY uses translatable! If people would like to help translate, feel free to join the Tachiyomi discord server ( https://discord.gg/tachiyomi ), and jump in the tachiyomi-az-sy channel and I can give you a rundown on how to do it
2020-07-15 19:16:21 -04:00
Jobobby04
840ab68922
Global search and latest card fixes
2020-07-14 01:49:23 -04:00
arkon
3bd6b8524f
Fix manga info actions being cut off
...
(cherry picked from commit 135c371d885637b6f65b2f432aadfbf388406f58)
# Conflicts:
# app/src/main/res/layout/manga_info_header.xml
2020-07-12 19:34:00 -04:00
Jobobby04
372e570fac
Use Tachi previews info + chapters manga page, plus of course SY features integrated into it
...
Add missed invert tap settings
Add missed extension open in settings overflow menu option
Cleanup
2020-07-12 19:21:29 -04:00
arkon
dfa4eda33b
Remove redundant layout for reader color filter sheet
...
(cherry picked from commit beaffc38706120e4d89d50354738b6901f3c636b)
2020-07-12 16:34:36 -04:00
arkon
a229d015ad
Remove color filter preview image
...
(cherry picked from commit 8536ecb6111d2cf189381970fd007d7be0e8c0b4)
2020-07-12 16:34:26 -04:00
arkon
eacdf4e161
Remove 32-bit color setting from reader sheet
...
(cherry picked from commit d7a89b0f8cd57b8da467d2876a2448ca5c82c0a7)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/ui/reader/ReaderSettingsSheet.kt
# app/src/main/res/layout/reader_settings_sheet.xml
2020-07-12 16:34:13 -04:00
arkon
57565fce2d
Make page transitions setting apply to webtoon viewer as well
...
(cherry picked from commit b363b9fc1a5f3cd574bf0829d90b50319b83aeee)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/ui/reader/ReaderSettingsSheet.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/reader/viewer/ViewerConfig.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/reader/viewer/webtoon/WebtoonViewer.kt
# app/src/main/res/layout/reader_settings_sheet.xml
2020-07-12 16:21:21 -04:00
arkon
439b78c39f
Unify crop borders settings
...
(cherry picked from commit 1920568057eee522a7e77f523a5ebe322ee43249)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/ui/reader/ReaderSettingsSheet.kt
# app/src/main/res/layout/reader_settings_sheet.xml
2020-07-12 16:16:58 -04:00
arkon
fbb14a35a9
Add shortcut to global search query from library ( closes #2183 )
...
(cherry picked from commit 763da19c9db0fd4e911f27df0d998122fcff3cce)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/ui/library/LibraryController.kt
2020-07-12 16:11:23 -04:00
arkon
27ad39b6ce
Attach some FABs and snackbars to root CoordinatorLayout
...
Fixes some issues around snackbars sometimes being out of view.
(cherry picked from commit 479eb1ba71e5dc0529f521a9cc4268eb731dc83a)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/ui/browse/source/browse/BrowseSourceController.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/main/MainActivity.kt
2020-07-12 15:41:11 -04:00
Jobobby04
6469121f41
Rewrite and enable manga cover editing, Manga info edit is finished!
2020-07-11 20:55:06 -04:00
Jobobby04
b8129ff4f6
Rewrite and enable genre tag editing
2020-07-11 18:34:16 -04:00
Jobobby04
044c638079
Very basic manga info edit, currently will break everything if used, tags and cover edit not working
2020-07-11 14:53:59 -04:00
Jobobby04
63744d5fc4
Bugfixes for the combined author/atrist field
2020-07-05 22:22:59 -04:00
Jobobby04
b1593e3fe7
Update fastscroll location for the combined manga page
2020-07-05 22:22:27 -04:00
Jobobby04
73c14df982
Revert "Revert "Combine author and artist fields in manga info""
...
This reverts commit 1cc36379e0 .
2020-07-05 21:46:39 -04:00
arkon
410ec5dcb2
Move MaterialFastScroll to widget package
...
(cherry picked from commit c6d29fc19b32b93c9325bba0139efac897496c58)
2020-07-05 21:38:12 -04:00
Jobobby04
50eef307f4
Add autocomplete tag search in filters for E/Exhentai
2020-06-30 13:36:14 -04:00
Jobobby04
1cc36379e0
Revert "Combine author and artist fields in manga info"
...
This reverts commit da7d3f3a9e .
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/ui/manga/MangaAllInOneHolder.kt
2020-06-23 22:40:11 -04:00
arkon
5b9aa4a89d
Fix filter group icon being invisible in light theme
...
(cherry picked from commit e99a27e382d1f664ad4709c4101268602b5ed9a1)
2020-06-23 22:24:53 -04:00
Jobobby04
34ef3f2b9f
Fix my annoyances with the batch add UI
2020-06-21 01:00:13 -04:00
Jobobby04
62011907d3
Fix batch add result displaying
2020-06-21 00:44:49 -04:00
Jobobby04
7ce36f25ce
Saved searches internal improvements, lag is now fixed
2020-06-20 16:53:09 -04:00
Jobobby04
9e52f4e8cc
I was wrong about the unread color, fixed
2020-06-19 21:44:40 -04:00
arkon
f2ad6f1d89
Allow extension details header to scroll
...
(cherry picked from commit cbb8f256450362c5dd899bd3c0acdcc3cdf28a8d)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/ui/browse/extension/details/ExtensionDetailsController.kt
2020-06-19 21:39:13 -04:00
arkon
6fe808be42
Use download badge color for downloaded only banner
...
(cherry picked from commit 24ff7ff67cc3eb42f3628107464ef96b58a3fcee)
2020-06-19 21:26:53 -04:00
Jobobby04
a17e94cb5d
Update the migration card for the new colors
2020-06-19 21:24:53 -04:00
arkon
4cdf39a737
Adopt download/local badge colors from J2K
...
(cherry picked from commit 381ba86e3c84b5478a400bb492ba5b5d1306eb8d)
2020-06-19 21:16:50 -04:00
Jobobby04
4ef72194bb
Cleanup resources and put comments where SY code is different from preview code
2020-06-19 20:50:16 -04:00