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..aaa00f5 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 @@ -98,3 +98,9 @@ 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 + +* [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)