1
0
Atdalīts 0
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
Iet uz failu
Tom Hacohen b2f48e524d
Bump version and update changelog.
pirms 2 mēnešiem
.github Github actions: remove broken CI workflow. pirms 11 mēnešiem
app Bump version and update changelog. pirms 2 mēnešiem
cert4android@94df228f8b Update PendingIntent usage to new targetSDK requirements. pirms 10 mēnešiem
fastlane/metadata/android Update changelog. pirms 3 gadiem
gradle/wrapper Bump target SDK version, update Gradle, and adjust code pirms 11 mēnešiem
ical4android@ecd2ab875d Update ical4android with a fix. pirms 9 mēnešiem
scripts Fetch translations from Transifex pirms 8 gadiem
vcard4android@beb8ad2904 Bump target SDK version, update Gradle, and adjust code pirms 11 mēnešiem
.gitignore Update gitignore. pirms 6 gadiem
.gitmodules Switch ical/vcard/cert4android to our own repos. pirms 6 gadiem
CONTRIBUTORS.md Add a contributors file. pirms 7 gadiem
ChangeLog.md Bump version and update changelog. pirms 2 mēnešiem
LICENSE README changes; fix EXDATE bug pirms 9 gadiem
README.md Update chat badge in README pirms 2 gadiem
build.gradle Bump target SDK version, update Gradle, and adjust code pirms 11 mēnešiem
gradle.properties Enable R8 and fix errors. pirms 4 gadiem
gradlew Migrated to Android Studio/gradle pirms 9 gadiem
gradlew.bat Migrated to Android Studio/gradle pirms 9 gadiem
run-tests.sh Improve tests pirms 8 gadiem
settings.gradle Adjust DAVdroid to use the EteSync protocol (mostly working) pirms 7 gadiem

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.