<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_frameworks_opt_vcard, branch lollipop-mr1-dev</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_frameworks_opt_vcard/'/>
<entry>
<title>Fix import of iOS vcards</title>
<updated>2014-07-23T21:21:39+00:00</updated>
<author>
<name>Jay Shrauner</name>
<email>shrauner@google.com</email>
</author>
<published>2014-07-22T19:36:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_frameworks_opt_vcard/commit/?id=210ebaab315e389ffc66278e28ecd6230e412b5f'/>
<id>210ebaab315e389ffc66278e28ecd6230e412b5f</id>
<content type='text'>
Fix handling of multiline data blocks in v3.0 vcards with \r\r\n line
terminators.

Bug:16433675
Change-Id: I77c7c94fa1b13e18e53459e94c3c73ad53b7d8e2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix handling of multiline data blocks in v3.0 vcards with \r\r\n line
terminators.

Bug:16433675
Change-Id: I77c7c94fa1b13e18e53459e94c3c73ad53b7d8e2
</pre>
</div>
</content>
</entry>
<entry>
<title>am 2ce674dd: am 7f72d2dd: Can\'t send my wife\'s vcard between devices</title>
<updated>2014-04-08T20:33:07+00:00</updated>
<author>
<name>Tom Taylor</name>
<email>tomtaylor@google.com</email>
</author>
<published>2014-04-08T20:33:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_frameworks_opt_vcard/commit/?id=4950d922815e16a0724e2509a6d04ccef8bd810b'/>
<id>4950d922815e16a0724e2509a6d04ccef8bd810b</id>
<content type='text'>
* commit '2ce674dd8b76a6248463107f8e9d69b054097f7f':
  Can't send my wife's vcard between devices
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* commit '2ce674dd8b76a6248463107f8e9d69b054097f7f':
  Can't send my wife's vcard between devices
</pre>
</div>
</content>
</entry>
<entry>
<title>am 7f72d2dd: Can\'t send my wife\'s vcard between devices</title>
<updated>2014-04-08T16:19:48+00:00</updated>
<author>
<name>Tom Taylor</name>
<email>tomtaylor@google.com</email>
</author>
<published>2014-04-08T16:19:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_frameworks_opt_vcard/commit/?id=2ce674dd8b76a6248463107f8e9d69b054097f7f'/>
<id>2ce674dd8b76a6248463107f8e9d69b054097f7f</id>
<content type='text'>
* commit '7f72d2dd76a6b95ff11411a62fa1329ca68edc9d':
  Can't send my wife's vcard between devices
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* commit '7f72d2dd76a6b95ff11411a62fa1329ca68edc9d':
  Can't send my wife's vcard between devices
</pre>
</div>
</content>
</entry>
<entry>
<title>Can't send my wife's vcard between devices</title>
<updated>2014-04-07T21:32:27+00:00</updated>
<author>
<name>Tom Taylor</name>
<email>tomtaylor@google.com</email>
</author>
<published>2014-04-04T20:44:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_frameworks_opt_vcard/commit/?id=7f72d2dd76a6b95ff11411a62fa1329ca68edc9d'/>
<id>7f72d2dd76a6b95ff11411a62fa1329ca68edc9d</id>
<content type='text'>
Bug 13751984

If X-ANDROID-CUSTOM follows a photo's hex data, that line will get included
as part of the photo data and will cause Base64.decode() to throw an
exception. The code that gathers the hex data needs to finish if it sees
X-ANDROID-CUSTOM. Added a test case to test this "bad" vcard.

Change-Id: Ie60a1d09354a9c8a9dab603da01e9c7aff5eb070
(cherry picked from commit a326bcbb665b08f5c20122616452c6e3be8389ac)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug 13751984

If X-ANDROID-CUSTOM follows a photo's hex data, that line will get included
as part of the photo data and will cause Base64.decode() to throw an
exception. The code that gathers the hex data needs to finish if it sees
X-ANDROID-CUSTOM. Added a test case to test this "bad" vcard.

Change-Id: Ie60a1d09354a9c8a9dab603da01e9c7aff5eb070
(cherry picked from commit a326bcbb665b08f5c20122616452c6e3be8389ac)
</pre>
</div>
</content>
</entry>
<entry>
<title>Can't send my wife's vcard between devices</title>
<updated>2014-04-04T20:44:47+00:00</updated>
<author>
<name>Tom Taylor</name>
<email>tomtaylor@google.com</email>
</author>
<published>2014-04-04T20:44:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_frameworks_opt_vcard/commit/?id=a326bcbb665b08f5c20122616452c6e3be8389ac'/>
<id>a326bcbb665b08f5c20122616452c6e3be8389ac</id>
<content type='text'>
Bug 13751984

If X-ANDROID-CUSTOM follows a photo's hex data, that line will get included
as part of the photo data and will cause Base64.decode() to throw an
exception. The code that gathers the hex data needs to finish if it sees
X-ANDROID-CUSTOM. Added a test case to test this "bad" vcard.

Change-Id: Ie60a1d09354a9c8a9dab603da01e9c7aff5eb070
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug 13751984

If X-ANDROID-CUSTOM follows a photo's hex data, that line will get included
as part of the photo data and will cause Base64.decode() to throw an
exception. The code that gathers the hex data needs to finish if it sees
X-ANDROID-CUSTOM. Added a test case to test this "bad" vcard.

Change-Id: Ie60a1d09354a9c8a9dab603da01e9c7aff5eb070
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "This code hasn't used CharsetUtils since 2011. Time to let it die."</title>
<updated>2013-09-25T00:32:13+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2013-09-25T00:32:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_frameworks_opt_vcard/commit/?id=5907243e6cf0603adf266ebfa7ee5ee465b9c596'/>
<id>5907243e6cf0603adf266ebfa7ee5ee465b9c596</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>This code hasn't used CharsetUtils since 2011. Time to let it die.</title>
<updated>2013-09-25T00:13:33+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2013-09-25T00:13:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_frameworks_opt_vcard/commit/?id=f4072640ccbebadbf7d22526a3fe76151769685b'/>
<id>f4072640ccbebadbf7d22526a3fe76151769685b</id>
<content type='text'>
Change-Id: I4ca551fc6bb7dac5c7fa4efd89448e0db9c78849
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I4ca551fc6bb7dac5c7fa4efd89448e0db9c78849
</pre>
</div>
</content>
</entry>
<entry>
<title>am 7a2ac040: Store encoding in upper case.</title>
<updated>2012-11-15T01:30:04+00:00</updated>
<author>
<name>Chiao Cheng</name>
<email>chiaocheng@google.com</email>
</author>
<published>2012-11-15T01:30:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_frameworks_opt_vcard/commit/?id=5f55ee296e26d5278fd0d91657edddc92766459e'/>
<id>5f55ee296e26d5278fd0d91657edddc92766459e</id>
<content type='text'>
* commit '7a2ac0405decebde94bb4e3a139d62162e6e15a0':
  Store encoding in upper case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* commit '7a2ac0405decebde94bb4e3a139d62162e6e15a0':
  Store encoding in upper case.
</pre>
</div>
</content>
</entry>
<entry>
<title>Store encoding in upper case.</title>
<updated>2012-11-13T00:47:40+00:00</updated>
<author>
<name>Chiao Cheng</name>
<email>chiaocheng@google.com</email>
</author>
<published>2012-11-13T00:47:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_frameworks_opt_vcard/commit/?id=7a2ac0405decebde94bb4e3a139d62162e6e15a0'/>
<id>7a2ac0405decebde94bb4e3a139d62162e6e15a0</id>
<content type='text'>
Instead of checking for up case each time or using equalsIgnoreCase.

Bug: 7292017
Change-Id: I3954a2e0fdb757d157bcf3dff77ed2749a9577d8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of checking for up case each time or using equalsIgnoreCase.

Bug: 7292017
Change-Id: I3954a2e0fdb757d157bcf3dff77ed2749a9577d8
</pre>
</div>
</content>
</entry>
<entry>
<title>am 8aa2ab8a: Allow importer to handle missing encoding attribute for FN.</title>
<updated>2012-11-13T00:28:11+00:00</updated>
<author>
<name>Chiao Cheng</name>
<email>chiaocheng@google.com</email>
</author>
<published>2012-11-13T00:28:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_frameworks_opt_vcard/commit/?id=b8ffa88e46b84390a0758e1b0d63204a1cd89395'/>
<id>b8ffa88e46b84390a0758e1b0d63204a1cd89395</id>
<content type='text'>
* commit '8aa2ab8a2f4284cdbc9392e8597ab6d4fd302c50':
  Allow importer to handle missing encoding attribute for FN.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* commit '8aa2ab8a2f4284cdbc9392e8597ab6d4fd302c50':
  Allow importer to handle missing encoding attribute for FN.
</pre>
</div>
</content>
</entry>
</feed>
