1
0
mirror of https://github.com/etesync/android synced 2025-01-11 00:01:12 +00:00
Go to file
Tom Hacohen 570ed1b84a SyncAdapter: move journal fetching to a separate caching class
Before this change we were fetching the journals 3 times each time (once
for each journal type).
This was wasteful both for the server and battery life. Now we just cache the
requests for a few seconds with the assumption that a burst most mean it's
the same sync operation.
2019-09-26 18:07:14 +03:00
app SyncAdapter: move journal fetching to a separate caching class 2019-09-26 18:07:14 +03:00
cert4android@0a451ad044 Update cert4android and adjust HttpClient accordingly 2019-09-11 09:36:48 +01:00
fastlane/metadata/android Update Changelog. 2019-09-25 23:57:38 +03:00
gradle/wrapper Update gradle. 2019-05-06 12:58:11 +01:00
ical4android@c9994a6fad Update ical4android (task categories support). 2019-09-19 15:18:07 +03:00
scripts Fetch translations from Transifex 2016-11-13 20:34:11 +01:00
vcard4android@31018eb861 Update vcard/ical4android. 2019-08-23 09:35:04 +01: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 2019-05-29 12:49:55 +01:00
ChangeLog.md Update Changelog. 2019-09-25 23:57:38 +03:00
CONTRIBUTORS.md Add a contributors file. 2017-03-08 10:16:17 +00:00
gradle.properties Temporarily disable R8. 2019-05-06 13:09:42 +01: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: change the link to the f-droid badge to the one on the EteSync server 2019-03-06 22:07:49 +00: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.

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.