Wrapper of syncthing for Android.
Go to file
Audrius Butkevicius 6048b95591 build: Update windows build instructions (fixes #219) 2016-12-01 23:30:56 +00:00
.tx Updated Google Play translations. 2016-02-25 14:49:35 +01:00
ext go: Update Go to 1.7.3, patch DNS (fixes #723) 2016-11-30 21:44:01 +00:00
gradle/wrapper Updated sdk version and target version 2016-10-20 18:18:23 +09:00
graphics Integrate gradle plugin for translation uploads (fixes #408, #463). 2015-11-16 22:10:00 +01:00
patches/golang/all go: Update Go to 1.7.3, patch DNS (fixes #723) 2016-11-30 21:44:01 +00:00
src Add checkbox for hashing fallback (ref #778) 2016-11-28 23:58:39 +00:00
.gitignore Use default folder for syncthing binaries. 2016-04-13 23:59:50 +02:00
.gitmodules Ignore changes in all submodules. 2016-04-14 00:02:20 +02:00
.travis.yml Fix lint (#789) 2016-11-26 13:54:02 +09:00
CONTRIBUTING.md Updated contributing instructions. 2016-08-02 18:50:17 +02:00
ISSUE_TEMPLATE.md Added issue template, based on that in syncthing/syncthing. 2016-08-02 17:11:34 +02:00
LICENSE Change license to MPLv2. 2015-03-17 22:27:50 +01:00
README.md build: Update windows build instructions (fixes #219) 2016-12-01 23:30:56 +00:00
build.gradle Bumped version to 0.9.0 2016-11-26 22:05:08 +09:00
gradle.properties upgrades latest gradle and build tools 2016-06-25 14:14:21 +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
lint.xml Request user to disable battery optimization for Syncthing 2016-11-10 22:57:18 +09:00
make-all.bash Disable amd64 build 2016-03-21 19:45:34 +01:00
make-go.bash build: Support building on Windows 2016-11-30 21:44:00 +00:00
make-syncthing.bash build: Support building on Windows 2016-11-30 21:44:00 +00:00
prepare-release.bash Updated release script 2016-10-27 02:19:26 +09:00

README.md

syncthing-android

Build Status License: MPLv2

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

This repository is using external dependencies so you have to initialize all submodules with --recursive option first time: git clone https://github.com/syncthing/syncthing-android.git --recursive.

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 prepare a new release, execute ./prepare-release.bash, and follow the instructions.

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 have cygwin installed.

From a cygwin shell in the project directory, build Go using ./make-go.bash [arch] After Go is built, compile syncthing using ./make-syncthing.bash [arch]

Lastly, use ./gradlew assembleDebug in the project directory to compile the APK, or use Android Studio to build/deploy the APK.

License

The project is licensed under the MPLv2.