summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/Camera.java
Commit message (Expand)AuthorAgeFilesLines
...
* Do not take the picture if the storage is not ready.Wu-cheng Li2011-09-131-0/+7
* The last thumbnail can be an image or video.Wu-cheng Li2011-09-121-1/+1
* Put a red border around the viewfinder during video snapshot.Wu-cheng Li2011-09-091-2/+0
* Enter lights out mode.Wu-cheng Li2011-09-081-0/+2
* Use the same thumbnail in camera and camcorder.Wu-cheng Li2011-09-081-4/+2
* Set rotation and gps in video snapshot.Wu-cheng Li2011-09-081-68/+12
* Refactor location code to LocationManager.Wu-cheng Li2011-09-071-128/+13
* Rotate the face indicator according to device orientation.Wu-cheng Li2011-09-071-1/+1
* Fix the draw/layout before initialization.Chung-yih Wang2011-09-061-7/+2
* Merge "Update focus rectangle assets."Wu-cheng Li2011-09-021-7/+7
|\
| * Update focus rectangle assets.Wu-cheng Li2011-09-011-7/+7
* | Move review control out of preview.Chih-yu Huang2011-09-021-27/+11
* | Add video snapshot.Wu-cheng Li2011-09-011-40/+27
|/
* Merge "Remove thumbnail in image and video capture intent."Chih-yu Huang2011-08-301-3/+3
|\
| * Remove thumbnail in image and video capture intent.Chih-yu Huang2011-08-301-3/+3
* | Rotate the focus rectangle in different orientations.Wu-cheng Li2011-08-301-3/+4
|/
* Increase the resolution of the thumbnail.Wu-cheng Li2011-08-291-10/+8
* Decrease the time of showing postview image.Wu-cheng Li2011-08-291-2/+2
* Merge "Add ZoomControlWheel."Chung-yih Wang2011-08-291-57/+59
|\
| * Add ZoomControlWheel.Chung-yih Wang2011-08-291-57/+59
* | Make the size of the share popup the same as preview area.Wu-cheng Li2011-08-291-1/+1
|/
* Change front/back switcher icon in camera modeChih-yu Huang2011-08-261-0/+3
* Fix NPE in FocusManager.Wu-cheng Li2011-08-251-3/+3
* Merge "Add second-level indicators in tablet UI."Chung-yih Wang2011-08-251-25/+9
|\
| * Add second-level indicators in tablet UI.Chung-yih Wang2011-08-251-25/+9
* | Add thumbnail and share popup for the last result.Angus Kong2011-08-251-25/+22
|/
* Refactor all focus code to a separate class.Wu-cheng Li2011-08-231-274/+64
* Use public API Parameters.FOCUS_MODE_CONTINUOUS_PICTURE.Wu-cheng Li2011-08-231-4/+1
* Start face detection every time after starting preview.Wu-cheng Li2011-08-231-2/+2
* Merge "Add continuous autofocus in still picture mode."Wu-cheng Li2011-08-221-29/+46
|\
| * Add continuous autofocus in still picture mode.Wu-cheng Li2011-08-221-29/+46
* | Add exposure indicator on screen.Chih-yu Huang2011-08-221-27/+57
|/
* Cleanup unused imports.Chung-yih Wang2011-08-191-1/+0
* Merge "Clear the face view in onPause and when face detection starts."Wu-cheng Li2011-08-171-2/+6
|\
| * Clear the face view in onPause and when face detection starts.Wu-cheng Li2011-08-181-2/+6
* | Move CameraPicker into IndicatorControl.Chung-yih Wang2011-08-171-20/+0
|/
* Merge "Add Sprung Lever Zoom Control for Phone UI."Chung-yih Wang2011-08-171-56/+35
|\
| * Add Sprung Lever Zoom Control for Phone UI.Chung-yih Wang2011-08-171-56/+35
* | Revert "Clear the face view in onPause and when face detection starts."Wu-cheng Li2011-08-171-3/+1
|/
* Clear the face view in onPause and when face detection starts.Wu-cheng Li2011-08-161-1/+3
* Show tap to focus toast after getting the first orientation.Wu-cheng Li2011-08-161-16/+31
* Add tap to focus toast.Wu-cheng Li2011-08-151-0/+28
* Draw all the faces on one face view.Wu-cheng Li2011-08-151-12/+20
* Do not show focus rectangle if there is any face rectangle.Wu-cheng Li2011-08-121-0/+4
* Remove zoom ratio text label.Wu-cheng Li2011-08-121-4/+2
* Use matrix to transform the location of faces.Wu-cheng Li2011-08-111-0/+2
* Remove color effects to simplify UI.Wu-cheng Li2011-08-101-12/+2
* Remove share icon and close arrow.Wu-cheng Li2011-08-101-9/+3
* Update face detection API.Wu-cheng Li2011-08-101-5/+3
* Use recording hint API.Wu-cheng Li2011-08-091-2/+1