99dca74486
* Translated using Weblate (Portuguese) Currently translated at 3.2% (11 of 343 strings) Translation: EteSync/Android Translate-URL: https://hosted.weblate.org/projects/etesync/android/pt/ * Translated using Weblate (Portuguese) Currently translated at 50.7% (174 of 343 strings) Translation: EteSync/Android Translate-URL: https://hosted.weblate.org/projects/etesync/android/pt/ * Translated using Weblate (Portuguese) Currently translated at 81.3% (279 of 343 strings) Translation: EteSync/Android Translate-URL: https://hosted.weblate.org/projects/etesync/android/pt/ * Translated using Weblate (Indonesian) Currently translated at 34.6% (119 of 343 strings) Translation: EteSync/Android Translate-URL: https://hosted.weblate.org/projects/etesync/android/id/ * Translated using Weblate (Indonesian) Currently translated at 37.9% (130 of 343 strings) Translation: EteSync/Android Translate-URL: https://hosted.weblate.org/projects/etesync/android/id/ * Translated using Weblate (Indonesian) Currently translated at 100.0% (343 of 343 strings) Translation: EteSync/Android Translate-URL: https://hosted.weblate.org/projects/etesync/android/id/ * Translated using Weblate (Russian) Currently translated at 23.3% (80 of 343 strings) Translation: EteSync/Android Translate-URL: https://hosted.weblate.org/projects/etesync/android/ru/ * Translated using Weblate (French) Currently translated at 45.7% (157 of 343 strings) Translation: EteSync/Android Translate-URL: https://hosted.weblate.org/projects/etesync/android/fr/ * Translated using Weblate (Chinese (Simplified)) Currently translated at 29.1% (100 of 343 strings) Translation: EteSync/Android Translate-URL: https://hosted.weblate.org/projects/etesync/android/zh_Hans/ * Translated using Weblate (Polish) Currently translated at 99.4% (341 of 343 strings) Translation: EteSync/Android Translate-URL: https://hosted.weblate.org/projects/etesync/android/pl/ * Translated using Weblate (Portuguese) Currently translated at 81.3% (279 of 343 strings) Translation: EteSync/Android Translate-URL: https://hosted.weblate.org/projects/etesync/android/pt/ * Translated using Weblate (German) Currently translated at 93.2% (320 of 343 strings) Translation: EteSync/Android Translate-URL: https://hosted.weblate.org/projects/etesync/android/de/ Co-authored-by: ssantos <ssantos@web.de> Co-authored-by: Luís Oliveira <cljljlj@gmail.com> Co-authored-by: Reza Almanda <rezaalmanda27@gmail.com> Co-authored-by: zhelemysh <octagon.synthesis@disroot.org> Co-authored-by: J. Lavoie <j.lavoie@net-c.ca> Co-authored-by: Michał <matmatyk@protonmail.com> Co-authored-by: Benjamin Weis <benjamin.weis@gmx.com> Co-authored-by: Tom Hacohen <tasn@users.noreply.github.com> |
||
---|---|---|
.github | ||
app | ||
cert4android@47bc6842da | ||
fastlane/metadata/android | ||
gradle/wrapper | ||
ical4android@b023c079b2 | ||
scripts | ||
vcard4android@e98a3a5535 | ||
.gitignore | ||
.gitmodules | ||
build.gradle | ||
ChangeLog.md | ||
CONTRIBUTORS.md | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.md | ||
run-tests.sh | ||
settings.gradle |
EteSync - Secure Data Sync
Secure, end-to-end encrypted, and privacy respecting sync for your contacts, calendars and tasks (Android client).
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.
- Clone the repo:
git clone --recurse-submodules https://github.com/etesync/android etesync-android
- Change to the directory
cd etesync-android
- Open with Android studio or build with gradle:
- Android studio (easier):
android-studio .
- 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.