AndroidCaldavSyncAdapater v1.8.1 Release Notes
Release Date: 2013-11-20 // about 11 years ago-
๐ 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.
Previous changes from v1.8
-
๐ 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.