0
0
mirror of https://github.com/etesync/android.git synced 2024-09-19 20:32:17 +02:00
EteSync - Secure, end-to-end encrypted, and privacy respecting sync for your contacts, calendars and tasks.
Go to file
2020-11-08 17:52:00 +02:00
app Bump version 2020-11-08 17:52:00 +02:00
cert4android@47bc6842da Update deps and adjust code accordingly. 2020-10-01 10:14:08 +03:00
fastlane/metadata/android Update changelog. 2020-11-02 09:35:39 +02:00
gradle/wrapper Upgrade gradle. 2020-08-19 17:45:23 +03:00
ical4android@3429dd1747 Update deps and adjust code accordingly. 2020-10-01 10:14:08 +03:00
scripts Fetch translations from Transifex 2016-11-13 20:34:11 +01:00
vcard4android@c6d8560a2e Update deps and adjust code accordingly. 2020-10-01 10:14:08 +03:00
.gitignore Update gitignore. 2018-01-21 21:45:14 +00:00
.gitmodules Switch ical/vcard/cert4android to our own repos. 2018-01-19 15:40:12 +00:00
build.gradle Update deps and adjust code accordingly. 2020-10-01 10:14:08 +03:00
ChangeLog.md Update changelog. 2020-11-02 09:35:39 +02:00
CONTRIBUTORS.md Add a contributors file. 2017-03-08 10:16:17 +00:00
gradle.properties Enable R8 and fix errors. 2020-09-06 11:51:22 +03:00
gradlew Migrated to Android Studio/gradle 2014-12-20 20:21:46 +01:00
gradlew.bat Migrated to Android Studio/gradle 2014-12-20 20:21:46 +01:00
LICENSE README changes; fix EXDATE bug 2015-11-27 12:31:15 +01:00
README.md README: add a note for translators. 2020-09-29 13:07:07 +03:00
run-tests.sh Improve tests 2016-10-07 14:39:21 +02:00
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

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.