Skip to content
This repository has been archived by the owner on Apr 17, 2020. It is now read-only.

syncthing/syncthing-lite

 
 

Repository files navigation

Nobody is working on this project anymore. If you’d 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.

About

A Sync Browser: a browser app for Syncthing-compatible shares

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 99.7%
  • Java 0.3%