summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/VideoCamera.java
Commit message (Expand)AuthorAgeFilesLines
* New UI for camcorder.Owen Lin2010-03-141-173/+96
* Remove the extra media recorder initialization during exit.Wu-cheng Li2010-03-121-8/+3
* Camera should have the com.android.camera package name.Romain Guy2010-03-101-1/+1
* Hide the preview in onPause to avoid rotated preview.Wu-cheng Li2010-03-091-0/+5
* Unbundle: change camera package name.Chih-Chung Chang2010-03-081-0/+1
* Remove unused code.Chih-Chung Chang2010-03-051-21/+0
* Remove unused code.Chih-Chung Chang2010-03-041-1/+0
* Use unhidden public API from MediaRecorder.java class for setting parametersJames Dong2010-03-031-8/+4
* Don't start recording right away, even when in quickCapture mode.Horia Ciurdar2010-03-021-3/+0
* Replace calls to system_property with CamcorderProfile APIJames Dong2010-02-091-120/+17
* Fix issue 2340332 Inconsistent UI between review mode in Camera app and album...Ray Chen2010-02-081-6/+1
* Unbundle Camera: Unhide ThumbnailUtil and rename it to ThumbnailUtils.Ray Chen2010-01-291-3/+3
* Fix a minor issue of "restore default" should also improveOwen Lin2010-01-261-11/+0
* Unbundle with the PreferenceManager.Owen Lin2010-01-251-9/+8
* Add restore default settings for Camera/Camcorder app.Owen Lin2010-01-211-0/+34
* Adding hidden quickCapture extra.Horia Ciurdar2010-01-211-11/+32
* Set the brightness to a fixed value.Owen Lin2010-01-151-0/+18
* Do not set WB or effect if driver does not support it.Wu-cheng Li2009-12-151-9/+14
* Avoid initializeRecorder during onPause.Wu-cheng Li2009-12-141-1/+3
* Add flash light setting in video camera.Wu-cheng Li2009-12-081-0/+27
* Add check if the media is still recording when the timeup event is comming.Owen Lin2009-12-021-2/+2
* Prevent double click for record button.Owen Lin2009-12-021-10/+25
* Camera: Clean up the image/video file naming codePetri Gynther2009-11-251-12/+11
* resolved conflicts for merge of 503560f0 to eclair-mr2Owen Lin2009-11-201-0/+7
|\
| * Keep space for those empty icons but hide them if the feature is notOwen Lin2009-11-201-0/+7
* | am cc12a303: Add icon-indicators to VideoCamera.Cheng-Ru Lin2009-11-111-1/+16
|\ \ | |/
| * Add icon-indicators to VideoCamera.Cheng-Ru Lin2009-11-121-1/+16
* | Remove some more code.Owen Lin2009-11-041-9/+0
* | Fix 2225024: Handle the case where the sd card is unmounted while recording.Chih-Chung Chang2009-11-041-3/+11
* | Fix 2232894: doesn't generate thumbnails on pressing thumbnails button, while...Chih-Chung Chang2009-11-031-2/+5
* | Clean up and add comments for classes.Chih-Chung Chang2009-11-031-1/+0
* | Clean up and add comments for classes.Chih-Chung Chang2009-11-021-2/+4
* | Remove unused code.Chih-Chung Chang2009-11-021-2/+0
* | remove unused resource files and elementsOwen Lin2009-10-291-33/+0
* | Fix 2182549: Disable search button when using camera.Chih-Chung Chang2009-10-141-1/+1
* | Fix 2172926: Remove unnecessary invalidate to speed up video recording.Chih-Chung Chang2009-10-091-7/+0
* | am 13874d7f: Fix the bug sometimes record counter does not increment.Wu-cheng Li2009-10-051-4/+2
|\ \ | |/
| * Fix the bug sometimes record counter does not increment.Wu-cheng Li2009-10-051-4/+2
* | Fix 2161972: Unable to record new video on deleting all existing videos.Chih-Chung Chang2009-10-021-0/+1
|/
* Fixed http://b/2157791 registering OnSharedPreferenceChangeListenerWei-Ta Chen2009-09-301-1/+2
* Another candidate for on screen settings UI (opaque).Cheng-Ru Lin2009-10-011-1/+1
* 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