OSDN Git Service

android-x86/packages-apps-Camera2.git
10 years agoAdd content URI for current filmstrip item to Gallery intent
Alan Newberger [Mon, 3 Feb 2014 23:03:26 +0000 (15:03 -0800)]
Add content URI for current filmstrip item to Gallery intent

when starting Gallery, if there is a current filmstrip ID, retrieve
its content URI and pass to the GalleryHelper to process it. Do nothing
within the GalleryHelper at this time.

Bug: 12587688
Change-Id: I5becbfa7d12e739383b9f2ef3d3dba7460fa3d25

10 years agoFix the build by adding eventproto foreground stubs.
Erin Dahlgren [Mon, 3 Feb 2014 22:08:20 +0000 (14:08 -0800)]
Fix the build by adding eventproto foreground stubs.

Change-Id: I6319378499e105c5638d8ef4788fbc21ed073936

10 years agoCorrectly log the source of a foreground event.
Erin Dahlgren [Fri, 31 Jan 2014 19:13:33 +0000 (11:13 -0800)]
Correctly log the source of a foreground event.

Bug: 12589465
Change-Id: Ib26d44e1a8fdc4e03561c6a00886682881106ec2

10 years agoMove mode options to transparent overlay.
Erin Dahlgren [Thu, 30 Jan 2014 22:11:20 +0000 (14:11 -0800)]
Move mode options to transparent overlay.

Change-Id: Iec0423668c58a5b849841afc45def923210df6fd

10 years agoMerge "adding accessibilty strings to ui items" into gb-ub-photos-denali
Spike Sprague [Fri, 31 Jan 2014 22:47:58 +0000 (22:47 +0000)]
Merge "adding accessibilty strings to ui items" into gb-ub-photos-denali

10 years agoMerge "First pass on tracking camera performance" into gb-ub-photos-denali
Doris Liu [Fri, 31 Jan 2014 20:03:29 +0000 (20:03 +0000)]
Merge "First pass on tracking camera performance" into gb-ub-photos-denali

10 years agoFirst pass on tracking camera performance
Doris Liu [Thu, 30 Jan 2014 20:29:27 +0000 (12:29 -0800)]
First pass on tracking camera performance

Record time spent on cold/warm start, mode switching for later
hooking up with instrument tests.

Bug: 12838163
Change-Id: I1004f2b26d9ff9d59b4729e7323c079a6b561fdc

10 years agoMerge "Log swipes out of filmstrip." into gb-ub-photos-denali
Erin Dahlgren [Fri, 31 Jan 2014 18:21:19 +0000 (18:21 +0000)]
Merge "Log swipes out of filmstrip." into gb-ub-photos-denali

10 years agoMerge "Move tiny planet editor into the edit action." into gb-ub-photos-denali
Sascha Haeberling [Fri, 31 Jan 2014 17:48:00 +0000 (17:48 +0000)]
Merge "Move tiny planet editor into the edit action." into gb-ub-photos-denali

10 years agoPrevent Tiny Planet from crashing often.
Sascha Haeberling [Fri, 31 Jan 2014 16:56:15 +0000 (17:56 +0100)]
Prevent Tiny Planet from crashing often.

  Bug: 11050122

Make sure the preview rendering is always happening on the
handler thread.

Change-Id: Id5a2e5d939fa6bd3520dc8bfa5bb1803ef6fb1c5

10 years agoMove tiny planet editor into the edit action.
Sascha Haeberling [Fri, 31 Jan 2014 14:21:02 +0000 (15:21 +0100)]
Move tiny planet editor into the edit action.

  Bug: 12553864

Change-Id: I3431565928bef637c11246fc6e711ef3d1f925ce

10 years agoLog swipes out of filmstrip.
Erin Dahlgren [Thu, 30 Jan 2014 02:13:34 +0000 (18:13 -0800)]
Log swipes out of filmstrip.

Bug: 12589465
Change-Id: I13b20b3e56b1ae4285ecc00ca4c2fb5a42fa75ed

10 years agoMerge "Add logging for swipe to filmstrip from camera." into gb-ub-photos-denali
Erin Dahlgren [Thu, 30 Jan 2014 23:05:29 +0000 (23:05 +0000)]
Merge "Add logging for swipe to filmstrip from camera." into gb-ub-photos-denali

10 years agoAdd logging for swipe to filmstrip from camera.
Erin Dahlgren [Thu, 30 Jan 2014 01:29:18 +0000 (17:29 -0800)]
Add logging for swipe to filmstrip from camera.

Bug: 12589465
Change-Id: Ia57c1f341d7c9262b96823121e046fe4c4378b5c

10 years agoDon't add duplicate identical OnSettingChangedListeners.
Erin Dahlgren [Wed, 29 Jan 2014 23:44:57 +0000 (15:44 -0800)]
Don't add duplicate identical OnSettingChangedListeners.

Bug: 12802314
Change-Id: I8baa668205633a9f5c9da259f0fa28dbca951a77

10 years agoMerge "Fix NPE" into gb-ub-photos-denali
Doris Liu [Thu, 30 Jan 2014 21:31:46 +0000 (21:31 +0000)]
Merge "Fix NPE" into gb-ub-photos-denali

10 years agoMerge "Changes the picture size settings to L,M,S from concrete resolutions." into...
Sascha Haeberling [Thu, 30 Jan 2014 21:21:01 +0000 (21:21 +0000)]
Merge "Changes the picture size settings to L,M,S from concrete resolutions." into gb-ub-photos-denali

10 years agoFix NPE
Doris Liu [Thu, 30 Jan 2014 21:11:29 +0000 (13:11 -0800)]
Fix NPE

This NPE is caused by not having a PreviewStatusListener in
photosphere module. Hooking up PreviewStatusListener in
photosphere requires a refactor which is non-trivial amount
of work.

So for now, a null check is added here to prevent NPE
and the logic of detecting and handling device flip will be
added into photosphere to properly handle device flp.

Part II at ag/412607

Bug: 12679997
Change-Id: I5392674e387800e6a2a3114ec3f834b439aed31e

10 years agoChanges the picture size settings to L,M,S from concrete resolutions.
Sascha Haeberling [Wed, 29 Jan 2014 19:54:39 +0000 (20:54 +0100)]
Changes the picture size settings to L,M,S from concrete resolutions.

  Bug: 12575084
  Bug: 12717251

The strategy in detail:
- Sort all available sizes
- For 'large', select the resolution with the most pixels.
- Use the 'large' resolution aspect ratio as the target AR.
- Create a list of resolutions with AR close to 'large'.
- If only two more are available, use them for medium and small.
- If less are available, boarden the search in complete list.
- Again, if only two more are available, use them for medium and small.
- Otherwise find medium resolution with total pixels closest to  50% of 'large' and ...
  small as 25% of 'large' pixels.
- If they both come out the same, select either one small for 'small' or one larger
  for 'medium'.

Change-Id: Ib94fdf0ce987968bccd85abbf5be7bdaa914325f

10 years agoMerge "add additional lifecycle states to PanoramaViewHelper" into gb-ub-photos-denali
Alan Newberger [Thu, 30 Jan 2014 17:33:03 +0000 (17:33 +0000)]
Merge "add additional lifecycle states to PanoramaViewHelper" into gb-ub-photos-denali

10 years agoadd additional lifecycle states to PanoramaViewHelper
Alan Newberger [Wed, 29 Jan 2014 02:09:30 +0000 (18:09 -0800)]
add additional lifecycle states to PanoramaViewHelper

Bug: 12192549
Change-Id: I36668db7657c8b285419e7eca824b3d6e495e5ef

10 years agoadding accessibilty strings to ui items
Spike Sprague [Wed, 29 Jan 2014 02:48:22 +0000 (18:48 -0800)]
adding accessibilty strings to ui items

Change-Id: I3f2356c765bd2799dfa1009ff6707fc3af87383e

10 years agoMerge "Use mutable drawable to avoid sharing drawable states" into gb-ub-photos-denali
Doris Liu [Wed, 29 Jan 2014 07:31:58 +0000 (07:31 +0000)]
Merge "Use mutable drawable to avoid sharing drawable states" into gb-ub-photos-denali

10 years agoUse mutable drawable to avoid sharing drawable states
Doris Liu [Wed, 29 Jan 2014 02:22:51 +0000 (18:22 -0800)]
Use mutable drawable to avoid sharing drawable states

Bug: 12594617
Change-Id: I798b67ed42a5593c346643d42ebf1143d54551e6

10 years agoMerge "Fix secure camera launch crash." into gb-ub-photos-denali
Erin Dahlgren [Wed, 29 Jan 2014 01:49:27 +0000 (01:49 +0000)]
Merge "Fix secure camera launch crash." into gb-ub-photos-denali

10 years agoFix secure camera launch crash.
Erin Dahlgren [Wed, 29 Jan 2014 01:40:28 +0000 (17:40 -0800)]
Fix secure camera launch crash.

Bug: 12783858
Change-Id: Iff5cfecff986966f63b40d2db4bc1d31037f12d4

10 years agoMerge "Fix mode transition jank and stretched video preview" into gb-ub-photos-denali
Doris Liu [Wed, 29 Jan 2014 01:19:50 +0000 (01:19 +0000)]
Merge "Fix mode transition jank and stretched video preview" into gb-ub-photos-denali

10 years agoFix mode transition jank and stretched video preview
Doris Liu [Sat, 18 Jan 2014 01:21:42 +0000 (17:21 -0800)]
Fix mode transition jank and stretched video preview

Bug: 11963674
Change-Id: I9cb292aa3dea6b0073dfc19af8105dce1f0c9865

10 years agoMerge "Clearcut Logs" into gb-ub-photos-denali
Seth Raphael [Tue, 28 Jan 2014 22:14:24 +0000 (22:14 +0000)]
Merge "Clearcut Logs" into gb-ub-photos-denali

10 years agoClearcut Logs
Seth Raphael [Wed, 18 Dec 2013 21:45:03 +0000 (13:45 -0800)]
Clearcut Logs

Change-Id: I564a2452cb7f02f899760ac086e56eaa76b174eb

10 years agoMerge "reset capture button state on swipes" into gb-ub-photos-denali
Spike Sprague [Sat, 25 Jan 2014 02:08:33 +0000 (02:08 +0000)]
Merge "reset capture button state on swipes" into gb-ub-photos-denali

10 years agoreset capture button state on swipes
Spike Sprague [Fri, 24 Jan 2014 23:41:28 +0000 (15:41 -0800)]
reset capture button state on swipes

bug: 12550678
Change-Id: I9678e55cdd19ca319686665b69e76a9984fa7a6a

10 years agorestore video bottom bar on app background during video capture
Spike Sprague [Sat, 25 Jan 2014 00:59:25 +0000 (16:59 -0800)]
restore video bottom bar on app background during video capture

bug: 12726013
Change-Id: I3e69daad21835e7ce46427398531d0236703cb5a

10 years agoFix NPE by adding a onPause check
Doris Liu [Fri, 24 Jan 2014 22:11:50 +0000 (14:11 -0800)]
Fix NPE by adding a onPause check

Bug: 12682478
Change-Id: Ida9c79287751089449569ec26dcf1c1f195afde9

10 years agoMerge "Adds an API for temporary session storage." into gb-ub-photos-denali
Sascha Haeberling [Fri, 24 Jan 2014 02:28:57 +0000 (02:28 +0000)]
Merge "Adds an API for temporary session storage." into gb-ub-photos-denali

10 years agoAdds an API for temporary session storage.
Sascha Haeberling [Thu, 23 Jan 2014 02:45:43 +0000 (18:45 -0800)]
Adds an API for temporary session storage.

  Bug: 12064183

This is required so that we can have all modules that have sessions
use the same logic for creating and deleting them.

Change-Id: I20591310d6b4534e564ab60608049eec87f823f9

10 years agoMerge "Use ninepatch for indicator background." into gb-ub-photos-denali
Erin Dahlgren [Thu, 23 Jan 2014 19:13:30 +0000 (19:13 +0000)]
Merge "Use ninepatch for indicator background." into gb-ub-photos-denali

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Thu, 23 Jan 2014 18:15:09 +0000 (10:15 -0800)]
Import translations. DO NOT MERGE

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

10 years agoUse ninepatch for indicator background.
Erin Dahlgren [Thu, 23 Jan 2014 02:14:21 +0000 (18:14 -0800)]
Use ninepatch for indicator background.

Bug: 12602711
Change-Id: Id513f526331b4dbefcfae1f2bff548cbf4bbac94

10 years agoMerge "Move focus overlay into generic_module." into gb-ub-photos-denali
Sascha Haeberling [Wed, 22 Jan 2014 22:16:25 +0000 (22:16 +0000)]
Merge "Move focus overlay into generic_module." into gb-ub-photos-denali

10 years agoMove focus overlay into generic_module.
Sascha Haeberling [Sat, 18 Jan 2014 03:03:52 +0000 (19:03 -0800)]
Move focus overlay into generic_module.

  Bug: 12563457

Also cleans up the focus overlay API.

Change-Id: I8a63b7abf7cc9390cc709c275807b1d3d2e344a6

10 years agoSwitch to gcam module only if gcam is supported.
Erin Dahlgren [Wed, 22 Jan 2014 19:49:33 +0000 (11:49 -0800)]
Switch to gcam module only if gcam is supported.

Bug: 12682385
Bug: 12594403
Change-Id: I86b8156ea5027818135ccfce03a1d23f377055f2

10 years agoFix the build: limit hdr icons.
Erin Dahlgren [Wed, 22 Jan 2014 17:43:29 +0000 (09:43 -0800)]
Fix the build: limit hdr icons.

Change-Id: I64772bc1cae76487e2d13b3a7f5f666b99a66124

10 years agoMerge "Add hdr option and indicator" into gb-ub-photos-denali
Erin Dahlgren [Wed, 22 Jan 2014 17:26:09 +0000 (17:26 +0000)]
Merge "Add hdr option and indicator" into gb-ub-photos-denali

10 years agoMerge "Fix the build: use exported panorama values in helper class." into gb-ub-photo...
Erin Dahlgren [Wed, 22 Jan 2014 00:32:43 +0000 (00:32 +0000)]
Merge "Fix the build: use exported panorama values in helper class." into gb-ub-photos-denali

10 years agoFix the build: use exported panorama values in helper class.
Erin Dahlgren [Wed, 22 Jan 2014 00:16:06 +0000 (16:16 -0800)]
Fix the build: use exported panorama values in helper class.

Change-Id: I5b22fe0504fa113f3867d7e626087c9880bbccdd

10 years agoMerge "Adjust bottom control button positions." into gb-ub-photos-denali
Angus Kong [Tue, 21 Jan 2014 23:45:56 +0000 (23:45 +0000)]
Merge "Adjust bottom control button positions." into gb-ub-photos-denali

10 years agoAdjust bottom control button positions.
Angus Kong [Sat, 18 Jan 2014 09:44:10 +0000 (01:44 -0800)]
Adjust bottom control button positions.

bug:12138517

Change-Id: Ife7511e232ba9f02ac83800df129fafaf65c0f46

10 years agoAdd hdr option and indicator
Erin Dahlgren [Tue, 21 Jan 2014 22:04:55 +0000 (14:04 -0800)]
Add hdr option and indicator

Bug: 12440745
Change-Id: I2e5b8d860a19cd1fd1299dc42d13b26b6b5e88ec

10 years agoSupport for panorama and photosphere bottom bar ui.
Erin Dahlgren [Tue, 21 Jan 2014 17:31:11 +0000 (09:31 -0800)]
Support for panorama and photosphere bottom bar ui.

Bug: 12438294
Change-Id: If8a6f3b8aafd81980290655fb3ad461928f9c520

10 years agoRemove global UI elements based on supported camera parameters.
Erin Dahlgren [Tue, 14 Jan 2014 23:58:52 +0000 (15:58 -0800)]
Remove global UI elements based on supported camera parameters.

Bug: 12192238
Change-Id: I6373adeaa9c95385a2a4ca8d81cf7656550911f2

10 years agoMerge "Improve responsiveness of mode selection highlight" into gb-ub-photos-denali
Doris Liu [Sat, 18 Jan 2014 01:36:59 +0000 (01:36 +0000)]
Merge "Improve responsiveness of mode selection highlight" into gb-ub-photos-denali

10 years agoChange order of modules to spec.
Sascha Haeberling [Sat, 18 Jan 2014 01:33:32 +0000 (17:33 -0800)]
Change order of modules to spec.

  Bug: 12607061

Change-Id: Iff142b2571f17f71f7a76d629119ac4c8c7f2764

10 years agoImprove responsiveness of mode selection highlight
Doris Liu [Sat, 18 Jan 2014 01:24:38 +0000 (17:24 -0800)]
Improve responsiveness of mode selection highlight

Bug: 12449459
Change-Id: Ifc5e42119e216827a187f6bb0b6f3c7d2f2bf672

10 years agoMerge "black background in image_capture intent review ui." into gb-ub-photos-denali
Spike Sprague [Fri, 17 Jan 2014 22:55:22 +0000 (22:55 +0000)]
Merge "black background in image_capture intent review ui." into gb-ub-photos-denali

10 years agoblack background in image_capture intent review ui.
Spike Sprague [Fri, 17 Jan 2014 22:38:58 +0000 (14:38 -0800)]
black background in image_capture intent review ui.

bug: 12606986
Change-Id: I1ee01eba431b7576094445c86c5c577a851c90c3

10 years agoMerge "Fix for video parameter setting bug on Nexus 5. Fixes b/12250181 and b/1248120...
Andy Huibers [Fri, 17 Jan 2014 22:09:03 +0000 (22:09 +0000)]
Merge "Fix for video parameter setting bug on Nexus 5. Fixes b/12250181 and b/12481202." into gb-ub-photos-denali

10 years agoMerge "Measure time to first valid preview frame in testImageCapture. Bug: 11999851...
Kevin Gabayan [Fri, 17 Jan 2014 22:01:38 +0000 (22:01 +0000)]
Merge "Measure time to first valid preview frame in testImageCapture. Bug: 11999851" into gb-ub-photos-denali

10 years agoMeasure time to first valid preview frame in testImageCapture.
Kevin Gabayan [Wed, 15 Jan 2014 23:21:13 +0000 (15:21 -0800)]
Measure time to first valid preview frame in testImageCapture.
Bug: 11999851

Change-Id: Iec695d7de98454435fc9ae239a500fedb9eee894

10 years agoMerge "3 dots press state in bottom bar should be sticky" into gb-ub-photos-denali
Spike Sprague [Fri, 17 Jan 2014 21:59:02 +0000 (21:59 +0000)]
Merge "3 dots press state in bottom bar should be sticky" into gb-ub-photos-denali

10 years agoFix for video parameter setting bug on Nexus 5.
Andy Huibers [Wed, 15 Jan 2014 06:25:52 +0000 (22:25 -0800)]
Fix for video parameter setting bug on Nexus 5.
Fixes b/12250181 and b/12481202.

Change-Id: I64da29470a0c9e2a418fd614e41d181c42ece388

10 years agoChange the press state transparency value in the video bottom bar
Spike Sprague [Fri, 17 Jan 2014 20:28:50 +0000 (12:28 -0800)]
Change the press state transparency value in the video bottom bar

bug: 12600857
Change-Id: I12852fb936443bef67211ba21ed51a4fb9feae28

10 years ago3 dots press state in bottom bar should be sticky
Spike Sprague [Fri, 17 Jan 2014 20:22:04 +0000 (12:22 -0800)]
3 dots press state in bottom bar should be sticky

bug: 12600702
Change-Id: Ibd6725e8441775d6d6bced08280430e180bd1c37

10 years agoHide focus UI during recording
Doris Liu [Fri, 17 Jan 2014 02:03:18 +0000 (18:03 -0800)]
Hide focus UI during recording

Bug: 12584173
Change-Id: Ibca621b9b961a480b48950f668eb7f6da9055619

10 years agoPass CameraServices to ProcessingTask
Carlos Hernandez [Thu, 16 Jan 2014 21:10:00 +0000 (13:10 -0800)]
Pass CameraServices to ProcessingTask

Change-Id: Ie9c06fe4e03afc6eb051a9bb17ee985251b53d62

10 years agoMerge "Pass CameraServices to ProcessingTask" into gb-ub-photos-denali
Carlos Hernandez [Thu, 16 Jan 2014 22:49:46 +0000 (22:49 +0000)]
Merge "Pass CameraServices to ProcessingTask" into gb-ub-photos-denali

10 years agoMerge "video capture button tweak" into gb-ub-photos-denali
Spike Sprague [Thu, 16 Jan 2014 22:31:05 +0000 (22:31 +0000)]
Merge "video capture button tweak" into gb-ub-photos-denali

10 years agobuild break fix
Spike Sprague [Thu, 16 Jan 2014 22:28:25 +0000 (14:28 -0800)]
build break fix

Change-Id: I0178453fc19acb76cb612e84e43a0530d2fb7e49

10 years agovideo capture button tweak
Spike Sprague [Thu, 16 Jan 2014 19:39:23 +0000 (11:39 -0800)]
video capture button tweak

bug: 12563852
Change-Id: I39a242ca4cd3832eefd2e205d287d64ceba309b1

10 years agoMerge "Set the shutter button icon across all modes." into gb-ub-photos-denali
Erin Dahlgren [Thu, 16 Jan 2014 22:12:35 +0000 (22:12 +0000)]
Merge "Set the shutter button icon across all modes." into gb-ub-photos-denali

10 years agoMerge "button background press states" into gb-ub-photos-denali
Spike Sprague [Thu, 16 Jan 2014 22:09:13 +0000 (22:09 +0000)]
Merge "button background press states" into gb-ub-photos-denali

10 years agoSet the shutter button icon across all modes.
Erin Dahlgren [Thu, 16 Jan 2014 21:29:42 +0000 (13:29 -0800)]
Set the shutter button icon across all modes.

Bug: 12552362
Change-Id: I55d4238b0ddbc4bb3ea206dc577381b6de2f68a7

10 years agoMerge "Add 10MP Moto X resolution." into gb-ub-photos-denali
Sascha Haeberling [Thu, 16 Jan 2014 21:56:36 +0000 (21:56 +0000)]
Merge "Add 10MP Moto X resolution." into gb-ub-photos-denali

10 years agoAdd 10MP Moto X resolution.
Sascha Haeberling [Thu, 16 Jan 2014 21:11:46 +0000 (13:11 -0800)]
Add 10MP Moto X resolution.

  Bug: 12586353

Change-Id: Ie29227df3dbaca1eed52ced222c8d1868710aa9d

10 years agoPass CameraServices to ProcessingTask
Carlos Hernandez [Thu, 16 Jan 2014 21:10:00 +0000 (13:10 -0800)]
Pass CameraServices to ProcessingTask

Change-Id: Ie9c06fe4e03afc6eb051a9bb17ee985251b53d62

10 years agoMerge "Change refocus icon asset." into gb-ub-photos-denali
Angus Kong [Thu, 16 Jan 2014 19:58:44 +0000 (19:58 +0000)]
Merge "Change refocus icon asset." into gb-ub-photos-denali

10 years agoChange refocus icon asset.
Angus Kong [Thu, 16 Jan 2014 19:06:46 +0000 (11:06 -0800)]
Change refocus icon asset.

bug:12550183
Change-Id: Iad54468a1f88bcc23e68ebda39931c93c5ee407d

10 years agobutton background press states
Spike Sprague [Wed, 15 Jan 2014 18:11:54 +0000 (10:11 -0800)]
button background press states

bug: 12450227

Change-Id: I9008a4d57545bd081a4c6539c64d23b939d4ab95

10 years agoMerge "Fix focus indicator slightly off center during CAF" into gb-ub-photos-denali
Doris Liu [Thu, 16 Jan 2014 03:55:57 +0000 (03:55 +0000)]
Merge "Fix focus indicator slightly off center during CAF" into gb-ub-photos-denali

10 years agoMerge "Add quick switch support for advanced camera" into gb-ub-photos-denali
Doris Liu [Thu, 16 Jan 2014 03:50:40 +0000 (03:50 +0000)]
Merge "Add quick switch support for advanced camera" into gb-ub-photos-denali

10 years agoFix focus indicator slightly off center during CAF
Doris Liu [Thu, 16 Jan 2014 03:29:34 +0000 (19:29 -0800)]
Fix focus indicator slightly off center during CAF

Change-Id: I5eaf14682e81d95f738a356985eb8d40bdc54524

10 years agoAdd quick switch support for advanced camera
Doris Liu [Thu, 16 Jan 2014 03:17:38 +0000 (19:17 -0800)]
Add quick switch support for advanced camera

Bug: 12429444
Change-Id: I62d5a5b3ce2b8d0ca8d19c8f3a35363114815b20

10 years agoMerge "Disables swipe during video recording and during photo sphere sessions." into...
Sascha Haeberling [Thu, 16 Jan 2014 02:23:55 +0000 (02:23 +0000)]
Merge "Disables swipe during video recording and during photo sphere sessions." into gb-ub-photos-denali

10 years agoMerge "Make up affordance dependent on installed packages" into gb-ub-photos-denali
Angus Kong [Thu, 16 Jan 2014 00:55:38 +0000 (00:55 +0000)]
Merge "Make up affordance dependent on installed packages" into gb-ub-photos-denali

10 years agoMake up affordance dependent on installed packages
Angus Kong [Wed, 15 Jan 2014 22:40:27 +0000 (14:40 -0800)]
Make up affordance dependent on installed packages

bug:12549744
Change-Id: I3b39ccb45518f1044c2149bd5b8c633a6899d96c

10 years agoDisables swipe during video recording and during photo sphere sessions.
Sascha Haeberling [Thu, 16 Jan 2014 00:33:59 +0000 (16:33 -0800)]
Disables swipe during video recording and during photo sphere sessions.

  Bug: 12554964

Change-Id: I2ab1ae34ae6964371680418eac3583b2e766b26c

10 years agoMerge "adjusted capture button highlight as per comments in b/12560596" into gb-ub...
Spike Sprague [Wed, 15 Jan 2014 23:55:35 +0000 (23:55 +0000)]
Merge "adjusted capture button highlight as per comments in b/12560596" into gb-ub-photos-denali

10 years agoadjusted capture button highlight as per comments in b/12560596
Spike Sprague [Wed, 15 Jan 2014 23:10:07 +0000 (15:10 -0800)]
adjusted capture button highlight as per comments in b/12560596

Change-Id: I9326121e8836898035ecfc6254467567f7b4c431

10 years agoMerge "snappier video bottom bar animation" into gb-ub-photos-denali
Spike Sprague [Wed, 15 Jan 2014 23:14:31 +0000 (23:14 +0000)]
Merge "snappier video bottom bar animation" into gb-ub-photos-denali

10 years agoMerge "Open mode draw at a constant speed when there's a fast fling" into gb-ub-photo...
Doris Liu [Wed, 15 Jan 2014 21:56:56 +0000 (21:56 +0000)]
Merge "Open mode draw at a constant speed when there's a fast fling" into gb-ub-photos-denali

10 years agoOpen mode draw at a constant speed when there's a fast fling
Doris Liu [Wed, 15 Jan 2014 20:26:17 +0000 (12:26 -0800)]
Open mode draw at a constant speed when there's a fast fling

Bug:12544207
Change-Id: I104d81c0a74bb46f38ff8cd61dd9f13a2d615ed7

10 years agoRemove conflicting refocus pngs.
Erin Dahlgren [Wed, 15 Jan 2014 21:11:04 +0000 (13:11 -0800)]
Remove conflicting refocus pngs.

Bug: 12567150
Change-Id: I56f6639cab5933e5e672572d4cd5a84042893f54

10 years agosnappier video bottom bar animation
Spike Sprague [Wed, 15 Jan 2014 20:15:03 +0000 (12:15 -0800)]
snappier video bottom bar animation

bug: 12568407
Change-Id: I827b5d6c0e39ad704bd0b8aef1a8feaad7d6614f

10 years agoMerge "Fix size of filmstrip bottom controls sizes." into gb-ub-photos-denali
Angus Kong [Wed, 15 Jan 2014 18:57:37 +0000 (18:57 +0000)]
Merge "Fix size of filmstrip bottom controls sizes." into gb-ub-photos-denali

10 years agoMerge "On screen indicators in top right in landscape." into gb-ub-photos-denali
Erin Dahlgren [Wed, 15 Jan 2014 18:39:48 +0000 (18:39 +0000)]
Merge "On screen indicators in top right in landscape." into gb-ub-photos-denali

10 years agorefine capture button hilight area
Spike Sprague [Wed, 15 Jan 2014 18:21:41 +0000 (10:21 -0800)]
refine capture button hilight area

bug: 12560596
Change-Id: Ib0032bc6be21107361605f109caa5e5de7e4b682

10 years agoFix size of filmstrip bottom controls sizes.
Angus Kong [Wed, 15 Jan 2014 17:44:16 +0000 (09:44 -0800)]
Fix size of filmstrip bottom controls sizes.

bug:12550232
Change-Id: Ib73d0ccf16304b706781ea2760d22c668cde2aa8

10 years agoFix face view in simple camera
Doris Liu [Wed, 15 Jan 2014 01:51:32 +0000 (17:51 -0800)]
Fix face view in simple camera

Part II at ag/407562

Bug: 12460604
Change-Id: I9532d5dae7c156568fef944b81127c6ff194a394

10 years agoMerge "Returns unwrapped refreshed in-progress data." into gb-ub-photos-denali
Angus Kong [Wed, 15 Jan 2014 01:03:24 +0000 (01:03 +0000)]
Merge "Returns unwrapped refreshed in-progress data." into gb-ub-photos-denali

10 years agoReturns unwrapped refreshed in-progress data.
Angus Kong [Wed, 15 Jan 2014 00:37:26 +0000 (16:37 -0800)]
Returns unwrapped refreshed in-progress data.

bug:12550918
Change-Id: Ia5794abb96abb980c06e874f4fd5d08ca5884343