You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 1, 2024. It is now read-only.
Non stock ROMs like LineageOS do not have the copy to clipboard function in the share menu. For non stock ROMs and for the convenience in stock ROMs (less clicks) , there should be an option to copy the url of a post or comment to clipboard directly in Slide.
changed the title [-]Add option to copy url of post or comment to clipboard[/-][+]Add copy url of post or comment to clipboard directly not via Android share[/+]on Jun 12, 2019
I've been trying to come up with somewhere to put it, the overflow bottom sheet is already way too long so I can't just add it as another option there. I also can't really put it anywhere special in the bottom sheet either, the bottom sheet library we're using doesn't support much customization.
If I find a good place to put it, I'll implement it immediately. I hate copying to clipboard from the share menu.
Thanks for looking at it. I notice that there is already a Save icon next to edit so that option could be removed from the menu (as no need to have it in two places) and the new copy url to clipboard option added.
Alternatively, maybe the bottom 4 options could be under a separate share icon next to the Edit and Save icons along with the new copy url to clipboard option.
I've been thinking of a solution where we can just copy the URL to clipboard on clicking the "share link button" and show a toast before inflating the bottom sheet?
Activity
[-]Add option to copy url of post or comment to clipboard[/-][+]Add copy url of post or comment to clipboard directly not via Android share[/+]timawesomeness commentedon Jun 29, 2019
I've been trying to come up with somewhere to put it, the overflow bottom sheet is already way too long so I can't just add it as another option there. I also can't really put it anywhere special in the bottom sheet either, the bottom sheet library we're using doesn't support much customization.
If I find a good place to put it, I'll implement it immediately. I hate copying to clipboard from the share menu.
mcarans commentedon Jun 29, 2019
Thanks for looking at it. I notice that there is already a Save icon next to edit so that option could be removed from the menu (as no need to have it in two places) and the new copy url to clipboard option added.
Alternatively, maybe the bottom 4 options could be under a separate share icon next to the Edit and Save icons along with the new copy url to clipboard option.
goforbg commentedon May 3, 2020
I've been thinking of a solution where we can just copy the URL to clipboard on clicking the "share link button" and show a toast before inflating the bottom sheet?
mcarans commentedon May 4, 2020
Sounds great to me!