Coder Social home page Coder Social logo

psygik / oneclipboard Goto Github PK

View Code? Open in Web Editor NEW

This project forked from krishnaraj/oneclipboard

0.0 2.0 0.0 2.21 MB

Copy/Paste text between Android device and Desktop easily

Home Page: http://oneclipboard.crushingboredom.com/

License: GNU Lesser General Public License v3.0

Batchfile 1.65% Shell 1.53% Java 96.81%

oneclipboard's Introduction

oneclipboard

An Android + Desktop app to sync clipboard automatically

###Requirements

  1. Java 1.7+
  2. Gradle 1.12
  3. Android Tools 19.0
  4. Android SDK 16

###SSL ( currently removed because of http://stackoverflow.com/q/35609460/206292 ) Before building, the public and private keys need to be generated for use with SSLSocket. Use 'generatekeys.sh' or 'generatekeys.bat' for the same.

NOTE: The keystore is of type BKS and the JCE policy files might need to installed for the scripts to work. Refer - http://yaragalla.blogspot.in/2013/05/how-to-create-ssl-serversocket-on.html

###Build Instructions

gradle :oneclipboardlib:build
gradle :oneclipboardandroid:build
gradle :oneclipboarddesktop:build
gradle :oneclipboardserver:build

####Generate Eclipse Project Files

gradle :oneclipboardlib:eclipse
gradle :oneclipboardandroid:eclipse
gradle :oneclipboarddesktop:eclipse
gradle :oneclipboardserver:eclipse

####Creating Fat Jar A single runnable jar can be created for the desktop and server with the following commands:

gradle :oneclipboarddesktop:shadowJar
gradle :oneclipboardserver:shadowJar

This should create a *-all.jar under build/libs.

###Usage

  1. Run oneclipboardserver - gradle :oneclipboardserver:run
  2. Run oneclipboarddesktop - gradle :oneclipboarddesktop:run
  3. Install oneclipboardandroid/build/apk/oneclipboardandroid-debug-unaligned.apk on your Android device.
  4. Copy some text on your desktop/android, paste it on your android/desktop.

Note: You can use any username/password combination but make sure its the same on all the devices.

oneclipboard's People

Contributors

krishnaraj avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.