Open source status

From dmfswiki
Jump to: navigation, search

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. This page also lists the libraries used by the task app (which already is open source).

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.

color-picker
A simple and beautiful color picker for Android.
notification-wrapper
A wrapper for android.apps.Notification
lib-recur
A recurrence processor for Java.
retention-magic
A small library to make it easier to retain the instance state of an Android Fragment or Activity. In addition it can persist fields to SharedPreferences and initialize values from an Extras or Arguments Bundle.
string-utils
Just some String helper routines used throughout the project.
task-provider
A task provider for Android.
tasks
A task app for Android.
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.