0
0
mirror of https://github.com/etesync/android.git synced 2024-09-20 13:08:51 +02:00
etesync-android/README.md

49 lines
2.0 KiB
Markdown
Raw Normal View History

<p align="center">
<img width="120" src="app/src/main/res/mipmap/ic_launcher.png" />
<h1 align="center">EteSync - Secure Data Sync</h1>
</p>
2019-02-04 15:16:26 +01:00
Secure, end-to-end encrypted, and privacy respecting sync for your contacts, calendars and tasks (Android client).
2013-09-17 20:14:30 +02:00
2017-03-01 01:38:58 +01:00
[<img src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png"
alt="Get it on Google Play"
height="80" />](https://play.google.com/store/apps/details?id=com.etesync.syncadapter)
[<img src="https://www.etesync.com/static/img/fdroid-badge.fe865d4c8f63.png"
2017-03-01 01:38:58 +01:00
alt="Get it on F-Droid"
height="80" />](https://f-droid.org/app/com.etesync.syncadapter)
2017-12-28 17:08:14 +01:00
![GitHub tag](https://img.shields.io/github/tag/etesync/android.svg)
2017-12-28 17:10:16 +01:00
[![Chat on freenode](https://img.shields.io/badge/irc.freenode.net-%23EteSync-blue.svg)](https://webchat.freenode.net/?channels=#etesync)
2017-12-28 17:08:14 +01:00
# Overview
2017-12-28 17:08:14 +01:00
Please see the [EteSync website](https://www.etesync.com) for more information.
2017-02-21 16:37:18 +01:00
EteSync is licensed under the [GPLv3 License](LICENSE).
2016-10-10 20:18:05 +02:00
# 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:
1. Android studio (easier): `android-studio .`
2. Gradle: `./gradlew assembleDebug`
To update the code to the latest version, run: `git pull --rebase --recurse-submodules`
2020-09-29 12:07:07 +02:00
# Translating
Translators are highly welcome!
To help with translation please go to [our Weblate page](https://hosted.weblate.org/projects/etesync/) and translate it from there.
Third Party Code
================
2014-03-29 22:32:51 +01:00
EteSync's source code was originally based on [DAVdroid](https://www.davx5.com) but the codebases has since diverged quite significantly.
2017-02-21 16:37:18 +01:00
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.