選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
ファイルへ移動
Tom Hacohen b2f48e524d
Bump version and update changelog.
2ヶ月前
.github Github actions: remove broken CI workflow. 11ヶ月前
app Bump version and update changelog. 2ヶ月前
cert4android@94df228f8b Update PendingIntent usage to new targetSDK requirements. 10ヶ月前
fastlane/metadata/android Update changelog. 3年前
gradle/wrapper Bump target SDK version, update Gradle, and adjust code 11ヶ月前
ical4android@ecd2ab875d Update ical4android with a fix. 9ヶ月前
scripts Fetch translations from Transifex 8年前
vcard4android@beb8ad2904 Bump target SDK version, update Gradle, and adjust code 11ヶ月前
.gitignore Update gitignore. 6年前
.gitmodules Switch ical/vcard/cert4android to our own repos. 6年前
CONTRIBUTORS.md Add a contributors file. 7年前
ChangeLog.md Bump version and update changelog. 2ヶ月前
LICENSE README changes; fix EXDATE bug 9年前
README.md Update chat badge in README 2年前
build.gradle Bump target SDK version, update Gradle, and adjust code 11ヶ月前
gradle.properties Enable R8 and fix errors. 4年前
gradlew Migrated to Android Studio/gradle 9年前
gradlew.bat Migrated to Android Studio/gradle 9年前
run-tests.sh Improve tests 8年前
settings.gradle Adjust DAVdroid to use the EteSync protocol (mostly working) 7年前

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.