ez-vcard icon indicating copy to clipboard operation
ez-vcard copied to clipboard

A vCard parser library for Java

Results 27 ez-vcard issues
Sort by recently updated
recently updated
newest added

Java 8 is now really out of date and consuming the ez-vcard dependency is not possible from a modular Java 11 project. * Added module-info to be able to consume...

enhancement

I am trying to retrieve all the values by calling a custom method on a VCardProperty. ([Address](https://github.com/prrvchr/vCardOOo/blob/main/source/vCardOOo/source/io/github/prrvchr/carddav/property/Address.java#L54), [Email](https://github.com/prrvchr/vCardOOo/blob/main/source/vCardOOo/source/io/github/prrvchr/carddav/property/Email.java#L54), [Categories](https://github.com/prrvchr/vCardOOo/blob/main/source/vCardOOo/source/io/github/prrvchr/carddav/property/Categories.java#L50)...) I'm not a Java specialist, but I can't manage to do...

help wanted

After updating to 0.12.0 , I've noticed that it has some changes that I hope I've found proper alternatives to them: 1. Doesn't support File class as parameter for `VCardWriter`...

help wanted

Hello, I've added support for Java 9+ modules using the moditect plugin. This doesn't require dropping support for Java 8. I've done some testing and everything looks to be working....

Hi, are you interested in a PR to add support for jigsaw modules(aka module-info)? It's nice to have when using this library with newer versions of Java. If you want...

Fatal Exception: java.lang.IllegalStateException: [Error 26] Global number must start with "+". at ezvcard.parameter.VCardParameters$VCardParameterList._exception(VCardParameters.java:1741) at ezvcard.parameter.VCardParameters$VCardParameterList.asObject(VCardParameters.java:1713) at ezvcard.parameter.VCardParameters$VCardParameterList.get(VCardParameters.java:1694) at java.util.AbstractList$Itr.next(AbstractList.java:358) at java.util.AbstractCollection.toString(AbstractCollection.java:461) at java.lang.String.valueOf(String.java:2924) at java.lang.StringBuilder.append(StringBuilder.java:132) I am encountering a crash...

i didn`t want to get every property so i call vcard into list that return me the list of card properties but i working fine debug mode but on Release...