1
0
mirror of https://github.com/etesync/android synced 2024-11-14 03:39:52 +00:00
Go to file
Tom Hacohen 20387612db Journal entry list: mark malformed entries with a bug icon.
This is an indication that an entry failed to parse.
2020-02-28 13:00:48 +02:00
app Journal entry list: mark malformed entries with a bug icon. 2020-02-28 13:00:48 +02:00
cert4android@0a451ad044
fastlane/metadata/android
gradle/wrapper
ical4android@c0459f9055
scripts Fetch translations from Transifex 2016-11-13 20:34:11 +01:00
vcard4android@6e5ea1b2bb Update vcard4android again to fix build issue. 2020-02-26 08:58:28 +02:00
.gitignore
.gitmodules
build.gradle
ChangeLog.md
CONTRIBUTORS.md
gradle.properties Temporarily disable R8. 2019-05-06 13:09:42 +01:00
gradlew
gradlew.bat Migrated to Android Studio/gradle 2014-12-20 20:21:46 +01:00
LICENSE
README.md README: add information about building EteSync 2020-02-15 10:35:19 +02:00
run-tests.sh
settings.gradle Adjust DAVdroid to use the EteSync protocol (mostly working) 2017-02-21 17:26:19 +00:00

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.