Tags

Tags give the ability to mark specific points in history as being important
  • v1.10-ose

    3a6db13d · Update Kotlin ·
    Version 1.10
    
    * new login method by URL and client certificate
    * improved LoginActivity
    * notify on SSLHandshakeException (except when a certificate was rejected by cert4android)
    * show exception cause in debug info
    * various minor improvements
    
  • v1.9.10-ose

    dd3b326f · Version bump to 1.9.10 ·
    Version 1.9.10
    
    * fixed: changed contacts visibility on every sync
    * fixed: crash on database upgrade
    * various refactoring and optimizations
    
  • v1.9.9-ose

    abd0eb53 · Version bump to 1.9.9 ·
    Version 1.9.9
    
    * update for OpenTasks support
      - ical4android update
      - use uid field for tasks
      - require OpenTasks 1.1.8.2
    * bug/crash fix and minor optimizations
    
  • v1.9.8.1-ose

    73c5c9ef · Fix string resource ·
    Version 1.9.8.1
    
    * fix DNS SRV/TXT resolving problem on Android 8 (needed for "Login with email address")
    
  • v1.9.8-ose

    04306ed9 · Version bump to 1.9.8 ·
    Version 1.9.8
    
    * add manual to navigation drawer
    * minor bug fixes and improvements
    
  • v1.9.7-ose

    eff4438e · Version bump to 1.9.7 ·
    Version 1.9.7
    
    * avoid crash on Android 8 when non-DAVdroid accounts are added/removed
    * only ask for tasks permission if there's a tasks provider
    
  • v1.9.6-ose

    Version 1.9.6
    
    Target to Android 8.1:
    
    * set up notification channels
    * don't rely on implicit broadcast to detect tasks app installation
    
  • v1.9.5-ose

    45af16af · Version bump to 1.9.5 ·
    Version 1.9.5
    
    * pass title and color of Webcal calendars to ICSdroid
    * minor bug fixes and improvements
    
  • v1.9.4-ose

    Version 1.9.4
    
    * allow to force read-only ("one-way") sync for collections
    * ask for required permissions when DAVdroid account acitivity is opened
    * library and translation updates
    
  • v1.9.3-ose

    4e4cf764 · Version bump to 1.9.3 ·
    Version 1.9.3
    
    * improved custom certificate support
    * raise API level to 19 (required by ical4j)
    * various minor improvements and bug fixes (including fixed crashes on Android 4.x)
    
  • v1.9.2-ose

    Version 1.9.2
    
    * ical4android: upgrade to ical4j/2.1.3 brings VTIMEZONE caching (performance improvement)
    * build tools 27 works around bug of some custom ROMs that causes crashing apps and boot loops
    
  • v1.9.1-ose

    Release: v1.9.1-ose
    Version 1.9.1
    
    * improve resource detection
    * better handling of contact group method change
    * prevent multiple syncs to be run at the same time for the same account and authority
    * events: support ACCESS_CONFIDENTIAL
    * minor bug fixes and optimizations
    
  • v1.9-ose

    0e4bb317 · Version bump to 1.9-ose ·
    Version 1.9
    
    * a lot of internal reworking to make DAVdroid ready for the upcoming Managed DAVdroid release
    * theme and launcher icon update
    * CalDAV: allow email reminders for events, too
    * CalDAV: ical4j library update
    * various bug fixes and improvements
    
  • v1.8.1-ose

    Version 1.8.1
    
    Better support for read-only address books:
    * discard local changes read-only address books when syncing
    * show notification when local changes are discarded
    * show warning when read-only address book is selected for sync
    
  • v1.8-ose

    Version 1.8
    
    * CalDAV: enumerate Webcal feeds (subscribed calendars)
    * Webcal feeds: integrate with ICSdroid (or other Webcal apps) – you can now
      subscribe to and unsubscribe from CalDAV-propagated Webcal feeds
      over ICSdroid directly from DAVdroid
    * sync intervals: remove 5 min and 10 min (not allowed in recent Android
      versions anymore for battery saving reasons), added 30 min
    * minor bug fixes and optimizations
    
  • v1.7.3-ose

    c8dca756 · Version bump to 1.7.3 ·
    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 fixes
    
  • v1.7.2-ose

    Version 1.7.2
    
    * make event color support optional (opt-in) for compatibility with major calendar apps which crash when event colors are used
    * optimize logging
    * upgrade support library
    * minor optimizations and bug fixes
    
    To synchronize per-event colors, enable the option in DAVdroid account settings before synchronizing a calendar. To make it working for already synchronized events:
    
    1. uncheck the calendar in the DAVdroid account
    2. enable per-color events in DAVdroid account settings
    3. check the calendar in the DAVdroid account
    4. force-sync
    
  • v1.7.1-ose

    Version 1.7.1
    
    * minor bug fixes and optimizations
    
  • v1.7-ose

    Version 1.7
    
    * support per-event colors for events (RFC 7986 COLOR)
    * WiFi SSID restriction: allow multiple SSIDs
    * minor improvements and bug fixes
    
  • v1.6.5-ose

    Version 1.6.5
    
    * rewrite of complete app to Kotlin finished (UI rewritten)
    * resource detection can now be cancelled (use the back button)
    * race condition in certificate handling fixed
    * other minor improvements and bug fixes