Version 1.3.8
added verbose information about current local and remote resource to debug info (helps to find faulty contacts/events, for instance when they’re not parseable) new translations, which also fix a crash in the Spanish versionDAVdroid 1.5 Release Notes
-
DAVdroid 1.5
- support for multiple address books per DAVdroid account
- minor improvements and bug fixes
-
Version 1.5.0.1
- hotfix: don’t crash on empty address book displayName
-
Version 1.5.0.2
- open DAVdroid main activity when add a “DAVdroid Address book” account is added over Settings
- account settings: restart loader after sync interval update
- debug info: add signature for easier automatic processing
Public source code (which is also used for the F-Droid version) only:
- fix: address book sync working again
- minor bug fixes
-
Version 1.5.0.3 (maintenance release)
- library updates:
- okhttp/3.7.0 (was 3.6.0) [CHANGELOG]
- dnsjava/2.1.8 (was 2.1.7)
- commons-lang3/3.5 (was 3.4) [release notes]
- sl4fj-jdk14/1.7.25 (was 1.7.21)
- follow redirects on
DELETE
- new translations (thanks to our translators!)
- library updates:
-
Version 1.5.1
- bug fix: check sync conditions (connection type/WiFi restrictions) for new contacts sync, too
- bug fix: process
null
values ofIS_ORGANIZER
- bug fix: better handling of events with zero duration
- bug fix: use untranslated
User-Agent
again (was introduced with 1.5.0.3)
-
Version 1.5.2
- upgrade to okhttp/3.8.0 (should fix
NoSuchElementException
on empty DNS results) - remove “vcard4android” from VCard PRODID to avoid folding for better compatibility
- use UUIDs for newly generated event/task UIDs (RFC 7986 5.3 UID Property)
- upgrade to okhttp/3.8.0 (should fix