Wrapper of syncthing for Android.
Go to file
Simon Frei 841f89b886
Bumped version to 1.20.0
2022-05-03 18:16:38 +02:00
.github Upgrade to GitHub-native Dependabot (#1646) 2021-05-14 17:40:33 +02:00
.tx Fix google play si language mapping 2022-02-23 22:30:19 +01:00
app Bumped version to 1.20.0 2022-05-03 18:16:38 +02:00
docker Bump go to 1.18.1 2022-04-17 07:58:54 +02:00
gradle/wrapper build with java 11 2021-07-07 11:19:34 +02:00
graphics Integrate gradle plugin for translation uploads (fixes #408, #463). 2015-11-16 22:10:00 +01:00
scripts scripts: Automate tag message 2021-02-02 18:57:27 +01:00
syncthing Updated Syncthing to v1.20.0-rc.3 2022-04-27 08:33:50 +02:00
.gitignore Ignore misc IDE files 2021-07-19 13:38:36 +02:00
.gitmodules 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 Set ndk path automatically in gradle (#1741) 2021-12-08 10:55:50 +01:00
build.gradle Set ndk path automatically in gradle (#1741) 2021-12-08 10:55:50 +01:00
gradle.properties build: Increase java heap size with gradle jvmargs 2021-07-18 14:32:52 +02: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.

Dev

Language mappings are defined in .tx/config, with the second code being the one from transifex. Google play supported languages: https://support.google.com/googleplay/android-developer/table/4419860. Android supported languages: https://stackoverflow.com/questions/7973023/what-is-the-list-of-supported-languages-locales-on-android. If a new language is added on transifex that's not supported, add them to deleteUnsupportedPlayTranslations in app/build.gradle.

Building

Dependencies

  • Android SDK, with $ANDROID_HOME pointing to it (you can skip this if you are using Android Studio)
  • Android NDK (you should install the required version (ext.ndkVersionShared in ./build.gradle) with the usual tools, such that it's located within $ANDROID_HOME/ndk/).
  • Go (see here for the required version)
  • Java Version 11 (you scan skip this if you are using Android Studio, otherwise 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.