OSDN Git Service

android-x86/packages-apps-Camera2.git
10 years agoRefine comments and small change of interfaces.
Angus Kong [Tue, 12 Nov 2013 19:50:57 +0000 (11:50 -0800)]
Refine comments and small change of interfaces.

1. Use Context as possible as we can instead of the concrete implementaion
Activity.
2. Update/add some comments.

Change-Id: If80b2a8ab9ddeb297b8ec821568a74db4f52104f

10 years agoam a7c84bac: Merge "Close mode menus if another control is touched" into gb-ub-photos...
Andy Huibers [Tue, 12 Nov 2013 19:14:28 +0000 (11:14 -0800)]
am a7c84bac: Merge "Close mode menus if another control is touched" into gb-ub-photos-carlsbad

* commit 'a7c84bacfd76e5e865655bd5a9b248d64f970af1':
  Close mode menus if another control is touched

10 years agoMerge "Close mode menus if another control is touched" into gb-ub-photos-carlsbad
Andy Huibers [Tue, 12 Nov 2013 19:10:38 +0000 (19:10 +0000)]
Merge "Close mode menus if another control is touched" into gb-ub-photos-carlsbad

10 years agoresolved conflicts for merge of aae09fb1 to gb-ub-photos-denali
ztenghui [Tue, 12 Nov 2013 18:51:56 +0000 (10:51 -0800)]
resolved conflicts for merge of aae09fb1 to gb-ub-photos-denali

Change-Id: Iac6011795fe5e5ac6cc5181188144cf68d617194

10 years agoMerge "Differentiate the InProgressData from the normal PhotoData." into gb-ub-photos...
ztenghui [Tue, 12 Nov 2013 18:12:34 +0000 (18:12 +0000)]
Merge "Differentiate the InProgressData from the normal PhotoData." into gb-ub-photos-carlsbad

10 years agoam baffb73c: Start gcam module directly when handling capture intent.
Ruben Brunk [Tue, 12 Nov 2013 18:00:27 +0000 (10:00 -0800)]
am baffb73c: Start gcam module directly when handling capture intent.

* commit 'baffb73ca83d9d81c379f9f3b9f46cdac7355a0d':
  Start gcam module directly when handling capture intent.

10 years agoDifferentiate the InProgressData from the normal PhotoData.
ztenghui [Tue, 12 Nov 2013 17:57:14 +0000 (09:57 -0800)]
Differentiate the InProgressData from the normal PhotoData.

When we load from MediaStore, we should differentiate the data still in
progress, e.g. HDR+, which should show the progress bar and hide the action bar
items.

bug:11634500
bug:11598186
Change-Id: I8179d39747218c8768977d5b3ce71eadbdfb8b58

10 years agoClose mode menus if another control is touched
Andy Huibers [Tue, 12 Nov 2013 06:30:49 +0000 (22:30 -0800)]
Close mode menus if another control is touched

Bug: 11598901
Bug: 11635865
Change-Id: I9c6237bacef9a28de1fa238e1e7378a57abfc573

10 years agoStart gcam module directly when handling capture intent.
Ruben Brunk [Mon, 11 Nov 2013 22:13:59 +0000 (14:13 -0800)]
Start gcam module directly when handling capture intent.

Bug: 11609971

- Prior behavior for capture intents when in HDR+ mode was
  to resume into the PhotoModule and switch to the GcamModule.
  Following this change, we resume directly into the GcamModule.

- Fixes the bad lockscreen behavior caused by the sequence:
  onResume->switch to GcamModule(queue GcamModule onPause and onResume)->
  onPause->onResume, where handler queuing order could get in a
  state where the GcamModule onResume is called twice in a row,
  resulting in duplicate requests being queued for each capture.

Change-Id: Ibd632d74836224288270f5342e45e523e25ca429

10 years agoMerge "Import translations. DO NOT MERGE" into gb-ub-photos-denali
Baligh Uddin [Mon, 11 Nov 2013 22:42:35 +0000 (22:42 +0000)]
Merge "Import translations. DO NOT MERGE" into gb-ub-photos-denali

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Mon, 11 Nov 2013 19:03:34 +0000 (11:03 -0800)]
Import translations. DO NOT MERGE

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

10 years agoRefactor OrientationManager.
Angus Kong [Sun, 10 Nov 2013 00:25:59 +0000 (16:25 -0800)]
Refactor OrientationManager.

We should use a single OrientationManager instead of one for each module.

Change-Id: I20adddf50e9e55e4af44bfbe4298bdb1e1e50df3

10 years agoFix build.
Angus Kong [Mon, 11 Nov 2013 17:46:26 +0000 (09:46 -0800)]
Fix build.

Change-Id: I46d88fb17f1d593a4b19cd6657adc28596e6db56

10 years agoam 6a42c3ae: Add a null check to fix NPE
ztenghui [Mon, 11 Nov 2013 16:56:47 +0000 (08:56 -0800)]
am 6a42c3ae: Add a null check to fix NPE

* commit '6a42c3ae157c4495db56541ef87f6ee56b5d10b3':
  Add a null check to fix NPE

10 years agoFurther refactor
Angus Kong [Sat, 9 Nov 2013 01:25:29 +0000 (17:25 -0800)]
Further refactor

1. Create filmstrip package.
2. Move ImageTaskManager to under package app/.
3. Adde app UI abstract layer AppUi.

Change-Id: I9d640de65c59196c5d3e5c3a8901bb3220b29f62

10 years agoAdd a null check to fix NPE
ztenghui [Sat, 9 Nov 2013 01:17:52 +0000 (17:17 -0800)]
Add a null check to fix NPE

bug: 11594111
Change-Id: Ica2ffe315c4e4eaa818aa609d9600d5e67e54b3b

10 years agoMerge "Add more interfaces for app and modules." into gb-ub-photos-denali
Angus Kong [Sat, 9 Nov 2013 01:04:28 +0000 (01:04 +0000)]
Merge "Add more interfaces for app and modules." into gb-ub-photos-denali

10 years agoAdd more interfaces for app and modules.
Angus Kong [Fri, 8 Nov 2013 22:36:45 +0000 (14:36 -0800)]
Add more interfaces for app and modules.

Change-Id: Ie67f90f227b5bc74bc7ac39fca72dfd1741140ca

10 years agoClose cursor in CameraDataAdapter to prevent resource leaks.
Ruben Brunk [Sat, 9 Nov 2013 00:41:55 +0000 (16:41 -0800)]
Close cursor in CameraDataAdapter to prevent resource leaks.

Bug: 11352359
Change-Id: I4939d8ff52f8d14ae237ae8464a318daa059e2a2

10 years agoMerge "Refactor MediaSaveService for future test needs." into gb-ub-photos-denali
Angus Kong [Fri, 8 Nov 2013 22:36:16 +0000 (22:36 +0000)]
Merge "Refactor MediaSaveService for future test needs." into gb-ub-photos-denali

10 years agoresolved conflicts for merge of cbd8267e to gb-ub-photos-denali
Seth Raphael [Fri, 8 Nov 2013 17:59:20 +0000 (09:59 -0800)]
resolved conflicts for merge of cbd8267e to gb-ub-photos-denali

Change-Id: I24dcc27aa7aef1575f03b6ceaf418cf49712a170

10 years agoAdd logging to various actions
Seth Raphael [Tue, 5 Nov 2013 18:12:36 +0000 (10:12 -0800)]
Add logging to various actions

Bug: 11514148

Change-Id: Ib31a74a6badc4dcdeaa316e032f4aef17edd06b2

10 years agoam 36d84c1d: Merge "Ensure mOpenCameraThread has been setup before dereferencing...
Ruben Brunk [Fri, 8 Nov 2013 02:34:11 +0000 (18:34 -0800)]
am 36d84c1d: Merge "Ensure mOpenCameraThread has been setup before dereferencing." into gb-ub-photos-carlsbad

* commit '36d84c1d273faf24c6907e173cf95f233db71592':
  Ensure mOpenCameraThread has been setup before dereferencing.

10 years agoMerge "Ensure mOpenCameraThread has been setup before dereferencing." into gb-ub...
Ruben Brunk [Fri, 8 Nov 2013 02:31:54 +0000 (02:31 +0000)]
Merge "Ensure mOpenCameraThread has been setup before dereferencing." into gb-ub-photos-carlsbad

10 years agoEnsure mOpenCameraThread has been setup before dereferencing.
Ruben Brunk [Fri, 8 Nov 2013 02:12:41 +0000 (18:12 -0800)]
Ensure mOpenCameraThread has been setup before dereferencing.

Bug: 11579062
Change-Id: Iabccdbfd3468eaa47115de1dbcafa7f9e456603b

10 years agoRefactor MediaSaveService for future test needs.
Angus Kong [Thu, 7 Nov 2013 23:38:09 +0000 (15:38 -0800)]
Refactor MediaSaveService for future test needs.

Added interface MediaSaver as the abstract layer to make the implementation
independent of the clients.

Change-Id: I98db3f732e4ed1c87da005b9c18e888682a5e6a5

10 years agoam 2b78c0c0: Merge "Add GCam progress indicator." into gb-ub-photos-carlsbad
Sascha Haeberling [Thu, 7 Nov 2013 23:29:26 +0000 (15:29 -0800)]
am 2b78c0c0: Merge "Add GCam progress indicator." into gb-ub-photos-carlsbad

* commit '2b78c0c048fe906beaeadeee3e267524c808c340':
  Add GCam progress indicator.

10 years agoMerge "Add GCam progress indicator." into gb-ub-photos-carlsbad
Sascha Haeberling [Thu, 7 Nov 2013 23:26:15 +0000 (23:26 +0000)]
Merge "Add GCam progress indicator." into gb-ub-photos-carlsbad

10 years agoAdd GCam progress indicator.
Sascha Haeberling [Thu, 7 Nov 2013 21:43:33 +0000 (13:43 -0800)]
Add GCam progress indicator.

  Bug: 11505806

Change-Id: I823c44b3761bb3c6dce56b1ec1b8d667023da820

10 years agoam fccf83bd: hide preview cover on arrival of new preview data if hidden
Andy Huibers [Thu, 7 Nov 2013 22:44:56 +0000 (14:44 -0800)]
am fccf83bd: hide preview cover on arrival of new preview data if hidden

* commit 'fccf83bd342a3a83dc284525488e69f25e4667c4':
  hide preview cover on arrival of new preview data if hidden

10 years agohide preview cover on arrival of new preview data if hidden
Andy Huibers [Wed, 6 Nov 2013 22:37:26 +0000 (14:37 -0800)]
hide preview cover on arrival of new preview data if hidden

Bug: 11433257
Change-Id: I7225ebf1d84bbefd2f952cfa524720a7e76e7181

10 years agoam 2f878d54: Merge "Fix photo mode is getting stuck in a single CameraState." into...
Erin Dahlgren [Thu, 7 Nov 2013 21:29:41 +0000 (13:29 -0800)]
am 2f878d54: Merge "Fix photo mode is getting stuck in a single CameraState." into gb-ub-photos-carlsbad

* commit '2f878d54ecbb62ef09aa2b0152dea983e598724f':
  Fix photo mode is getting stuck in a single CameraState.

10 years agoMerge "Fix photo mode is getting stuck in a single CameraState." into gb-ub-photos...
Erin Dahlgren [Thu, 7 Nov 2013 21:24:34 +0000 (21:24 +0000)]
Merge "Fix photo mode is getting stuck in a single CameraState." into gb-ub-photos-carlsbad

10 years agoam 05a04924: Show chooser on EDIT intents that have no activity for action.
Erin Dahlgren [Thu, 7 Nov 2013 21:06:27 +0000 (13:06 -0800)]
am 05a04924: Show chooser on EDIT intents that have no activity for action.

* commit '05a04924312fbcda2161da01e0749eb80c2663d1':
  Show chooser on EDIT intents that have no activity for action.

10 years agoFix photo mode is getting stuck in a single CameraState.
Erin Dahlgren [Thu, 7 Nov 2013 19:55:49 +0000 (11:55 -0800)]
Fix photo mode is getting stuck in a single CameraState.

Bug: 11574716
Change-Id: Ieb3622103798077071bb9350773851b7acbff756

10 years agoShow chooser on EDIT intents that have no activity for action.
Erin Dahlgren [Thu, 7 Nov 2013 19:35:10 +0000 (11:35 -0800)]
Show chooser on EDIT intents that have no activity for action.

Bug: 11571947
Change-Id: I40ef0f9ae6b4567557064d91b9c3942cd524a60b

10 years agoam 7e6e947f: Merge "Parallelize opening the camera with view handling in photo mode...
Erin Dahlgren [Thu, 7 Nov 2013 18:12:19 +0000 (10:12 -0800)]
am 7e6e947f: Merge "Parallelize opening the camera with view handling in photo mode." into gb-ub-photos-carlsbad

* commit '7e6e947f0e530c14b32785bdb3094ea473000a12':
  Parallelize opening the camera with view handling in photo mode.

10 years agoMerge "Parallelize opening the camera with view handling in photo mode." into gb...
Erin Dahlgren [Thu, 7 Nov 2013 18:09:44 +0000 (18:09 +0000)]
Merge "Parallelize opening the camera with view handling in photo mode." into gb-ub-photos-carlsbad

10 years agoParallelize opening the camera with view handling in photo mode.
Erin Dahlgren [Wed, 6 Nov 2013 19:57:51 +0000 (11:57 -0800)]
Parallelize opening the camera with view handling in photo mode.

Bug: 11255097
Change-Id: I8da16a97ee46555267ae8cfee0e7940d3f53f98f

10 years agoam 9070def9: Merge "Decouple the visibility check for system UI from action bar"...
ztenghui [Thu, 7 Nov 2013 17:56:12 +0000 (09:56 -0800)]
am 9070def9: Merge "Decouple the visibility check for system UI from action bar" into gb-ub-photos-carlsbad

* commit '9070def99369ccdffb1cf5e006ed30646297f490':
  Decouple the visibility check for system UI from action bar

10 years agoMerge "Decouple the visibility check for system UI from action bar" into gb-ub-photos...
ztenghui [Thu, 7 Nov 2013 17:53:54 +0000 (17:53 +0000)]
Merge "Decouple the visibility check for system UI from action bar" into gb-ub-photos-carlsbad

10 years agoMerge "Import translations. DO NOT MERGE" into gb-ub-photos-denali
Baligh Uddin [Thu, 7 Nov 2013 04:02:32 +0000 (04:02 +0000)]
Merge "Import translations. DO NOT MERGE" into gb-ub-photos-denali

10 years agoMerge "Introducing new architect." into gb-ub-photos-denali
Angus Kong [Thu, 7 Nov 2013 01:49:33 +0000 (01:49 +0000)]
Merge "Introducing new architect." into gb-ub-photos-denali

10 years agoIntroducing new architect.
Angus Kong [Thu, 7 Nov 2013 00:15:06 +0000 (16:15 -0800)]
Introducing new architect.

Change-Id: Iedcc7c264d66a933725fae73eb00c70cc544db8c

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Wed, 6 Nov 2013 23:01:17 +0000 (15:01 -0800)]
Import translations. DO NOT MERGE

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

10 years agoDecouple the visibility check for system UI from action bar
ztenghui [Wed, 6 Nov 2013 22:20:31 +0000 (14:20 -0800)]
Decouple the visibility check for system UI from action bar

And make sure we toggle system UI when reload.

bug:11539377

Change-Id: I4d251557c1d68a173cabb652e0beaa3ee89cb6f0

10 years agoam eb605b4a: Don\'t crash Photo Sphere on back button press in filmstrip.
Sascha Haeberling [Wed, 6 Nov 2013 22:07:11 +0000 (14:07 -0800)]
am eb605b4a: Don\'t crash Photo Sphere on back button press in filmstrip.

* commit 'eb605b4a27be212915db5bc23e9a82b857036a1c':
  Don't crash Photo Sphere on back button press in filmstrip.

10 years agoDon't crash Photo Sphere on back button press in filmstrip.
Sascha Haeberling [Wed, 6 Nov 2013 22:03:17 +0000 (14:03 -0800)]
Don't crash Photo Sphere on back button press in filmstrip.

  Bug: 11554580

Change-Id: I983713eecbd6f13bd90f94b24a0fa1ecc26e1c56

10 years agoam 189bfea2: Merge "Fix the RTL layout in the app\'s manifest." into gb-ub-photos...
ztenghui [Wed, 6 Nov 2013 18:34:34 +0000 (10:34 -0800)]
am 189bfea2: Merge "Fix the RTL layout in the app\'s manifest." into gb-ub-photos-carlsbad

* commit '189bfea2c8fd3374aac99f4c18cda357fcf2a371':
  Fix the RTL layout in the app's manifest.

10 years agoMerge "Fix the RTL layout in the app's manifest." into gb-ub-photos-carlsbad
ztenghui [Wed, 6 Nov 2013 18:32:33 +0000 (18:32 +0000)]
Merge "Fix the RTL layout in the app's manifest." into gb-ub-photos-carlsbad

10 years agoam 98254270: Merge "Make image editor intent general." into gb-ub-photos-carlsbad
Erin Dahlgren [Wed, 6 Nov 2013 17:57:14 +0000 (09:57 -0800)]
am 98254270: Merge "Make image editor intent general." into gb-ub-photos-carlsbad

* commit '982542701ef5737456f5ee204684a36620db5475':
  Make image editor intent general.

10 years agoMerge "Make image editor intent general." into gb-ub-photos-carlsbad
Erin Dahlgren [Wed, 6 Nov 2013 17:54:41 +0000 (17:54 +0000)]
Merge "Make image editor intent general." into gb-ub-photos-carlsbad

10 years agoam 2bcb8d1f: add \'capturing\' string for in process indicators
Alan Newberger [Wed, 6 Nov 2013 04:47:39 +0000 (20:47 -0800)]
am 2bcb8d1f: add \'capturing\' string for in process indicators

* commit '2bcb8d1ff1c448d4c22e9172f2bb83839d1759cb':
  add 'capturing' string for in process indicators

10 years agoadd 'capturing' string for in process indicators
Alan Newberger [Wed, 6 Nov 2013 04:15:01 +0000 (20:15 -0800)]
add 'capturing' string for in process indicators

This string can be used for in progess screen indicators.

Bug: 11505806
Change-Id: I3b0e3809b8389cfea2059b239d09a3e0766a77c6

10 years agoam 404d7eb0: Merge "camera: Ensure camera release for lockscreen transition." into...
Ruben Brunk [Wed, 6 Nov 2013 02:45:25 +0000 (18:45 -0800)]
am 404d7eb0: Merge "camera: Ensure camera release for lockscreen transition." into gb-ub-photos-carlsbad

* commit '404d7eb0029e1dcb94d38b0595fdd84345207b0a':
  camera: Ensure camera release for lockscreen transition.

10 years agoMerge "camera: Ensure camera release for lockscreen transition." into gb-ub-photos...
Ruben Brunk [Wed, 6 Nov 2013 02:43:16 +0000 (02:43 +0000)]
Merge "camera: Ensure camera release for lockscreen transition." into gb-ub-photos-carlsbad

10 years agoam d1b4ab3e: Merge "Make sure preview aspect ratio is updated" into gb-ub-photos...
Doris Liu [Wed, 6 Nov 2013 02:06:47 +0000 (18:06 -0800)]
am d1b4ab3e: Merge "Make sure preview aspect ratio is updated" into gb-ub-photos-carlsbad

* commit 'd1b4ab3e3899ed4ee1d5c90f124db0a6748cc3a4':
  Make sure preview aspect ratio is updated

10 years agoMerge "Make sure preview aspect ratio is updated" into gb-ub-photos-carlsbad
Doris Liu [Wed, 6 Nov 2013 02:04:37 +0000 (02:04 +0000)]
Merge "Make sure preview aspect ratio is updated" into gb-ub-photos-carlsbad

10 years agoMake image editor intent general.
Erin Dahlgren [Wed, 6 Nov 2013 00:07:10 +0000 (16:07 -0800)]
Make image editor intent general.

Bug: 11372979
Change-Id: I7649eb995fbd78f9b29c76da777aca83777c49fc

10 years agocamera: Ensure camera release for lockscreen transition.
Ruben Brunk [Tue, 5 Nov 2013 23:53:28 +0000 (15:53 -0800)]
camera: Ensure camera release for lockscreen transition.

Bug: 11063890
Change-Id: Iec7fb672571166ee5a560a8245b56affa627e88b

10 years agoFix the RTL layout in the app's manifest.
ztenghui [Tue, 5 Nov 2013 23:23:12 +0000 (15:23 -0800)]
Fix the RTL layout in the app's manifest.

At the same time, make sure the bottom controls are following RTL rules.
bug:11481090

Change-Id: I52262aece7c16c194b6419150c1d4c13abff4f2d

10 years agoMake sure preview aspect ratio is updated
Doris Liu [Tue, 5 Nov 2013 23:25:26 +0000 (15:25 -0800)]
Make sure preview aspect ratio is updated

Bug: 11509233
Change-Id: Ide6f5bbe0abe7ed45e56b3f34c19204c1294afc7

10 years agoMerge "Import translations. DO NOT MERGE" into gb-ub-photos-denali
Baligh Uddin [Tue, 5 Nov 2013 23:15:35 +0000 (23:15 +0000)]
Merge "Import translations. DO NOT MERGE" into gb-ub-photos-denali

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Tue, 5 Nov 2013 00:10:20 +0000 (16:10 -0800)]
Import translations. DO NOT MERGE

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

10 years agoam bf4ce93c: Merge "adjust keyguard camera layout to make buttons match" into gb...
Alan Newberger [Mon, 4 Nov 2013 22:58:59 +0000 (14:58 -0800)]
am bf4ce93c: Merge "adjust keyguard camera layout to make buttons match" into gb-ub-photos-carlsbad

* commit 'bf4ce93c84400357a28f78a76df62b550e7f85d1':
  adjust keyguard camera layout to make buttons match

10 years agoMerge "adjust keyguard camera layout to make buttons match" into gb-ub-photos-carlsbad
Alan Newberger [Mon, 4 Nov 2013 22:55:20 +0000 (22:55 +0000)]
Merge "adjust keyguard camera layout to make buttons match" into gb-ub-photos-carlsbad

10 years agoam 3493ba2a: Merge "Preserve high resolution image on touch during zoom" into gb...
Doris Liu [Mon, 4 Nov 2013 22:26:22 +0000 (14:26 -0800)]
am 3493ba2a: Merge "Preserve high resolution image on touch during zoom" into gb-ub-photos-carlsbad

* commit '3493ba2a0a2e91a093c5fddad60bc1f1e56b91b5':
  Preserve high resolution image on touch during zoom

10 years agoMerge "Preserve high resolution image on touch during zoom" into gb-ub-photos-carlsbad
Doris Liu [Mon, 4 Nov 2013 22:22:44 +0000 (22:22 +0000)]
Merge "Preserve high resolution image on touch during zoom" into gb-ub-photos-carlsbad

10 years agoam 7f044e2e: Merge "Adjust HDR options menu details" into gb-ub-photos-carlsbad
Alan Newberger [Mon, 4 Nov 2013 22:22:15 +0000 (14:22 -0800)]
am 7f044e2e: Merge "Adjust HDR options menu details" into gb-ub-photos-carlsbad

* commit '7f044e2eb182f1d1ae023d55f30757439a17ee09':
  Adjust HDR options menu details

10 years agoMerge "Adjust HDR options menu details" into gb-ub-photos-carlsbad
Alan Newberger [Mon, 4 Nov 2013 22:19:48 +0000 (22:19 +0000)]
Merge "Adjust HDR options menu details" into gb-ub-photos-carlsbad

10 years agoAdjust HDR options menu details
Alan Newberger [Mon, 4 Nov 2013 22:12:26 +0000 (14:12 -0800)]
Adjust HDR options menu details

To better align HDR/HDR+ menu options with other menu options,
shortening the description and making it all caps.

Bug: 11481286
Change-Id: I05ddb3594d1680b11259f128cc1e4aa7954892f8

10 years agoPreserve high resolution image on touch during zoom
Doris Liu [Mon, 4 Nov 2013 22:03:28 +0000 (14:03 -0800)]
Preserve high resolution image on touch during zoom

Bug: 11477449
Change-Id: I08b33cee258de1f90e5fa60e6483834dd5197bd2

10 years agoam ba1b30b7: Check for media service being present before capture.
Sascha Haeberling [Mon, 4 Nov 2013 21:59:08 +0000 (13:59 -0800)]
am ba1b30b7: Check for media service being present before capture.

* commit 'ba1b30b7793a8a881493a9fc48f27d503db2405b':
  Check for media service being present before capture.

10 years agoCheck for media service being present before capture.
Sascha Haeberling [Mon, 4 Nov 2013 20:11:34 +0000 (12:11 -0800)]
Check for media service being present before capture.

  Bug: 11508325

Change-Id: I0997f9bff63b1cdb3c33272acc8617b30c07424a

10 years agoAdd Refocus module.
Sascha Haeberling [Mon, 7 Oct 2013 20:21:33 +0000 (13:21 -0700)]
Add Refocus module.

  Bug: 10073814

Change-Id: Ibeeeaa6627dce77034f2786040fb3be8e0c19da9

10 years agoam ccfafd95: Merge "Add Samsung front camera resolutions" into gb-ub-photos-carlsbad
Alan Newberger [Fri, 1 Nov 2013 20:39:52 +0000 (13:39 -0700)]
am ccfafd95: Merge "Add Samsung front camera resolutions" into gb-ub-photos-carlsbad

* commit 'ccfafd95cd4fa046df9d43469d28152f8a04bfed':
  Add Samsung front camera resolutions

10 years agoMerge "Add Samsung front camera resolutions" into gb-ub-photos-carlsbad
Alan Newberger [Fri, 1 Nov 2013 20:37:16 +0000 (20:37 +0000)]
Merge "Add Samsung front camera resolutions" into gb-ub-photos-carlsbad

10 years agoAdd Samsung front camera resolutions
Michael Kolb [Tue, 4 Jun 2013 18:40:20 +0000 (11:40 -0700)]
Add Samsung front camera resolutions

  Bug: 11462711
  Bug: 9275928

Change-Id: Ibe6bc8af214eab1fc5f4119823d32ef7876288f5

10 years agoam 238d6ec7: Add new notification icon.
Sascha Haeberling [Fri, 1 Nov 2013 16:58:43 +0000 (09:58 -0700)]
am 238d6ec7: Add new notification icon.

* commit '238d6ec7a9a7a33ceeb5de9cd0dd22cea6a1bff7':
  Add new notification icon.

10 years agoAdd new notification icon.
Sascha Haeberling [Fri, 1 Nov 2013 16:47:58 +0000 (09:47 -0700)]
Add new notification icon.

  Bug: 11417480

Change-Id: I072a1348d515b2cd435748e2db2824e98a604413

10 years agoMerge "Import translations. DO NOT MERGE" into gb-ub-photos-denali
Baligh Uddin [Fri, 1 Nov 2013 14:49:27 +0000 (14:49 +0000)]
Merge "Import translations. DO NOT MERGE" into gb-ub-photos-denali

10 years agoMerge "Revert smart camera interface to the PhotoModule: ag/356625" into gb-ub-photos...
Erin Dahlgren [Thu, 31 Oct 2013 21:18:38 +0000 (21:18 +0000)]
Merge "Revert smart camera interface to the PhotoModule: ag/356625" into gb-ub-photos-denali

10 years agoRevert smart camera interface to the PhotoModule: ag/356625
Erin Dahlgren [Thu, 31 Oct 2013 20:59:22 +0000 (13:59 -0700)]
Revert smart camera interface to the PhotoModule: ag/356625

Bug: 11462288
Change-Id: I6a9dba0d749c7b8c0127ad6bce9ad38aca52715d

10 years agoam 6ff701f5: Merge "gcam: Add generic preview fps range selection." into gb-ub-photos...
Ruben Brunk [Thu, 31 Oct 2013 20:43:24 +0000 (13:43 -0700)]
am 6ff701f5: Merge "gcam: Add generic preview fps range selection." into gb-ub-photos-carlsbad

* commit '6ff701f5c8744583a73588f301374ff7e683ff15':
  gcam: Add generic preview fps range selection.

10 years agoMerge "gcam: Add generic preview fps range selection." into gb-ub-photos-carlsbad
Ruben Brunk [Thu, 31 Oct 2013 20:40:45 +0000 (20:40 +0000)]
Merge "gcam: Add generic preview fps range selection." into gb-ub-photos-carlsbad

10 years agoam 761306fa: Remove CameraUtil.launchGallery, ensure SecureCamera uses Gallery up...
Alan Newberger [Wed, 30 Oct 2013 21:36:25 +0000 (14:36 -0700)]
am 761306fa: Remove CameraUtil.launchGallery, ensure SecureCamera uses Gallery up icon

* commit '761306fadfa94b538f43e8cf3463bf6d22814947':
  Remove CameraUtil.launchGallery, ensure SecureCamera uses Gallery up icon

10 years agoRemove CameraUtil.launchGallery, ensure SecureCamera uses Gallery up icon
Alan Newberger [Wed, 30 Oct 2013 19:51:21 +0000 (12:51 -0700)]
Remove CameraUtil.launchGallery, ensure SecureCamera uses Gallery up icon

CameraUtil.launchGallery incorrectly describes a mechanism to call an APP_GALLERY
category intent. Since we're using Gallery icon we should go direct to Gallery,
which IntentHelper already does. Simply removed the util class and call the
helper direct from the activity. Also noticed during testing that the SecureCamera
was not correctly showing the Gallery icon, though its behavior would take user
to Gallery. Finally, removing restriction that the video player intent should
go to Gallery, instead it should route to system preferred intent.

Bug: 11065256
Change-Id: I941f9469de169919c4bac6c91dde7e577921f737

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

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

10 years agogcam: Add generic preview fps range selection.
Ruben Brunk [Wed, 30 Oct 2013 01:28:32 +0000 (18:28 -0700)]
gcam: Add generic preview fps range selection.

Bug: 11433097
Change-Id: Ice0f7ad3cd0684183298ce03bab3038a41316cf6

10 years agoam cec75e40: Fix rotation bug for animated thumbnail shown after capture.
Andy Huibers [Wed, 30 Oct 2013 00:41:06 +0000 (17:41 -0700)]
am cec75e40: Fix rotation bug for animated thumbnail shown after capture.

* commit 'cec75e408a2d451b90bac5f06e10906ffcafff33':
  Fix rotation bug for animated thumbnail shown after capture.

10 years agoFix rotation bug for animated thumbnail shown after capture.
Andy Huibers [Tue, 29 Oct 2013 23:03:58 +0000 (16:03 -0700)]
Fix rotation bug for animated thumbnail shown after capture.

Bug: 11420737

Change-Id: I55b90137b362d0b3b98aba34114537e0f6107b8c

10 years agoam af714f9e: Merge "Fix the mapping between preview UI and camera sensor" into gb...
Doris Liu [Tue, 29 Oct 2013 00:28:56 +0000 (17:28 -0700)]
am af714f9e: Merge "Fix the mapping between preview UI and camera sensor" into gb-ub-photos-carlsbad

* commit 'af714f9ec3264211cb00139ffe0f05d55085ffc2':
  Fix the mapping between preview UI and camera sensor

10 years agoMerge "Fix the mapping between preview UI and camera sensor" into gb-ub-photos-carlsbad
Doris Liu [Tue, 29 Oct 2013 00:27:08 +0000 (00:27 +0000)]
Merge "Fix the mapping between preview UI and camera sensor" into gb-ub-photos-carlsbad

10 years agoam e546d48b: Merge "Fix crash when trying to reopen the camera." into gb-ub-photos...
ztenghui [Mon, 28 Oct 2013 22:58:41 +0000 (15:58 -0700)]
am e546d48b: Merge "Fix crash when trying to reopen the camera." into gb-ub-photos-carlsbad

* commit 'e546d48b4acfbf2441b685b2c7d6a4e14241f34b':
  Fix crash when trying to reopen the camera.

10 years agoMerge "Fix crash when trying to reopen the camera." into gb-ub-photos-carlsbad
ztenghui [Mon, 28 Oct 2013 22:57:00 +0000 (22:57 +0000)]
Merge "Fix crash when trying to reopen the camera." into gb-ub-photos-carlsbad

10 years agoFix crash when trying to reopen the camera.
ztenghui [Mon, 28 Oct 2013 22:27:02 +0000 (15:27 -0700)]
Fix crash when trying to reopen the camera.

In this case, another app is using the Camera, such that the camera.open will
hit an exception. We should show an dialog here.

bug:11258139

Change-Id: I0bd2d05fe4d4d9c5e4b87b39f3ef48910cfb7111

10 years agoFix the mapping between preview UI and camera sensor
Doris Liu [Mon, 28 Oct 2013 21:44:24 +0000 (14:44 -0700)]
Fix the mapping between preview UI and camera sensor

Bug: 11409659
Change-Id: I46ae3d7797590d59befbdc394d5304f14a212a80

10 years agoam 0a64e00e: Merge "gcam: Add placeholder image." into gb-ub-photos-carlsbad
Ruben Brunk [Mon, 28 Oct 2013 18:45:57 +0000 (11:45 -0700)]
am 0a64e00e: Merge "gcam: Add placeholder image." into gb-ub-photos-carlsbad

* commit '0a64e00e88514ae07c3514e19126c166dda0ca82':
  gcam: Add placeholder image.

10 years agoMerge "gcam: Add placeholder image." into gb-ub-photos-carlsbad
Ruben Brunk [Mon, 28 Oct 2013 18:44:08 +0000 (18:44 +0000)]
Merge "gcam: Add placeholder image." into gb-ub-photos-carlsbad

10 years agogcam: Add placeholder image.
Ruben Brunk [Thu, 17 Oct 2013 22:41:44 +0000 (15:41 -0700)]
gcam: Add placeholder image.

Bug: 11050749

Change-Id: I374c5919d6da0609fccd21c09775fa91894d5a24