<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_packages_apps_LegacyCamera/tests, branch kitkat-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>Rename Camera to LegacyCamera for SDK inclusion.</title>
<updated>2012-06-05T01:21:06+00:00</updated>
<author>
<name>Eino-Ville Talvala</name>
<email>etalvala@google.com</email>
</author>
<published>2012-06-05T01:21:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_LegacyCamera/commit/?id=1461b5333aab31faee65272d64c2ac7f9809d4d0'/>
<id>1461b5333aab31faee65272d64c2ac7f9809d4d0</id>
<content type='text'>
The SDK needs a camera app that does not require GPU acceleration.
The Camera app from 4.0.4 meets these requirements.

Change-Id: Idb42d4b9e47d584ef1da10e3ba672d537c8db94b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The SDK needs a camera app that does not require GPU acceleration.
The Camera app from 4.0.4 meets these requirements.

Change-Id: Idb42d4b9e47d584ef1da10e3ba672d537c8db94b
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix focus area in front camera.</title>
<updated>2011-10-21T11:47:21+00:00</updated>
<author>
<name>Chih-yu Huang</name>
<email>akahuang@google.com</email>
</author>
<published>2011-10-21T03:50:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_LegacyCamera/commit/?id=048edf2ef22607b85bc4b062e2af71804f5b3530'/>
<id>048edf2ef22607b85bc4b062e2af71804f5b3530</id>
<content type='text'>
Front camera preview is mirrored. Change to use matrix to
calculate the focus area. So the focus area will be
correct in all orientations in front or back camera.

bug:5446617
bug:5461028
Change-Id: I2d39a22cd9f034c5028843ca3d4abe0f9962f18a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Front camera preview is mirrored. Change to use matrix to
calculate the focus area. So the focus area will be
correct in all orientations in front or back camera.

bug:5446617
bug:5461028
Change-Id: I2d39a22cd9f034c5028843ca3d4abe0f9962f18a
</pre>
</div>
</content>
</entry>
<entry>
<title>Add hysteresis to orientation rounding.</title>
<updated>2011-10-19T18:40:32+00:00</updated>
<author>
<name>Eino-Ville Talvala</name>
<email>etalvala@google.com</email>
</author>
<published>2011-10-18T20:33:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_LegacyCamera/commit/?id=131cf9886c4f34431598be0b1f5b7aaa915277cc'/>
<id>131cf9886c4f34431598be0b1f5b7aaa915277cc</id>
<content type='text'>
This prevents fast flickering between two orientation states, which
can result in ugly UI issues, especially with the preview thumbnail.

Bug: 5477483
Change-Id: I9513547207ae1918066c1a19947c974eaad72e24
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This prevents fast flickering between two orientation states, which
can result in ugly UI issues, especially with the preview thumbnail.

Bug: 5477483
Change-Id: I9513547207ae1918066c1a19947c974eaad72e24
</pre>
</div>
</content>
</entry>
<entry>
<title>Add "Intent.FLAG_ACTIVITY_CLEAR_TOP" flag in test.</title>
<updated>2011-10-17T08:20:39+00:00</updated>
<author>
<name>Angus Kong</name>
<email>shkong@google.com</email>
</author>
<published>2011-10-14T09:11:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_LegacyCamera/commit/?id=52c5c76bddbf3994867a00d0e266b390592486aa'/>
<id>52c5c76bddbf3994867a00d0e266b390592486aa</id>
<content type='text'>
The "Intent.FLAG_ACTIVITY_CLEAR_TOP" should be added in the intent for switching modes. This flag
ensures there is only 1 instance of the same activity. This behavior is the same as how we do in the
app.

bug:5336037
Change-Id: Ie76b43cbd87ff9e8a7ec9e0a892930834dccf9cf
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The "Intent.FLAG_ACTIVITY_CLEAR_TOP" should be added in the intent for switching modes. This flag
ensures there is only 1 instance of the same activity. This behavior is the same as how we do in the
app.

bug:5336037
Change-Id: Ie76b43cbd87ff9e8a7ec9e0a892930834dccf9cf
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor all focus code to a separate class.</title>
<updated>2011-08-23T14:21:25+00:00</updated>
<author>
<name>Wu-cheng Li</name>
<email>wuchengli@google.com</email>
</author>
<published>2011-08-22T11:05:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_LegacyCamera/commit/?id=d480002ccad05cf992c628c72884091c36cc654c'/>
<id>d480002ccad05cf992c628c72884091c36cc654c</id>
<content type='text'>
The code about focus is complicated and scattered around.
Move the code to a new class, so it is easier to maintain.

Change-Id: I0214b405bf1596d967e7d89cdb04328322c6ab95
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The code about focus is complicated and scattered around.
Move the code to a new class, so it is easier to maintain.

Change-Id: I0214b405bf1596d967e7d89cdb04328322c6ab95
</pre>
</div>
</content>
</entry>
<entry>
<title>Use matrix to transform the location of faces.</title>
<updated>2011-08-11T10:49:36+00:00</updated>
<author>
<name>Wu-cheng Li</name>
<email>wuchengli@google.com</email>
</author>
<published>2011-08-11T08:46:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_LegacyCamera/commit/?id=d2db70880e6159413932f747eb82df3e925852c1'/>
<id>d2db70880e6159413932f747eb82df3e925852c1</id>
<content type='text'>
bug:5141019

Change-Id: Id4bb82cee5fd788689fb18bb199504d963c5d3a2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
bug:5141019

Change-Id: Id4bb82cee5fd788689fb18bb199504d963c5d3a2
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix testExtraSizeLimit test.</title>
<updated>2011-05-30T11:16:05+00:00</updated>
<author>
<name>Wu-cheng Li</name>
<email>wuchengli@google.com</email>
</author>
<published>2011-05-30T10:51:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_LegacyCamera/commit/?id=91b5b4ebf8776ace64534d6395cd4a133efdca86'/>
<id>91b5b4ebf8776ace64534d6395cd4a133efdca86</id>
<content type='text'>
If the size limit is too small, sometimes MediaRecorder
stop will fail. Change the quality to low and increase
the size limit.

bug:4495097

Change-Id: I75ef15cc4b7f34d00b16eb4df821b0275d55d972
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the size limit is too small, sometimes MediaRecorder
stop will fail. Change the quality to low and increase
the size limit.

bug:4495097

Change-Id: I75ef15cc4b7f34d00b16eb4df821b0275d55d972
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test for converting touch point to focus area.</title>
<updated>2011-05-10T06:59:53+00:00</updated>
<author>
<name>Wu-cheng Li</name>
<email>wuchengli@google.com</email>
</author>
<published>2011-05-09T10:30:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_LegacyCamera/commit/?id=0d604e2af9eeed22685fd62e2281c2cd9728d58b'/>
<id>0d604e2af9eeed22685fd62e2281c2cd9728d58b</id>
<content type='text'>
Also add license for some files.

Change-Id: I492799aefad5afe771a082b90bf44f4301480be0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also add license for some files.

Change-Id: I492799aefad5afe771a082b90bf44f4301480be0
</pre>
</div>
</content>
</entry>
<entry>
<title>Add video capture intent tests.</title>
<updated>2011-03-25T22:24:24+00:00</updated>
<author>
<name>Wu-cheng Li</name>
<email>wuchengli@google.com</email>
</author>
<published>2011-03-18T10:08:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_LegacyCamera/commit/?id=d6274919641427d3062c0818943f2d55ab98c15d'/>
<id>d6274919641427d3062c0818943f2d55ab98c15d</id>
<content type='text'>
Change-Id: Ic47007dae62e228267a9f4b3a037110cdf8cc52c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ic47007dae62e228267a9f4b3a037110cdf8cc52c
</pre>
</div>
</content>
</entry>
<entry>
<title>Add more image capture intent tests.</title>
<updated>2011-03-17T08:33:01+00:00</updated>
<author>
<name>Wu-cheng Li</name>
<email>wuchengli@google.com</email>
</author>
<published>2011-03-16T10:21:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_LegacyCamera/commit/?id=44294b68bdef9b1a06c070b998e53ce8c5732e5b'/>
<id>44294b68bdef9b1a06c070b998e53ce8c5732e5b</id>
<content type='text'>
Change-Id: I533c9a2c9101488449331524209a7f202188ec36
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I533c9a2c9101488449331524209a7f202188ec36
</pre>
</div>
</content>
</entry>
</feed>
