1
0
mirror of https://github.com/etesync/android synced 2024-11-16 04:49:06 +00:00
Go to file
Tom Hacohen f7104bbcef Syncmanager: fetch journal entries in chunks.
Before this commit we used to fetch the whole journal entry list in one
go, which caused issues in two cases:
1. On slow internet connections the download may fail.
2. With big journals: Android interrupts sync managers if they don't
    perform any significant network traffic for over a minute[1],
    and because we would first download and only then process, we would
    sometimes hit this threshold.

Current chunk size is set to 50.

1: https://developer.android.com/reference/android/content/AbstractThreadedSyncAdapter.html
2017-05-12 14:36:43 +01:00
app Syncmanager: fetch journal entries in chunks. 2017-05-12 14:36:43 +01:00
cert4android@9033f39d1f Update cert/ical/vcard4android to latest. 2017-04-05 18:40:47 +01:00
gradle/wrapper Adjust DAVdroid to use the EteSync protocol (mostly working) 2017-02-21 17:26:19 +00:00
ical4android@49fbb68461 Add multiple address books support 2017-04-27 11:42:05 +01:00
scripts Fetch translations from Transifex 2016-11-13 20:34:11 +01:00
vcard4android@1bb0b25339 Update okhttp and submodules to latest. 2017-04-20 14:14:40 +01:00
.gitignore Adjust DAVdroid to use the EteSync protocol (mostly working) 2017-02-21 17:26:19 +00:00
.gitmodules Adjust DAVdroid to use the EteSync protocol (mostly working) 2017-02-21 17:26:19 +00:00
build.gradle Update gradle. 2017-04-20 14:12:04 +01:00
ChangeLog.md Update Changelog. 2017-05-12 13:09:44 +01:00
CONTRIBUTORS.md Add a contributors file. 2017-03-08 10:16:17 +00:00
gradle.properties Adjust DAVdroid to use the EteSync protocol (mostly working) 2017-02-21 17:26:19 +00:00
gradlew
gradlew.bat
LICENSE README changes; fix EXDATE bug 2015-11-27 12:31:15 +01:00
README.md Add "Get it on" badges to readme 2017-03-01 00:38:58 +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

Please see the EteSync website for more information.

Get it on Google Play Get it on F-Droid

EteSync is licensed under the GPLv3 License.

EteSync's source code is based on DAVdroid and adjusted to work with the EteSync protocol.

Third Party Libraries

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.