History log of /frameworks/base/core/java/android/pim/vcard/exception/VCardInvalidLineException.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
69831d9dc16c1d36739328910e5d7c0fb7d327fe 02-Sep-2010 Daisuke Miyakawa <dmiyakawa@google.com> VCard refactoring backport.

Change-Id: Icf265ce7f83c1e2bd5db0c3d9bd4c142afd6db34
/frameworks/base/core/java/android/pim/vcard/exception/VCardInvalidLineException.java
344416e8349db9748cdb468146f09e4e2b33c4cb 07-Nov-2009 Daisuke Miyakawa <dmiyakawa@google.com> Make vCard parser invalid lines in vCard file which look like some comment.

e.g. "# Comment?"

In both vCard 2.1 and vCard 3.0, this syntax is never allowed, but some actual exporter seems to emit this kind of comment sometimes.

Both vCard 2.1 and vCard 3.0 allows some property to use multiple lines, so this change may cause another problem.
For example, if the "NOTE" property uses Quoted-Printable type, has several lines, and one of the lines starts with '#', we cannot know whether the line is "comment" or not.
Fortunately, in this change, the line is parsed as part of "NOTE" property, so I think there's no problem "right now", which does not mean that it is completely fine with vCard files Android will encounter in the future.

Internal issue number: 2245363
/frameworks/base/core/java/android/pim/vcard/exception/VCardInvalidLineException.java