summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-05-31Merge "Turn off flash in Gallery." into jb-devWei Huang
2012-05-31Merge "Fix startFaceDetection failure." into jb-devWu-cheng Li
2012-05-31Turn off flash in Gallery.Angus Kong
bug:6581654 Change-Id: I316f73f9956a5cfe91f1f18c3a4658e13b243183
2012-05-31Fix startFaceDetection failure.Wu-cheng Li
startFaceDetection should be called after preview is started. bug:6584990 Change-Id: I81c03d67d86e5ce0987cccfe03e413f9df041c54
2012-05-30Merge "Fix incorrect sizes in camera switch animation." into jb-devWei Huang
2012-05-30Merge "Show saving screen on configuration changed." into jb-devWei Huang
2012-05-30Merge "Hide focus indicator after taking a picture." into jb-devWei Huang
2012-05-30Merge "Set dialog orientation when configuration changed." into jb-devWei Huang
2012-05-30Show saving screen on configuration changed.Angus Kong
bug:6563275 Change-Id: I33ec244a04287f8738bcec8b95840f8ef724f953
2012-05-30Fix incorrect sizes in camera switch animation.Wu-cheng Li
bug:5954954 Change-Id: I869df22e650e0cdc5488b96ed624883ac8ac398f
2012-05-29Merge "No need to catch RuntimeException of setAutoFocusMoveCallback." into ↵Wei Huang
jb-dev
2012-05-29No need to catch RuntimeException of setAutoFocusMoveCallback.Wu-cheng Li
CTS guarantees autofocus move callback is supported if continuous autofocus is supported. bug:6568965 Change-Id: I878332acdbfe467e4fa525d1ab3d86ad25326eb6
2012-05-29Set dialog orientation when configuration changed.Angus Kong
bug:6566850 Change-Id: I9d4339e2afb968b41596c6d3b1acc64d4cdab1a8
2012-05-28Hide focus indicator after taking a picture.Wu-cheng Li
bug:6563870 Change-Id: Ieaca283f088e3735f4d3e1c068c728991008ec35
2012-05-25Fix the bug that face detection is not started in the beginning.Wu-cheng Li
bug:6563735 Change-Id: Ia6c827c9209d13de3d0efa7386177a4d852f7002
2012-05-25Videos in effects should be saved on interruption.Wu-cheng Li
bug:6516147 Change-Id: I617defd6fbcd4cb9cef13fc39cee551ff1755f98
2012-05-24Merge "Cancel the camera start up thread in onPause()." into jb-devWu-cheng Li
2012-05-24Merge "Fix NPE in monkey tests." into jb-devWu-cheng Li
2012-05-24Cancel the camera start up thread in onPause().Angus Kong
bug:6542881 Change-Id: I602fdd9d280fcf239cb98d7aae3ff848fed6df4c
2012-05-24Fix NPE in monkey tests.Wu-cheng Li
bug:6555094 bug:6555247 Change-Id: I69f25d6f3973e2d1c0dc78d3f785a1fd80b68d93
2012-05-24Fix video thumbnail is not updated after recording.Wu-cheng Li
bug:6554211 Change-Id: I031b122f39d08f357dc584a35644283347dd09bf
2012-05-23Merge "Fix incorrect video orientation in effects recording." into jb-devWu-cheng Li
2012-05-23Fix incorrect video orientation in effects recording.Wu-cheng Li
bug:6535207 Change-Id: I08574bdf95bfa12a3b3a765f9d0b95918a77503e
2012-05-23Merge "Fix NPE when pressing home during recording." into jb-devWu-cheng Li
2012-05-23Merge "Fix wrong aspect ratio in switch camera animation." into jb-devAngus Kong
2012-05-23Fix NPE when pressing home during recording.Wu-cheng Li
bug:6544408 Change-Id: I9560909ec8afa446d544e9688dd44ef566376646
2012-05-23Use display rotation when displaying toasts.Angus Kong
bug:6540185 Change-Id: I3a8de15e0d45d7165e348c71b0cc6d2353f02b49
2012-05-23Fix wrong aspect ratio in switch camera animation.Wu-cheng Li
bug:6539357 Change-Id: I8bcb8634d88a27d839fa6ccae102a0d94b5119fb
2012-05-23Merge "Shouldn't jump to camera preview after playing a video" into jb-devWei Huang
2012-05-22Shouldn't jump to camera preview after playing a videoChih-Chung Chang
This fixes the case playing a video from the VideoCamera activity. Bug: 6429570 Change-Id: I02b0c0aeac2e237dd1d3460591929d65ab0e61bd
2012-05-22Restore focus indicator.Angus Kong
The focus indicator should be set to FocusManager again after changing configuration. bug:6538507 Change-Id: Icb9023bc95756632943b17d6727f4166fb9e7aec
2012-05-22Merge "Rename the image and video file to the final name when data is ↵Wei Huang
complete." into jb-dev
2012-05-22Merge "Add onConfigurationChanged for panorama mode." into jb-devWei Huang
2012-05-22Merge "Change camera switch animation to always zoom in." into jb-devWu-cheng Li
2012-05-22Add onConfigurationChanged for panorama mode.Pin Ting
Bug:6443692 Change-Id: Ife84c7a078e9b97e438f5ec1b35da5f3550cb500
2012-05-22Rename the image and video file to the final name when data is complete.Chih-Chung Chang
This avoids other apps reading incomplete data when we are still writing data into the file. Bug: 6496843 Change-Id: I92210095db791ab4e7a98c0901f87d33311355b4
2012-05-22Change camera switch animation to always zoom in.Wu-cheng Li
bug:5954954 Change-Id: Ie2c2bc0c3c25a63dd0fc4b5f162b2ceff76475da
2012-05-22Merge "Quick capture should wait for effects recordings." into jb-devAngus Kong
2012-05-22Merge "Make sure UI is disabled before preview is started." into jb-devWu-cheng Li
2012-05-22Make sure UI is disabled before preview is started.Wu-cheng Li
bug:6534068 Change-Id: Iddfce143666e99b064a7c61f6a096a7dfec03f9b
2012-05-22Merge "Fix the mode picker animation position and speed in landscape." into ↵Pin Ting
jb-dev
2012-05-21Quick capture should wait for effects recordings.Angus Kong
Should return to caller after effects recording results is saved. bug:6500915 Change-Id: I864c0fb6b355bcd567425d9c1cf9fe70fd9fdae4
2012-05-21Create a new file before inserting video into MediaProvider.Chih-Chung Chang
Bug: 6496843 Change-Id: I65306e11a2c435263d0d7ad0ad8fbe4ab4a1c822
2012-05-21Fix the mode picker animation position and speed in landscape.Pin Ting
Bug:6480482 Change-Id: I9b0dd9dd76872762121c72c9c14024a42c0c1e4c
2012-05-21Tweak the capture animation to 700ms.Chih-Chung Chang
Bug: 6529451 Change-Id: Ie5147fe52168899dce5de3d95aa8f42bc80210ab
2012-05-20Merge "Fixing the weird preview size w/ effects on camera" into jb-devPannag Sanketi
2012-05-18Fixing the weird preview size w/ effects on cameraPannag Sanketi
The aspect ratio sent from the camera app to the SurfaceTextureTarget filter does not really matter now since the camera app handles the re-sizing. Hence, the SurfaceTextureTarget filter needs to be render in "stretch" mode all the time even though the aspect ratio sent to the filter might indicate otherwise. The filter still needs the correct frame size for things other than determining aspect ratio. Fix b/6430124 Change-Id: I8f63d47cafab05e29e7f2fd2801e359e6dd35691
2012-05-17Do not wait for camera open and preview start in onCreate/onResume.Wu-cheng Li
This reduces the start-up time. bug:6191393 Change-Id: Ica22be12867bccddde484ce0f01222644495e539
2012-05-17Merge "Fix javadoc." into jb-devPin Ting
2012-05-18Fix javadoc.Pin Ting
Change-Id: I300459764a7f84d73ffe4fdd5ecec221b3f4b118