DEVoytas / syncthing-android

Wrapper of syncthing for Android.

Home Page:https://syncthing.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

syncthing-android

Build Status tip for next commit

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 Support Repository

Build instructions

Use ./gradlew assembleDebug in the project directory to compile the APK.

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 include the native Syncthing binaries:

  • Download the syncthing-linux-386 and syncthing-linux-arm archives from Syncthing releases and extract them. In each there is a syncthing executable. Rename and place both of these to libs/x86/libsyncthing.so and libs/armeabi/libsyncthing.so respectively.
    You will also need to replace the standard build.gradle file with this one.

License

The project is licensed under the MPLv2.

About

Wrapper of syncthing for Android.

https://syncthing.net/

License:Mozilla Public License 2.0


Languages

Language:Java 99.2%Language:Shell 0.8%