1
0
Fork 0
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
Datei suchen
Tom Hacohen b2f48e524d
Bump version and update changelog.
vor 2 Monaten
.github Github actions: remove broken CI workflow. vor 11 Monaten
app Bump version and update changelog. vor 2 Monaten
cert4android@94df228f8b Update PendingIntent usage to new targetSDK requirements. vor 10 Monaten
fastlane/metadata/android Update changelog. vor 3 Jahren
gradle/wrapper Bump target SDK version, update Gradle, and adjust code vor 11 Monaten
ical4android@ecd2ab875d Update ical4android with a fix. vor 9 Monaten
scripts Fetch translations from Transifex vor 8 Jahren
vcard4android@beb8ad2904 Bump target SDK version, update Gradle, and adjust code vor 11 Monaten
.gitignore Update gitignore. vor 6 Jahren
.gitmodules Switch ical/vcard/cert4android to our own repos. vor 6 Jahren
CONTRIBUTORS.md Add a contributors file. vor 7 Jahren
ChangeLog.md Bump version and update changelog. vor 2 Monaten
LICENSE README changes; fix EXDATE bug vor 9 Jahren
README.md Update chat badge in README vor 2 Jahren
build.gradle Bump target SDK version, update Gradle, and adjust code vor 11 Monaten
gradle.properties Enable R8 and fix errors. vor 4 Jahren
gradlew Migrated to Android Studio/gradle vor 9 Jahren
gradlew.bat Migrated to Android Studio/gradle vor 9 Jahren
run-tests.sh Improve tests vor 8 Jahren
settings.gradle Adjust DAVdroid to use the EteSync protocol (mostly working) vor 7 Jahren

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.