mangstadt / ez-vcard-android

Maps the Android vCard API to the ez-vcard API.
BSD 3-Clause "New" or "Revised" License
28 stars 7 forks source link

VCardPropertyScribe.SemiStructuredIterator Not found in version 0.11.3 #8

Open rafiul587 opened 2 years ago

rafiul587 commented 2 years ago

What is the equivalent of VCardPropertyScribe.SemiStructuredIterator, structured or semistructured in _parseText method in the latest version of ez-vcard?

@Override protected AndroidCustomField _parseText(String value, VCardDataType dataType, VCardParameters parameters, ParseContext context) { VCardPropertyScribe.SemiStructuredIterator it = semistructured(value);

mangstadt commented 2 years ago

That functionality was moved to a different library that ez-vcard now uses as a dependency, called vinnie.

The structured/semi-structured parsing code is in the com.github.mangstadt.vinnie.io.VObjectPropertyValues class.