<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_packages_apps_Gallery2/src, branch master-soong</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_Gallery2/'/>
<entry>
<title>Use java.util.Date instead of java.sql.Date.</title>
<updated>2015-03-17T10:22:14+00:00</updated>
<author>
<name>Narayan Kamath</name>
<email>narayan@google.com</email>
</author>
<published>2015-03-17T10:19:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_Gallery2/commit/?id=1fdfadf00a468dd460dd25bf2e074cfb2a225a04'/>
<id>1fdfadf00a468dd460dd25bf2e074cfb2a225a04</id>
<content type='text'>
java.sql.Date was being used in a context unrelated to SQL and
there's no good reason to use it this way. Note that the claim in
java.sql.Date's javadoc that it normalizes times to day boundaries
is a lie.

Change-Id: Ibb17d3fe22af6c2a41abd51b2158d6af000ecbbf
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
java.sql.Date was being used in a context unrelated to SQL and
there's no good reason to use it this way. Note that the claim in
java.sql.Date's javadoc that it normalizes times to day boundaries
is a lie.

Change-Id: Ibb17d3fe22af6c2a41abd51b2158d6af000ecbbf
</pre>
</div>
</content>
</entry>
<entry>
<title>am 3ffc2889: Merge "Remove dependencies on FloatMath"</title>
<updated>2014-10-17T14:56:06+00:00</updated>
<author>
<name>Neil Fuller</name>
<email>nfuller@google.com</email>
</author>
<published>2014-10-17T14:56:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_Gallery2/commit/?id=138fee43f8651ddce3c82638c4af86de043261ec'/>
<id>138fee43f8651ddce3c82638c4af86de043261ec</id>
<content type='text'>
* commit '3ffc28897d40524e0b8869aebccc8b04551ba5cf':
  Remove dependencies on FloatMath
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* commit '3ffc28897d40524e0b8869aebccc8b04551ba5cf':
  Remove dependencies on FloatMath
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove dependencies on FloatMath</title>
<updated>2014-10-02T15:00:27+00:00</updated>
<author>
<name>Neil Fuller</name>
<email>nfuller@google.com</email>
</author>
<published>2014-10-02T15:00:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_Gallery2/commit/?id=8a55d3ae7486b798e4c26eeb91993916145f3cef'/>
<id>8a55d3ae7486b798e4c26eeb91993916145f3cef</id>
<content type='text'>
See frameworks/base commit 33253a4baa6279f81a73425b49dfb6abe5f5416e
for details.

Bug: https://code.google.com/p/android/issues/detail?id=36199
Change-Id: I202064d78aeb125035c87257100e949da93c116c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See frameworks/base commit 33253a4baa6279f81a73425b49dfb6abe5f5416e
for details.

Bug: https://code.google.com/p/android/issues/detail?id=36199
Change-Id: I202064d78aeb125035c87257100e949da93c116c
</pre>
</div>
</content>
</entry>
<entry>
<title>Start new task for Gallery trampolines</title>
<updated>2014-08-09T02:07:39+00:00</updated>
<author>
<name>Alan Newberger</name>
<email>alann@google.com</email>
</author>
<published>2014-08-09T02:03:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_Gallery2/commit/?id=163a97c3d3e9e1a029e04a8e629eabd8de8f3d9f'/>
<id>163a97c3d3e9e1a029e04a8e629eabd8de8f3d9f</id>
<content type='text'>
When testing the Camera trampoline, even in the full gallery app
from a JB to K upgrade, I noticed that the Camera app was starting
in the Gallery trampoline's task -- two recents even with
excludeFromRecents true. Was still the case in the new trampoline.
Adding FLAG_ACTIVITY_NEW_TASK addressed this, also with some
manifest changes in the trampoline in another CL. Photos was working,
I believe because photos activities explicitly set a task affinity
to shield themselves from G+, thus forcing a new task. Also, this
helped shield activities when both trampolines are active. That is,
if Camera was started via its trampoline, then Photos, the Photos
shortcut opened Camera because it already had an activity in the
trampoline's task. Even if Photos works now, this does no harm and
ensures we're not relying on the implementation of another APK.

Bug: 16843573
Change-Id: Ifa6d65ef2b00a4ffc6df78f13dba16270113509d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When testing the Camera trampoline, even in the full gallery app
from a JB to K upgrade, I noticed that the Camera app was starting
in the Gallery trampoline's task -- two recents even with
excludeFromRecents true. Was still the case in the new trampoline.
Adding FLAG_ACTIVITY_NEW_TASK addressed this, also with some
manifest changes in the trampoline in another CL. Photos was working,
I believe because photos activities explicitly set a task affinity
to shield themselves from G+, thus forcing a new task. Also, this
helped shield activities when both trampolines are active. That is,
if Camera was started via its trampoline, then Photos, the Photos
shortcut opened Camera because it already had an activity in the
trampoline's task. Even if Photos works now, this does no harm and
ensures we're not relying on the implementation of another APK.

Bug: 16843573
Change-Id: Ifa6d65ef2b00a4ffc6df78f13dba16270113509d
</pre>
</div>
</content>
</entry>
<entry>
<title>Call setLocalMatrix before setShader. do not merge</title>
<updated>2014-07-15T13:57:27+00:00</updated>
<author>
<name>Leon Scroggins III</name>
<email>scroggo@google.com</email>
</author>
<published>2014-07-09T18:54:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_Gallery2/commit/?id=a883e90f6e733c8510b0264d2a2faf9da64a2c16'/>
<id>a883e90f6e733c8510b0264d2a2faf9da64a2c16</id>
<content type='text'>
Now that setLocalMatrix does not modify associated Paints, we need
to call it before assigning the Shader to the Paint.

BUG:14315916
Change-Id: I6778a35eff36515e18c53a979dd69d8aecd1401d
(cherry picked from commit ce3b2ee2c6512a0eac9dbd54641a196baa68ba3f)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that setLocalMatrix does not modify associated Paints, we need
to call it before assigning the Shader to the Paint.

BUG:14315916
Change-Id: I6778a35eff36515e18c53a979dd69d8aecd1401d
(cherry picked from commit ce3b2ee2c6512a0eac9dbd54641a196baa68ba3f)
</pre>
</div>
</content>
</entry>
<entry>
<title>Update ingest importer code</title>
<updated>2014-05-14T18:01:29+00:00</updated>
<author>
<name>Bobby Georgescu</name>
<email>georgescu@google.com</email>
</author>
<published>2014-05-14T17:19:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_Gallery2/commit/?id=f640d379259bb114a50e3200f49961b89d60f2c2'/>
<id>f640d379259bb114a50e3200f49961b89d60f2c2</id>
<content type='text'>
Change-Id: I0f3b0809deead2f49501a5309f0ddab9c911274f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I0f3b0809deead2f49501a5309f0ddab9c911274f
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge commit 'a9c4376daac3b9deda0c617b6df393e741885f37' into HEAD</title>
<updated>2014-04-29T18:34:25+00:00</updated>
<author>
<name>Bill Yi</name>
<email>byi@google.com</email>
</author>
<published>2014-04-29T18:34:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_Gallery2/commit/?id=2cfc3a8f9a3d600c1d40161cd532eb45bec92dda'/>
<id>2cfc3a8f9a3d600c1d40161cd532eb45bec92dda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>am 3d736418: Merge "Use basic editor for sharpen filter."</title>
<updated>2014-04-22T13:32:07+00:00</updated>
<author>
<name>Alan Newberger</name>
<email>alann@google.com</email>
</author>
<published>2014-04-22T13:32:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_Gallery2/commit/?id=19849052309067476ebfbf647a4593a521d4cc80'/>
<id>19849052309067476ebfbf647a4593a521d4cc80</id>
<content type='text'>
* commit '3d73641843682089be63cd248465497f007b93a1':
  Use basic editor for sharpen filter.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* commit '3d73641843682089be63cd248465497f007b93a1':
  Use basic editor for sharpen filter.
</pre>
</div>
</content>
</entry>
<entry>
<title>am e9c89c81: Merge "gallery: change typo \'&amp;&amp;\' to \'||\'"</title>
<updated>2014-03-07T01:33:43+00:00</updated>
<author>
<name>Nick Kralevich</name>
<email>nnk@google.com</email>
</author>
<published>2014-03-07T01:33:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_Gallery2/commit/?id=083f1b5d9ca50f1ca2decbec7f1ed5f35011b903'/>
<id>083f1b5d9ca50f1ca2decbec7f1ed5f35011b903</id>
<content type='text'>
* commit 'e9c89c814c97a74456ad1bf8d4c32a983663924c':
  gallery: change typo '&amp;&amp;' to '||'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* commit 'e9c89c814c97a74456ad1bf8d4c32a983663924c':
  gallery: change typo '&amp;&amp;' to '||'
</pre>
</div>
</content>
</entry>
<entry>
<title>Use basic editor for sharpen filter.</title>
<updated>2014-02-23T06:29:24+00:00</updated>
<author>
<name>Jun Su</name>
<email>juns@nvidia.com</email>
</author>
<published>2014-02-23T06:13:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_Gallery2/commit/?id=0df318162173a98f703f7711692ea4773b461423'/>
<id>0df318162173a98f703f7711692ea4773b461423</id>
<content type='text'>
Currently gallery's sharpen filter is relate to the editor id =
R.id.imageShow, which is not point to any valid editor.
As a result native gallery sharpen function will cause exception and fail.
Change to use basic editor.

Change-Id: I2a04ab81c395e12004cd6fe4635932a19c1c39be
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently gallery's sharpen filter is relate to the editor id =
R.id.imageShow, which is not point to any valid editor.
As a result native gallery sharpen function will cause exception and fail.
Change to use basic editor.

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