Skip to content
Tags give the ability to mark specific points in history as being important
  • v0.6.3
    Version 0.6.3
    
    * small updates in resource auto-detection
    * added translations: Czech, Serbian
    * minor bug fixes
  • v0.6.2
    225ffc07 · Version bump to 0.6.2 ·
    * fixes a problem with resource detection with some servers (e.g. DAViCal)
    * detects server-side VCard/4 support for later
    * new ez-vcard version
    * refactoring, tests
  • v0.6.1
    Version 0.6.1:
    
    * group support via VCard CATEGORIES (e.g. for OwnCloud)
    * bug fixes and improvements related to well-known URL support
    
    Important: if you use CATEGORIES, please make sure that the contacts
    are read from the server again (either by changing them all, for instance
    by assigning other categories or by adding the account again).
    
    Also important: DAVdroid is only responsible for synchronization of groups
    but not for the GUI. There are bugs in the Android contacts editors.
    See http://davdroid.bitfire.at/faq/entry/cant-manage-groups-on-device
  • v0.6
    DAVdroid 0.6
    ============
    
    * Adds support for .well-known URLs (RFC 5785)
      -> This allows to combine CalDAV/CardDAV for OWNCLOUD IN ONE ACCOUNT!
         See lines with ".well-known" in http://doc.owncloud.org/server/6.0/admin_manual/installation/installation_source.html
      -> This also allows MUCH SIMPLER ICLOUD SETUP:
         Just add one account for "caldav.icloud.com" (and your Apple ID)
         and another account for "contacts.icloud.com" (and your Apple ID)
    
    * Handles HTTP redirections
    * Minor bug fixes and improvements
  • v0.5.14-alpha
    0.5.14α
    
    * fixed a problem where the upload of a contact/event was not retired when the first upload failed
    * internal cleanup, added tests and documentation
    * contacts/events which have been uploaded successfully are not immediately downloaded again anymore (only when they change)
    * debug settings are shown from main activity menu, too
  • v0.5.13-alpha
    0.5.13α
    
    * support for TLSv1.2 (Android supports TLSv1.2, but it's not activated by default on < 4.4.2)
    * support for HTTP(S) proxies (although without SNI/TLSv1.2 due to Android limitations)
    * new debug settings GUI
    * network traffic is only logged upon request
    * increased connection timeout from 20 to 45 seconds
    * better handling of invalid VCards
    * various input fields are now scrollable
  • v0.5.12-alpha
    0965c8d3 · Version bump to 0.5.12 ·
    0.5.12α
    
    * retains unknown/extended VCard properties (have fun with ever-growing VCards!)
    * handles stale kept-alive connections correctly
    * always sets FN in VCards
    * minor improvements and bug fixes
  • v0.5.11-alpha
    0.5.11α
    
    * SNI support for Android <4.2, too
    * Catalanian translation (thanks to @pokoli)
  • v0.5.10.2-alpha
    0.5.10.2α
    
    * add HTTP support again
    * add test for SNI
  • v0.5.10.1-alpha
    0.5.10.1α adds SNI support for Android 4.2+ again
  • v0.5.10-alpha
    a02b8a1b · Adapted tests ·
    0.5.10α Danke, Zuck!
    
    * uses HttpComponents/4.3.2 instead of obsolete HttpClient shipped with stock Android
    * settings version management
    * Settings v1: use absolute URLs instead of paths and discard principal path
      (required for future implementation of well-known URIs)
    * shows JB Workaround info when installed from Google Play
    * new icon sizes to match Android design guidelines
    * various bug fixes
  • v0.5.9-alpha
    8a02601c · Version bump to 0.5.9 ·
    0.5.9α Dies irae
    
    * support for read-only resources/calendars
    * better logging/error handling
  • v0.5.8.1-alpha
    0.5.8.1 fixes a crash bug
  • v0.5.8-alpha
    0.5.8α Pink Unicorn
    
    * better DTEND/DURATION handling (also in combination with recurring events)
    * support for structured organization (department) through ez-vcard/0.9.2
    * Spanish translation (thanks to @xphnx)
    * bug fixes
    * new tests, minor refactoring
  • v0.5.7-alpha
    0.5.7α Invisible Friend
    
    * better VCard ORG (department)/TITLE/ROLE support
    * support for multiple Web URLs in VCards
    * improved logging
    * fixed regression bug that caused unnecessary traffic
    * other bug fixes and workarounds
  • v0.5.6-alpha
    4f1488ec · 0.5.6α Wage Slave ·
    0.5.6α Wage Slave
    
    * support primary (preferred) phone numbers/email addresses
    * fix (crash) bug in URI sanitation
    * don't set calendar properties not supported by device's Android version
    * require already-set remote file name when finding updated records
    * version bump to 0.5.6α
  • v0.5.5-alpha
    0.5.5α Forced Servitude
    
    * support for ANNIVERSARY in VCards
    * performance optimisations
    * bug fixes
  • v0.5.4-alpha
    0.5.4α Happy Jumper
    
    * support for SIP addresses
    * improve support for a larger number of contacts/events
    * support for high-res contact photos
    * many performance tweaks and refactoring
  • v0.5.3-alpha
    0.5.3α is a bug fix release:
    
    * add null checks to avoid crashes
    * more detailed DAV exceptions for error handling
    * better logging (limited to 10 kB per log entry) to avoid memory problems
    * other small improvements
  • v0.5.2-alpha
    0.5.2α is a bug fix release:
    
    * fix crashes and exceptions
    * write PRODID with DAVdroid and ez-vcard version to VCards
    * adapt contact EditSchema (adds Organization field to contact editor)
    * many input checks