<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android_frameworks_opt_vcard, branch cm-13.0</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/LineageOS/android_frameworks_opt_vcard/'/>
<entry>
<title>Performance: Fix importing vcard slowly problem</title>
<updated>2015-10-06T09:29:19+00:00</updated>
<author>
<name>blong</name>
<email>blong@codeaurora.org</email>
</author>
<published>2015-07-17T08:07:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_opt_vcard/commit/?id=22b057b0863763c2f4634935dd09c15e3f1e11d7'/>
<id>22b057b0863763c2f4634935dd09c15e3f1e11d7</id>
<content type='text'>
Enlarge the batch size to reduce db times and save importing time.

Change-Id: Ic5e259abeefb2081d454d7444ff94a456cea7419
CRs-Fixed: 875712
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enlarge the batch size to reduce db times and save importing time.

Change-Id: Ic5e259abeefb2081d454d7444ff94a456cea7419
CRs-Fixed: 875712
</pre>
</div>
</content>
</entry>
<entry>
<title>vcard: Add support to generate vcard jar.</title>
<updated>2015-10-06T09:29:19+00:00</updated>
<author>
<name>Shashank Mittal</name>
<email>mittals@codeaurora.org</email>
</author>
<published>2014-03-12T01:23:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_opt_vcard/commit/?id=b5f51a734ff5c957dd407fbb985bfabf5c5e5dec'/>
<id>b5f51a734ff5c957dd407fbb985bfabf5c5e5dec</id>
<content type='text'>
Add support to generate vcard jar.

Change-Id: I7a7ccac4c5f348b406c64b5f9d745427bb2b18c0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support to generate vcard jar.

Change-Id: I7a7ccac4c5f348b406c64b5f9d745427bb2b18c0
</pre>
</div>
</content>
</entry>
<entry>
<title>Save away unknown properties that begin with X-.</title>
<updated>2015-04-09T18:30:10+00:00</updated>
<author>
<name>Rakesh Iyer</name>
<email>rni@google.com</email>
</author>
<published>2015-04-09T18:05:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_opt_vcard/commit/?id=600d08e46f52d510598ffe382bf83f576f7ab8a6'/>
<id>600d08e46f52d510598ffe382bf83f576f7ab8a6</id>
<content type='text'>
PBAP sends over call logs using the vcard format and uses
the X-IRMC-DATETIME property to add in the timestamp of
the calls. The current VCardEntry drops entries that are
not recognized, and since these aren't recongized, they
are dropped.

Given that X- properties can be anything, this change saves
them away in a list that the caller can check and parse if
they desire to do so.

Change-Id: Iece345cc5b1f0ac3b7c8fbc29c78cc4deff11b22
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PBAP sends over call logs using the vcard format and uses
the X-IRMC-DATETIME property to add in the timestamp of
the calls. The current VCardEntry drops entries that are
not recognized, and since these aren't recongized, they
are dropped.

Given that X- properties can be anything, this change saves
them away in a list that the caller can check and parse if
they desire to do so.

Change-Id: Iece345cc5b1f0ac3b7c8fbc29c78cc4deff11b22
</pre>
</div>
</content>
</entry>
<entry>
<title>Add "get contact id and raw contact uri" callback</title>
<updated>2015-03-17T17:28:18+00:00</updated>
<author>
<name>Ricky Wai</name>
<email>rickywai@google.com</email>
</author>
<published>2015-03-06T18:18:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_opt_vcard/commit/?id=753058fffd5cead5e6ebe7e81a9810cc4ca9ceea'/>
<id>753058fffd5cead5e6ebe7e81a9810cc4ca9ceea</id>
<content type='text'>
Bug: 19551325
Change-Id: Iac18e5015fe78145551d7a60a17446a4a38b3be7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 19551325
Change-Id: Iac18e5015fe78145551d7a60a17446a4a38b3be7
</pre>
</div>
</content>
</entry>
<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/LineageOS/android_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/LineageOS/android_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/LineageOS/android_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/LineageOS/android_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/LineageOS/android_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/LineageOS/android_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>
</feed>
