mirror of
https://github.com/etesync/android
synced 2025-01-23 22:21:23 +00:00
20568c850a
This doesn't work well, but I'm keeping it since it's still better than what was there before. We have a problem that on initial sync with long enough logs, Android kills the sync manager before completion. The reason for that is that due to the fact that EteSync first downloads the whole journal and only then processes it, the sync manager spends a minute without making any network traffic, which in turn makes Android kill the sync[1]. This should probably be fixed by paginating the initial download, that is, downloading and processing the journal in chunks, which is possibly a good idea regardless. 1: https://developer.android.com/reference/android/content/AbstractThreadedSyncAdapter.html |
||
---|---|---|
app | ||
cert4android@9033f39d1f | ||
gradle/wrapper | ||
ical4android@49fbb68461 | ||
scripts | ||
vcard4android@1bb0b25339 | ||
.gitignore | ||
.gitmodules | ||
build.gradle | ||
ChangeLog.md | ||
CONTRIBUTORS.md | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.md | ||
run-tests.sh | ||
settings.gradle |
EteSync
Please see the EteSync website for more information.
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.