Downloadliste

Projektbeschreibung

cardme is a Java library implementation of RFC 2426, VCard. It provides Java applications with a way to read and write from and to the VCard file format. The project's goals are to provide a flexible and easy to use library with excellent documentation.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-03-03 23:44
0.3.2.01

Die parsing-Engine verarbeitet jetzt weichen Zeilenumbrüche. Eine Ausnahme wird nicht mehr ausgelöst, wenn TYPE-Parameter in der URL-Typ im Kompatibilitätsmodus MS_OUTLOOK stoßen. VCard Version 3.0 ist jetzt auf VCards gezwungen, die beim Schreiben auf 2.1 festgelegt wurden.
The parsing engine now handles soft line breaks. An exception is no longer thrown when encountering TYPE parameters in the URL type when in MS_OUTLOOK compatibility mode. VCard version 3.0 is now forced on VCards which have been set to 2.1 when writing.

2012-03-03 08:26
0.3.2

Diese Version behebt ein Verweisfehler in der Methode containsAllXXXParameterTypes() wo es sollte "das" anstelle von einem lokalen Parameter verweisen wurde haben. Es behebt CardMe Verhalten für Codierung und Decodierung von Quoted-Printable Zeichenfolgen, die den deklarierten Zeichensatz verwendet, falls vorhanden. Wenn nicht, dann wird es die Standard-System-Charset verwenden, wenn ein Benutzer angegeben, Charset gezwungen ist.
Es erlaubt Benutzern, einen Zeichensatz für die Verwendung mit Quoted-Printable Zeichenfolgen in der VCardEngine und VCardWriter zu erzwingen.
This release fixes a reference error in the containsAllXXXParameterTypes() method where it should have been referencing "this" instead of a local parameter. It fixes CardMe behavior for encoding and decoding Quoted-Printable strings to use the declared charset if present. If not, then it will use the default system charset unless a user specified charset is forced.
It allows users to force a charset for use with Quoted-Printable strings in the VCardEngine and VCardWriter.

2012-02-09 07:39
0.3.1.01

Dies ist eine kleinere Version, die Funktion 3481733, implementiert wird, die Benutzern erlaubt, ihre eigenen EOL-Zeichen von VCardWriter verwendet werden angeben. Die benutzerdefinierte EOL wird auch für Zeichenfolgen und Daten sowie verwendet werden.
Tags: Stable
This is a minor release that implements feature 3481733, which allows users to specify their own EOL characters to be used by VCardWriter. The custom EOL will also be used for folding strings and data as well.

2011-12-24 08:16
0.3.1

Diese Version unterstützt den Sprachtyp Parameter beim Lesen und Schreiben von Vcards. Es fügt eine hilfreiche "containsAllXXXParameterTypes()" Methode, die true zurück wird, wenn die angegebene Liste der Typen der Parameter in den zugeordneten Typ vorhanden ist. Dies ist anstelle von Aufrufen der Methode contains() viele Male.
Tags: Stable
This release supports the LANGUAGE parameter type when reading and writing vcards. It adds a helpful "containsAllXXXParameterTypes()" method that will return true if the specified list of parameter types exists in the associated type. This is instead of calling the contains() method many times.

2011-12-15 10:08
0.3

Diese Version enthält einige neue Features, Bugfixes und Maven Integration. Es gab auch eine Überarbeitung in die Package-Struktur. Der Name wurde in net.sourceforge.cardme.* geändert und die Bibliothek hängt jetzt Apache Lager-Codec für quoted-printable-Codierung nur.
Tags: Stable
This version includes a few new features, bugfixes, and Maven integration. There has also been an overhaul in the package structure. The name was changed to net.sourceforge.cardme.* and the library now depends on Apache commons-codec for quoted-printable encoding only.

Project Resources