OSDN Git Service

android-x86/packages-apps-Camera2.git
11 years agoam 63da0db6: (-s ours) Reconcile with jb-mr1-release - do not merge
Jean-Baptiste Queru [Mon, 11 Mar 2013 19:27:37 +0000 (12:27 -0700)]
am 63da0db6: (-s ours) Reconcile with jb-mr1-release - do not merge

* commit '63da0db6333796d7b3a94af55de58039cea94b8d':

11 years agoReconcile with jb-mr1-release - do not merge
Jean-Baptiste Queru [Mon, 11 Mar 2013 19:21:38 +0000 (12:21 -0700)]
Reconcile with jb-mr1-release - do not merge

11 years agoam 5b188c94: Disabled further filters after Tiny Planet.
Ruben Brunk [Tue, 18 Dec 2012 19:34:46 +0000 (11:34 -0800)]
am 5b188c94: Disabled further filters after Tiny Planet.

* commit '5b188c94f5895cd166fc29def1e5295498e298c9':
  Disabled further filters after Tiny Planet.

11 years agoDisabled further filters after Tiny Planet.
Ruben Brunk [Tue, 18 Dec 2012 01:54:16 +0000 (17:54 -0800)]
Disabled further filters after Tiny Planet.

Bug: 7407176

Temporary fix.  We need to handle filters changing the image
geometry properly.

Change-Id: I405b83acddec4e3b88a8a1d70dc534df15c37f1c

11 years agoam 695e1aa0: Force a layout pass if the display rotation changes
John Reck [Mon, 10 Dec 2012 22:16:12 +0000 (14:16 -0800)]
am 695e1aa0: Force a layout pass if the display rotation changes

* commit '695e1aa059cbc2cb2988f6beb0fee8ff7952b229':
  Force a layout pass if the display rotation changes

11 years agoForce a layout pass if the display rotation changes
John Reck [Mon, 10 Dec 2012 21:25:49 +0000 (13:25 -0800)]
Force a layout pass if the display rotation changes

 Bug: 7687209
 DisplayRotation is used to map camera orientation to the display and is
 updated in layoutContentPane(). However, in the case of a 180 rotate
 framework doesn't send an onConfigurationChanged nor does the layout
 dimensions change, thus layoutContentPane doesn't fire and we don't
 update mDisplayRotation, resulting in an upside-down preview. To handle
 this, check each draw whether or not the display rotation has changed
 and if it has force a layout pass.

Change-Id: I610ea235d1bf7de2743f4cdb8e42ba1ddcb41404

11 years agoam db99a10b: Fix NPE in PhotoPage
Bobby Georgescu [Wed, 5 Dec 2012 17:44:35 +0000 (09:44 -0800)]
am db99a10b: Fix NPE in PhotoPage

* commit 'db99a10b6ac9296d612db8ba51e37f141fee4170':
  Fix NPE in PhotoPage

11 years agoFix NPE in PhotoPage
Bobby Georgescu [Wed, 5 Dec 2012 07:50:02 +0000 (23:50 -0800)]
Fix NPE in PhotoPage

Bug: 7673141
Change-Id: I264f28d127f47e5f4f8c6a7c2df1c021401d03f2

11 years agoam 870e62ac: Handle the case where the orientation column is not here...
nicolasroard [Wed, 5 Dec 2012 03:04:38 +0000 (19:04 -0800)]
am 870e62ac: Handle the case where the orientation column is not here...

* commit '870e62ac801064f83bffc9095cbaee5fe46bdd80':
  Handle the case where the orientation column is not here...

11 years agoHandle the case where the orientation column is not here...
nicolasroard [Wed, 5 Dec 2012 00:22:40 +0000 (16:22 -0800)]
Handle the case where the orientation column is not here...

bug:7537610
Change-Id: I4f64891a789358c20206aea3033fd17514199d62

11 years agoam 7a537732: Merge "Prevent Camera UI in Gallery" into gb-ub-photos-arches
Michael Kolb [Tue, 4 Dec 2012 23:14:28 +0000 (15:14 -0800)]
am 7a537732: Merge "Prevent Camera UI in Gallery" into gb-ub-photos-arches

* commit '7a5377322dcebdaad98df9a31cadc7ff0f464d8a':
  Prevent Camera UI in Gallery

11 years agoMerge "Prevent Camera UI in Gallery" into gb-ub-photos-arches
Michael Kolb [Tue, 4 Dec 2012 23:12:46 +0000 (15:12 -0800)]
Merge "Prevent Camera UI in Gallery" into gb-ub-photos-arches

11 years agoPrevent Camera UI in Gallery
Michael Kolb [Tue, 4 Dec 2012 22:46:23 +0000 (14:46 -0800)]
Prevent Camera UI in Gallery

  Bug: 7668856

At startup, the PhotoView wouldn't execute the onFullScreenChanged
callback, so the Camera UI believed it was in Camera.

Change-Id: I6794c2a5a4eb06d39161a681b7a0afc27d5e4b3f

11 years agoam c6fe9f7d: Remove unneeded border asset
nicolasroard [Tue, 4 Dec 2012 22:42:15 +0000 (14:42 -0800)]
am c6fe9f7d: Remove unneeded border asset

* commit 'c6fe9f7de5da7e5ae5bbf4d95933f9f96d018644':
  Remove unneeded border asset

11 years agoRemove unneeded border asset
nicolasroard [Tue, 4 Dec 2012 22:11:09 +0000 (14:11 -0800)]
Remove unneeded border asset

bug:7668120
Change-Id: Ib258fe12655bd33c08257975cac995bc54c7abb2

11 years agoam 04df59eb: Merge "Change themes" into gb-ub-photos-arches
Your Name [Tue, 4 Dec 2012 00:15:33 +0000 (16:15 -0800)]
am 04df59eb: Merge "Change themes" into gb-ub-photos-arches

* commit '04df59eb082189500d360fffb95ef541073d6fe6':
  Change themes

11 years agoMerge "Change themes" into gb-ub-photos-arches
Your Name [Tue, 4 Dec 2012 00:14:03 +0000 (16:14 -0800)]
Merge "Change themes" into gb-ub-photos-arches

11 years agoChange themes
Your Name [Mon, 3 Dec 2012 22:14:19 +0000 (14:14 -0800)]
Change themes

 Bug: 7587841

Change-Id: Ie283c23015ae94ba6eeb69ba55a0523899718d4e

11 years agoam 599393ec: (re-)add vertical/horizontal lines when moving Curves Align histogram...
nicolasroard [Thu, 29 Nov 2012 08:33:55 +0000 (00:33 -0800)]
am 599393ec: (re-)add vertical/horizontal lines when moving Curves Align histogram with Curves grid.

* commit '599393ecad6803161d5e901ef625e34cfe088009':
  (re-)add vertical/horizontal lines when moving Curves Align histogram with Curves grid.

11 years ago(re-)add vertical/horizontal lines when moving Curves
nicolasroard [Thu, 29 Nov 2012 08:01:59 +0000 (00:01 -0800)]
(re-)add vertical/horizontal lines when moving Curves
Align histogram with Curves grid.

bug:7361722
Change-Id: I327f3fb0ba844cc09f8b899e59f74d368478d30a

11 years agoam 65025459: Merge "Added dashed diagonal for crop." into gb-ub-photos-arches
Nicolas Roard [Thu, 29 Nov 2012 08:06:43 +0000 (00:06 -0800)]
am 65025459: Merge "Added dashed diagonal for crop." into gb-ub-photos-arches

* commit '6502545991948769bc9ca725dafb9899c2635a01':
  Added dashed diagonal for crop.

11 years agoMerge "Added dashed diagonal for crop." into gb-ub-photos-arches
Nicolas Roard [Thu, 29 Nov 2012 08:04:49 +0000 (00:04 -0800)]
Merge "Added dashed diagonal for crop." into gb-ub-photos-arches

11 years agoAdded dashed diagonal for crop.
Ruben Brunk [Thu, 29 Nov 2012 05:52:46 +0000 (21:52 -0800)]
Added dashed diagonal for crop.

Bug: 7634466
Change-Id: I14c778766d4b00495b2f5f6fa5f87f4877f76381

11 years agoam 39d46790: Fix transparency issue under the spinner.
nicolasroard [Thu, 29 Nov 2012 06:29:20 +0000 (22:29 -0800)]
am 39d46790: Fix transparency issue under the spinner.

* commit '39d4679070caf308f04542e414fc2e3c34f9cefa':
  Fix transparency issue under the spinner.

11 years agoFix transparency issue under the spinner.
nicolasroard [Thu, 29 Nov 2012 06:24:24 +0000 (22:24 -0800)]
Fix transparency issue under the spinner.

bug:7634701
Change-Id: I907ebbb373958350b1b17dc86723e430441a01dd

11 years agoam 0a624bb8: Fix potential crash (regression introduced with fix for 7406402)
nicolasroard [Thu, 29 Nov 2012 06:19:10 +0000 (22:19 -0800)]
am 0a624bb8: Fix potential crash (regression introduced with fix for 7406402)

* commit '0a624bb8db70f1e71ca511756b886c68f32fedbe':
  Fix potential crash (regression introduced with fix for 7406402)

11 years agoFix potential crash
nicolasroard [Thu, 29 Nov 2012 06:14:20 +0000 (22:14 -0800)]
Fix potential crash
(regression introduced with fix for 7406402)

bug:7406402
Change-Id: I7ba92b4cb4fe2976583eba54a5bd25a29eae9d5c

11 years agoam 6d867ce0: Set crop ratio to unconstrained by default.
nicolasroard [Thu, 29 Nov 2012 06:01:00 +0000 (22:01 -0800)]
am 6d867ce0: Set crop ratio to unconstrained by default.

* commit '6d867ce03ea96495d531d7e3f35a21b5aab257ef':
  Set crop ratio to unconstrained by default.

11 years agoSet crop ratio to unconstrained by default.
nicolasroard [Thu, 29 Nov 2012 05:50:46 +0000 (21:50 -0800)]
Set crop ratio to unconstrained by default.

bug:7634466
Change-Id: I4b0e82ca77ab19527293334cc96e7b80f2d75535

11 years agoam 205d0cdf: Fix overdraw the correct way...
nicolasroard [Thu, 29 Nov 2012 05:27:31 +0000 (21:27 -0800)]
am 205d0cdf: Fix overdraw the correct way...

* commit '205d0cdf0590bc1156a1d7fff1d0811d142de4a6':
  Fix overdraw the correct way...

11 years agoFix overdraw the correct way...
nicolasroard [Thu, 29 Nov 2012 05:20:37 +0000 (21:20 -0800)]
Fix overdraw the correct way...

bug:7634701
Change-Id: Ifa7061dac35e948120c1a481c40bcf107f7ee6e1

11 years agoam 6e9123a6: Merge "Fix flashing in geometry panel" into gb-ub-photos-arches
nicolasroard [Thu, 29 Nov 2012 05:02:19 +0000 (21:02 -0800)]
am 6e9123a6: Merge "Fix flashing in geometry panel" into gb-ub-photos-arches

* commit '6e9123a658d4ed0dcb80dd376c676f043e2f4baa':
  Fix flashing in geometry panel

11 years agoMerge "Fix flashing in geometry panel" into gb-ub-photos-arches
nicolasroard [Thu, 29 Nov 2012 05:00:30 +0000 (21:00 -0800)]
Merge "Fix flashing in geometry panel" into gb-ub-photos-arches

11 years agoam 68e4ae64: Merge "Fix overdraw in FilterShow activity" into gb-ub-photos-arches
nicolasroard [Thu, 29 Nov 2012 05:00:06 +0000 (21:00 -0800)]
am 68e4ae64: Merge "Fix overdraw in FilterShow activity" into gb-ub-photos-arches

* commit '68e4ae64380e2c9843faaec63b98ba51479c0f11':
  Fix overdraw in FilterShow activity

11 years agoMerge "Fix overdraw in FilterShow activity" into gb-ub-photos-arches
nicolasroard [Thu, 29 Nov 2012 04:58:35 +0000 (20:58 -0800)]
Merge "Fix overdraw in FilterShow activity" into gb-ub-photos-arches

11 years agoam 3507b925: Merge "Add new borders assets" into gb-ub-photos-arches
nicolasroard [Thu, 29 Nov 2012 04:57:56 +0000 (20:57 -0800)]
am 3507b925: Merge "Add new borders assets" into gb-ub-photos-arches

* commit '3507b925ce1edb2563c076d2d9f01bfadf9f61e5':
  Add new borders assets

11 years agoMerge "Add new borders assets" into gb-ub-photos-arches
nicolasroard [Thu, 29 Nov 2012 04:56:31 +0000 (20:56 -0800)]
Merge "Add new borders assets" into gb-ub-photos-arches

11 years agoAdd new borders assets
nicolasroard [Thu, 29 Nov 2012 03:31:59 +0000 (19:31 -0800)]
Add new borders assets

bug:7386268
Change-Id: I026c36bdad32ae6a34ce1d5ec83abff319296d30

11 years agoam cd84d676: Fix history panel overlap
nicolasroard [Thu, 29 Nov 2012 04:54:47 +0000 (20:54 -0800)]
am cd84d676: Fix history panel overlap

* commit 'cd84d67629075795d4c5c28d980f77ff8d75c593':
  Fix history panel overlap

11 years agoFix history panel overlap
nicolasroard [Thu, 29 Nov 2012 03:59:51 +0000 (19:59 -0800)]
Fix history panel overlap

bug:7545507
Change-Id: I06236f3025191896c851af1d84dc48a4dde18b1d

11 years agoFix overdraw in FilterShow activity
nicolasroard [Thu, 29 Nov 2012 03:11:42 +0000 (19:11 -0800)]
Fix overdraw in FilterShow activity

bug:7634701
Change-Id: I2da3e3fdb1ef853fa1a0340a1697e5a013ee87f2

11 years agoFix flashing in geometry panel
nicolasroard [Thu, 29 Nov 2012 01:46:32 +0000 (17:46 -0800)]
Fix flashing in geometry panel

bug:7406402
Change-Id: If2c6156349b90dfc57c56284ad6d821731e48e1a

11 years agoam 987bc8aa: Fix wrong colors in Curves
nicolasroard [Thu, 29 Nov 2012 01:22:11 +0000 (17:22 -0800)]
am 987bc8aa: Fix wrong colors in Curves

* commit '987bc8aaafa55c45451937b27d94c1d602de4d68':
  Fix wrong colors in Curves

11 years agoam d24fdf6a: Merge "Fix moving points in the Curves editor" into gb-ub-photos-arches
nicolasroard [Thu, 29 Nov 2012 01:20:03 +0000 (17:20 -0800)]
am d24fdf6a: Merge "Fix moving points in the Curves editor" into gb-ub-photos-arches

* commit 'd24fdf6ad148ffeb34a721d90e46d038f5a7b0da':
  Fix moving points in the Curves editor

11 years agoFix wrong colors in Curves
nicolasroard [Thu, 29 Nov 2012 01:09:59 +0000 (17:09 -0800)]
Fix wrong colors in Curves

bug:7633765
Change-Id: Ie6d0c175af6a1ade8f225107408ad03e73a289d3

11 years agoMerge "Fix moving points in the Curves editor" into gb-ub-photos-arches
nicolasroard [Thu, 29 Nov 2012 01:17:35 +0000 (17:17 -0800)]
Merge "Fix moving points in the Curves editor" into gb-ub-photos-arches

11 years agoam 7a36d427: Merge "Added locking to ImageLoader." into gb-ub-photos-arches
Ruben Brunk [Thu, 29 Nov 2012 01:05:53 +0000 (17:05 -0800)]
am 7a36d427: Merge "Added locking to ImageLoader." into gb-ub-photos-arches

* commit '7a36d4275ea0375d4e6a940cc3307dbe716cf85c':
  Added locking to ImageLoader.

11 years agoMerge "Added locking to ImageLoader." into gb-ub-photos-arches
Ruben Brunk [Thu, 29 Nov 2012 01:04:48 +0000 (17:04 -0800)]
Merge "Added locking to ImageLoader." into gb-ub-photos-arches

11 years agoam e5b979ed: Merge "reduce size of tiny planet if malloc fails" into gb-ub-photos...
John Hoford [Thu, 29 Nov 2012 00:57:43 +0000 (16:57 -0800)]
am e5b979ed: Merge "reduce size of tiny planet if malloc fails" into gb-ub-photos-arches

* commit 'e5b979edb369877463e07680dddd9983bd2501cb':
  reduce size of tiny planet if malloc fails

11 years agoMerge "reduce size of tiny planet if malloc fails" into gb-ub-photos-arches
John Hoford [Thu, 29 Nov 2012 00:56:20 +0000 (16:56 -0800)]
Merge "reduce size of tiny planet if malloc fails" into gb-ub-photos-arches

11 years agoFix moving points in the Curves editor
nicolasroard [Thu, 29 Nov 2012 00:35:47 +0000 (16:35 -0800)]
Fix moving points in the Curves editor

bug:7632994
Change-Id: Ibd0b22594ad9be52e32ea860976861e4619fb513

11 years agoam 5d2227a7: Merge "Add a triangle to the popup button view" into gb-ub-photos-arches
nicolasroard [Wed, 28 Nov 2012 23:57:28 +0000 (15:57 -0800)]
am 5d2227a7: Merge "Add a triangle to the popup button view" into gb-ub-photos-arches

* commit '5d2227a793b51f44f664a739cc7e931c40ba4970':
  Add a triangle to the popup button view

11 years agoMerge "Add a triangle to the popup button view" into gb-ub-photos-arches
nicolasroard [Wed, 28 Nov 2012 23:56:07 +0000 (15:56 -0800)]
Merge "Add a triangle to the popup button view" into gb-ub-photos-arches

11 years agoAdded locking to ImageLoader.
Ruben Brunk [Fri, 16 Nov 2012 21:51:08 +0000 (13:51 -0800)]
Added locking to ImageLoader.

Bug: 7471850
Change-Id: Ifbaf6e3547fad546a6faa94694bc7d3c7bb4711c

11 years agoam 6a94446d: Minor fix for some FP rounding errors in crop.
Ruben Brunk [Wed, 28 Nov 2012 23:46:18 +0000 (15:46 -0800)]
am 6a94446d: Minor fix for some FP rounding errors in crop.

* commit '6a94446de01e8b6b034cc537ee3e65d507d47a47':
  Minor fix for some FP rounding errors in crop.

11 years agoMinor fix for some FP rounding errors in crop.
Ruben Brunk [Wed, 28 Nov 2012 00:13:32 +0000 (16:13 -0800)]
Minor fix for some FP rounding errors in crop.

Bug 7566505

Change-Id: Ic3b849b26e0435e0e51a3ddd80c25d8e6e9949aa

11 years agoam 3c6a0610: Remove orientation compensation
Your Name [Tue, 27 Nov 2012 23:43:05 +0000 (15:43 -0800)]
am 3c6a0610: Remove orientation compensation

* commit '3c6a0610d50a866e520485163011c79d9ee62457':
  Remove orientation compensation

11 years agoRemove orientation compensation
Your Name [Tue, 27 Nov 2012 00:33:49 +0000 (16:33 -0800)]
Remove orientation compensation

 Bug: 7446056

Change-Id: I6f00617c890961e4d56545406bac9682356c0b15

11 years agoam c0c7418a: Import translations. DO NOT MERGE
Baligh Uddin [Fri, 16 Nov 2012 23:08:45 +0000 (15:08 -0800)]
am c0c7418a: Import translations. DO NOT MERGE

* commit 'c0c7418a7275131786a296c006864fcca3b559e9':
  Import translations. DO NOT MERGE

11 years agoam c6e93291: (-s ours) Import translations. DO NOT MERGE
Baligh Uddin [Fri, 16 Nov 2012 23:06:57 +0000 (15:06 -0800)]
am c6e93291: (-s ours) Import translations. DO NOT MERGE

* commit 'c6e93291c33c3aeb6d9a71bf5ce3033eb980a0f4':
  Import translations. DO NOT MERGE

11 years agoImport translations. DO NOT MERGE
Baligh Uddin [Fri, 16 Nov 2012 20:25:04 +0000 (12:25 -0800)]
Import translations. DO NOT MERGE

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

11 years agoImport translations. DO NOT MERGE
Baligh Uddin [Fri, 16 Nov 2012 20:24:38 +0000 (12:24 -0800)]
Import translations. DO NOT MERGE

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

11 years agoImport translations. DO NOT MERGE
Baligh Uddin [Fri, 16 Nov 2012 20:22:59 +0000 (12:22 -0800)]
Import translations. DO NOT MERGE

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

11 years agoam 18b38883: Guard tiles by synchronized block.
Angus Kong [Fri, 16 Nov 2012 02:19:07 +0000 (18:19 -0800)]
am 18b38883: Guard tiles by synchronized block.

* commit '18b388839ed9858a3b35cec9a636e5cde58a528a':
  Guard tiles by synchronized block.

11 years agoGuard tiles by synchronized block.
Angus Kong [Wed, 14 Nov 2012 09:11:10 +0000 (17:11 +0800)]
Guard tiles by synchronized block.

Tiles might be touched in different threads.

bug:7490351
Change-Id: Ie30d43db90cf63f7a6ec6438faabfcae8bca151a

11 years agoReconcile with jb-mr1-release - do not merge
The Android Open Source Project [Mon, 12 Nov 2012 15:26:28 +0000 (07:26 -0800)]
Reconcile with jb-mr1-release - do not merge

Change-Id: If2e420d2351705c4bcb89c0787951f431ebdd56d

11 years agomerge in jb-mr1-release history after reset to jb-mr1-dev
The Android Automerger [Sat, 10 Nov 2012 00:25:40 +0000 (16:25 -0800)]
merge in jb-mr1-release history after reset to jb-mr1-dev

11 years agoam 8182ed32: Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
Baligh Uddin [Fri, 9 Nov 2012 23:24:54 +0000 (15:24 -0800)]
am 8182ed32: Merge "Import translations. DO NOT MERGE" into jb-mr1-dev

* commit '8182ed32d7dac4209086b6f33843167291a5aa77':
  Import translations. DO NOT MERGE

11 years agoam 46281de7: Import translations. DO NOT MERGE
Baligh Uddin [Fri, 9 Nov 2012 23:24:53 +0000 (15:24 -0800)]
am 46281de7: Import translations. DO NOT MERGE

* commit '46281de7f9d1fd32f20598efd31e7a8f2e7c2ac3':
  Import translations. DO NOT MERGE

11 years agoam 139efdbc: (-s ours) Merge "Import translations. DO NOT MERGE" into gb-ub-photos...
Baligh Uddin [Fri, 9 Nov 2012 22:21:53 +0000 (14:21 -0800)]
am 139efdbc: (-s ours) Merge "Import translations. DO NOT MERGE" into gb-ub-photos-arches

* commit '139efdbcd66d718b0d24d42e2ea18432469ac005':
  Import translations. DO NOT MERGE

11 years agoam b0aae659: (-s ours) Import translations. DO NOT MERGE
Baligh Uddin [Fri, 9 Nov 2012 22:21:53 +0000 (14:21 -0800)]
am b0aae659: (-s ours) Import translations. DO NOT MERGE

* commit 'b0aae659bdc27af5dbe460541f3e9843fc815b1f':
  Import translations. DO NOT MERGE

11 years agoImport translations. DO NOT MERGE
Baligh Uddin [Fri, 9 Nov 2012 14:48:20 +0000 (06:48 -0800)]
Import translations. DO NOT MERGE

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

11 years agoMerge "Import translations. DO NOT MERGE" into jb-mr1-dev
Baligh Uddin [Fri, 9 Nov 2012 22:20:08 +0000 (14:20 -0800)]
Merge "Import translations. DO NOT MERGE" into jb-mr1-dev

11 years agoMerge "Import translations. DO NOT MERGE" into gb-ub-photos-arches
Baligh Uddin [Fri, 9 Nov 2012 22:19:12 +0000 (14:19 -0800)]
Merge "Import translations. DO NOT MERGE" into gb-ub-photos-arches

11 years agoImport translations. DO NOT MERGE
Baligh Uddin [Fri, 9 Nov 2012 14:52:46 +0000 (06:52 -0800)]
Import translations. DO NOT MERGE

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

11 years agoImport translations. DO NOT MERGE
Baligh Uddin [Fri, 9 Nov 2012 14:51:36 +0000 (06:51 -0800)]
Import translations. DO NOT MERGE

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

11 years agoImport translations. DO NOT MERGE
Baligh Uddin [Fri, 9 Nov 2012 14:49:53 +0000 (06:49 -0800)]
Import translations. DO NOT MERGE

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

11 years agoImport translations. DO NOT MERGE
Baligh Uddin [Fri, 9 Nov 2012 14:48:20 +0000 (06:48 -0800)]
Import translations. DO NOT MERGE

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

11 years agoReconcile with jb-mr1-release - do not merge
The Android Open Source Project [Thu, 8 Nov 2012 22:19:21 +0000 (14:19 -0800)]
Reconcile with jb-mr1-release - do not merge

Change-Id: Id8f361c784adbf1b22de8a82b4cbdc2ea3a15bf7

11 years agomerge in jb-mr1-release history after reset to jb-mr1-dev
The Android Automerger [Thu, 8 Nov 2012 21:54:14 +0000 (13:54 -0800)]
merge in jb-mr1-release history after reset to jb-mr1-dev

11 years agoam 8253c35a: reduce size of tiny planet if malloc fails - DO NOT MERGE
John Hoford [Thu, 8 Nov 2012 20:04:26 +0000 (12:04 -0800)]
am 8253c35a: reduce size of tiny planet if malloc fails - DO NOT MERGE

* commit '8253c35a5d9564afbc667f7a9f42fdc0a734bcf8':
  reduce size of tiny planet if malloc fails - DO NOT MERGE

11 years agoreduce size of tiny planet if malloc fails - DO NOT MERGE
John Hoford [Thu, 8 Nov 2012 18:41:24 +0000 (10:41 -0800)]
reduce size of tiny planet if malloc fails - DO NOT MERGE

bug:7477815
Change-Id: I03fec9246e368fb7f929769dc5e5e6266761dc34

11 years agoreduce size of tiny planet if malloc fails
John Hoford [Thu, 8 Nov 2012 18:41:24 +0000 (10:41 -0800)]
reduce size of tiny planet if malloc fails

bug:7477815
Change-Id: I03fec9246e368fb7f929769dc5e5e6266761dc34

11 years agoReconcile with jb-mr1-release - do not merge
The Android Open Source Project [Thu, 8 Nov 2012 16:54:32 +0000 (08:54 -0800)]
Reconcile with jb-mr1-release - do not merge

Change-Id: I8db9fb7159802c84866bdc4edd136c9a75880397

11 years agomerge in jb-mr1-release history after reset to jb-mr1-dev
The Android Automerger [Wed, 7 Nov 2012 21:06:04 +0000 (13:06 -0800)]
merge in jb-mr1-release history after reset to jb-mr1-dev

11 years agoam 2a8405d7: Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
Baligh Uddin [Wed, 7 Nov 2012 19:38:49 +0000 (11:38 -0800)]
am 2a8405d7: Merge "Import translations. DO NOT MERGE" into jb-mr1-dev

* commit '2a8405d7e5439e1098598f47081530c550733f12':
  Import translations. DO NOT MERGE

11 years agoMerge "Import translations. DO NOT MERGE" into jb-mr1-dev
Baligh Uddin [Wed, 7 Nov 2012 19:37:05 +0000 (11:37 -0800)]
Merge "Import translations. DO NOT MERGE" into jb-mr1-dev

11 years agoReconcile with jb-mr1-release - do not merge
The Android Open Source Project [Wed, 7 Nov 2012 18:20:11 +0000 (10:20 -0800)]
Reconcile with jb-mr1-release - do not merge

Change-Id: Id3f4eff2714ec8ba5146b23954cf3cf3e811564b

11 years agomerge in jb-mr1-release history after reset to jb-mr1-dev
The Android Automerger [Wed, 7 Nov 2012 02:04:20 +0000 (18:04 -0800)]
merge in jb-mr1-release history after reset to jb-mr1-dev

11 years agoam da700ab4: am 85d20a07: (-s ours) Merge "Import translations. DO NOT MERGE" into...
Baligh Uddin [Wed, 7 Nov 2012 00:09:05 +0000 (16:09 -0800)]
am da700ab4: am 85d20a07: (-s ours) Merge "Import translations. DO NOT MERGE" into gb-ub-photos-arches

* commit 'da700ab4ded11912e96606b2a0df3199bdbeb9d5':
  Import translations. DO NOT MERGE

11 years agoam 88571794: am 9ec5de9d: Fix scenario where launching Gallery launches Camera
Bobby Georgescu [Wed, 7 Nov 2012 00:09:04 +0000 (16:09 -0800)]
am 88571794: am 9ec5de9d: Fix scenario where launching Gallery launches Camera

* commit '885717944569c84527a0ac9bc8a17f7c5c1f4b76':
  Fix scenario where launching Gallery launches Camera

11 years agoam 85d20a07: (-s ours) Merge "Import translations. DO NOT MERGE" into gb-ub-photos...
Baligh Uddin [Wed, 7 Nov 2012 00:06:30 +0000 (16:06 -0800)]
am 85d20a07: (-s ours) Merge "Import translations. DO NOT MERGE" into gb-ub-photos-arches

* commit '85d20a07d6412f453e7956c105ff8f8548094186':
  Import translations. DO NOT MERGE

11 years agoam 9ec5de9d: Fix scenario where launching Gallery launches Camera
Bobby Georgescu [Wed, 7 Nov 2012 00:06:28 +0000 (16:06 -0800)]
am 9ec5de9d: Fix scenario where launching Gallery launches Camera

* commit '9ec5de9dbf46caecd2f0b38a72d31fa37ecb0466':
  Fix scenario where launching Gallery launches Camera

11 years agoMerge "Import translations. DO NOT MERGE" into gb-ub-photos-arches
Baligh Uddin [Tue, 6 Nov 2012 22:37:44 +0000 (14:37 -0800)]
Merge "Import translations. DO NOT MERGE" into gb-ub-photos-arches

11 years agoReconcile with jb-mr1-factory-release jb-mr1-release - do not merge
The Android Open Source Project [Tue, 6 Nov 2012 20:18:23 +0000 (12:18 -0800)]
Reconcile with jb-mr1-factory-release jb-mr1-release - do not merge

Change-Id: Ic5ee78e018bd5706185edd8b01de3cb6bf121ed4

11 years agoImport translations. DO NOT MERGE
Baligh Uddin [Tue, 6 Nov 2012 19:58:29 +0000 (11:58 -0800)]
Import translations. DO NOT MERGE

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

11 years agoImport translations. DO NOT MERGE
Baligh Uddin [Tue, 6 Nov 2012 19:56:55 +0000 (11:56 -0800)]
Import translations. DO NOT MERGE

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

11 years agoFix scenario where launching Gallery launches Camera
Bobby Georgescu [Tue, 6 Nov 2012 05:21:55 +0000 (21:21 -0800)]
Fix scenario where launching Gallery launches Camera

Bug: 7479102
Change-Id: Ib4676a7149c659897eee1dbbb92ab09861bd0ed4

11 years agomerge in jb-mr1-release history after reset to jb-mr1-dev
The Android Automerger [Tue, 6 Nov 2012 02:39:06 +0000 (18:39 -0800)]
merge in jb-mr1-release history after reset to jb-mr1-dev

11 years agoam 954afb2e: (-s ours) Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
Baligh Uddin [Mon, 5 Nov 2012 00:53:28 +0000 (16:53 -0800)]
am 954afb2e: (-s ours) Merge "Import translations. DO NOT MERGE" into jb-mr1-dev

* commit '954afb2e42b9894676f0e7f9fb9b22d5bcf8825c':
  Import translations. DO NOT MERGE