Wrapper of syncthing for Android.
Go to file
Felix Ableitner b37be992b0 Bumped version to 0.1.0. 2014-05-10 13:16:47 +02:00
res Updated welcome dialog. 2014-05-10 13:15:29 +02:00
src/com/nutomic/syncthingandroid Removed duplicate line. 2014-05-06 23:02:26 +02:00
.gitignore Set up cross compile of syncthing to android (arm) and included it in an app. 2014-02-22 18:12:05 +01:00
AndroidManifest.xml Bumped version to 0.1.0. 2014-05-10 13:16:47 +02:00
LICENSE Added MIT license. 2014-05-05 23:52:51 +02:00
README.md Changed description for go patch. 2014-05-06 12:31:25 +02:00
build.sh Adjusted syncthing package name. 2014-04-20 01:36:26 +02:00
build.xml Added missing change from main activity rename. 2014-05-06 12:52:08 +02:00
go.diff Changed description for go patch. 2014-05-06 12:31:25 +02:00

README.md

syncthing-android

A port of syncthing to Android.

Building

Setup goandroid.

Then, apply go.diff to your local golang source, and compile it.

For syncthing, use my fork.

To compile, run ./build.sh (go cross compile) and ant -f build.xml clean debug install run (Android package).

License

All code is licensed under the MIT License.