Skip to content

Releases: gggard/AndroidCaldavSyncAdapater

v1.8.1 - official release

20 Nov 17:12
Compare
Choose a tag to compare

These are the changes for this release (bugfixes only)

  • #123 negative duration (dtstart is after dtend)
  • #135 missing encoding during put request
  • untag android events in steps #119
  • proguard complained about the libs
  • changed getPath to getRawPath, fixes #103
  • issue #126 http-header host with server port
  • optional account name during account creation #108 and #103
  • zimbra: new events got duplicated #103
  • NullPointerException in MultiStatusHandler #129, #131, #132
  • Tine 2.0 is reported as working #72

thanks to all beta tester for their patience.

v1.8 - official release

30 Sep 10:00
Compare
Choose a tag to compare

The main change within this release is the ability of 2 way sync. Events created/updated/deleted on client side are getting synchronized to the server.

These are some of the changes for this release:

  • 2 way sync
  • google calendar supported
  • calendars are deleted on client side when deleted on server side
  • incorrect use of content-type text/plain for XML requests
  • sometimes provider.insert() returns null Uri
  • net.fortuna.ical4j.data.ParserException
  • Calendar NumberFormatException
  • URL without trailing slash
  • Every request is doubled
  • sync adapter acts greedy during calendar update
  • the etag for events are not stored correct

thanks to all alpha tester for their patience.