Difference between revisions of "Open source status"
From dmfswiki
Line 5: | Line 5: | ||
;[https://github.com/dmfs/string-utils string-utils] | ;[https://github.com/dmfs/string-utils string-utils] | ||
:Just some String helper routines used throughout the project. | :Just some String helper routines used throughout the project. | ||
+ | |||
+ | ;[https://github.com/dmfs/notification-wrapper notification-wrapper] | ||
+ | :A wrapper for android.apps.Notification | ||
;[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 16:29, 9 May 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.
Please note: during refactoring I'll split the projects into several (mostly Android-independent) libraries to reduce complexity and make them reusable in other projects.
- string-utils
- Just some String helper routines used throughout the project.
- notification-wrapper
- A wrapper for android.apps.Notification
- 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.