summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/Camera.java
Commit message (Expand)AuthorAgeFilesLines
* Do not trigger touch focus when popup window is dismissed.Wu-cheng Li2011-04-281-19/+16
* Reduce the size of focus rectangle.Wu-cheng Li2011-04-281-2/+7
* Fix the incorrect position of focus rectangle.Wu-cheng Li2011-04-271-17/+26
* Set metering area when users touch on the preview frame.Wu-cheng Li2011-04-271-14/+34
* Add touch to focus.Wu-cheng Li2011-04-191-7/+102
* Add image capture intent test.Wu-cheng Li2011-03-151-6/+6
* Fix image/video capture intents are broken after switching cameras.Wu-cheng Li2011-03-141-1/+7
* Fix the bug that exposure is not matching with settings.Wu-cheng Li2011-02-281-0/+3
* Restart the activity while switching front and back cameras.Wu-cheng Li2011-02-251-30/+5
* Ignore search and menu long press key event.Wu-cheng Li2011-02-251-1/+1
* Fix wrong preview orientation when device is held upside down.Wu-cheng Li2011-02-181-0/+25
* Make zoom more smooth.Wu-cheng Li2011-02-111-5/+28
* Fix camera preview orientation when device is held in portrait.Wu-cheng Li2011-01-261-2/+12
* Fix NPE in BasicSettingPopup.Wu-cheng Li2011-01-251-0/+2
* Remove ImageCapture class to fix NPE.Wu-cheng Li2011-01-211-113/+81
* 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-28/+24
* Removed the flaky memory checking.Yu Shan Emily Lau2011-01-091-0/+8
* Play the focus tone only when focus succeeds.Wu-cheng Li2011-01-051-4/+3
* Refactoring: Remove the dependency to ImageManager.Chia-chi Yeh2010-12-291-3/+5
* Refactoring: Remove the dependency of ExifInterface.Chia-chi Yeh2010-12-291-17/+3
* Refactoring: Reduce the dependency to the old gallery code.Chia-chi Yeh2010-12-271-65/+20
* Check and create directories in Storage.getAvailableSpace().Chia-chi Yeh2010-12-221-14/+6
* Refactoring: Extract the space calculating code into a new class.Chia-chi Yeh2010-12-211-17/+15
* Cleanup: Remove MenuHelper.closeSilently().Chia-chi Yeh2010-12-201-1/+1
* Add debug messages for record location.Wu-cheng Li2010-12-171-0/+7
* Show a toast when wb or flash is pressed in scene mode.Wu-cheng Li2010-12-171-0/+16
* Choose the preview size that has the same aspect ratio as picture size.Wu-cheng Li2010-12-171-9/+8
* Disable camera/video controls when in certain op modes.Hung-ying Tyan2010-12-151-5/+10
* Fix a NPE in Camera when zoom is changedHung-ying Tyan2010-12-151-0/+3
* Reset zoom to 1x in restore defaults.Wu-cheng Li2010-12-131-0/+7
* Implement photo/video picker mode using holo controlsHung-ying Tyan2010-12-101-0/+11
* Disable camera/zoom pickers in photo picker mode.Hung-ying Tyan2010-12-091-0/+4
* Add restore default in other settings.Wu-cheng Li2010-12-081-15/+23
* Disable camera zoom control in video modeHung-ying Tyan2010-12-081-4/+5
* Don't show camera/video thumbnails if no pic/video taken.Chung-yih Wang2010-12-071-1/+5
* Reset camera zoom index in initializeZoom().Hung-ying Tyan2010-12-071-0/+1
* Re-load camera preferences when switching camera.Hung-ying Tyan2010-12-061-19/+24
* Move camera picker to control panel.Chung-yih Wang2010-12-061-0/+1
* Update scene mode affected settings during initialization.Wu-cheng Li2010-12-031-2/+2
* Fix the camera layout in image capture intent mode.Hung-ying Tyan2010-12-021-6/+15
* Let event fall through when users press outside popup windows.Wu-cheng Li2010-12-021-6/+6
* Remove double tap to zoom.Wu-cheng Li2010-12-011-44/+1
* Override other camera settings when scene mode is active.Wu-cheng Li2010-11-301-11/+18
* Move scene mode to indicator wheel.Wu-cheng Li2010-11-291-1/+2
* Remove front/back camera switch from indicator wheel.Wu-cheng Li2010-11-261-2/+1
* Add front/back camera switchChung-yih Wang2010-11-251-10/+43
* Highlight camera/video icon when mode is changed.Hung-ying Tyan2010-11-241-10/+9
* Set video orientation hint according to device orientation.Wu-cheng Li2010-11-131-6/+7
* Move some classes out from Camera.java.Wu-cheng Li2010-11-131-59/+1