clipper icon indicating copy to clipboard operation
clipper copied to clipboard

Simple android app to interact with system clipboard service via adb shell

Results 10 clipper issues
Sort by recently updated
recently updated
newest added

Are you still maintaining thiss app, @majido? The last release was more than 4 years ago, so was the last commit. Does it still work on recent Android versions? PS:...

``` adb shell am broadcast -a clipper.get Broadcasting: Intent { act=clipper.get flg=0x400000 } Broadcast completed: result=0, data="" ``` this is what I got when I send clipper to the background

Setting Cyrillic text (cp1251) causes incorrect lines to be received in the clipboard >`cat /sdcard/cyrilic-cp1251.txt|am broadcast -a clipper.set -e text "$(cat -)" >/dev/null 2>&1` After setting the cyrillic text (cp1251),...

after run am broadcast -a clipper.get,can not get the clipper content, the detail as: HWNXT:/ $ am broadcast -a clipper.get Broadcasting: Intent { act=clipper.get flg=0x400000 } Broadcast completed: result=0

Using \n does not work to create a new line. Is this a bug? It would be EXTREMELY useful for me!

this is the result of my execution under the cmd terminal: ![image](https://user-images.githubusercontent.com/19990356/41033523-7e578d26-69b9-11e8-81c5-81739b95e6b7.png)

when the app is open adb shell am startservice ca.zgrs.clipper/.ClipboardService success ![image](https://user-images.githubusercontent.com/28479614/83486138-3445bc80-a4db-11ea-8154-7f80b4b64e42.png) when the app is unopen adb shell am startservice ca.zgrs.clipper/.ClipboardService filed it show Error: Not found; no service...

I just updated my Pixel 3 XL to Android 10 and now Clipper won't return data from the clipboard. Issuing the adb command `adb shell am broadcast -a clipper.get` always...

Verified exhaustiveness thanks to: ```bash find -name '.DS_Store' ```