1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-22 12:21:15 +00:00
Wrapper of syncthing for Android.
Find a file
2017-10-17 12:59:13 +09:00
.tx Divide project into submodules, compile with Clang 2017-10-17 12:59:13 +09:00
app Divide project into submodules, compile with Clang 2017-10-17 12:59:13 +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 Divide project into submodules, compile with Clang 2017-10-17 12:59:13 +09:00
.gitignore Divide project into submodules, compile with Clang 2017-10-17 12:59:13 +09:00
.gitmodules Divide project into submodules, compile with Clang 2017-10-17 12:59:13 +09:00
.travis.yml Build Syncthing with CGO and target android (fixes #873) 2017-10-17 09:13:06 +09:00
build.gradle Divide project into submodules, compile with Clang 2017-10-17 12:59:13 +09:00
CONTRIBUTING.md Added more info about logcat to contributing 2016-12-05 14:15:21 +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
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
prepare-release.bash Divide project into submodules, compile with Clang 2017-10-17 12:59:13 +09:00
publish-release.sh Update release scripts 2017-10-11 12:55:12 +09:00
README.md Build Syncthing with CGO and target android (fixes #873) 2017-10-17 09:13:06 +09:00
settings.gradle Divide project into submodules, compile with Clang 2017-10-17 12:59:13 +09:00

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.

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 go/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.