Difference between revisions of "Open source status"
From dmfswiki
Line 1: | Line 1: | ||
− | CalDAV-Sync and CardDAV-Sync are not open source yet, but some parts already are. This page will list all open sourced libs. | + | CalDAV-Sync and CardDAV-Sync are not open source yet, but some parts already are. This page will list all open sourced libs. Please see question #13 in my [[CalDAV-Sync FAQ]] to learn why the open source release is taking so long. |
;[https://github.com/dmfs/string-utils string-utils] | ;[https://github.com/dmfs/string-utils string-utils] |
Revision as of 18:30, 29 April 2012
CalDAV-Sync and CardDAV-Sync are not open source yet, but some parts already are. This page will list all open sourced libs. Please see question #13 in my CalDAV-Sync FAQ to learn why the open source release is taking so long.
- string-utils
- Just some String helper routines used throughout the project.
- xml-serializer
- This is the XML serializer used by CalDAV-Sync & CardDAV-Sync. It aims to be more convenient than the stock Android XmlSerializer interface, still being somewhat lightweight and efficient.