1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2025-01-24 19:06:37 +00:00
Wrapper of syncthing for Android.
Find a file
2016-03-19 18:32:43 +01:00
.tx Updated Google Play translations. 2016-02-25 14:49:35 +01:00
ext Updated syncthing to v0.12.20 2016-03-08 00:22:12 +01:00
gradle/wrapper Updated dependencies. 2016-02-01 15:26:31 +01:00
graphics
src Don't duplicate devices in FoldersFragment (fixes #587). 2016-03-19 18:32:43 +01:00
.gitignore Merge pull request #495 from Zillode/golang-1.5 2015-11-19 21:14:00 +01:00
.gitmodules Ignore added files in go1.4 submodule. 2016-02-08 21:56:52 +01:00
build.gradle Bumped version to 0.7.11 2016-03-16 22:37:31 +01:00
CONTRIBUTING.md
gradle.properties
gradlew
gradlew.bat
LICENSE
lint.xml
make-all.bash
make-go.bash Remove Go 386 patches (fixed upstream since Go 1.6beta2) 2016-01-16 14:42:31 +01:00
make-syncthing.bash
proguard-android.txt
README.md update path 2015-12-21 22:49:14 +01:00

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.