summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/Camera.java
Commit message (Expand)AuthorAgeFilesLines
* Add pixel density concept to the code. So, it draw about the same size onOwen Lin2010-03-071-10/+14
* Remove unused code.Chih-Chung Chang2010-03-041-1/+0
* Add location provider name to gps-processing-method parameter.Ray Chen2010-03-051-0/+1
* The first runnable version of the new UI.Owen Lin2010-02-261-171/+78
* Set duration and still image encoding quality using Java APIJames Dong2010-02-251-8/+3
* Fix the no "SD Card is full" bug. Now, we show the error message when we findOwen Lin2010-02-251-8/+4
* Move set screen brightness later so we can start preview earlier.Chih-Chung Chang2010-02-191-14/+16
* Remove some log messages.Wu-cheng Li2010-02-081-5/+0
* Fix issue 2340332 Inconsistent UI between review mode in Camera app and album...Ray Chen2010-02-081-8/+1
* Fix a minor issue of "restore default" should also improveOwen Lin2010-01-261-5/+0
* Add quick capture settings for Camera application.Owen Lin2010-01-251-1/+12
* Unbundle with the PreferenceManager.Owen Lin2010-01-251-4/+4
* Fix the bug focus bracket may appear in infinite focus mode.Wu-cheng Li2010-01-221-10/+4
* Add restore default settings for Camera/Camcorder app.Owen Lin2010-01-211-0/+24
* Set the brightness to a fixed value.Owen Lin2010-01-151-0/+17
* Do not set orientation indicator while handling image capture intent.Wu-cheng Li2009-12-091-1/+3
* Fix the bug that -1 may be passed to setRotation.Wu-cheng Li2009-12-091-1/+1
* Use icon to indicate the orientation of the taken photos.Owen Lin2009-12-041-11/+16
* Camera: Clean up the image/video file naming codePetri Gynther2009-11-251-7/+13
* am 47dd2cf1: Fix black screen after resuming camera.Owen Lin2009-11-201-7/+17
|\
| * Fix black screen after resuming camera.Owen Lin2009-11-201-7/+17
* | resolved conflicts for merge of 503560f0 to eclair-mr2Owen Lin2009-11-201-1/+21
|\ \ | |/
| * Keep space for those empty icons but hide them if the feature is notOwen Lin2009-11-201-1/+21
* | am 3e44f807: Use "Use My Location" settings to decide wheather we store the p...Owen Lin2009-11-181-4/+4
|\ \ | |/
| * Use "Use My Location" settings to decide wheather we store the picture's loca...Owen Lin2009-11-181-4/+4
* | am 92acbf6c: Merge change Ie07be885 into eclairRay Chen2009-11-161-0/+23
|\ \ | |/
| * Fix issue 2259506 and 2262817 by keeping a reference to MediaProvider when ca...Ray Chen2009-11-161-0/+23
* | am 9324f11a: Add postview callback to know when the captured image is shown. ...Wu-cheng Li2009-11-111-17/+40
|\ \ | |/
| * Add postview callback to know when the captured image is shown. b2237074Wu-cheng Li2009-11-121-17/+40
* | Remove some more unused code.Owen Lin2009-11-101-2/+3
* | am 01ed85fb: Merge change Ic823abd0 into eclairChih-Chung Chang2009-11-091-1/+25
|\ \ | |/
| * Fix 2241232: Read system properties for quality setting.Chih-Chung Chang2009-11-091-1/+25
| * DO NOT MERGE TO MR2. Fix the focus settings is incorrect when switch back to ...Owen Lin2009-11-051-24/+27
* | am 05d20c0c: Improve 2237074: Make preview start earlier.Chih-Chung Chang2009-11-051-9/+14
|\ \ | |/
| * Improve 2237074: Make preview start earlier.Chih-Chung Chang2009-11-041-9/+14
* | Clean up and add comments for classes.Chih-Chung Chang2009-11-031-5/+3
* | Clean up and add comments for classes.Chih-Chung Chang2009-11-021-3/+3
* | am 2c854bb9: Fix the bug that wrong zoom value is set in takePicture.Wu-cheng Li2009-10-301-0/+3
|\ \ | |/
| * Fix the bug that wrong zoom value is set in takePicture.Wu-cheng Li2009-10-301-0/+3
* | am 316af30d: Use zoom api. b2060030Wu-cheng Li2009-10-261-57/+49
|\ \ | |/
| * Use zoom api. b2060030Wu-cheng Li2009-10-221-57/+49
* | am da460876: Chagne CropImage invocation to non-explicit.Cheng-Ru Lin2009-10-221-2/+2
|\ \ | |/
| * Chagne CropImage invocation to non-explicit.Cheng-Ru Lin2009-10-211-2/+2
* | Fix the focus settings is incorrect when switch back to auto scene mode.Owen Lin2009-10-191-24/+27
* | Fix 2182549: Disable search button when using camera.Chih-Chung Chang2009-10-141-1/+1
* | Show flash-off indicator on the view-finder.Owen Lin2009-10-061-1/+4
|/
* Adapt to new zoom callback.Wu-cheng Li2009-10-061-4/+5
* Temporally solve the overlay creation problem.Cheng-Ru Lin2009-10-031-1/+10
* Fix the issue that focus options shown on those device without focus support.Cheng-Ru Lin2009-10-031-24/+6
* Fix some stupid bugs.Cheng-Ru Lin2009-10-011-1/+1