arkon
3419bebb70
Update Discord logo asset ( closes #5143 )
...
(cherry picked from commit 10a638c6b8e82b502ab18eb4caedf2cacd01f80b)
2021-05-23 15:34:42 -04:00
Soitora
9b4aac7ce5
Ripples patch ( #5144 )
...
* Combine ripple_dark and ripple_light
Fixes AMOLED theme and doesn't require two seperate items.
* Fix ripple for the new About icons
* Fixes nav/tab ripple in Dark Blue and Light Blue themes
* Theme some ripples using their Style instead
(cherry picked from commit 33dcdc159949e76933f07130fd43d0537c7ea46f)
# Conflicts:
# app/src/main/res/values/themes.xml
2021-05-22 18:28:04 -04:00
arkon
a855c4a929
Fix vector from being rasterized during build
...
(cherry picked from commit 54b50cca71262f827a5cdd264c61da6cbbc71d28)
2021-05-22 18:08:28 -04:00
arkon
de6c428d72
Enforce same height for about links
...
Discord is kind of scuffed because the icon isn't vertically centered properly.
(cherry picked from commit 1c10ba7925787d9f1708e43e7b3549c917546f1e)
2021-05-22 18:08:20 -04:00
arkon
1518c2aa25
Run formatter on drawables and layouts
...
(cherry picked from commit dbe8931cf0a3839b10ec3deed9c0a262a493d891)
# Conflicts:
# app/src/main/res/drawable/ic_launcher_foreground.xml
# app/src/main/res/layout/main_activity.xml
# app/src/main/res/layout/manga_info_header.xml
# app/src/main/res/layout/reader_activity.xml
# app/src/main/res/layout/reader_general_settings.xml
2021-05-22 17:47:08 -04:00
Soitora
2f9069765e
Ripple overhaul ( #5109 )
...
* Create drawables for the ripples
Temporary colors in them to aid in unifying the ripples.
The 'ripple_circular' and 'ripple_normal' are probably going to be merge as one in the end.
* Change selectableItems to drawables
Changes 'selectableItemBackgroundBorderless' to 'ripple_circular' drawable.
Changes 'selectableItemBackground' to 'selectable_item_background' drawable.
* Add temporary colors to aid in finding unstyled ripples
* Fix button sizes to not make oval ripples
* Make the chip selectable follow ripple color
* Style using the built in rippleColor when possible
* Ripple away 💸
* Set ripple color for tabs
Main activity tabs as well as sheet tabs
* Set ripple color in seekbar buttons
* Fix ripple color for the toolbar
* Round off and start to finish the ripples
* Set custom colorful ripple for bottom navigation
Makes the app a little more fun than just black and white. Took inspiration from a ton of updated Google apps.
* Revert two layout changes
These were not necessary for the ripple as it is designed now, but it was before.
Co-authored-by: Andreas E <andreas.everos@gmail.com>
(cherry picked from commit 562dce60ee144be75434957d64ec7ab916dcce6a)
# Conflicts:
# app/src/main/res/layout/main_activity.xml
# app/src/main/res/layout/manga_info_header.xml
# app/src/main/res/values/styles.xml
2021-05-22 17:40:53 -04:00
arkon
3e5e983b9e
Collapse about links into a single row
...
(cherry picked from commit a410184e0aeeef067915090a3530f79f8f8348e9)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/ui/more/AboutController.kt
# app/src/main/java/eu/kanade/tachiyomi/util/CrashLogUtil.kt
2021-05-22 17:13:53 -04:00
Soitora
36484bc349
Add icons for links in the About section ( #5117 )
...
* Add an icon for each link in About
* Add icon for Open source licenses
* Reorder Facebook and Discord
* Revert "Add icon for Open source licenses"
This reverts commit 9b73f8443d1afea60f8bc4165663c8bef0ebf108.
(cherry picked from commit d3ceecf6200654649fc543cda0322b8ee2b3cccc)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/ui/more/AboutController.kt
2021-05-22 17:09:54 -04:00
Ivan Iskandar
1fdf2225d9
Use adaptive icon for app shortcuts ( #4968 )
...
Also swap the color
(cherry picked from commit dad3292bdd13ebdafb7d937eba7c3839625e15fb)
2021-05-04 14:13:15 -04:00
Ivan Iskandar
134be3893e
Fix download error icon color tint ( #4959 )
...
* Fix download error color tint
* Use progress indicator as download icon border
* Resolve feedback
* Use extension function to set tinted drawable
(cherry picked from commit bf80dd622c9ebbdd27500f210858231a74ac3f4f)
2021-04-26 18:01:55 -04:00
Ivan Iskandar
6e570d7fad
Make the download progress status smoother ( #4958 )
...
* Make the download progress status smoother
* Download status icon cleanup
(cherry picked from commit 4e7b8c98f9b5fd532683eed54dd55f764bbee01d)
2021-04-26 18:01:11 -04:00
arkon
f1a8132307
Remove "Locked" orientation, replace with explicit orientations
...
Portrait/Landscape allow sensor, Locked Portrait/Landscape don't.
(cherry picked from commit e8d8621f06751a6aa099931cba1d8f4e4f28ddb6)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/ui/reader/ReaderActivity.kt
2021-04-26 18:00:36 -04:00
arkon
b46500c837
Add checkmark beside selected popup menu item
...
Based on what's in J2K. Also renamed to MaterialSpinnerView to match what's there.
Co-authored-by: Jays2Kings <Jays2Kings@users.noreply.github.com>
(cherry picked from commit 3287ca9cf264fb0d28bdd7e43404cef595d953de)
2021-04-19 14:00:55 -04:00
arkon
b322ecd34a
Fully expand source filter sheet on show ( closes #4455 )
...
(cherry picked from commit 99b46096a46ce4a56f4461d7ad7c7a24b0cf510b)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/ui/browse/source/browse/SourceFilterSheet.kt
2021-04-13 18:49:23 -04:00
arkon
620887f90b
Add QuadStateCheckBox view
...
(cherry picked from commit 940d8389b5a9e177e2995817ba688dd689025d2b)
2021-04-04 18:56:39 -04:00
arkon
fb01b547de
Add icon for crop border shortcut off state
...
(cherry picked from commit 4054f2a6a0b627ec87a18519da3e169f41413ca4)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/ui/reader/ReaderActivity.kt
# app/src/main/res/layout/reader_activity.xml
2021-03-30 19:24:46 -04:00
arkon
de9ce8f949
Use regular crop icon
...
(cherry picked from commit 71aa5921112717c4347a0a4ea1263c7e81dd5cf0)
2021-03-28 19:10:27 -04:00
arkon
3c3f5cf35d
Add crop borders shortcut
...
(cherry picked from commit d501c02f8bdc666e5701518da2e0845d7b494e9e)
# Conflicts:
# app/src/main/res/layout/reader_activity.xml
2021-03-28 19:10:15 -04:00
arkon
709f76d53d
Merge reader settings and color filter sheets
...
Heavily influenced by fe2543b9d5 (diff-8f47d7b7b53769ac18c28fe9978140c6bef44709879567acab2c6ef3270cd3a8)
(cherry picked from commit e0b7698d40678ccebfe6b546af9101c11c3a06c5)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/ui/reader/setting/ReaderSettingsSheet.kt
# app/src/main/res/layout/reader_activity.xml
# app/src/main/res/layout/reader_settings_sheet.xml
2021-03-28 17:19:57 -04:00
arkon
7b01f0c608
Add icons for reading mode toggle
...
(cherry picked from commit 609d8c9685a54734138b39cc25c261794a21ec99)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/ui/reader/ReaderActivity.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/reader/ReaderPresenter.kt
# app/src/main/res/layout/reader_activity.xml
2021-03-18 15:40:12 -04:00
arkon
b2bfccdeae
Round snackbar corners
...
(cherry picked from commit bc34d4fa88285f0622963cf8c1e47a9853dec58e)
2021-03-18 15:35:41 -04:00
arkon
0d46e00b31
Adjust reader navigation button ripples
...
(cherry picked from commit 6fd4af8736b0ddfdf37d31cd7d84bb435fd12395)
2021-03-18 15:35:33 -04:00
CrepeTF
2e1cf49d99
Reader PR (with vertical sidebar) ( #216 )
...
* Reader PR
* Dealt with conflicts + updates
* Adeed missing import
2021-03-04 19:08:40 -05:00
arkon
48a63e26f3
Add orientation toggle to bottom reader menu (not really)
...
(cherry picked from commit 33992d80bfc67bb664c0edf48c48c7882c1ff641)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/util/system/ContextExtensions.kt
# app/src/main/res/layout/reader_activity.xml
2021-02-24 17:12:14 -05:00
arkon
7a115d8080
Adjust reader seekbar design
...
- Revert back to old prev/next chapter icons
- Make views taller for easier actions
- Use more consistent spacing
- Add ripples to prev/next chapter buttons
(cherry picked from commit 829a65e51509162cad8be4f7b0ba463ca80fa3c1)
2021-02-24 17:02:12 -05:00
arkon
9be7c5e6e1
Initial adoption of bottom reader menus from TachiyomiSY
...
Co-authored-by: Jobobby04 <jobobby04@users.noreply.github.com>
Co-authored-by: CrepeTF <CrepeTF@users.noreply.github.com>
(cherry picked from commit 89837e4cedca4fa0c7518c32cd13142ec85b5f97)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/ui/reader/ReaderActivity.kt
# app/src/main/res/layout/reader_activity.xml
# app/src/main/res/menu/reader.xml
2021-02-24 17:02:03 -05:00
arkon
f1f993bf38
Rename drawable with more consistent naming
...
(cherry picked from commit ace1db21d19077d3b69e04243b8854d80dc4da05)
2021-02-24 16:44:46 -05:00
Taco
f8763c71ff
Regenerate drawables ( #4352 )
...
(cherry picked from commit 9bf452856cb40c7d1475eb2c7471c17d7861bac3)
2021-01-31 18:32:13 -05:00
jobobby04
2a211c68a9
Merge pull request #186 from CrepeTF/Reader_PR
...
Reader PR + stuff
2021-01-26 13:30:25 -05:00
CrepeTF
653ae10caf
Reader PR
2021-01-26 13:11:42 -05:00
Carlos
f1a65edd3a
Mangadex api v2 for manga info
...
(cherry picked from commit 38ec991a15d2eebc7ebd0522f8615c2d8dd7003b)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/source/online/handlers/ApiMangaParser.kt
# app/src/main/java/eu/kanade/tachiyomi/source/online/handlers/serializers/CoversSerializer.kt
# app/src/main/java/exh/md/handlers/MangaHandler.kt
# app/src/main/java/exh/md/handlers/SearchHandler.kt
# app/src/main/java/exh/md/handlers/serializers/ApiMangaSerializer.kt
# app/src/main/res/drawable/manga_info_more_gradient.xml
2021-01-06 22:42:55 -05:00
CrepeTF
4b91013750
Change merge manga icon
2021-01-06 03:11:06 -05:00
arkon
d2e594be0c
Tweak manga info header backdrop
...
(cherry picked from commit cef1c4b8a15246959e4e8a6708bec3c5d9bcaea8)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/ui/manga/info/MangaInfoHeaderAdapter.kt
2020-12-31 17:32:09 -05:00
arkon
406f77c645
Add error state to chapter download icons
...
(cherry picked from commit 01ff3af63fd3bc3b572906eeb9ba9da87f0d4ebe)
2020-12-31 17:14:03 -05:00
arkon
56a4ef33f5
Initial chapter download icon implementation
...
(cherry picked from commit 6dd280205b5bf4040e690b5aaeb961e3443bd19c)
2020-12-31 17:07:32 -05:00
arkon
17731f3904
Remove bundled fallback file picker
...
(cherry picked from commit e8627800fef6525bc4ed3324c03178d7ac8850cd)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/util/system/ContextExtensions.kt
# app/src/main/res/layout/common_listitem_dir.xml
# app/src/main/res/values/styles.xml
2020-12-21 14:21:34 -05:00
Jobobby04
6f9edb7903
Add this back
2020-11-29 00:23:08 -05:00
arkon
02946af081
Move NSFW source setting into Browse settings
...
(cherry picked from commit c8316c72544308755fa73de9b5c632fd09fc7df3)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/ui/setting/SettingsMainController.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/setting/search/SettingsSearchHelper.kt
2020-11-29 00:23:06 -05:00
Jobobby04
160d6ea013
Replace more menu Tachi logo with SY logo
2020-11-29 00:23:03 -05:00
Jobobby04
d1887d4847
New Icon! Thanks to Aytox who made it!
2020-11-06 15:50:44 -05:00
Jobobby04
079405c17e
More tweaks to delegated manga views
2020-10-26 19:23:59 -04:00
Jobobby04
05269c557d
Make TF happy, cleanup the more info menu
2020-10-26 14:28:56 -04:00
Jobobby04
c501c9ecc3
Modify the looks of the extra info for a few sources
2020-09-30 19:29:44 -04:00
arkon
3b5a869fd0
Color selected tab with accent color when theme isn't blue
...
(cherry picked from commit 972a595c74f27751ee24bea4a430513428a37142)
2020-09-29 12:24:47 -04:00
Jobobby04
3c8fe2ed0e
Make mangadex icon in settings smol
2020-09-27 17:23:42 -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
4e3288b2af
Use background color for some lists
...
(cherry picked from commit c0789cd6bafc6d5017ee032e6a8f4d2c94744f9c)
2020-09-13 22:51:46 -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
Andreas E
61fb836be4
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
(cherry picked from commit 7a33e198dc4a298b7dee6e866bdaaaf7b3db5efb)
2020-09-05 19:11:20 -04:00
Jobobby04
79e4e3d2a0
Add chapters bottom sheet for reader
2020-08-22 17:37:42 -04:00