Version 1.7.3
improvements for custom certificates (CustomCertService is shut down when not needed anymore) update to okhttp/3.9.0 (including ALPN support) minor improvements and bug fixesDAVdroid 1.11 Release Notes
-
- new sync logic (preparation for Collection Sync, uses less memory)
- improved notifications
- “retry” and “view item” actions for sync errors
- I/O errors are shown as minimum priority notifications (which are not shown in the notification bar, but when the notification drawer is pulled down)
- notifications will disappear automatically if they’re not useful anymore (for instance, the I/O error is gone after a while)
- add start-up info dialog for vendor-specific auto-sync problems (notably Xiaomi and Huawei)
- removed unnecessary permission activity (now handled by account activity)
- library updates (including icaj4j 2.2.0 and okhttp 3.10 which should now be able to handle unexpected HTTP 100 status messages)
- various other improvements and bug fixes
If you get the “SQLiteException: no such column: metadata_dirty” error message when synchronizing contacts, please have a look at FAQ: SQLiteException: no such column: metadata_dirty
-
DAVdroid 1.11.1
- fix memory leak which had caused contact sync problems
- show ical4j version in iCalendars
- show okhttp version in HTTP User-Agent
- minor improvements and bug fixes
-
DAVdroid 1.11.2
Enable Collection Synchronization (RFC 6578) for contacts (CardDAV) when supported by server
-
DAVdroid 1.11.3
Enable Collection Synchronization (RFC 6578) for events (CalDAV) when
- supported by the server and
- past time event limit is disabled
-
DAVdroid 1.11.4
- improved sync algorithm (collection sync)
- announce contact group support to contacts app (allows editing contact groups in various contact apps)
- rewritten dav4android library for stability and reusability
- adaptive launcher icon (for Android 8 Oreo)
- other improvements and bug fixes
- new translations (thanks to our contributors on Transifex)
-
DAVdroid 1.11.4.1
hotfix in collection sync algorithm (fixes that all local contacts/events are sometimes gone when the server invalidates the sync token)
-
DAVdroid 1.11.5
minor bug fixes and improvements