clipto-pro / Android

Cross-platform Universal Clipboard & Notes
https://play.google.com/store/apps/details?id=com.wb.clipboard.pro
160 stars 11 forks source link

Paste clipboard text activity #20

Closed sirius16 closed 4 years ago

sirius16 commented 4 years ago

With the clipto notification, I can press the paste button and the text is automatically copied. Similar to using the "Clipto..." option, as described here Screenshot_20200218_114316

What I am proposing is creating an activity that does this as well, an activity that, when activated, instantly creates a note from the clipboard data.

It would be very helpful as at least a temporary workaround the Android 10 clipboard restriction, as one could use an app like Tasker to detect clipboard changes and automatically create a note

atrashler commented 4 years ago

By Activity you mean Android Activity (aka visible screen) or something other? Now I am working on a solution that is implemented in Clip Stack and lets to use the standard ‘Copy’ action after some configuration via adb command.

sirius16 commented 4 years ago

By Activity you mean Android Activity (aka visible screen) or something other?

Android activity, yes, but not visible. It would run in the background and add the clipboard contents

Now I am working on a solution that is implemented in Clip Stack and lets to use the standard ‘Copy’ action after some configuration via adb command.

That would be preferable, actually, yeah

atrashler commented 4 years ago

So I have marked it as duplicate of #11 :)