AndroidCaldavSyncAdapater v1.8 Release Notes

Release Date: 2013-09-30 // over 10 years ago
  • ๐Ÿš€ 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.