Update com.github.catfriend1.syncthingandroid.yml
This commit is contained in:
parent
52aab89de7
commit
1da3599f01
|
@ -11,17 +11,25 @@ Summary: File synchronization
|
||||||
Description: |-
|
Description: |-
|
||||||
This is a fork of [[com.nutomic.syncthingandroid]] that brings major
|
This is a fork of [[com.nutomic.syncthingandroid]] that brings major
|
||||||
enhancements like:
|
enhancements like:
|
||||||
* UI explains why syncthing is running or not running according to the run
|
* Individual sync conditions can be applied per device and per folder
|
||||||
conditions set in preferences.
|
* Recent changes UI, click to open files.
|
||||||
* A welcome wizard guiding you through initial setup on first launch or if
|
|
||||||
mandatory prerequisites are missing like for example the storage permission.
|
|
||||||
* Run condition bugs are fixed.
|
|
||||||
* "Battery eater" problem is fixed.
|
* "Battery eater" problem is fixed.
|
||||||
* Android 8+ support is on it's way.
|
* Android 8 and 9 support.
|
||||||
Syncthing replaces proprietary sync and cloud services with something open,
|
Syncthing replaces proprietary sync and cloud services with something open,
|
||||||
trustworthy and decentralized. Your data is your data alone and you deserve to
|
trustworthy and decentralized. Your data is your data alone and you deserve to
|
||||||
choose where it is stored, if it is shared with some third party and how it's
|
choose where it is stored, if it is shared with some third party and how it's
|
||||||
transmitted over the Internet.
|
transmitted over the Internet. Syncthing-Fork for Android is a wrapper for
|
||||||
|
Syncthing that provides an Android UI instead of Syncthing's built-in Web UI.
|
||||||
|
Goals of the fork:
|
||||||
|
* Develop and try out enhancements together with the community.
|
||||||
|
* Release the wrapper more frequently to identify and fix bugs caused by changes in the syncthing submodule
|
||||||
|
* Make enhancements configurable in the UI, users should be able to turn them on and off
|
||||||
|
Comparison between upstream and fork at the time of writing this:
|
||||||
|
* Both contain the syncthing binary built from the official source at GitHub:syncthing/syncthing
|
||||||
|
* Syncing functionality and reliability depends on the syncthing binary submodule version.
|
||||||
|
* Fork gets along with upstream and sometimes they pick up my improvements.
|
||||||
|
* Strategy and release frequency is different
|
||||||
|
* Only the wrapper containing the Android UI is addressed by the fork.
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
Repo: https://github.com/Catfriend1/syncthing-android.git
|
Repo: https://github.com/Catfriend1/syncthing-android.git
|
||||||
|
|
Loading…
Reference in a new issue