Wrapper of syncthing for Android.
Go to file
dependabot-preview[bot] 9719888f67 Bump dagger-compiler from 2.25.2 to 2.25.4 (#1459)
Bumps [dagger-compiler](https://github.com/google/dagger) from 2.25.2 to 2.25.4.
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.25.2...dagger-2.25.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-08 14:46:41 +01:00
.tx Add play locale mapping: hi_IN -> hi-IN 2019-07-16 10:18:56 +02:00
app Bump dagger-compiler from 2.25.2 to 2.25.4 (#1459) 2020-01-08 14:46:41 +01:00
docker Fix docker prebuild script for amd64/x86_64 (#1441) 2019-11-05 14:09:08 +01:00
gradle/wrapper Update gradle (#1405) 2019-09-10 20:06:45 +02:00
graphics Integrate gradle plugin for translation uploads (fixes #408, #463). 2015-11-16 22:10:00 +01:00
scripts Commit the rest of the build changes 2019-06-27 07:19:40 +02:00
syncthing Updated Syncthing to v1.3.3-rc.1 2019-12-10 09:49:46 +01:00
.gitignore Commit the rest of the build changes 2019-06-27 07:19:40 +02:00
.gitmodules Revert "Revert build script changes" 2017-10-24 14:55:28 +09:00
.travis.yml build x86_64 binary to accomodate google play (#1430) 2019-11-05 11:02:24 +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 Update screenshot locations in readme 2019-06-27 10:51:29 +02:00
build.gradle Bump gradle from 3.5.1 to 3.5.2 (#1440) 2019-11-05 07:12:05 +00:00
gradlew Update gradle (#1405) 2019-09-10 20:06:45 +02:00
gradlew.bat Update gradle (#1405) 2019-09-10 20:06:45 +02:00
prepare-release.bash Commit the rest of the build changes 2019-06-27 07:19:40 +02: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.