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. | ||
+ | |||
+ | ;[https://github.com/dmfs/string-utils string-utils] | ||
+ | :Just some String helper routines. | ||
;[https://github.com/dmfs/xml-serializer xml-serializer] | ;[https://github.com/dmfs/xml-serializer 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. | :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. |
Revision as of 07:08, 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.
- string-utils
- Just some String helper routines.
- 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.