No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
Ir al archivo
Tom Hacohen b2f48e524d
Bump version and update changelog.
hace 4 semanas
.github Github actions: remove broken CI workflow. hace 10 meses
app Bump version and update changelog. hace 4 semanas
cert4android@94df228f8b Update PendingIntent usage to new targetSDK requirements. hace 9 meses
fastlane/metadata/android Update changelog. hace 3 años
gradle/wrapper Bump target SDK version, update Gradle, and adjust code hace 10 meses
ical4android@ecd2ab875d Update ical4android with a fix. hace 8 meses
scripts Fetch translations from Transifex hace 7 años
vcard4android@beb8ad2904 Bump target SDK version, update Gradle, and adjust code hace 10 meses
.gitignore Update gitignore. hace 6 años
.gitmodules Switch ical/vcard/cert4android to our own repos. hace 6 años
CONTRIBUTORS.md Add a contributors file. hace 7 años
ChangeLog.md Bump version and update changelog. hace 4 semanas
LICENSE README changes; fix EXDATE bug hace 8 años
README.md Update chat badge in README hace 2 años
build.gradle Bump target SDK version, update Gradle, and adjust code hace 10 meses
gradle.properties Enable R8 and fix errors. hace 4 años
gradlew Migrated to Android Studio/gradle hace 9 años
gradlew.bat Migrated to Android Studio/gradle hace 9 años
run-tests.sh Improve tests hace 8 años
settings.gradle Adjust DAVdroid to use the EteSync protocol (mostly working) hace 7 años

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.