summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/VideoCamera.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Start preview earlier to let user see preview earlier.Wu-cheng Li2009-07-011-25/+38
* Improve switcher to enable drag and drop operations.Owen Lin2009-06-241-5/+16
* Change icon for retake in video.Owen Lin2009-06-231-1/+3
* Do not start preview if surface is null.Wu-cheng Li2009-06-231-0/+6
* UI refresh for attachment capture mode.Owen Lin2009-06-201-177/+182
* Fix attach video.Wu-cheng Li2009-06-191-6/+67
* Integrate camcorder review mode to ReviewImage.Wu-cheng Li2009-06-191-6/+22
* Fill the size in database when insert a new item to the table.Owen Lin2009-06-191-0/+2
* New UI for cameraOwen Lin2009-06-181-141/+10
* Reduce the latency to enter camera setting.Wu-cheng Li2009-06-181-0/+4
* Throw exception if startPreview or setPreviewDisplay fails.Wu-cheng Li2009-06-111-16/+7