Wrapper of syncthing for Android.
Go to file
Felix Ableitner 51f6809b2b Imported translations 2017-10-24 21:29:24 +09:00
.tx Revert "Revert build script changes" 2017-10-24 14:55:28 +09:00
app Imported translations 2017-10-24 21:29:24 +09:00
gradle/wrapper Update dependencies 2017-07-19 12:37:47 +09:00
graphics Integrate gradle plugin for translation uploads (fixes #408, #463). 2015-11-16 22:10:00 +01:00
syncthing Updated Syncthing to v0.14.40-rc.1 2017-10-24 21:20:33 +09:00
.gitignore Revert "Revert build script changes" 2017-10-24 14:55:28 +09:00
.gitmodules Revert "Revert build script changes" 2017-10-24 14:55:28 +09:00
.travis.yml Revert "Revert build script changes" 2017-10-24 14:55:28 +09:00
CONTRIBUTING.md Added more info about logcat to contributing 2016-12-05 14:15:21 +09: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 Revert "Revert build script changes" 2017-10-24 14:55:28 +09:00
build.gradle Revert "Revert build script changes" 2017-10-24 14:55:28 +09:00
gradle.properties Add publish release script 2017-10-08 15:06:52 +09:00
gradlew Updated gradle 2017-01-26 11:38:17 +09:00
gradlew.bat Updated gradle 2017-01-26 11:38:17 +09:00
prepare-release.bash Revert "Revert build script changes" 2017-10-24 14:55:28 +09:00
publish-release.sh Update release scripts 2017-10-11 12:55:12 +09:00
settings.gradle Revert "Revert build script changes" 2017-10-24 14:55:28 +09:00

README.md

syncthing-android

Build Status License: MPLv2 Bountysource

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.

Building

Dependencies

  • Android SDK (you can skip this if you are using Android Studio)
  • Android NDK ($ANDROID_NDK_HOME should point at the root directory of your NDK)
  • Go (see here for the required version)

Build instructions

Make sure you clone the project with git clone https://github.com/syncthing/syncthing-android.git --recursive. Alternatively, run git submodule init && git submodule update in the project folder.

Build Syncthing using ./syncthing/build-syncthing.bash. Then use ./gradlew assembleDebug or Android Studio to build the apk.

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 Syncthing using ./syncthing/build-syncthing.bash

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.