-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat (YT) : Overlay Button that opens up Android's Native Share Menu. #50
Comments
I think add a patch to force open native share menu is better |
I don't use Button Containers because they are cosmetically buggy (they have inconsistent padding/spacing): inotia00/ReVanced_Extended#451 inotia00/ReVanced_Extended#674 |
This padding between the buttons is caused by the way the litho filter hides the elements, in the case of this "button container" it hides only the button, but there are 2 parent elements of this button that have this padding. Solution: either rewrite the button filtering in a different way, or add some kind of a parental deletion to litho, which will cause problems with other elements. Because the litho filter hides a lot of things: ads, buttons, custom, new keyword filter, etc, and all of that works fine except for the button container. |
Yes, that's why I requested for a Share Overlay Button instead of "Hook Share Button" that Alireza was talking about. I always want to keep Button Containers hidden. |
Not exactly, but kinda similar: |
Closing this issue, because I listed all my YT feature requests in this single issue: |
…` and more `Start page` options (#50) * feat(YouTube): Add `Hide live chat messages` * feat(YouTube/Overlay buttons): Add ability to reset speed back to default on second tap and hold * feat(YouTube/Overlay buttons): Add `Time-ordered playlist` from channel videos * feat(YouTube/Overlay buttons): Add more icon types and selectable bottom margin * feat(YouTube): Add more start page options * refactor: remove period from speed reset toast * feat(YouTube): Add `Hide live chat replay` * feat(YouTube/Swipe controls): Add adjustable `Swipe overlay screen size` * fix(YouTube/Swipe controls): Normalize default text size * chore: clarify swipe overlay screen size description * chore: remove whitelist icons --------- Co-authored-by: inotia00 <[email protected]>
this one is doable, I'll write them down for when I have time |
Application
YouTube
Feature description
Please add an overlay button that, when clicked, opens up Android's Native Share Menu.
Motivation
• Android's Native Share Menu has equal importance to that of Playback Speed Menu, but only the latter has a dedicated overlay button (as of yet).
• It will save steps/taps for opening Android's Native Share Menu. Saving steps/taps was also the motivation behind Playback Speed Overlay Button, so Android's Native Share Menu should also get equal treatment.
• If implemented, large number of people will use it, just like they use Playback Speed Overlay Button.
• I've personally seen multiple positive comments on how convenient Playback Speed Overlay Button is, and the proposed button is also a convenient & practical one. So, that's why it should be implemented.
Acknowledgements
The text was updated successfully, but these errors were encountered: