<feed xmlns='http://www.w3.org/2005/Atom'>
<title>frameworks_base/media, branch replicant-6.0</title>
<subtitle>frameworks/base
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/frameworks_base/'/>
<entry>
<title>Fix TrackInfo parcel write</title>
<updated>2018-10-22T19:11:42+00:00</updated>
<author>
<name>Robert Shih</name>
<email>robertshih@google.com</email>
</author>
<published>2018-07-09T20:38:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/frameworks_base/commit/?id=e5be5ab6819f948ebba0168637a5694ddf9120d5'/>
<id>e5be5ab6819f948ebba0168637a5694ddf9120d5</id>
<content type='text'>
Bug: 77600398
Change-Id: Ia316f1c5dc4879f6851fdb78fe8b9039579be7bc
(cherry picked from commit 0d2dc943dcaa3d7c8479e22ae62be9753ea2643c)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 77600398
Change-Id: Ia316f1c5dc4879f6851fdb78fe8b9039579be7bc
(cherry picked from commit 0d2dc943dcaa3d7c8479e22ae62be9753ea2643c)
</pre>
</div>
</content>
</entry>
<entry>
<title>Rework thumbnail cleanup</title>
<updated>2018-06-19T17:33:06+00:00</updated>
<author>
<name>Marco Nelissen</name>
<email>marcone@google.com</email>
</author>
<published>2017-11-07T21:52:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/frameworks_base/commit/?id=63cbf29d4faf621127e618e86b2d6ed7012fc781'/>
<id>63cbf29d4faf621127e618e86b2d6ed7012fc781</id>
<content type='text'>
Bug: 63766886
Test: ran CTS tests
Change-Id: I1f92bb014e275eafe3f42aef1f8c817f187c6608
(cherry picked from commit 6d2096f3889d38da60099b1b5678347de4f042bf)
CVE-2018-9379
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 63766886
Test: ran CTS tests
Change-Id: I1f92bb014e275eafe3f42aef1f8c817f187c6608
(cherry picked from commit 6d2096f3889d38da60099b1b5678347de4f042bf)
CVE-2018-9379
</pre>
</div>
</content>
</entry>
<entry>
<title>Close connection before retrying</title>
<updated>2017-08-13T16:23:44+00:00</updated>
<author>
<name>Marco Nelissen</name>
<email>marcone@google.com</email>
</author>
<published>2017-06-02T19:16:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/frameworks_base/commit/?id=f579e002869f3d066b848eb5525bba0dd76f92a1'/>
<id>f579e002869f3d066b848eb5525bba0dd76f92a1</id>
<content type='text'>
Otherwise the (CTS) server might run out of connections.
Bug: 38391487
Bug: 22771132
Test: build, run CTS, stream music

Change-Id: I92c782a6799ab36eec8df3f7c3217bea667b838a
(cherry picked from commit 46132afee7783665ae12538edd024770dbd93ecb)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise the (CTS) server might run out of connections.
Bug: 38391487
Bug: 22771132
Test: build, run CTS, stream music

Change-Id: I92c782a6799ab36eec8df3f7c3217bea667b838a
(cherry picked from commit 46132afee7783665ae12538edd024770dbd93ecb)
</pre>
</div>
</content>
</entry>
<entry>
<title>DO NOT MERGE) ExifInterface: Provide backward compatibility</title>
<updated>2017-02-04T01:27:31+00:00</updated>
<author>
<name>Sungsoo</name>
<email>sungsoo@google.com</email>
</author>
<published>2016-10-13T03:24:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/frameworks_base/commit/?id=26ff86c566c81a37209a80652ab533153aead79e'/>
<id>26ff86c566c81a37209a80652ab533153aead79e</id>
<content type='text'>
ExifInterface.saveAttribute() didn't throw UnsupportedOperationException
before. Use IOException instead of UnsupportedOperationException for
backward compatibility.

Bug: 30936376, Bug: 32068647, Bug: 31319086
Change-Id: Iacc7b4d91d49edd7bece8f2e738a633a91025eca
(cherry picked from commit 7ce9243087b04bce719e1f3d10a14b9b26b8ea81)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ExifInterface.saveAttribute() didn't throw UnsupportedOperationException
before. Use IOException instead of UnsupportedOperationException for
backward compatibility.

Bug: 30936376, Bug: 32068647, Bug: 31319086
Change-Id: Iacc7b4d91d49edd7bece8f2e738a633a91025eca
(cherry picked from commit 7ce9243087b04bce719e1f3d10a14b9b26b8ea81)
</pre>
</div>
</content>
</entry>
<entry>
<title>DO NOT MERGE) ExifInterface: Close the file when an exception happens</title>
<updated>2016-12-12T20:00:56+00:00</updated>
<author>
<name>Sungsoo</name>
<email>sungsoo@google.com</email>
</author>
<published>2016-10-18T05:12:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/frameworks_base/commit/?id=596ffb80bb55a91f80a029c947d09f0911c616a3'/>
<id>596ffb80bb55a91f80a029c947d09f0911c616a3</id>
<content type='text'>
CYNGNOS-3312
Bug: 32068647, Bug: 30936376
Change-Id: I22fa2384348c890ca726d2b1632cd54e59d25a8f
(cherry picked from commit cb17930077de640411407636eebc000e2d06dd9c)
(cherry picked from commit 2c79cada8897dcb171b8227b4ea91c292400702f)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CYNGNOS-3312
Bug: 32068647, Bug: 30936376
Change-Id: I22fa2384348c890ca726d2b1632cd54e59d25a8f
(cherry picked from commit cb17930077de640411407636eebc000e2d06dd9c)
(cherry picked from commit 2c79cada8897dcb171b8227b4ea91c292400702f)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge tag 'android-6.0.1_r74' into HEAD</title>
<updated>2016-11-09T20:04:00+00:00</updated>
<author>
<name>Jessica Wagantall</name>
<email>jwagantall@cyngn.com</email>
</author>
<published>2016-11-09T20:04:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/frameworks_base/commit/?id=996c5b93d6e8d5f3e5d5248e08a32f401ebfcb28'/>
<id>996c5b93d6e8d5f3e5d5248e08a32f401ebfcb28</id>
<content type='text'>
CYNGNOS-3303

Android 6.0.1 release 74
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CYNGNOS-3303

Android 6.0.1 release 74
</pre>
</div>
</content>
</entry>
<entry>
<title>DO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change</title>
<updated>2016-09-27T22:58:46+00:00</updated>
<author>
<name>Sungsoo</name>
<email>sungsoo@google.com</email>
</author>
<published>2016-09-08T07:04:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/frameworks_base/commit/?id=23e6629cf56378634488ea49a8acf40d709effa1'/>
<id>23e6629cf56378634488ea49a8acf40d709effa1</id>
<content type='text'>
ExifInterface object can be created with a unsupported file format.
If saveAttribute is called with an unsupported file format, ExifInterface
makes the file corrupted. This CL prevents those cases by throwing
an exception before making any change on the file.

Bug: 30936376
Change-Id: I915f56b00ec9422b53591ac5534e070a1d6798e6
(cherry picked from commit 2ee53c82cc8c8b2e76a19910074672f6204a5d63)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ExifInterface object can be created with a unsupported file format.
If saveAttribute is called with an unsupported file format, ExifInterface
makes the file corrupted. This CL prevents those cases by throwing
an exception before making any change on the file.

Bug: 30936376
Change-Id: I915f56b00ec9422b53591ac5534e070a1d6798e6
(cherry picked from commit 2ee53c82cc8c8b2e76a19910074672f6204a5d63)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge tag 'android-6.0.1_r66' into HEAD</title>
<updated>2016-09-07T19:40:24+00:00</updated>
<author>
<name>Jessica Wagantall</name>
<email>jwagantall@cyngn.com</email>
</author>
<published>2016-09-07T19:40:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/frameworks_base/commit/?id=e0f87f165ecf0f44be98c5101ade78d746f3322c'/>
<id>e0f87f165ecf0f44be98c5101ade78d746f3322c</id>
<content type='text'>
Android 6.0.1 release 66

# gpg: Signature made Tue 06 Sep 2016 09:26:45 AM PDT using DSA key ID 9AB10E78
# gpg: Can't check signature: public key not found
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Android 6.0.1 release 66

# gpg: Signature made Tue 06 Sep 2016 09:26:45 AM PDT using DSA key ID 9AB10E78
# gpg: Can't check signature: public key not found
</pre>
</div>
</content>
</entry>
<entry>
<title>DO NOT MERGE: Fix CTS regression</title>
<updated>2016-08-01T21:25:24+00:00</updated>
<author>
<name>Sungsoo Lim</name>
<email>sungsoo@google.com</email>
</author>
<published>2016-07-25T02:53:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/frameworks_base/commit/?id=5aa2601ddd7c52b740cdffdeb8afd22d0151b1d5'/>
<id>5aa2601ddd7c52b740cdffdeb8afd22d0151b1d5</id>
<content type='text'>
Bug: 30297223, Bug: 30437363
Change-Id: I7b18af40e4eac2713577204428fbfb96cc346582
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 30297223, Bug: 30437363
Change-Id: I7b18af40e4eac2713577204428fbfb96cc346582
</pre>
</div>
</content>
</entry>
<entry>
<title>DO NOT MERGE: Remove the use of JHEAD in ExifInterface</title>
<updated>2016-07-22T00:34:54+00:00</updated>
<author>
<name>Sungsoo Lim</name>
<email>sungsoo@google.com</email>
</author>
<published>2016-07-13T00:31:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/frameworks_base/commit/?id=e739d9ca5469ed30129d0fa228e3d0f2878671ac'/>
<id>e739d9ca5469ed30129d0fa228e3d0f2878671ac</id>
<content type='text'>
Bug: 29270469
Change-Id: I6a6c8aeab2a842ff1646316363d614851625e78f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 29270469
Change-Id: I6a6c8aeab2a842ff1646316363d614851625e78f
</pre>
</div>
</content>
</entry>
</feed>
