krsoninikhil / cloud-clipboard

Share your clipboard across the devices
MIT License
18 stars 4 forks source link

Watch clipboard changes in Android #5

Open draplater opened 7 years ago

draplater commented 7 years ago

We can use this api: android.content.ClipboardManager.OnPrimaryClipChangedListener By the way, you can make the android client opensource.

krsoninikhil commented 7 years ago

Thanks @draplater for checking out. /mobile is the source for mobile application. Its based on kivy and uses buildozer to generate the linked apk for android. I'll make it more clear in readme.

Not sure about watching clipboard in kivy. But its highly needed in desktop client. Any ideas/PR on that?