mirror of
https://github.com/etesync/android
synced 2024-12-23 23:18:46 +00:00
69bf028481
This should never happen, but it has: kotlin.TypeCastException: null cannot be cast to non-null type com.etesync.syncadapter.resource.LocalContact at com.etesync.syncadapter.resource.LocalGroup$Companion.applyPendingMemberships(LocalGroup.kt:66) at com.etesync.syncadapter.syncadapter.ContactsSyncManager.postProcess(ContactsSyncManager.kt:122) at com.etesync.syncadapter.syncadapter.SyncManager.performSync(SyncManager.kt:169) at com.etesync.syncadapter.syncadapter.ContactsSyncAdapterService$ContactsSyncAdapter.onPerformSync(ContactsSyncAdapterService.kt:59) at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259) We call it at post process exactly because we want to make sure that all the members already exist. I guess a deletion on a misbehaving client (maybe even the web client?) can cause this. Potentially also with some DAV clients. Anyhow, it's better to be more defensive here. |
||
---|---|---|
app | ||
cert4android@0d2593c04c | ||
fastlane/metadata/android/en-US | ||
gradle/wrapper | ||
ical4android@35d87b58df | ||
scripts | ||
vcard4android@66e08cd395 | ||
.gitignore | ||
.gitmodules | ||
build.gradle | ||
ChangeLog.md | ||
CONTRIBUTORS.md | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.md | ||
run-tests.sh | ||
settings.gradle |
EteSync - Secure Data Sync
Secure, end-to-end encrypted, and privacy respecting sync for your contacts, calendars and tasks (Android client).
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.