Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fastlane/metadata/android/de-DE/full_description.txt
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion fastlane/metadata/android/de-DE/short_description.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Synchronisiere dein Smartphone ganz einfach mit Deinem DAV-Server
Synchronisiere dein Smartphone ganz einfach mit Deinem WebDAV-Server
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/short_description.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Synchronize your phone with your DAV server, the easy way.
Synchronize your phone with your WebDAV server, the easy way.
2 changes: 1 addition & 1 deletion fastlane/metadata/android/fr-FR/full_description.txt
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion fastlane/metadata/android/fr-FR/short_description.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Synchronisez votre téléphone avec votre serveur DAV, facilement.
Synchronisez votre téléphone avec votre serveur WebDAV, facilement.
8 changes: 7 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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)