0
0
mirror of https://github.com/etesync/android.git synced 2024-09-19 20:32:17 +02:00
EteSync - Secure, end-to-end encrypted, and privacy respecting sync for your contacts, calendars and tasks.
Go to file
Weblate (bot) 99dca74486
Translations update from Weblate (#164)
* 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>
2021-12-31 12:16:24 +02:00
.github FUNDING.yml: add funding links 2020-12-01 10:13:08 +02:00
app Translations update from Weblate (#164) 2021-12-31 12:16:24 +02:00
cert4android@47bc6842da Update deps and adjust code accordingly. 2020-10-01 10:14:08 +03:00
fastlane/metadata/android Update changelog. 2021-01-11 12:50:34 +02:00
gradle/wrapper Upgrade gradle. 2020-08-19 17:45:23 +03:00
ical4android@b023c079b2 Update ical4android with a fix. 2020-12-06 12:27:46 +02:00
scripts Fetch translations from Transifex 2016-11-13 20:34:11 +01:00
vcard4android@e98a3a5535 Update vcard4android. 2020-12-01 17:18:01 +02:00
.gitignore Update gitignore. 2018-01-21 21:45:14 +00:00
.gitmodules Switch ical/vcard/cert4android to our own repos. 2018-01-19 15:40:12 +00:00
build.gradle Update gradle and SDK versions. 2020-12-01 17:18:01 +02:00
ChangeLog.md Update changelog. 2021-01-11 12:50:34 +02:00
CONTRIBUTORS.md Add a contributors file. 2017-03-08 10:16:17 +00:00
gradle.properties Enable R8 and fix errors. 2020-09-06 11:51:22 +03:00
gradlew Migrated to Android Studio/gradle 2014-12-20 20:21:46 +01:00
gradlew.bat Migrated to Android Studio/gradle 2014-12-20 20:21:46 +01:00
LICENSE README changes; fix EXDATE bug 2015-11-27 12:31:15 +01:00
README.md README: add a note for translators. 2020-09-29 13:07:07 +03:00
run-tests.sh Improve tests 2016-10-07 14:39:21 +02:00
settings.gradle Adjust DAVdroid to use the EteSync protocol (mostly working) 2017-02-21 17:26:19 +00:00

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 on freenode

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.