<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_packages_apps_LegacyCamera, branch nougat-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_packages_apps_LegacyCamera/'/>
<entry>
<title>Prevent camera app crashes on changing hw.camera.* settings</title>
<updated>2016-05-03T21:07:59+00:00</updated>
<author>
<name>Lingfeng Yang</name>
<email>lfy@google.com</email>
</author>
<published>2016-05-03T21:07:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_LegacyCamera/commit/?id=892f4f594d0a158ef57ea0e2493822bc005edd49'/>
<id>892f4f594d0a158ef57ea0e2493822bc005edd49</id>
<content type='text'>
am: 996546fcf4

* commit '996546fcf4058d98d9aceecb4086283e17ae6c9d':
  Prevent camera app crashes on changing hw.camera.* settings

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

* commit '996546fcf4058d98d9aceecb4086283e17ae6c9d':
  Prevent camera app crashes on changing hw.camera.* settings

Change-Id: I372bf5a00f021c89abda49966bc12eaca97a80c5
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent camera app crashes on changing hw.camera.* settings</title>
<updated>2016-04-27T18:09:39+00:00</updated>
<author>
<name>Lingfeng Yang</name>
<email>lfy@google.com</email>
</author>
<published>2016-04-27T16:12:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_LegacyCamera/commit/?id=996546fcf4058d98d9aceecb4086283e17ae6c9d'/>
<id>996546fcf4058d98d9aceecb4086283e17ae6c9d</id>
<content type='text'>
If the AVD's config.ini changes hw.camera.*, this is effectively,
connecting/disconnecting camera hardware, and the current
way in which camera settings are handled assumes
that the set of cameras never changes, which can lead to
the camera app crashing if the camera app was used successfuly
with one configuration of hw.camera.* and then
the AVD was restarted with a different configuration.

In particular, the crash happens if the number of cameras
has been reduced since the last run, and the camera app
is looking up a preferred camera ID that is not supported
by the new number of cameras.

bug: 28417929
BUG: https://code.google.com/p/android/issues/detail?id=206945

Change-Id: Ib0e26ae77d376f31f3cc281e386d3c67291c1edc
(cherry picked from commit 8f339abd9245577c348f5ba22322e8801c21faf8)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the AVD's config.ini changes hw.camera.*, this is effectively,
connecting/disconnecting camera hardware, and the current
way in which camera settings are handled assumes
that the set of cameras never changes, which can lead to
the camera app crashing if the camera app was used successfuly
with one configuration of hw.camera.* and then
the AVD was restarted with a different configuration.

In particular, the crash happens if the number of cameras
has been reduced since the last run, and the camera app
is looking up a preferred camera ID that is not supported
by the new number of cameras.

bug: 28417929
BUG: https://code.google.com/p/android/issues/detail?id=206945

Change-Id: Ib0e26ae77d376f31f3cc281e386d3c67291c1edc
(cherry picked from commit 8f339abd9245577c348f5ba22322e8801c21faf8)
</pre>
</div>
</content>
</entry>
<entry>
<title>am 33e28809: Merge "Add missing &lt;string.h&gt; include."</title>
<updated>2015-01-26T22:17:23+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2015-01-26T22:17:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_LegacyCamera/commit/?id=8e2f0e48cb3d2209f1cf818b6cf8c4bd95645783'/>
<id>8e2f0e48cb3d2209f1cf818b6cf8c4bd95645783</id>
<content type='text'>
* commit '33e2880955ff459f976ae4ffe5aced65e0e25e53':
  Add missing &lt;string.h&gt; include.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* commit '33e2880955ff459f976ae4ffe5aced65e0e25e53':
  Add missing &lt;string.h&gt; include.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add missing &lt;string.h&gt; include."</title>
<updated>2015-01-26T21:55:00+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2015-01-26T21:55:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_LegacyCamera/commit/?id=33e2880955ff459f976ae4ffe5aced65e0e25e53'/>
<id>33e2880955ff459f976ae4ffe5aced65e0e25e53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing &lt;string.h&gt; include.</title>
<updated>2015-01-26T21:33:31+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2015-01-26T21:33:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_LegacyCamera/commit/?id=2a799a3a3149c59e554169da1e6e4c529621507b'/>
<id>2a799a3a3149c59e554169da1e6e4c529621507b</id>
<content type='text'>
Change-Id: I985a631fcca9553e046ae63e03f1aba6f2ff812e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I985a631fcca9553e046ae63e03f1aba6f2ff812e
</pre>
</div>
</content>
</entry>
<entry>
<title>am e48f3382: Merge "Use and older standard version."</title>
<updated>2014-11-20T23:46:58+00:00</updated>
<author>
<name>Dan Albert</name>
<email>danalbert@google.com</email>
</author>
<published>2014-11-20T23:46:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_LegacyCamera/commit/?id=78f54e187b0acec1efcf58569b724f4c11b39653'/>
<id>78f54e187b0acec1efcf58569b724f4c11b39653</id>
<content type='text'>
* commit 'e48f33822a29d0cf0d72b68eb53e9662790e3fdb':
  Use and older standard version.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* commit 'e48f33822a29d0cf0d72b68eb53e9662790e3fdb':
  Use and older standard version.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Use and older standard version."</title>
<updated>2014-11-20T23:22:13+00:00</updated>
<author>
<name>Dan Albert</name>
<email>danalbert@google.com</email>
</author>
<published>2014-11-20T23:22:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_LegacyCamera/commit/?id=e48f33822a29d0cf0d72b68eb53e9662790e3fdb'/>
<id>e48f33822a29d0cf0d72b68eb53e9662790e3fdb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use and older standard version.</title>
<updated>2014-11-20T19:25:12+00:00</updated>
<author>
<name>Dan Albert</name>
<email>danalbert@google.com</email>
</author>
<published>2014-11-20T19:25:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_LegacyCamera/commit/?id=8a07787bd9ac0bd05016be86d1ea291226d17b76'/>
<id>8a07787bd9ac0bd05016be86d1ea291226d17b76</id>
<content type='text'>
Bug: 18466763
Change-Id: I87f8e4c0e797caaaf7d7731ca0b2932e4aee5df6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 18466763
Change-Id: I87f8e4c0e797caaaf7d7731ca0b2932e4aee5df6
</pre>
</div>
</content>
</entry>
<entry>
<title>am 090283cf: (-s ours) Remove deprecated locales - DO NOT MERGE</title>
<updated>2014-07-21T19:17:11+00:00</updated>
<author>
<name>Baligh Uddin</name>
<email>baligh@google.com</email>
</author>
<published>2014-07-21T19:17:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_LegacyCamera/commit/?id=f2aca63f3377f58df7b79f2573e44a46c0e38e6c'/>
<id>f2aca63f3377f58df7b79f2573e44a46c0e38e6c</id>
<content type='text'>
* commit '090283cfff2a09f1ea960fd2ef87564099027ab0':
  Remove deprecated locales - DO NOT MERGE
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* commit '090283cfff2a09f1ea960fd2ef87564099027ab0':
  Remove deprecated locales - DO NOT MERGE
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove deprecated locales - DO NOT MERGE</title>
<updated>2014-07-19T20:05:22+00:00</updated>
<author>
<name>Baligh Uddin</name>
<email>baligh@google.com</email>
</author>
<published>2014-07-19T20:05:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_LegacyCamera/commit/?id=090283cfff2a09f1ea960fd2ef87564099027ab0'/>
<id>090283cfff2a09f1ea960fd2ef87564099027ab0</id>
<content type='text'>
Change-Id: I451ab9f4007679305f67f9ae657f49464caf64e0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I451ab9f4007679305f67f9ae657f49464caf64e0
</pre>
</div>
</content>
</entry>
</feed>
