Skip to content
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

Quick Share of text from clipboard doesn't work #178

Closed
PATAPOsha opened this issue Aug 17, 2024 · 14 comments
Closed

Quick Share of text from clipboard doesn't work #178

PATAPOsha opened this issue Aug 17, 2024 · 14 comments

Comments

@PATAPOsha
Copy link

Copy text on Android device and Quick Share doesn't work - "failed" error shows on my Pixel, nothing shows on my Mac.
Files transfer works good.
Screenshot_20240817-101014

@grishka
Copy link
Owner

grishka commented Aug 17, 2024

Yes, this is intentionally not implemented.

@PATAPOsha
Copy link
Author

seems there are PRs for this already
#147
#112

@grishka do you have plans to merge them?

@grishka
Copy link
Owner

grishka commented Aug 17, 2024

No, I don't want this feature

@Krever
Copy link

Krever commented Sep 2, 2024

FYI: This was the main use case for NearDrop for me. I fully accept your right to control what features go in, but IMHO sending text from android to Mac seems like a very useful feature.

@MitchTalmadge
Copy link

MitchTalmadge commented Sep 2, 2024

No, I don't want this feature

Uh...ok. Care to explain why? It's one of the primary features of Quick Share; not including it is like building a third party Reddit app and deciding you don't want to implement the ability to comment on posts.

Edit: Found the reason. Disagree with it, but whatever: #112 (comment)

Because sending something that doesn't visibly end up anywhere on the receiving side is confusing UX.

@grishka
Copy link
Owner

grishka commented Sep 3, 2024

It's one of the primary features of Quick Share; not including it is like building a third party Reddit app and deciding you don't want to implement the ability to comment on posts.

Umm no? The primary feature is sending files. Sending disembodied text feels like one of those features they hastily duct-taped to the side of the thing last moment before release. I've never used this feature myself outside of trying different things while reverse engineering the protocol.

And as I said, I will implement it by saving text to a file just so all of you stop pestering me about it.

@isXander
Copy link

isXander commented Sep 3, 2024

First of all, wow, why such hostility for people wanting a Quick Share feature, in the quick share for mac app..??

Why not have such text shared be able to be accepted into the clipboard, instead of a text file, that seems more intuitive.

@grishka
Copy link
Owner

grishka commented Sep 4, 2024

Why not have such text shared be able to be accepted into the clipboard, instead of a text file, that seems more intuitive.

Because it doesn't visibly end up anywhere when received. This is bad UX.

@isXander
Copy link

isXander commented Sep 4, 2024

You already have to 'Accept' the transfer in a notification right?

Two buttons:

  • 'Accept as .txt'
  • 'Accept to clipboard'

@grishka
Copy link
Owner

grishka commented Sep 4, 2024

I am categorically against the clipboard thing.

@isXander
Copy link

isXander commented Sep 4, 2024

There's no point arguing with you, I would do it myself if I knew swift.

You said you yourself do not use this text sending feaature yourself, so respectfully, what do you actually know about the UX of this feature?

On the android side, you copy something to the clipboard, where you can then quick share it, why exactly is moving the clipboard from one device directly to another bad UX, if you are sharing from the clipboard, is it not reasonable to expect it to end up on the clipboard of the other device?

You also mentioned that Apple does not have this feature in AirDrop, did you ever think as to why this might be? Apple devices already share clipboard automatically, so putting that in AirDrop would be redundent, and confuse users into believing the automatic clipboard sharing feature doesn't exist in the first place. Now that is bad UX.

@grishka
Copy link
Owner

grishka commented Sep 4, 2024

You also mentioned that Apple does not have this feature in AirDrop, did you ever think as to why this might be?

Apple does have this feature in AirDrop and it does end up getting saved as a .txt file when you send text to a Mac.

Apple devices already share clipboard automatically

Only when they're logged into the same Apple ID. If they belong to different people, a file is your only option.

@ries9112
Copy link

@grishka I found and installed this for this feature specifically. I would literally pay a monthly subscription for the text copy alone and I don't really care for any other feature. How exactly is it bad UX for it to fail without any details behind the error, which needs to be figured out by digging up this discussion on github? As a potential user of what you're building, let me tell you I would much prefer the text to appear in my clipboard. That was probably my favorite feature of having an iphone before switching; I'm very confused at the bad UX part of this, showing this error is not better UX than one of the best features on Apple products (in my opinion), what am I missing here?

@grishka
Copy link
Owner

grishka commented Sep 21, 2024

to fail without any details behind the error

Well I do return an "unsupported attachment" error to the other side. Like, they made an actual error code specifically for this case. The problem is that with all those UI redesigns, they stopped showing a detailed error message, now it's just "failed" ¯\_(ツ)_/¯

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants