Wrapper of syncthing for Android.
Go to file
Simon Frei 5194c03bd9 Update gradle wrapper (#1342) 2019-06-05 15:58:47 +01:00
.tx Revert "Revert build script changes" 2017-10-24 14:55:28 +09:00
app Bump stream from 1.1.9 to 1.2.1 (#1338) 2019-06-05 12:02:47 +02:00
docker Update Go version 2019-01-09 22:58:20 +00:00
gradle/wrapper Update gradle wrapper (#1342) 2019-06-05 15:58:47 +01:00
graphics Integrate gradle plugin for translation uploads (fixes #408, #463). 2015-11-16 22:10:00 +01:00
syncthing Updated Syncthing to v1.1.4-rc.1 2019-05-13 20:43:32 +02:00
.gitignore Add ext/ to .gitignore (#1132) 2018-06-12 19:57:09 +01:00
.gitmodules Revert "Revert build script changes" 2017-10-24 14:55:28 +09:00
.travis.yml Use go stable instead of 1.9 for travis (#1283) 2019-02-26 22:43:34 +01: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 Mention java version 8 as dependency (#1243) 2018-11-19 21:17:27 +00:00
build.gradle Bump gradle-versions-plugin from 0.15.0 to 0.21.0 (#1341) 2019-06-05 11:23:44 +02:00
gradlew Update gradle wrapper (#1342) 2019-06-05 15:58:47 +01:00
gradlew.bat Update gradle wrapper (#1342) 2019-06-05 15:58:47 +01:00
prepare-release.bash 0.10.14 release (#1233) 2018-10-03 19:40:22 +01:00
publish-release.sh Fix version 2017-10-24 22:26:31 +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)
  • Java Version 8 (you might need to set $JAVA_HOME accordingly)

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 ./gradlew buildNative. Then use ./gradlew assembleDebug or Android Studio to build the apk.

License

The project is licensed under the MPLv2.