Syncthing Lite
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 access 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). This is quite different from the way the syncthing-android works, and its useful from those devices that cannot or wish not 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, a java implementation of Syncthing protocols.
Due to the behaviour of this App and the behaviour of the Syncthing Server, you can't reconnct 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.
Translations
The project is translated on Transifex.
Building
The project uses a standard Android build, and requires the Android SDK. The easiest option is if you install Android Studio and import the project.
To compile with a development version of the syncthing-java library, you have to install it to
the local maven repository. To do this, clone the repo and run gradle install in the
syncthing-java project folder.
License
All code is licensed under the MPLv2 License.

