commit | 837cba33c59ea4bb622878f77fc262436e01ce2b | [log] [tgz] |
---|---|---|
author | Daisuke Miyakawa <dmiyakawa@google.com> | Tue Oct 27 11:22:34 2009 +0900 |
committer | Daisuke Miyakawa <dmiyakawa@google.com> | Thu Oct 29 09:16:31 2009 +0900 |
tree | 927f9d97f45eebf6d28023cc2058c4a365712f0f | |
parent | bb88e3ad568a05cc816fa786fcf1902fa9497499 [diff] |
Add partial support of Android-specific properties. In the near future, all the values which cannot be converted to vCard property is expressed as "X-ANDROID-CUSTOM" property + MIME_TYPE. Example (Nick name): X-ANDROID-CUSTOM:vnd.android.cursor.item/nickname;Nicky;;;;;;;;;;;;; All the data are stored ordered by its column name ("data1" - "data15"). Currently the code assumes the max num is 15. Internal Issue number: 2079082