1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2025-01-08 19:21:35 +00:00
Wrapper of syncthing for Android.
Find a file
Felix Ableitner 0b075eb60e Removed unneeded create directory code in Java.
This was actually fixed by adding the WRITE_EXTERNAL_STORAGE permission.
2014-05-05 22:48:53 +02:00
res/values Set up cross compile of syncthing to android (arm) and included it in an app. 2014-02-22 18:12:05 +01:00
src/com/nutomic/syncthingandroid Removed unneeded create directory code in Java. 2014-05-05 22:48:53 +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 Add internet permission to allow web gui listening. 2014-05-05 22:39:55 +02:00
build.sh Adjusted syncthing package name. 2014-04-20 01:36:26 +02:00
build.xml Set up cross compile of syncthing to android (arm) and included it in an app. 2014-02-22 18:12:05 +01:00
go_src_pkg_flag.diff Fixed loadLibrary failing due to missing command line arguments. 2014-05-05 19:04:12 +02:00
README.md Fixed loadLibrary failing due to missing command line arguments. 2014-05-05 19:04:12 +02:00

syncthing-android

A port of syncthing to Android.

Building

Setup goandroid.

Then, apply go_src_pkg_flag.diff to src/pkg/flag/flag.goin your local golang source, and compile and install 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).