summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera
Commit message (Expand)AuthorAgeFilesLines
* Add a icon bar to show the current state.Owen Lin2009-09-223-14/+162
* Remove unused orientation parameter.Chih-Chung Chang2009-09-224-9/+5
* Use new focus mode API.Wu-cheng Li2009-09-222-16/+11
* Remove trailing spaces for easier code review.Ray Chen2009-09-212-3/+3
* Fix 2130355: Enter camera settings when recording a video will cause the phon...Chih-Chung Chang2009-09-221-4/+7
* Fix a bug that we didn't check if flash modes is supported by current device.Owen Lin2009-09-211-0/+6
* Merge change 26045 into eclairAndroid (Google) Code Review2009-09-201-14/+21
|\
| * Add checking before setting parameters of Camera hardware.Owen Lin2009-09-201-14/+21
* | Merge change 25726 into eclairAndroid (Google) Code Review2009-09-201-6/+11
|\ \
| * | Change how VideoCamera uses lock() due to API change.Wu-cheng Li2009-09-211-6/+11
| |/
* | Fix bug 2121734 (better guess at size of photo widget)Mike Cleron2009-09-201-3/+11
|/
* Update Camera to use new ExifInterface API.Chih-Chung Chang2009-09-181-7/+76
* Set focus mode to camera driver and add macro focus.Wu-cheng Li2009-09-182-35/+19
* Merge change 25719 into eclairAndroid (Google) Code Review2009-09-181-1/+1
|\
| * Fix 2128896: The thumbnail generated is overlapped with previous thumbnail.Chih-Chung Chang2009-09-181-1/+1
* | Merge change 25724 into eclairAndroid (Google) Code Review2009-09-181-1/+1
|\ \
| * | Fix the bug that we show camea preference in camcorder.Owen Lin2009-09-181-1/+1
* | | Fix the bug that sometimes scene mode parameter is not set.Wu-cheng Li2009-09-181-4/+12
|/ /
* | Simplify the code. Change references of "@strings" to literals for thoseOwen Lin2009-09-182-4/+6
|/
* Fix the bug that sometimes zoom is not working.Wu-cheng Li2009-09-171-22/+24
* Merge change 25456 into eclairAndroid (Google) Code Review2009-09-171-90/+1
|\
| * Move flash settings from on-scren control to preference settings.Owen Lin2009-09-171-90/+1
* | Merge change 25324 into eclairAndroid (Google) Code Review2009-09-171-63/+1
|\ \
| * | Don't change to orientation in the jpeg file. (It didn't work anyway).Chih-Chung Chang2009-09-171-63/+1
* | | Fix 2122382: We don't handle overlay destroy and re-create properly.Chih-Chung Chang2009-09-171-2/+0
| |/ |/|
* | Handle the keep-screen-on more properly.Owen Lin2009-09-172-41/+37
* | Implement the drawer UI. When user click on the drawer button, theOwen Lin2009-09-174-51/+135
* | Merge change 25454 into eclairAndroid (Google) Code Review2009-09-171-7/+7
|\ \
| * | Fix a bug that if user close the settings directly from sub menu.Owen Lin2009-09-171-7/+7
| |/
* | Merge change 24874 into eclairAndroid (Google) Code Review2009-09-174-3/+33
|\ \ | |/ |/|
| * Fix NPE in resizeForPreviewAspectRadio().Owen Lin2009-09-174-3/+33
* | Merge change 25257 into eclairAndroid (Google) Code Review2009-09-163-27/+44
|\ \
| * | Use the new exif interface API.Chih-Chung Chang2009-09-163-27/+44
| |/
* | Fix http://b/2115002.Wei-Ta Chen2009-09-161-3/+0
|/
* Merge change 25034 into eclairAndroid (Google) Code Review2009-09-151-4/+13
|\
| * Fix 2083478: Camera needs an auto-focus cancel APIChih-Chung Chang2009-09-151-4/+13
* | Restart preview if preview size is changed in camcorder.Wu-cheng Li2009-09-151-5/+21
|/
* Better fix for 2117211: NPE in Camera.onFlashModeChangedChih-Chung Chang2009-09-141-9/+9
* Serveral improvement of OnScreenSettings.Owen Lin2009-09-142-17/+13
* Merge change 24871 into eclairAndroid (Google) Code Review2009-09-141-1/+5
|\
| * Fix the bug that scene mode doesn't change immediately.Owen Lin2009-09-141-1/+5
* | Merge change 24866 into eclairAndroid (Google) Code Review2009-09-142-14/+36
|\ \
| * | Fix 2113527: NPE in ViewImage.onActivityResult.Chih-Chung Chang2009-09-142-14/+36
| |/
* | Add OnVisibilityChangedListener to OnScreenSettings. So that we canOwen Lin2009-09-142-3/+29
|/
* Merge change 24864 into eclairAndroid (Google) Code Review2009-09-141-5/+7
|\
| * Fix 2117211: NPE in Camera.onFlashModeChangedChih-Chung Chang2009-09-141-5/+7
* | Fix 2114487: NPE in ReviewImage.onPrepareOptionsMenuChih-Chung Chang2009-09-121-0/+1
|/
* Remove CameraSettings. And then renmae CameraSettingsHelper to CameraSettingsOwen Lin2009-09-124-353/+90
* Remove switch menu item in both Camera and Camcorder.Owen Lin2009-09-113-26/+0
* Enable the on-screen settings in Camcorder and also use different settingsOwen Lin2009-09-113-68/+119