mirror of
https://github.com/etesync/android
synced 2024-11-16 04:49:06 +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 |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
build.gradle | ||
lint.xml | ||
proguard-rules.txt |