commit | 1b9e2bec6381ac7e7d0cfe0db549c5396d2ba7ce | [log] [tgz] |
---|---|---|
author | Daisuke Miyakawa <dmiyakawa@google.com> | Tue Nov 17 11:40:45 2009 +0900 |
committer | Daisuke Miyakawa <dmiyakawa@google.com> | Tue Nov 17 14:30:17 2009 +0900 |
tree | 0eb49f4a4bb5e9cf8dca9d529f139a0791e6db4e | |
parent | f016fa632b1d3c606934bc11a889af3921c6120e [diff] |
Split vCard composer into two parts: VCardComposer and VCardBuilder. As for VCardBuilder, there was a class with the same name, but this implementation is fundamentally different. This time, VCardBuilder is like StringBuilder. It enables developers to create their own vCard by themselves. Make Constants public and rename it to VCardConstants. Internal issue number: 2242528, 2195990