From 1da3599f01eab26254ce0b1262a2e79938b788b3 Mon Sep 17 00:00:00 2001 From: Catfriend1 Date: Fri, 23 Nov 2018 09:15:17 +0000 Subject: [PATCH] Update com.github.catfriend1.syncthingandroid.yml --- ...com.github.catfriend1.syncthingandroid.yml | 22 +++++++++++++------ 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/metadata/com.github.catfriend1.syncthingandroid.yml b/metadata/com.github.catfriend1.syncthingandroid.yml index 4c68725368..653d17cc4e 100644 --- a/metadata/com.github.catfriend1.syncthingandroid.yml +++ b/metadata/com.github.catfriend1.syncthingandroid.yml @@ -11,17 +11,25 @@ Summary: File synchronization Description: |- This is a fork of [[com.nutomic.syncthingandroid]] that brings major enhancements like: - * UI explains why syncthing is running or not running according to the run - conditions set in preferences. - * 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. + * Individual sync conditions can be applied per device and per folder + * Recent changes UI, click to open files. * "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, 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 - 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 Repo: https://github.com/Catfriend1/syncthing-android.git