iyox-studios / iyox-Wormhole

An Android Client for the magic-wormhole protocol
GNU General Public License v3.0
81 stars 4 forks source link

Ability to share text #23

Open ghost opened 7 months ago

ghost commented 7 months ago

Some clients have support to send and receive text snippets. This might be helpful for quickly sharing clipboard contents.

EwuUwe commented 7 months ago

I agree, sending text snippets would be quite useful. However, the Rust implementation of the Magic Wormhole, on which this app relies, does unfortunately not yet support text messaging. See https://github.com/magic-wormhole/magic-wormhole.rs/issues/131

I will leave this open for now and implement the feature as soon as it's supported by magic-wormhole.rs