Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
Go to file
Tom Hacohen b2f48e524d
Bump version and update changelog.
il y a 2 mois
.github Github actions: remove broken CI workflow. il y a 11 mois
app Bump version and update changelog. il y a 2 mois
cert4android@94df228f8b Update PendingIntent usage to new targetSDK requirements. il y a 10 mois
fastlane/metadata/android Update changelog. il y a 3 ans
gradle/wrapper Bump target SDK version, update Gradle, and adjust code il y a 11 mois
ical4android@ecd2ab875d Update ical4android with a fix. il y a 9 mois
scripts Fetch translations from Transifex il y a 8 ans
vcard4android@beb8ad2904 Bump target SDK version, update Gradle, and adjust code il y a 11 mois
.gitignore Update gitignore. il y a 6 ans
.gitmodules Switch ical/vcard/cert4android to our own repos. il y a 6 ans
CONTRIBUTORS.md Add a contributors file. il y a 7 ans
ChangeLog.md Bump version and update changelog. il y a 2 mois
LICENSE README changes; fix EXDATE bug il y a 9 ans
README.md Update chat badge in README il y a 2 ans
build.gradle Bump target SDK version, update Gradle, and adjust code il y a 11 mois
gradle.properties Enable R8 and fix errors. il y a 4 ans
gradlew Migrated to Android Studio/gradle il y a 9 ans
gradlew.bat Migrated to Android Studio/gradle il y a 9 ans
run-tests.sh Improve tests il y a 8 ans
settings.gradle Adjust DAVdroid to use the EteSync protocol (mostly working) il y a 7 ans

README.md

EteSync - Secure Data Sync

Secure, end-to-end encrypted, and privacy respecting sync for your contacts, calendars and tasks (Android client).

Get it on Google Play Get it on F-Droid

GitHub tag Chat with us

Overview

Please see the EteSync website for more information.

EteSync is licensed under the GPLv3 License.

Building

EteSync uses git-submodules, so cloning the code requires slightly different commands.

  1. Clone the repo: git clone --recurse-submodules https://github.com/etesync/android etesync-android
  2. Change to the directory cd etesync-android
  3. Open with Android studio or build with gradle:
  4. Android studio (easier): android-studio .
  5. Gradle: ./gradlew assembleDebug

To update the code to the latest version, run: git pull --rebase --recurse-submodules

Translating

Translators are highly welcome! To help with translation please go to our Weblate page and translate it from there.

Third Party Code

EteSync's source code was originally based on DAVdroid but the codebases has since diverged quite significantly.

This project relies on many great third party libraries. Please take a look at the app's about menu for more information about them and their licenses.