0
0
mirror of https://github.com/etesync/android.git synced 2024-09-20 04:42:28 +02:00
EteSync - Secure, end-to-end encrypted, and privacy respecting sync for your contacts, calendars and tasks.
Go to file
2020-09-25 10:04:33 +03:00
app TaskListSyncAdapter: implement syncing etebase task lists 2020-09-25 10:04:33 +03:00
cert4android@678e1db318 Update cert4android. 2020-09-06 11:37:43 +03:00
fastlane/metadata/android Update changelog. 2020-09-06 16:14:39 +03:00
gradle/wrapper Upgrade gradle. 2020-08-19 17:45:23 +03:00
ical4android@0a070c7866 Add Tasks.org support 2020-08-04 13:09:38 -05:00
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 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 Upgrade gradle. 2020-08-19 17:45:23 +03:00
ChangeLog.md Update changelog. 2020-09-06 16:14:39 +03: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 information about building EteSync 2020-02-15 10:35:19 +02: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

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.