From b1f46831482cc12118f3352c318d70665aaef027 Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Thu, 28 Dec 2023 20:51:23 +0200 Subject: [PATCH 1/3] Add WebDAV to description to make it easier to find --- fastlane/metadata/android/de-DE/full_description.txt | 2 +- fastlane/metadata/android/de-DE/short_description.txt | 2 +- fastlane/metadata/android/en-US/full_description.txt | 2 +- fastlane/metadata/android/en-US/short_description.txt | 2 +- fastlane/metadata/android/fr-FR/full_description.txt | 2 +- fastlane/metadata/android/fr-FR/short_description.txt | 2 +- readme.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/fastlane/metadata/android/de-DE/full_description.txt b/fastlane/metadata/android/de-DE/full_description.txt index a7b913d..c0cbcb9 100644 --- a/fastlane/metadata/android/de-DE/full_description.txt +++ b/fastlane/metadata/android/de-DE/full_description.txt @@ -1,4 +1,4 @@ -Synchronisiere Bilder, Videos, Audio und Downloads mit deinem DAV-Server. +Synchronisiere Bilder, Videos, Audio und Downloads mit deinem WebDAV-Server. In beide Richtungen synchronisieren. Sicher und Open Source. diff --git a/fastlane/metadata/android/de-DE/short_description.txt b/fastlane/metadata/android/de-DE/short_description.txt index 0746cb5..a380f6a 100644 --- a/fastlane/metadata/android/de-DE/short_description.txt +++ b/fastlane/metadata/android/de-DE/short_description.txt @@ -1 +1 @@ -Synchronisiere dein Smartphone ganz einfach mit Deinem DAV-Server \ No newline at end of file +Synchronisiere dein Smartphone ganz einfach mit Deinem WebDAV-Server \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index 1663370..1a0050e 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -1,4 +1,4 @@ -Synchronize images, videos, audio and downloads with your DAV server. +Synchronize images, videos, audio and downloads with your WebDAV server. Synchronize in both directions. Secure and open source. diff --git a/fastlane/metadata/android/en-US/short_description.txt b/fastlane/metadata/android/en-US/short_description.txt index c4488fd..f219dd0 100644 --- a/fastlane/metadata/android/en-US/short_description.txt +++ b/fastlane/metadata/android/en-US/short_description.txt @@ -1 +1 @@ -Synchronize your phone with your DAV server, the easy way. \ No newline at end of file +Synchronize your phone with your WebDAV server, the easy way. \ No newline at end of file diff --git a/fastlane/metadata/android/fr-FR/full_description.txt b/fastlane/metadata/android/fr-FR/full_description.txt index 8bd6fd5..d5498e5 100644 --- a/fastlane/metadata/android/fr-FR/full_description.txt +++ b/fastlane/metadata/android/fr-FR/full_description.txt @@ -1,4 +1,4 @@ -Synchronisez les images, vidéos, musique et téléchargements avec votre serveur DAV. +Synchronisez les images, vidéos, musique et téléchargements avec votre serveur WebDAV. Synchronisation dans les deux sens. Sécurisé et open source. diff --git a/fastlane/metadata/android/fr-FR/short_description.txt b/fastlane/metadata/android/fr-FR/short_description.txt index 8b423d9..336c405 100644 --- a/fastlane/metadata/android/fr-FR/short_description.txt +++ b/fastlane/metadata/android/fr-FR/short_description.txt @@ -1 +1 @@ -Synchronisez votre téléphone avec votre serveur DAV, facilement. \ No newline at end of file +Synchronisez votre téléphone avec votre serveur WebDAV, facilement. \ No newline at end of file diff --git a/readme.md b/readme.md index 8db0ebf..8334c27 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # EasySync -Synchronize your phone with your DAV server, the easy way. +Synchronize your phone with your WebDAV server, the easy way. ## Features * Synchronize images, videos, audio and downloads From 31260b852256d8e1ec028e52bfd863eb6a36e4a9 Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Thu, 28 Dec 2023 21:02:06 +0200 Subject: [PATCH 2/3] readme.md: add Awesome WebDAV list This helps users to find a best suited software for their needs --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index 8334c27..261254f 100644 --- a/readme.md +++ b/readme.md @@ -98,3 +98,7 @@ By using this application, you agree to be bound by [these terms and conditions * Feature: check for low free space on dav or on device * Feature: show a notification if too many sync jobs fail (e.g. when remote dav is not reacheable) * Optimization: when new remote files are locally added during FullSync, a FileSync is trigged which is useless. See if we can avoid this + +## See also + +* [Awesome WebDAV: Android Apps](https://github.com/WebDAVDevs/awesome-webdav/tree/main?tab=readme-ov-file#android) From d9b6bf366c172d7d3d25d2233c4c642484d6cb36 Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Thu, 28 Dec 2023 23:24:33 +0200 Subject: [PATCH 3/3] readme.md: add closes alternatives --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 261254f..aaa00f5 100644 --- a/readme.md +++ b/readme.md @@ -101,4 +101,6 @@ By using this application, you agree to be bound by [these terms and conditions ## See also +* [NextCloud Android App](https://github.com/nextcloud/android) +* [Round-Sync Android App](https://github.com/newhinton/Round-Sync) * [Awesome WebDAV: Android Apps](https://github.com/WebDAVDevs/awesome-webdav/tree/main?tab=readme-ov-file#android)