1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2025-01-27 04:15:57 +00:00
Wrapper of syncthing for Android.
Find a file
2016-08-01 15:34:21 +02:00
.tx
ext Update Syncthing to v0.14.3 2016-07-29 16:42:13 +02:00
gradle/wrapper upgrades latest gradle and build tools 2016-06-25 14:14:21 +02:00
graphics
patches/golang/all
src Imported translations. 2016-08-01 15:31:33 +02:00
.gitignore
.gitmodules Ignore changes in all submodules. 2016-04-14 00:02:20 +02:00
build.gradle Bumped version to 0.8.1 2016-08-01 15:34:21 +02:00
CONTRIBUTING.md
gradle.properties upgrades latest gradle and build tools 2016-06-25 14:14:21 +02:00
gradlew
gradlew.bat
LICENSE
lint.xml Fixed various lint warnings. 2016-04-21 23:16:10 +02:00
make-all.bash
make-go.bash Also don't reset submodule in make-go.bash 2016-06-12 21:54:38 +02:00
make-syncthing.bash Completely removed $RESET variable from build script. 2016-06-12 21:03:25 +02:00
proguard-android.txt
README.md Update Google Play and F-Droid badges 2016-04-30 08:08:03 +03:00

syncthing-android

Build Status

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.