You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Tom Hacohen c34767c12d
Upgrade gradle.
4 years ago
app Bump version. 4 years ago
cert4android@0a451ad044 Update cert4android and adjust HttpClient accordingly 5 years ago
fastlane/metadata/android Update changelog. 4 years ago
gradle/wrapper Upgrade gradle. 4 years ago
ical4android@0a070c7866 Add Tasks.org support 4 years ago
scripts Fetch translations from Transifex 8 years ago
vcard4android@6e5ea1b2bb Update vcard4android again to fix build issue. 4 years ago
.gitignore Update gitignore. 6 years ago
.gitmodules Switch ical/vcard/cert4android to our own repos. 6 years ago
CONTRIBUTORS.md Add a contributors file. 7 years ago
ChangeLog.md Update changelog. 4 years ago
LICENSE README changes; fix EXDATE bug 9 years ago
README.md README: add information about building EteSync 4 years ago
build.gradle Upgrade gradle. 4 years ago
gradle.properties Temporarily disable R8. 5 years ago
gradlew Migrated to Android Studio/gradle 10 years ago
gradlew.bat Migrated to Android Studio/gradle 10 years ago
run-tests.sh Improve tests 8 years ago
settings.gradle Adjust DAVdroid to use the EteSync protocol (mostly working) 7 years ago

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 on freenode

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

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.