OSDN Git Service

android-x86/packages-apps-Gallery2.git
11 years agoMerge "Cleanup sloppy memory handling in ExifOutputStream." into gb-ub-photos-bryce
Ruben Brunk [Tue, 2 Apr 2013 22:19:05 +0000 (22:19 +0000)]
Merge "Cleanup sloppy memory handling in ExifOutputStream." into gb-ub-photos-bryce

11 years agoCleanup sloppy memory handling in ExifOutputStream.
Ruben Brunk [Tue, 2 Apr 2013 21:16:22 +0000 (14:16 -0700)]
Cleanup sloppy memory handling in ExifOutputStream.

Change-Id: Ifc34a958a6214fa89ee52cfbdeb6d53baa8cd3fd

11 years agoMerge "Usage statistics for photo and video capture" into gb-ub-photos-bryce
Bobby Georgescu [Tue, 2 Apr 2013 20:09:50 +0000 (20:09 +0000)]
Merge "Usage statistics for photo and video capture" into gb-ub-photos-bryce

11 years agoUsage statistics for photo and video capture
Bobby Georgescu [Mon, 1 Apr 2013 22:33:17 +0000 (15:33 -0700)]
Usage statistics for photo and video capture

Bug: 8433834
Change-Id: Idb4343a9e8d6895adbf9707e8c7811d007acc984

11 years agoFix stickiness issues with UI
nicolasroard [Tue, 2 Apr 2013 04:33:20 +0000 (21:33 -0700)]
Fix stickiness issues with UI

The renderGeometryIcon() function shouldn't
be synchronized -- it's independent of the rest
of the pipeline and is only used to apply a given geometry.

Change-Id: I91a5d2ec3f28f15c489066ed2c5a5009e29fa7b3

11 years agoDon't try freeing resources on a different thread..
nicolasroard [Tue, 2 Apr 2013 04:33:20 +0000 (21:33 -0700)]
Don't try freeing resources on a different thread..

This call to freeResources happens on the main thread.
It's also not really useful. The geometry instance
shouldn't be shared either.

bug:8522497
Change-Id: I7b144713428ab803b3640b3d8226fd862db824f4

11 years agoChanged editor back button behavior.
Ruben Brunk [Tue, 2 Apr 2013 00:26:42 +0000 (17:26 -0700)]
Changed editor back button behavior.

Bug: 8522150
Change-Id: I803054138df931c4c48ef03930afe79e272f0d4b

11 years agoMerge "Change panels organization. Also fixes border updates handling." into gb-ub...
Ruben Brunk [Tue, 2 Apr 2013 00:00:01 +0000 (00:00 +0000)]
Merge "Change panels organization. Also fixes border updates handling." into gb-ub-photos-bryce

11 years agoChange panels organization. Also fixes border updates handling.
Ruben Brunk [Mon, 1 Apr 2013 23:55:05 +0000 (16:55 -0700)]
Change panels organization. Also fixes border updates handling.

Change-Id: If96754e821b1e80238d2a04e65f1b57ee9683efe

11 years agoMerge "Pie design update" into gb-ub-photos-bryce
Michael Kolb [Mon, 1 Apr 2013 23:46:06 +0000 (23:46 +0000)]
Merge "Pie design update" into gb-ub-photos-bryce

11 years agoPie design update
Michael Kolb [Tue, 12 Mar 2013 17:24:42 +0000 (10:24 -0700)]
Pie design update

Change-Id: Ifb0d50938332bdae50e45523850605d0aafed7fb

11 years agoMerge "Handle InterruptedException in waitDone" into gb-ub-photos-bryce
Angus Kong [Mon, 1 Apr 2013 23:13:16 +0000 (23:13 +0000)]
Merge "Handle InterruptedException in waitDone" into gb-ub-photos-bryce

11 years agoMerge "Added apply UI callbacks for rotate/mirror operations." into gb-ub-photos...
Ruben Brunk [Mon, 1 Apr 2013 23:07:42 +0000 (23:07 +0000)]
Merge "Added apply UI callbacks for rotate/mirror operations." into gb-ub-photos-bryce

11 years agoHandle InterruptedException in waitDone
Angus Kong [Mon, 1 Apr 2013 22:59:09 +0000 (15:59 -0700)]
Handle InterruptedException in waitDone

Dirty bit for mParameters should be set properly if getParameters is not
finished.

bug:8517092
Change-Id: I2259dc978465d23bff9c6852bec4a791f94137d0

11 years agoMerge "Don't use SynchronousQueue to pass results." into gb-ub-photos-bryce
Angus Kong [Mon, 1 Apr 2013 22:17:30 +0000 (22:17 +0000)]
Merge "Don't use SynchronousQueue to pass results." into gb-ub-photos-bryce

11 years agoDon't use SynchronousQueue to pass results.
Angus Kong [Mon, 1 Apr 2013 21:30:30 +0000 (14:30 -0700)]
Don't use SynchronousQueue to pass results.

bug:8517092
Change-Id: I0f2084bc1d52f37743559391cd2217275e3d485d

11 years agoMerge "Usage statistics for camera settings" into gb-ub-photos-bryce
Bobby Georgescu [Mon, 1 Apr 2013 21:45:34 +0000 (21:45 +0000)]
Merge "Usage statistics for camera settings" into gb-ub-photos-bryce

11 years agoAdded apply UI callbacks for rotate/mirror operations.
Ruben Brunk [Mon, 1 Apr 2013 21:41:45 +0000 (14:41 -0700)]
Added apply UI callbacks for rotate/mirror operations.

Change-Id: I30bfb439d742248c3241742bd11f64a1b4a22640

11 years agoEnforce bmp type in pool, handle MTP image decode failure
Bobby Georgescu [Mon, 1 Apr 2013 20:48:29 +0000 (13:48 -0700)]
Enforce bmp type in pool, handle MTP image decode failure

- GalleryBitmapPool didn't reject bitmap types other than
ARGB_8888 which could lead to problems when a different type
is used for recycling.
- BitmapFactory throws an exception rather than returning null
when image decoding fails and an existing bitmap was supplied
for recycling, even if the failure was not caused by the use
of that bitmap. When decoding things from an MTP device, we
need to handle this since unsupported formats may be returned.

Change-Id: I8cc8aa46f5a741b360e806814991f74a131e9039

11 years agoUsage statistics for camera settings
Bobby Georgescu [Mon, 1 Apr 2013 21:31:40 +0000 (14:31 -0700)]
Usage statistics for camera settings

Change-Id: I1e683fa8114ab9e15d9da6b81a3caca952d75647

11 years agoMerge "Fix NPE when reconnecting camera." into gb-ub-photos-bryce
Angus Kong [Mon, 1 Apr 2013 18:06:06 +0000 (18:06 +0000)]
Merge "Fix NPE when reconnecting camera." into gb-ub-photos-bryce

11 years agoMerge "Preliminary Album grid header in new gallery" into gb-ub-photos-bryce
Bobby Georgescu [Mon, 1 Apr 2013 17:42:46 +0000 (17:42 +0000)]
Merge "Preliminary Album grid header in new gallery" into gb-ub-photos-bryce

11 years agoPreliminary Album grid header in new gallery
Bobby Georgescu [Fri, 29 Mar 2013 22:58:42 +0000 (15:58 -0700)]
Preliminary Album grid header in new gallery

Change-Id: I90942de920795aedc5475f23cc3ede459949cc16

11 years agoFix NPE when reconnecting camera.
Angus Kong [Mon, 1 Apr 2013 16:55:24 +0000 (09:55 -0700)]
Fix NPE when reconnecting camera.

bug:8513852
Change-Id: I45150e5519604f695d25c830262c8b6eb363b1d3

11 years agoMerge "Remove ImageCache from PhotoProvider in favor of MediaCache." into gb-ub-photo...
George Mount [Mon, 1 Apr 2013 14:10:38 +0000 (14:10 +0000)]
Merge "Remove ImageCache from PhotoProvider in favor of MediaCache." into gb-ub-photos-bryce

11 years agoMerge "Fix double-tap behaviour" into gb-ub-photos-bryce
nicolasroard [Sat, 30 Mar 2013 22:01:33 +0000 (22:01 +0000)]
Merge "Fix double-tap behaviour" into gb-ub-photos-bryce

11 years agoFix double-tap behaviour
nicolasroard [Sat, 30 Mar 2013 19:56:20 +0000 (12:56 -0700)]
Fix double-tap behaviour

Change-Id: I17282bce5af9d65b704e3853181ef3cbfde4992e

11 years agoFixes some state synchronization issues
nicolasroard [Sat, 30 Mar 2013 19:08:58 +0000 (12:08 -0700)]
Fixes some state synchronization issues

Change-Id: Iea0f2b8d9c885795bddfb0d3001c8a351caed63c

11 years agoMerge "Implements progressive rendering" into gb-ub-photos-bryce
nicolasroard [Sat, 30 Mar 2013 02:26:18 +0000 (02:26 +0000)]
Merge "Implements progressive rendering" into gb-ub-photos-bryce

11 years agoImplements progressive rendering
nicolasroard [Fri, 29 Mar 2013 21:41:38 +0000 (14:41 -0700)]
Implements progressive rendering

Change-Id: I32bd2072126a4fad4342f7d9ffa1cff3b5da84cf

11 years agoMerge "Added "discard unsaved changes" behavior for exiting." into gb-ub-photos-bryce
Ruben Brunk [Sat, 30 Mar 2013 01:03:24 +0000 (01:03 +0000)]
Merge "Added "discard unsaved changes" behavior for exiting." into gb-ub-photos-bryce

11 years agoRemove ImageCache from PhotoProvider in favor of MediaCache.
George Mount [Wed, 27 Mar 2013 23:53:41 +0000 (16:53 -0700)]
Remove ImageCache from PhotoProvider in favor of MediaCache.

Change-Id: I4e75a094d1dc033ac892c2b95bdc6b6a4a165304

11 years agoMerge "Add initial implementation of MediaCache." into gb-ub-photos-bryce
George Mount [Fri, 29 Mar 2013 23:15:21 +0000 (23:15 +0000)]
Merge "Add initial implementation of MediaCache." into gb-ub-photos-bryce

11 years agoAdd initial implementation of MediaCache.
George Mount [Mon, 18 Mar 2013 16:51:21 +0000 (09:51 -0700)]
Add initial implementation of MediaCache.

Change-Id: I94d357bab0e57cc60b8be790d912ba036730298b

11 years agoAdded "discard unsaved changes" behavior for exiting.
Ruben Brunk [Fri, 29 Mar 2013 19:36:30 +0000 (12:36 -0700)]
Added "discard unsaved changes" behavior for exiting.

Bug: 7534778
Change-Id: I3136fa04585a42912bad6235a776937a4cb4dcac

11 years agoMerge "add flexable ui for parameters" into gb-ub-photos-bryce
John Hoford [Fri, 29 Mar 2013 19:14:51 +0000 (19:14 +0000)]
Merge "add flexable ui for parameters" into gb-ub-photos-bryce

11 years agoadd flexable ui for parameters
John Hoford [Tue, 12 Mar 2013 23:30:10 +0000 (16:30 -0700)]
add flexable ui for parameters

Change-Id: Ifa9862ceb7f9a12b1b9b985fdc737dc1bb679921

11 years agoMerge "Make camera releasing synchronous." into gb-ub-photos-bryce
Michael Kolb [Fri, 29 Mar 2013 17:26:07 +0000 (17:26 +0000)]
Merge "Make camera releasing synchronous." into gb-ub-photos-bryce

11 years agoMerge "Re-enable caching step in RS filters" into gb-ub-photos-bryce
nicolasroard [Fri, 29 Mar 2013 16:20:51 +0000 (16:20 +0000)]
Merge "Re-enable caching step in RS filters" into gb-ub-photos-bryce

11 years agoRe-enable caching step in RS filters
nicolasroard [Thu, 28 Mar 2013 23:34:52 +0000 (16:34 -0700)]
Re-enable caching step in RS filters

Bug: 8478659
Bug: 8459181
Bug: 8450339
Bug: 8457323

With the compatibility library, different Scripts instances
actually points to the same thing. We thus need to explicitely
rebind all the variables to the correct script instance before
running RS filters...

Change-Id: Id6cd4e44b5a67a3d2588e158c616b2b44e214a5b

11 years agoMake camera releasing synchronous.
Angus Kong [Fri, 29 Mar 2013 00:07:03 +0000 (17:07 -0700)]
Make camera releasing synchronous.

bug:8502943
Change-Id: I48d71c07894fefa909db1a78c0dbe9b8f72e5166

11 years agoAdd HeaderGridView implementation
Bobby Georgescu [Thu, 28 Mar 2013 22:41:32 +0000 (15:41 -0700)]
Add HeaderGridView implementation

Change-Id: Id0e699be0e40310c4919a9d55503edb9b07d4b58

11 years agoMerge "Disable preview gestures when shutter is pressed" into gb-ub-photos-bryce
Doris Liu [Thu, 28 Mar 2013 16:50:07 +0000 (16:50 +0000)]
Merge "Disable preview gestures when shutter is pressed" into gb-ub-photos-bryce

11 years agoFix deadlock.
nicolasroard [Thu, 28 Mar 2013 05:10:01 +0000 (22:10 -0700)]
Fix deadlock.

Move the RenderScript context and Resources to CachingPipeline.

bug:8491107
Change-Id: I912555c87b060e4515cc1a4c66c8a8c9c840532d

11 years agoMerge "Fixed renderscript crashes." into gb-ub-photos-bryce
Ruben Brunk [Thu, 28 Mar 2013 03:53:46 +0000 (03:53 +0000)]
Merge "Fixed renderscript crashes." into gb-ub-photos-bryce

11 years agoDisable preview gestures when shutter is pressed
Doris Liu [Thu, 28 Mar 2013 00:25:43 +0000 (17:25 -0700)]
Disable preview gestures when shutter is pressed

Bug:8333662
Change-Id: Ia204822c5651ab98cca6f67ee45058b6d9d81b31

11 years agoMerge "Make camera calls asynchronous" into gb-ub-photos-bryce
Angus Kong [Wed, 27 Mar 2013 21:58:31 +0000 (21:58 +0000)]
Merge "Make camera calls asynchronous" into gb-ub-photos-bryce

11 years agoMake camera calls asynchronous
Angus Kong [Tue, 26 Mar 2013 06:11:43 +0000 (23:11 -0700)]
Make camera calls asynchronous

bug:8438047

Change-Id: I151d5ff85f0fb3646432a64b5841256a1448f101

11 years agoFixed renderscript crashes.
Ruben Brunk [Wed, 27 Mar 2013 18:19:23 +0000 (11:19 -0700)]
Fixed renderscript crashes.

Bug: 8478659
Bug: 8459181
Bug: 8450339
Bug: 8457323

createFilter() initializes a ton of parameters in the RenderScript
filters.  Using stale parameters from a previous call to createFilter()
causes segfaults.

Change-Id: Id54b956b7fe83be5089b1d47c3bedcca66237ddf

11 years agoMerge "Workaround for switcher popup being cut off on ICS" into gb-ub-photos-bryce
Doris Liu [Wed, 27 Mar 2013 18:10:18 +0000 (18:10 +0000)]
Merge "Workaround for switcher popup being cut off on ICS" into gb-ub-photos-bryce

11 years agoWorkaround for switcher popup being cut off on ICS
Doris Liu [Wed, 27 Mar 2013 17:52:50 +0000 (10:52 -0700)]
Workaround for switcher popup being cut off on ICS

Bug: 8390375
Change-Id: Ie4a196824751ae6717849f210c3e8e17e4aa014d

11 years agoMerge "Moves ownership of the environment to the pipeline" into gb-ub-photos-bryce
nicolasroard [Wed, 27 Mar 2013 04:58:13 +0000 (04:58 +0000)]
Merge "Moves ownership of the environment to the pipeline" into gb-ub-photos-bryce

11 years agoMoves ownership of the environment to the pipeline
nicolasroard [Sat, 23 Mar 2013 05:02:37 +0000 (22:02 -0700)]
Moves ownership of the environment to the pipeline

Change-Id: I256e679a6f47831ebf00fe57d38b9c0372be38ec

11 years agoRemove debug log.
Angus Kong [Wed, 27 Mar 2013 02:58:34 +0000 (19:58 -0700)]
Remove debug log.

Change-Id: I9df3172c2f082fd9bdbbbf8edc8135983c837c43

11 years agoAdd GPSDirection tag using ExifInterface.
Angus Kong [Tue, 26 Mar 2013 18:40:40 +0000 (11:40 -0700)]
Add GPSDirection tag using ExifInterface.

bug:8115825
Change-Id: Iefcbbddbb7f9fed0c386214b428d4743f67d0dd9

11 years agoHides popup indicator on some editors
nicolasroard [Tue, 26 Mar 2013 04:40:08 +0000 (21:40 -0700)]
Hides popup indicator on some editors

Change-Id: I88f17b9352c582f26f09a74db9d91e1fb81dbeae

11 years agoHides seekbar in some editors
nicolasroard [Tue, 26 Mar 2013 04:08:47 +0000 (21:08 -0700)]
Hides seekbar in some editors

Change-Id: Ifce385f9a6bf9b741f0873f49d826fbcf453d97c

11 years agoMerge "Adding switcher background back in" into gb-ub-photos-bryce
Doris Liu [Mon, 25 Mar 2013 23:52:40 +0000 (23:52 +0000)]
Merge "Adding switcher background back in" into gb-ub-photos-bryce

11 years agoAdding switcher background back in
Doris Liu [Mon, 25 Mar 2013 23:05:31 +0000 (16:05 -0700)]
Adding switcher background back in

Fixed switcher background's rotation issue.
Bug: 8436031

Change-Id: Icc6c3fa38c98587c1ff37fea7d53980679943938

11 years agoAdd album type to albums table.
Mangesh Ghiware [Mon, 25 Mar 2013 22:38:48 +0000 (15:38 -0700)]
Add album type to albums table.

Change-Id: Ib4dfb1de9d814d2ee41c5b855b69f09115912e57

11 years agoMerge "Refactoring: removed unnecessary apply calls." into gb-ub-photos-bryce
Ruben Brunk [Sat, 23 Mar 2013 04:52:14 +0000 (04:52 +0000)]
Merge "Refactoring: removed unnecessary apply calls." into gb-ub-photos-bryce

11 years agoRefactoring: removed unnecessary apply calls.
Ruben Brunk [Sat, 23 Mar 2013 04:20:03 +0000 (21:20 -0700)]
Refactoring: removed unnecessary apply calls.

Change-Id: Ic592a00a8487f6a2499c34929b0ec8afad2a73b6

11 years agoMerge "Import translations. DO NOT MERGE" into gb-ub-photos-bryce
Baligh Uddin [Sat, 23 Mar 2013 01:20:27 +0000 (01:20 +0000)]
Merge "Import translations. DO NOT MERGE" into gb-ub-photos-bryce

11 years agoBump up the version number to 1.1.40006
Bart Sears [Fri, 22 Mar 2013 21:47:19 +0000 (14:47 -0700)]
Bump up the version number to 1.1.40006

Change-Id: Id256fd9a7fdde81ea140b7a58b06f1eb87944b2c

11 years agoFix NPE in Camera
Michael Kolb [Fri, 22 Mar 2013 21:11:57 +0000 (14:11 -0700)]
Fix NPE in Camera

  Bug: 8409508

Change-Id: I962a7eccec9ca2e1c190eb1c2c252020cd0926e0

11 years agoImport translations. DO NOT MERGE
Baligh Uddin [Fri, 22 Mar 2013 19:00:17 +0000 (12:00 -0700)]
Import translations. DO NOT MERGE

Change-Id: I5037cd2630cb0f95db7ca665133a85c0826240d3
Auto-generated-cl: translation import

11 years agoAdd renderers only once
Michael Kolb [Fri, 22 Mar 2013 17:56:12 +0000 (10:56 -0700)]
Add renderers only once

Change-Id: I819c0486d23e358d7d7b989a051da9087fa292a1

11 years agoFix problem applying the Fx filter
nicolasroard [Fri, 22 Mar 2013 04:33:22 +0000 (21:33 -0700)]
Fix problem applying the Fx filter
Also adds some debug info

bug:8442036
Change-Id: Ife7fd4be664ae011e41969e74c7745da0a7a52f5

11 years agoMerge "Revert "New loading model"" into gb-ub-photos-bryce
John Reck [Fri, 22 Mar 2013 00:38:52 +0000 (00:38 +0000)]
Merge "Revert "New loading model"" into gb-ub-photos-bryce

11 years agoMerge "Refactor grid fragments in new gallery" into gb-ub-photos-bryce
Bobby Georgescu [Thu, 21 Mar 2013 21:49:36 +0000 (21:49 +0000)]
Merge "Refactor grid fragments in new gallery" into gb-ub-photos-bryce

11 years agoRevert "New loading model"
John Reck [Thu, 21 Mar 2013 21:22:33 +0000 (14:22 -0700)]
Revert "New loading model"

Change-Id: I5d3d4c7a4ca0d11de01278529e1413fc62e6b4ed

11 years agoMerge "Changes for CanvasProvider" into gb-ub-photos-bryce
John Reck [Thu, 21 Mar 2013 20:01:12 +0000 (20:01 +0000)]
Merge "Changes for CanvasProvider" into gb-ub-photos-bryce

11 years agoMerge "Removing obsolete test." into gb-ub-photos-bryce
Jason Noguchi [Thu, 21 Mar 2013 05:07:14 +0000 (05:07 +0000)]
Merge "Removing obsolete test." into gb-ub-photos-bryce

11 years agoMerge "Fix for record button not responding" into gb-ub-photos-bryce
Doris Liu [Thu, 21 Mar 2013 03:21:18 +0000 (03:21 +0000)]
Merge "Fix for record button not responding" into gb-ub-photos-bryce

11 years agoDon't show the original image in the Curves editor
nicolasroard [Thu, 21 Mar 2013 02:48:49 +0000 (19:48 -0700)]
Don't show the original image in the Curves editor

Change-Id: I884f6113c5b39d02b8b1f217ce8bec5fd19aaf4e

11 years agoMerge "Fix crashes with RS filters" into gb-ub-photos-bryce
nicolasroard [Thu, 21 Mar 2013 02:46:52 +0000 (02:46 +0000)]
Merge "Fix crashes with RS filters" into gb-ub-photos-bryce

11 years agoFix crashes with RS filters
nicolasroard [Wed, 20 Mar 2013 21:55:48 +0000 (14:55 -0700)]
Fix crashes with RS filters

bug:8418537

Change-Id: I37f8ad8a77f04faed9f721122872f00f7aaaa365

11 years agoFix for record button not responding
Doris Liu [Thu, 21 Mar 2013 02:25:47 +0000 (19:25 -0700)]
Fix for record button not responding

Bug: 8437944
Change-Id: I0393434d094b9288232c70b2f65cd5eb4d0719a4

11 years agoRemoving obsolete test.
Jason Noguchi [Thu, 21 Mar 2013 01:33:20 +0000 (18:33 -0700)]
Removing obsolete test.

Change-Id: I061846d42d7cbe0a115724060a9600cef6e7433c

11 years agoAdded accessability description for filter buttons.
Ruben Brunk [Thu, 21 Mar 2013 00:12:43 +0000 (17:12 -0700)]
Added accessability description for filter buttons.

Change-Id: I20b780cf54a3fa4beed41845693c87e2369c33ae

11 years agoRefactor grid fragments in new gallery
Bobby Georgescu [Wed, 20 Mar 2013 22:34:44 +0000 (15:34 -0700)]
Refactor grid fragments in new gallery

Change-Id: I087cd68ddf8a0a23547d85082f146b6effd68f22

11 years agoChanges for CanvasProvider
John Reck [Tue, 19 Mar 2013 18:43:37 +0000 (11:43 -0700)]
Changes for CanvasProvider

Change-Id: I0f90f08f4413717933083d110d5020f494d9ed5f

11 years agoMerge "Refactor fragment/activity coupling in new Gallery" into gb-ub-photos-bryce
Bobby Georgescu [Wed, 20 Mar 2013 21:10:23 +0000 (21:10 +0000)]
Merge "Refactor fragment/activity coupling in new Gallery" into gb-ub-photos-bryce

11 years agoRefactor fragment/activity coupling in new Gallery
Bobby Georgescu [Wed, 20 Mar 2013 19:03:17 +0000 (12:03 -0700)]
Refactor fragment/activity coupling in new Gallery

Change-Id: I7cc54b352197e1975cff286f4add7d0f42637841

11 years agoMerge "Import translations. DO NOT MERGE" into gb-ub-photos-bryce
Baligh Uddin [Wed, 20 Mar 2013 19:53:34 +0000 (19:53 +0000)]
Merge "Import translations. DO NOT MERGE" into gb-ub-photos-bryce

11 years agoImport translations. DO NOT MERGE
Baligh Uddin [Wed, 20 Mar 2013 18:30:10 +0000 (11:30 -0700)]
Import translations. DO NOT MERGE

Change-Id: I0c692bb1b18145477d6de892ae6cccd46ef93c0b
Auto-generated-cl: translation import

11 years agoMerge "Refactor the pipeline - add a CachingPipeline class - FilteringPipeline only...
nicolasroard [Wed, 20 Mar 2013 17:25:25 +0000 (17:25 +0000)]
Merge "Refactor the pipeline - add a CachingPipeline class - FilteringPipeline only deals with communication - fix large critical sections performance issues - improves stability" into gb-ub-photos-bryce

11 years agoRefactor the pipeline
nicolasroard [Wed, 20 Mar 2013 15:41:34 +0000 (08:41 -0700)]
Refactor the pipeline
- add a CachingPipeline class
- FilteringPipeline only deals with communication
- fix large critical sections performance issues
- improves stability

bug:8418537

Change-Id: Id18edf71b2e2aec19a8b25fcce711c4acbb1a724

11 years agoMethod added to load scaled resource (with only alpha channel).
Victor Doba [Wed, 20 Mar 2013 10:24:21 +0000 (11:24 +0100)]
Method added to load scaled resource (with only alpha channel).

Change-Id: I1b9a58e0fd4c33c9748ad03f53d635c426a5102c

11 years agoMerge "Bump up the version number to 1.1.40005" into gb-ub-photos-bryce
Bart Sears [Wed, 20 Mar 2013 03:55:02 +0000 (03:55 +0000)]
Merge "Bump up the version number to 1.1.40005" into gb-ub-photos-bryce

11 years agoAdd accessor for filters to the source bitmap passed to apply()
nicolasroard [Wed, 20 Mar 2013 03:13:33 +0000 (20:13 -0700)]
Add accessor for filters to the source bitmap passed to apply()

Change-Id: I2900c5b799592c388daa9049093ef8c80fa4f5c6

11 years agoFixed onDestroy ordering for RS context.
Ruben Brunk [Tue, 19 Mar 2013 23:39:24 +0000 (16:39 -0700)]
Fixed onDestroy ordering for RS context.

Bug: 8420637
Change-Id: Iddceaa3aefd3d905bbc7435350b768d10215b1d8

11 years agoFix some startup issues, performance issues on ICS
nicolasroard [Tue, 19 Mar 2013 21:46:17 +0000 (14:46 -0700)]
Fix some startup issues, performance issues on ICS

Change-Id: Iccbcc5a78bf4feb5614e1c420022ef8440606baf

11 years agoMerge "Add album viewing to new Gallery" into gb-ub-photos-bryce
Bobby Georgescu [Tue, 19 Mar 2013 18:39:02 +0000 (18:39 +0000)]
Merge "Add album viewing to new Gallery" into gb-ub-photos-bryce

11 years agoAdd album viewing to new Gallery
Bobby Georgescu [Mon, 18 Mar 2013 21:56:40 +0000 (14:56 -0700)]
Add album viewing to new Gallery

Change-Id: I71230541db0b06d41e2d23d51e83f0b3b8e8caf4

11 years agoImproves double-tap and comparison mechanism
nicolasroard [Sat, 16 Mar 2013 21:27:22 +0000 (14:27 -0700)]
Improves double-tap and comparison mechanism

Change-Id: I1fda50d7d179703db9e0e525550018c259233e89

11 years agoImageFilterRS filters reset properly. FilterPipeline delay till after load.
Ruben Brunk [Tue, 19 Mar 2013 05:23:43 +0000 (22:23 -0700)]
ImageFilterRS filters reset properly.  FilterPipeline delay till after load.

Bug: 8293404
Bug: 8417804

Change-Id: I4e3fbbdb86bcb790d73455f21044e6dee9398a5d

11 years agoFix disappearing panels and animations on ICS
nicolasroard [Tue, 19 Mar 2013 00:27:55 +0000 (17:27 -0700)]
Fix disappearing panels and animations on ICS

bug:8405402

Change-Id: I9c0da8fbf20c424cc64ae5cc1be42414cb2f0964

11 years agoBump up the version number to 1.1.40005
Bart Sears [Tue, 19 Mar 2013 03:02:47 +0000 (20:02 -0700)]
Bump up the version number to 1.1.40005

Change-Id: Ic01aa447fdae6628a84cd9d9561134c32c521df8

11 years agoMerge "Add nakasi resources. xhdpi resources are stripped..." into gb-ub-photos-bryce
nicolasroard [Tue, 19 Mar 2013 00:42:00 +0000 (00:42 +0000)]
Merge "Add nakasi resources. xhdpi resources are stripped..." into gb-ub-photos-bryce