<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android_packages_apps_Snap/jni, 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_packages_apps_Snap/'/>
<entry>
<title>SnapdragonCamera: fix a panorama memory leak</title>
<updated>2016-07-30T12:05:25+00:00</updated>
<author>
<name>Likai Ding</name>
<email>likaid@codeaurora.org</email>
</author>
<published>2015-03-31T03:45:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_Snap/commit/?id=f09d9d08dad6d71e2c88b5e057bd061b984cbd29'/>
<id>f09d9d08dad6d71e2c88b5e057bd061b984cbd29</id>
<content type='text'>
free imgMos at the end of runBlend()

Change-Id: I9211cf70ae75dbb5d5db31cfe6984374e7c51d5f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
free imgMos at the end of runBlend()

Change-Id: I9211cf70ae75dbb5d5db31cfe6984374e7c51d5f
</pre>
</div>
</content>
</entry>
<entry>
<title>Snap: Fix jni compiler warnings</title>
<updated>2016-01-09T18:50:16+00:00</updated>
<author>
<name>Michael Bestas</name>
<email>mikeioannina@cyanogenmod.org</email>
</author>
<published>2016-01-09T03:23:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_Snap/commit/?id=98dfd0d7cd56f3992d58eb28d953031f2aae9d35'/>
<id>98dfd0d7cd56f3992d58eb28d953031f2aae9d35</id>
<content type='text'>
Change-Id: I091a8928a9a0674c54759ff8b384259d8f16793e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I091a8928a9a0674c54759ff8b384259d8f16793e
</pre>
</div>
</content>
</entry>
<entry>
<title>SnapdragonCamera: fix messy photo in Panorama mode</title>
<updated>2016-01-07T20:57:21+00:00</updated>
<author>
<name>Likai Ding</name>
<email>likaid@codeaurora.org</email>
</author>
<published>2016-01-07T20:19:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_Snap/commit/?id=9ef1c8ae8458a7ae9e6f80b65ecd958408927c5b'/>
<id>9ef1c8ae8458a7ae9e6f80b65ecd958408927c5b</id>
<content type='text'>
If camera is kept still in panorama mode, the result looks messy.
The root cause is that, when calculating and comparing distance in
Blend::ComputeMask, double numbers are compared directly. Comparing
them against a small negative number fixes the problem.

Change-Id: I713f59b4e21c508e20eb4dabc5edb1652b3ddb1a
CRs-Fixed: 794974
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If camera is kept still in panorama mode, the result looks messy.
The root cause is that, when calculating and comparing distance in
Blend::ComputeMask, double numbers are compared directly. Comparing
them against a small negative number fixes the problem.

Change-Id: I713f59b4e21c508e20eb4dabc5edb1652b3ddb1a
CRs-Fixed: 794974
</pre>
</div>
</content>
</entry>
<entry>
<title>SnapdragonCamera: Fix compilation</title>
<updated>2016-01-02T19:47:57+00:00</updated>
<author>
<name>Shuzhen Wang</name>
<email>shuzhenw@codeaurora.org</email>
</author>
<published>2016-01-02T19:14:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_Snap/commit/?id=a575c653126a54850ed220b8255f035df4cdfe05'/>
<id>a575c653126a54850ed220b8255f035df4cdfe05</id>
<content type='text'>
1. Address compilation due to compiler upgrade.
2. Comment out video dependencies to enable camera.
3. Fix compilation issue due to IMountService interface change.
4. Comment out ExtendedFace.
5. Remove non-standard video resolutions.

Change-Id: I167ab5ff399c4f1d306a1a7ddf94896565c9625a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. Address compilation due to compiler upgrade.
2. Comment out video dependencies to enable camera.
3. Fix compilation issue due to IMountService interface change.
4. Comment out ExtendedFace.
5. Remove non-standard video resolutions.

Change-Id: I167ab5ff399c4f1d306a1a7ddf94896565c9625a
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename SnapdragonCamera to Snap</title>
<updated>2015-08-29T01:15:45+00:00</updated>
<author>
<name>Michael Bestas</name>
<email>mikeioannina@gmail.com</email>
</author>
<published>2015-08-28T22:00:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_Snap/commit/?id=066ca453a670e6e9930018bb08f62990e3fac29d'/>
<id>066ca453a670e6e9930018bb08f62990e3fac29d</id>
<content type='text'>
Change-Id: I1474550af7f45e53aa97819b42a91c961eeb6684
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I1474550af7f45e53aa97819b42a91c961eeb6684
</pre>
</div>
</content>
</entry>
<entry>
<title>SnapdragonCamera: Add FullScreen Preview when in Panoramic shoot</title>
<updated>2015-02-10T04:00:21+00:00</updated>
<author>
<name>Jay Wang</name>
<email>jaywang@codeaurora.org</email>
</author>
<published>2014-12-27T02:10:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_Snap/commit/?id=30b2309e7c40a46ea9506344c25b58c9e8ce8dde'/>
<id>30b2309e7c40a46ea9506344c25b58c9e8ce8dde</id>
<content type='text'>
Changed the Panoramic preview to full screen
Resized the warped preview image to smaller Size
and render on top of the full screen preview image
Warped preview image can be turned on/off

Change-Id: I859839542ce94c5f70d7fe7983e93b5e9534b415
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changed the Panoramic preview to full screen
Resized the warped preview image to smaller Size
and render on top of the full screen preview image
Warped preview image can be turned on/off

Change-Id: I859839542ce94c5f70d7fe7983e93b5e9534b415
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "SnapdragonCamera: Add FullScreen Preview when in Panoramic shoot"</title>
<updated>2015-01-13T19:21:58+00:00</updated>
<author>
<name>Jay Wang</name>
<email>jaywang@codeaurora.org</email>
</author>
<published>2015-01-13T19:21:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_Snap/commit/?id=71656de68587521161596af5db9c688be3fba40a'/>
<id>71656de68587521161596af5db9c688be3fba40a</id>
<content type='text'>
This reverts commit 8c1e4ff06d80d69792170f0cab8dea2f490cb7fa.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 8c1e4ff06d80d69792170f0cab8dea2f490cb7fa.
</pre>
</div>
</content>
</entry>
<entry>
<title>SnapdragonCamera: Add FullScreen Preview when in Panoramic shoot</title>
<updated>2015-01-06T01:13:36+00:00</updated>
<author>
<name>Jay Wang</name>
<email>jaywang@codeaurora.org</email>
</author>
<published>2014-12-27T02:10:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_Snap/commit/?id=8c1e4ff06d80d69792170f0cab8dea2f490cb7fa'/>
<id>8c1e4ff06d80d69792170f0cab8dea2f490cb7fa</id>
<content type='text'>
Changed the Panoramic preview to full screen
Resized the warped preview image to smaller Size
and render on top of the full screen preview image

Change-Id: I98735dbed2ff4dada8708bf5a4a0f9da6ba030c7

Conflicts:
	res/layout-land/pano_preview_progress.xml
	res/layout-port/pano_preview_progress.xml
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changed the Panoramic preview to full screen
Resized the warped preview image to smaller Size
and render on top of the full screen preview image

Change-Id: I98735dbed2ff4dada8708bf5a4a0f9da6ba030c7

Conflicts:
	res/layout-land/pano_preview_progress.xml
	res/layout-port/pano_preview_progress.xml
</pre>
</div>
</content>
</entry>
<entry>
<title>SnapdragonCamera: Enable build of local jni libraries</title>
<updated>2014-08-23T01:56:33+00:00</updated>
<author>
<name>Leena Winterrowd</name>
<email>lenhardw@codeaurora.org</email>
</author>
<published>2014-08-21T22:19:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_Snap/commit/?id=6c0e99e487a894718da681c5bdf1c8a4208ccec4'/>
<id>6c0e99e487a894718da681c5bdf1c8a4208ccec4</id>
<content type='text'>
The app currently relies on having its required libraries in the
current build. Enable building its local libraries so that these
are always present. Also ensure that the camera tests are not built
to avoid a naming conflict.

Change-Id: If358db3fc7392f62aaaa84877baa19a949aea497
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The app currently relies on having its required libraries in the
current build. Enable building its local libraries so that these
are always present. Also ensure that the camera tests are not built
to avoid a naming conflict.

Change-Id: If358db3fc7392f62aaaa84877baa19a949aea497
</pre>
</div>
</content>
</entry>
<entry>
<title>SnapdragonCamera: Fix static library name conflict</title>
<updated>2014-08-17T05:36:00+00:00</updated>
<author>
<name>Leena Winterrowd</name>
<email>lenhardw@codeaurora.org</email>
</author>
<published>2014-08-13T19:00:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_Snap/commit/?id=7e199551b7d45767d7a76de35c00f299bea04652'/>
<id>7e199551b7d45767d7a76de35c00f299bea04652</id>
<content type='text'>
A JNI lib is built for both the Camera2 app and SnapdragonCamera
but is included in system/lib. Since this lib has been branched
as well, rename it and explicitly bundle it with the app to avoid
the library name conflict.

Change-Id: I3177d0a99be06cef0b841d8e84e652b8974cadc6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A JNI lib is built for both the Camera2 app and SnapdragonCamera
but is included in system/lib. Since this lib has been branched
as well, rename it and explicitly bundle it with the app to avoid
the library name conflict.

Change-Id: I3177d0a99be06cef0b841d8e84e652b8974cadc6
</pre>
</div>
</content>
</entry>
</feed>
