summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/VideoCamera.java
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix image/video capture intents are broken after switching cameras.Wu-cheng Li2011-03-141-5/+11
* | | Print log while getting error from MediaRecorder.OnErrorListener.Wu-cheng Li2011-03-091-0/+1
|/ /
* | Fix a NPE in error handling code.Owen Lin2011-03-021-4/+5
* | Restart the activity while switching front and back cameras.Wu-cheng Li2011-02-251-21/+5
* | Merge "Ignore search and menu long press key event."Wu-cheng Li2011-02-241-5/+2
|\ \
| * | Ignore search and menu long press key event.Wu-cheng Li2011-02-251-5/+2
* | | Close video fd after recording is done.Wu-cheng Li2011-02-241-7/+9
|/ /
* | Fix wrong preview orientation when device is held upside down.Wu-cheng Li2011-02-181-0/+25
* | Fix camera preview orientation when device is held in portrait.Wu-cheng Li2011-01-261-3/+13
* | Merge "Use arc shaped indicator to show the next frame in time lapse." into h...Wu-cheng Li2011-01-191-0/+8
|\ \
| * | Use arc shaped indicator to show the next frame in time lapse.Wu-cheng Li2011-01-191-0/+8
* | | Update the recording time by time lapse frame interval.Wu-cheng Li2011-01-191-2/+5
|/ /
* | Tapping a ring control with menu opened should close it.Wu-cheng Li2011-01-141-5/+10
* | Refactor. Move the logic from ControlPanel to IndicatorWheel.Wu-cheng Li2011-01-131-22/+22
* | Removed the flaky memory checking.Yu Shan Emily Lau2011-01-091-0/+7
* | Fix the wrong video duration in time lapse mode.Wu-cheng Li2011-01-051-8/+7
* | Fix 3294798 MediaStore database reports duration of 0 for any video recorded ...Ray Chen2011-01-041-10/+8
* | Refactoring: Remove the dependency to ImageManager.Chia-chi Yeh2010-12-291-2/+5
* | Increase the resolution of video quality low.Chung-yih Wang2010-12-271-17/+77
* | Refactoring: Reduce the dependency to the old gallery code.Chia-chi Yeh2010-12-271-18/+5
* | Check and create directories in Storage.getAvailableSpace().Chia-chi Yeh2010-12-221-15/+10
* | Remove the workaround that sets preview to invisible.Wu-cheng Li2010-12-211-5/+0
* | Refactoring: Extract the space calculating code into a new class.Chia-chi Yeh2010-12-211-85/+37
* | Avoid time-lapse recording label overlapping on review control.Wu-cheng Li2010-12-201-16/+23
* | Show a toast when wb or flash is pressed in scene mode.Wu-cheng Li2010-12-171-0/+3
* | Remove the 30-minute limitation of video length.Wu-cheng Li2010-12-171-3/+1
* | Use the preview border images in asset git.Hung-ying Tyan2010-12-151-2/+2
* | Disable camera/video controls when in certain op modes.Hung-ying Tyan2010-12-151-4/+4
* | Ring lights up around preview frame to indicate time lapse mode.Wu-cheng Li2010-12-141-5/+14
* | Show only the actual recorded time in time lapse mode.Wu-cheng Li2010-12-131-6/+8
* | Implement photo/video picker mode using holo controlsHung-ying Tyan2010-12-101-6/+22
* | Enable time lapse recording UI.Wu-cheng Li2010-12-101-6/+3
* | Add time lapse recording code.Wu-cheng Li2010-12-101-83/+42
* | Fix the layout in video capture intent mode.Hung-ying Tyan2010-12-091-10/+23
* | Implement camera ring/shutter control new design.Hung-ying Tyan2010-12-081-5/+9
* | Add restore default in other settings.Wu-cheng Li2010-12-081-14/+23
* | Don't show camera/video thumbnails if no pic/video taken.Chung-yih Wang2010-12-071-18/+23
* | Re-load camera preferences when switching camera.Hung-ying Tyan2010-12-061-14/+20
* | Move camera picker to control panel.Chung-yih Wang2010-12-061-0/+3
* | Choose a separate preview size if the camera supports video output.Wu-cheng Li2010-12-031-78/+74
* | Fix the camera layout in image capture intent mode.Hung-ying Tyan2010-12-021-0/+2
* | Let event fall through when users press outside popup windows.Wu-cheng Li2010-12-021-4/+4
* | Remove front/back camera switch from indicator wheel.Wu-cheng Li2010-11-261-2/+1
* | Add front/back camera switchChung-yih Wang2010-11-251-12/+45
* | Highlight camera/video icon when mode is changed.Hung-ying Tyan2010-11-241-10/+9
* | Rotate the postview to correct orientation in video attach mode.Wu-cheng Li2010-11-181-3/+13
* | Adapt the file extension of the recorded files to the requested file format.James Dong2010-11-171-3/+8
* | Fix NPE in releaseMediaRecorder.Wu-cheng Li2010-11-161-2/+3
* | Set video orientation hint according to device orientation.Wu-cheng Li2010-11-131-138/+142
* | Change the thumbnail list to a single thumbnail.Wu-cheng Li2010-11-131-71/+1