A Sync Browser: a browser app for Syncthing-compatible shares
  • Kotlin 99.7%
  • Java 0.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2020-04-17 00:01:32 +02:00
.tx Add Transifex integration 2018-01-27 00:09:38 +09:00
app Update translations 2019-02-10 16:27:10 +01:00
gradle/wrapper Update for current Android Studio (#39) 2018-09-15 10:47:15 +01:00
graphics Added graphics 2017-12-27 00:25:52 +09:00
syncthing-bep Fix crash when accessing closed connections (#129) 2018-12-12 17:43:42 +01:00
syncthing-client Partial crashes (#119) 2018-12-07 09:57:57 +01:00
syncthing-client-cli Partial crashes (#119) 2018-12-07 09:57:57 +01:00
syncthing-core Fix handling file names with spaces for mime type detection (#134) 2018-12-13 19:44:44 +01:00
syncthing-discovery Partial crashes (#119) 2018-12-07 09:57:57 +01:00
syncthing-relay-client New connection handling (#71) 2018-11-25 19:10:05 +01:00
syncthing-repository-android Add temp repository encryption (#131) 2018-12-13 10:27:07 +01:00
syncthing-repository-default Add temp repository encryption (#131) 2018-12-13 10:27:07 +01:00
syncthing-temp-repository-encryption Add temp repository encryption (#131) 2018-12-13 10:27:07 +01:00
.gitignore Fix build, update deps, add gitignore 2017-11-19 06:03:18 +09:00
.travis.yml Include syncthing java (#54) 2018-10-04 13:25:41 -05:00
build.gradle Update dependencies (#109) 2018-12-04 12:52:31 +01:00
gradle.properties . 2016-12-15 21:24:06 +01:00
gradlew Fix build, update deps, add gitignore 2017-11-19 06:03:18 +09:00
gradlew.bat Fix build, update deps, add gitignore 2017-11-19 06:03:18 +09:00
LICENSE Initial commit 2016-12-15 14:47:55 +01:00
README.md Add note before archiving 2020-04-17 00:01:32 +02:00
Releasing.md Update Releasing.md 2018-12-13 10:32:42 +01:00
Roadmap.md Remove things from the Roadmap which are done 2018-12-06 16:49:09 +01:00
settings.gradle Add temp repository encryption (#131) 2018-12-13 10:27:07 +01:00

Nobody is working on this project anymore. If youd like to pick up development, please ask about it on https://forum.syncthing.net/ 1, or feel free to fork.

Syncthing Lite

Build Status MPLv2 License

This project is an Android app, that works as a client for a Syncthing share (accessing Syncthing devices in the same way a client-server file sharing app accesses its proprietary server).

This is a client-oriented implementation, designed to work online by downloading and uploading files from an active device on the network (instead of synchronizing a local copy of the entire repository). Due to that, you will see a sync progress of 0% at other devices (and this is expected). This is quite different from the way the syncthing-android works, and it's useful for those devices that cannot or do not wish to download the entire repository (for example, mobile devices with limited storage available, wishing to access a syncthing share).

This project is based on syncthing-java (which is in this repository too), a java implementation of Syncthing protocols.

Due to the behaviour of this App and the behaviour of the Syncthing Server, you can't reconnect for some minutes if the App was killed (due to removing from the recent App list) or the connection was interrupted. This does not apply to local discovery connections.

Get it on F-Droid Get it on Google Play

Translations

The project is translated on Transifex. Requests for new languages are always accepted (but this happens manually because there is no option to accept it automatically).

Building

The project uses a standard Android build, and requires the Android SDK. The easiest option is to install Android Studio and import the project.

License

All code is licensed under the MPLv2 License.