<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_frameworks_opt_vcard, branch oreo-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>VCARD * #</title>
<updated>2017-03-30T15:53:07+00:00</updated>
<author>
<name>Joseph Pirozzo</name>
<email>pirozzoj@google.com</email>
</author>
<published>2017-03-28T17:23:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_frameworks_opt_vcard/commit/?id=1746becf87f6d5fd8cede5e4becb55e68e2ebf22'/>
<id>1746becf87f6d5fd8cede5e4becb55e68e2ebf22</id>
<content type='text'>
The Vcard Framework was capable of exporting * and # keys but not
importing them.  Updated the import code to accept any of the standard
12 dialable keys through use of the PhoneNumberUtils.is12Key.

Bug: 35882694
Test:  runtest -x frameworks/opt/vcard/
Change-Id: Ia16d457f102c78aed6bba81159c430d3319e60d9
(cherry picked from commit f4d2a98d3088641e86fed2ca26ca368b289a9aec)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Vcard Framework was capable of exporting * and # keys but not
importing them.  Updated the import code to accept any of the standard
12 dialable keys through use of the PhoneNumberUtils.is12Key.

Bug: 35882694
Test:  runtest -x frameworks/opt/vcard/
Change-Id: Ia16d457f102c78aed6bba81159c430d3319e60d9
(cherry picked from commit f4d2a98d3088641e86fed2ca26ca368b289a9aec)
</pre>
</div>
</content>
</entry>
<entry>
<title>frameworks/opt/vcard: Add APCT tests to the device-tests suite.</title>
<updated>2017-03-15T21:58:00+00:00</updated>
<author>
<name>Simran Basi</name>
<email>sbasi@google.com</email>
</author>
<published>2017-03-15T21:58:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_frameworks_opt_vcard/commit/?id=3e19d11d5ba6b48a370d4471049dae708750dee7'/>
<id>3e19d11d5ba6b48a370d4471049dae708750dee7</id>
<content type='text'>
This CL adds the APCT tests within this project to
a similar suite as CTS known as device-tests.

The current method of running APCT tests in the infrastructure
is unaffected.

Bug: 35882476
Test: `make dist device-tests -j` and local builds of
      continuous_instrumentation_tests &amp; continuous_native_tests

Change-Id: I170f60db4f0c956d631c4120a3f6c02ba8ce871e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This CL adds the APCT tests within this project to
a similar suite as CTS known as device-tests.

The current method of running APCT tests in the infrastructure
is unaffected.

Bug: 35882476
Test: `make dist device-tests -j` and local builds of
      continuous_instrumentation_tests &amp; continuous_native_tests

Change-Id: I170f60db4f0c956d631c4120a3f6c02ba8ce871e
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "VCARD allow mime data"</title>
<updated>2017-03-13T18:46:52+00:00</updated>
<author>
<name>TreeHugger Robot</name>
<email>treehugger-gerrit@google.com</email>
</author>
<published>2017-03-13T18:46:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_frameworks_opt_vcard/commit/?id=26595cec6f2fb8468b175678f47da27674d959dd'/>
<id>26595cec6f2fb8468b175678f47da27674d959dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>VCARD allow mime data</title>
<updated>2017-03-09T21:38:29+00:00</updated>
<author>
<name>Joseph Pirozzo</name>
<email>pirozzoj@google.com</email>
</author>
<published>2017-03-03T23:08:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_frameworks_opt_vcard/commit/?id=6761d1eb69e66bbcf244caa0bcaadf15c7640c53'/>
<id>6761d1eb69e66bbcf244caa0bcaadf15c7640c53</id>
<content type='text'>
Allow data appearing outside of the BEGIN:VCARD..END:VCARD structure to
be dropped and the remaining VCARDS parsed correctly.

Bug: 35432218
Test: runtest -x frameworks/opt/vcard/
Change-Id: If7251cec1d96ae4ef5e183b9d6299815224e714d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow data appearing outside of the BEGIN:VCARD..END:VCARD structure to
be dropped and the remaining VCARDS parsed correctly.

Bug: 35432218
Test: runtest -x frameworks/opt/vcard/
Change-Id: If7251cec1d96ae4ef5e183b9d6299815224e714d
</pre>
</div>
</content>
</entry>
<entry>
<title>VCard parse multiline in 3.0</title>
<updated>2017-03-09T00:10:23+00:00</updated>
<author>
<name>Joseph Pirozzo</name>
<email>pirozzoj@google.com</email>
</author>
<published>2017-03-09T00:10:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_frameworks_opt_vcard/commit/?id=1ed757b861ddc297f47b680bffb56b644cbe486b'/>
<id>1ed757b861ddc297f47b680bffb56b644cbe486b</id>
<content type='text'>
Due to differences in how VCard 2.1 and 3.0 handle multiline properties
there was a bug with peekLine not first checking for read in but
unprocessed lines.  The result was that getPotentialMultiline could
pick up on the next properties multiline field rather than the current
properties multiline fields.
           
Bug: 35946521
Test:  runtest -x frameworks/opt/vcard/
       (testV30ComplicatedCase_Parsing,testV30ComplicatedCase)

Change-Id: I4c9fa8840f2fe8acd2d9e12183dfebbe34be7fa0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Due to differences in how VCard 2.1 and 3.0 handle multiline properties
there was a bug with peekLine not first checking for read in but
unprocessed lines.  The result was that getPotentialMultiline could
pick up on the next properties multiline field rather than the current
properties multiline fields.
           
Bug: 35946521
Test:  runtest -x frameworks/opt/vcard/
       (testV30ComplicatedCase_Parsing,testV30ComplicatedCase)

Change-Id: I4c9fa8840f2fe8acd2d9e12183dfebbe34be7fa0
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Prepare for removal of legacy-test from default targets" am: 9c76321f9a am: 23650b2a78 am: b584e2fa9f</title>
<updated>2017-01-18T15:11:08+00:00</updated>
<author>
<name>Paul Duffin</name>
<email>paulduffin@google.com</email>
</author>
<published>2017-01-18T15:11:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_frameworks_opt_vcard/commit/?id=250f7dd3e654f90443c55f8afffb04195bfa3fb2'/>
<id>250f7dd3e654f90443c55f8afffb04195bfa3fb2</id>
<content type='text'>
am: 15d297d8ac

Change-Id: Ied2e8c15cbf9e7499ac7da91f65db011f603c662
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
am: 15d297d8ac

Change-Id: Ied2e8c15cbf9e7499ac7da91f65db011f603c662
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Prepare for removal of legacy-test from default targets" am: 9c76321f9a am: 23650b2a78</title>
<updated>2017-01-18T15:04:15+00:00</updated>
<author>
<name>Paul Duffin</name>
<email>paulduffin@google.com</email>
</author>
<published>2017-01-18T15:04:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_frameworks_opt_vcard/commit/?id=15d297d8ac4664e4a491448d9c15158ee51714f9'/>
<id>15d297d8ac4664e4a491448d9c15158ee51714f9</id>
<content type='text'>
am: b584e2fa9f

Change-Id: I387e39a10c2021a5d43fc88398495f8ced0e6fe2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
am: b584e2fa9f

Change-Id: I387e39a10c2021a5d43fc88398495f8ced0e6fe2
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Prepare for removal of legacy-test from default targets" am: 9c76321f9a</title>
<updated>2017-01-18T14:34:35+00:00</updated>
<author>
<name>Paul Duffin</name>
<email>paulduffin@google.com</email>
</author>
<published>2017-01-18T14:34:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_frameworks_opt_vcard/commit/?id=b584e2fa9fc3aa433afeeb31a5143a93e63b3900'/>
<id>b584e2fa9fc3aa433afeeb31a5143a93e63b3900</id>
<content type='text'>
am: 23650b2a78

Change-Id: I19c3d028592f9329914a7926d32b143c780ae360
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
am: 23650b2a78

Change-Id: I19c3d028592f9329914a7926d32b143c780ae360
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Prepare for removal of legacy-test from default targets"</title>
<updated>2017-01-18T14:29:04+00:00</updated>
<author>
<name>Paul Duffin</name>
<email>paulduffin@google.com</email>
</author>
<published>2017-01-18T14:29:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_frameworks_opt_vcard/commit/?id=23650b2a78c4b8148df10046e0e3a68999817b5e'/>
<id>23650b2a78c4b8148df10046e0e3a68999817b5e</id>
<content type='text'>
am: 9c76321f9a

Change-Id: I81215747e9395ba65224e6400d9e5abc0ce69a10
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
am: 9c76321f9a

Change-Id: I81215747e9395ba65224e6400d9e5abc0ce69a10
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Prepare for removal of legacy-test from default targets"</title>
<updated>2017-01-18T14:19:16+00:00</updated>
<author>
<name>Treehugger Robot</name>
<email>treehugger-gerrit@google.com</email>
</author>
<published>2017-01-18T14:19:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_frameworks_opt_vcard/commit/?id=9c76321f9a178c9ea8cf9778787e414b208d8d01'/>
<id>9c76321f9a178c9ea8cf9778787e414b208d8d01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
