summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/VideoCamera.java
Commit message (Expand)AuthorAgeFilesLines
* Make video record counter run more smooth. b2154768Wu-cheng Li2009-09-291-3/+10
* Fix http://b/2144865 by re-positioning the on-screen setting when the size of...Wei-Ta Chen2009-09-291-5/+17
* Fix 2150684: Set frame rate according to encoder fps in video camera appChih-Chung Chang2009-09-281-0/+1
* Resize the preview frame as large as possible.Cheng-Ru Lin2009-09-291-13/+11
* Fix http://b/2149062 by showing on-screen setting when clicking the menu key.Wei-Ta Chen2009-09-271-0/+6
* VideoCamera should crash if media recorder prepare fails.Wu-cheng Li2009-09-271-11/+8
* Fix http://b/2144590 by honoring Intent's content when provisioning options i...Wei-Ta Chen2009-09-271-6/+26
* Fix 2147286: Camera app should handle back key in onKeyUpChih-Chung Chang2009-09-251-6/+10
* Fix http://b/2140611 by adjusting the width of the preview view when video qu...Wei-Ta Chen2009-09-241-0/+2
* Change Camera & Gallery code to use the new thumbnail APIs.Ray Chen2009-09-231-2/+3
* Fix some warnnings reported by eclipse.Owen Lin2009-09-241-0/+1
* Fix 2130355: Enter camera settings when recording a video will cause the phon...Chih-Chung Chang2009-09-221-4/+7
* Change how VideoCamera uses lock() due to API change.Wu-cheng Li2009-09-211-6/+11
* Fix the bug that we show camea preference in camcorder.Owen Lin2009-09-181-1/+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-171-35/+18
* Implement the drawer UI. When user click on the drawer button, theOwen Lin2009-09-171-13/+31
* Fix NPE in resizeForPreviewAspectRadio().Owen Lin2009-09-171-1/+10
* Restart preview if preview size is changed in camcorder.Wu-cheng Li2009-09-151-5/+21
* Serveral improvement of OnScreenSettings.Owen Lin2009-09-141-12/+2
* Add OnVisibilityChangedListener to OnScreenSettings. So that we canOwen Lin2009-09-141-3/+11
* Remove CameraSettings. And then renmae CameraSettingsHelper to CameraSettingsOwen Lin2009-09-121-1/+1
* Remove switch menu item in both Camera and Camcorder.Owen Lin2009-09-111-2/+0
* Enable the on-screen settings in Camcorder and also use different settingsOwen Lin2009-09-111-30/+82
* Clean menu creation code.Chih-Chung Chang2009-09-081-12/+5
* Clean menu helper code.Chih-Chung Chang2009-09-071-44/+14
* Code clean up.Chih-Chung Chang2009-09-071-1/+2
* Remove trailing spaces.Owen Lin2009-09-021-2/+2
* Fix 2066449: Align aspect ratio of the UI layout for video/image capture apli...Chih-Chung Chang2009-09-011-3/+13
* Make the video duration preference text depend on the system property.Chih-Chung Chang2009-09-011-5/+4
* Show error dialog when the camera hardware is busy (Eg: hijack by otherOwen Lin2009-08-311-9/+40
* Style fix.Chih-Chung Chang2009-08-261-7/+9
* Create ImageListParam as a spec for creating image lists.Chih-Chung Chang2009-08-261-3/+4
* Fix 1993400: Use the max recording duration parameter.Chih-Chung Chang2009-08-251-7/+17
* Fix the warnings shown in Eclipse. That is, removing unused field,Owen Lin2009-08-191-2/+4
* fixed encoder type string from mp4 to m4vSnigdha2009-08-141-1/+1
* am 781f55b2: Make the responsive region larger for the Picture/Video mode swi...Chih-Chung Chang2009-08-101-0/+1
|\
| * Make the responsive region larger for the Picture/Video mode switch.Chih-Chung Chang2009-08-101-0/+1
| * Defer bitmap rotation until it's drawn on ImageView.Ray Chen2009-07-291-1/+1
* | Sets more parameters for media recorder.Chih-Chung Chang2009-07-291-5/+33
* | Fix 1993400: Read video recorder setting from system properties.Chih-Chung Chang2009-07-271-18/+112
|/
* Start preview earlier to let user see preview earlier.Wu-cheng Li2009-07-151-25/+38
* Fix 1973541: The mode switcher does not correspond to the actual mode.Chih-Chung Chang2009-07-141-1/+2
* Revert "Start preview earlier to let user see preview earlier."Wu-cheng Li2009-07-101-38/+25
* Read max file size from video capture intent.Wu-cheng Li2009-07-081-12/+27
* Style fix.Chih-Chung Chang2009-07-061-53/+78
* Reset the switch state in "onStart" in both Camera and Camcorder.Owen Lin2009-07-021-7/+14
* Fixed the OOM in crop image.Owen Lin2009-07-011-5/+3
* Fix 1950477: Menu items for video review are incorrect.Chih-Chung Chang2009-07-011-25/+0
* Solve task flow problems in Camera and Camcorder.Owen Lin2009-06-301-0/+1