Wrapper of syncthing for Android.
Go to file
Felix Ableitner dd49ef2c02 Merge pull request #546 from capi/nullpointer-onnewintent
Fix NullPointerException in onNewIntent()
2016-01-23 23:53:41 +01:00
.tx Integrate gradle plugin for translation uploads (fixes #408, #463). 2015-11-16 22:10:00 +01:00
ext Updated syncthing to v0.12.15 2016-01-17 23:08:03 +01:00
gradle/wrapper Updated dependencies. 2015-11-09 02:16:47 +01:00
graphics Integrate gradle plugin for translation uploads (fixes #408, #463). 2015-11-16 22:10:00 +01:00
src Fix NullPointerException in onNewIntent() 2016-01-23 21:58:21 +01:00
.gitignore Merge pull request #495 from Zillode/golang-1.5 2015-11-19 21:14:00 +01:00
.gitmodules Use CGO to build Syncthing with support for DNS (fixes #57) 2015-11-19 20:31:51 +01:00
.travis.yml Remove ARMv7 from Travis. 2015-01-22 16:00:31 +01:00
CONTRIBUTING.md Added note about running Syncthing directly. 2015-10-07 20:30:14 +02:00
LICENSE Change license to MPLv2. 2015-03-17 22:27:50 +01:00
README.md update path 2015-12-21 22:49:14 +01:00
build.gradle Bumped version to 0.7.6 2016-01-17 23:30:27 +01:00
gradle.properties Updated dependencies. 2015-08-26 23:03:19 +02:00
gradlew Use gradle wrapper. 2014-10-18 14:58:10 +03:00
gradlew.bat Use gradle wrapper. 2014-10-18 14:58:10 +03:00
languages.txt Integrate gradle plugin for translation uploads (fixes #408, #463). 2015-11-16 22:10:00 +01:00
lint.xml Fixed various lint warnings. 2015-06-19 20:15:35 +02:00
make-all.bash Use CGO to build Syncthing with support for DNS (fixes #57) 2015-11-19 20:31:51 +01:00
make-go.bash Remove Go 386 patches (fixed upstream since Go 1.6beta2) 2016-01-16 14:42:31 +01:00
make-syncthing.bash Use CGO to build Syncthing with support for DNS (fixes #57) 2015-11-19 20:31:51 +01:00
proguard-android.txt Fix crash opening log window for Android 5.1 2015-11-08 13:08:08 +01:00

README.md

syncthing-android

Build Status tip for next commit

A wrapper of Syncthing for Android.

screenshot 1 screenshot 2 screenshot 3

Get it on Google Play Get it on F-Droid

Translations

The project is translated on Transifex.

Translations can be updated using the Transifex client, using commands tx push -s and tx pull -a.

Building

Requirements

  • Android SDK Platform (for the compileSdkVersion specified in build.gradle)
  • Android NDK Platform
  • Android Support Repository

Build instructions

Set the ANDROID_NDK environment variable to the Android NDK folder (e.g. export ANDROID_NDK=/opt/android_ndk). Build Go and Syncthing using ./make-all.bash. Use ./gradlew assembleDebug in the project directory to compile the APK.

To check for updated gradle dependencies, run gradle dependencyUpdates. Additionally, the git submodule in ext/syncthing/src/github.com/syncthing/syncthing may need to be updated.

Building on Windows

To build the Syncthing app on Windows we need to include the native Syncthing binaries:

  • Download the syncthing-linux-386 and syncthing-linux-arm archives from Syncthing releases and extract them. In each there is a syncthing executable. Rename and place both of these to libs/x86/libsyncthing.so and libs/armeabi/libsyncthing.so respectively. Use ./gradlew assembleDebug in the project directory to compile the APK.

License

The project is licensed under the MPLv2.