fritter icon indicating copy to clipboard operation
fritter copied to clipboard

[REQ] Share text rather than copy

Open dkanada opened this issue 3 years ago • 2 comments

Problem

The context menu for selected text only supports copy as far as I can tell. Several apps that I use can handle text shared from other apps, which seems to be unavailable here.

Solution

When text is selected, an option to share the text is available. In Java or Kotlin this can be handled manually with intents. It's normally available for any selected text, so I assume the issue here is something with Dart.

dkanada avatar Jun 25 '21 05:06 dkanada

I'll look into this, but in the meantime, the "Share" button on tweets does let you share the full tweet content to any other supported intent.

jonjomckay avatar Jul 16 '21 16:07 jonjomckay

@jonjomckay Is it possible to allow for the sharing of images directly. As in, either in context menu or image view, have share image Currently in image view there is only save button on top right corner,

While in context menu there is share tweet, content, or save,

Share tweet content, share only the text and the tweet link.

rancidfrog avatar Jan 02 '22 09:01 rancidfrog

@rancidfrog : Your request is covered in #336.

genodeftest avatar Oct 23 '22 17:10 genodeftest