summaryrefslogtreecommitdiff
path: root/src/com/android/camera/Camera.java
AgeCommit message (Expand)Author
2012-05-31Merge "Fix startFaceDetection failure." into jb-devWu-cheng Li
2012-05-31Fix startFaceDetection failure.Wu-cheng Li
2012-05-30Merge "Hide focus indicator after taking a picture." into jb-devWei Huang
2012-05-29Merge "No need to catch RuntimeException of setAutoFocusMoveCallback." into j...Wei Huang
2012-05-29No need to catch RuntimeException of setAutoFocusMoveCallback.Wu-cheng Li
2012-05-28Hide focus indicator after taking a picture.Wu-cheng Li
2012-05-25Fix the bug that face detection is not started in the beginning.Wu-cheng Li
2012-05-24Merge "Cancel the camera start up thread in onPause()." into jb-devWu-cheng Li
2012-05-24Cancel the camera start up thread in onPause().Angus Kong
2012-05-24Fix NPE in monkey tests.Wu-cheng Li
2012-05-23Use display rotation when displaying toasts.Angus Kong
2012-05-22Restore focus indicator.Angus Kong
2012-05-22Merge "Change camera switch animation to always zoom in." into jb-devWu-cheng Li
2012-05-22Change camera switch animation to always zoom in.Wu-cheng Li
2012-05-22Make sure UI is disabled before preview is started.Wu-cheng Li
2012-05-17Do not wait for camera open and preview start in onCreate/onResume.Wu-cheng Li
2012-05-17Call onActivityResult of Gallery.Chih-Chung Chang
2012-05-17Move lights-out mode handling to Gallery.Chih-Chung Chang
2012-05-16Put width/height information into MediaProvider earlier.Chih-Chung Chang
2012-05-14Call startPreview and setPreviewTexture in asynchronous.Wu-cheng Li
2012-05-11Merge "Insert an image or video entry into MediaProvier earlier." into jb-devChih-Chung Chang
2012-05-11Insert an image or video entry into MediaProvier earlier.Chih-Chung Chang
2012-05-11Merge "Pictures should not be taken twice in image capture intent." into jb-devWu-cheng Li
2012-05-11Fix setParameters crash after switching camera is interrupted.Wu-cheng Li
2012-05-11Pictures should not be taken twice in image capture intent.Wu-cheng Li
2012-05-08Fix indicator orientation when switching between camera/video.Pin Ting
2012-05-07Add animation when switching between back and front cameras.Wu-cheng Li
2012-05-04Merge "Fix camera control disappear when restarted." into jb-devPin Ting
2012-05-04Fix camera control disappear when restarted.Pin Ting
2012-05-04Do not restart activity when switching between cameras.Wu-cheng Li
2012-05-03Fix camera animation direction.Chih-Chung Chang
2012-05-03Implement onConfigurationChanged for camera and camcorder activities.Pin Ting
2012-05-02Remove priority indicator when setting is not supported.akahuang
2012-04-30Assorted swipe UI fixes.Chih-Chung Chang
2012-04-28Fix NPE if pressing back immediately after start.Wu-cheng Li
2012-04-27Fix NPEs when camera fails to open.Wu-cheng Li
2012-04-26Show action bar after swiping to gallery.Wu-cheng Li
2012-04-24Restore capture animation.Angus Kong
2012-04-23Fix incorrect width and height written to database.Wu-cheng Li
2012-04-18Fix touch focus.Wu-cheng Li
2012-04-18Release the camera faster if recording is interrupted.Wu-cheng Li
2012-04-18Fix ANR in onCreate.Wu-cheng Li
2012-04-18Fix NPE in onCreate.Wu-cheng Li
2012-04-17Add autofocus animation.Wu-cheng Li
2012-04-13Fix focus indicator is not displayed.Wu-cheng Li
2012-04-13Merge "Remove the workaround of delaying camera open."Wu-cheng Li
2012-04-13Remove the workaround of delaying camera open.Wu-cheng Li
2012-04-11Update the zoom wheel UI when zoom index is changed.Pin Ting
2012-04-10Make aspect ratio of preview and picture the same.Wu-cheng Li
2012-04-07Fix NPE in Camera.capture().Pin Ting