summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/Util.java
Commit message (Expand)AuthorAgeFilesLines
* Add face detection UI.Wu-cheng Li2011-08-041-4/+3
* Merge the indicator bar implementations.Chung-yih Wang2011-08-041-0/+10
* Add camcorder zoom.Wu-cheng Li2011-06-271-0/+8
* Check if device policay manager has disabled camera.Wu-cheng Li2011-06-171-8/+29
* Refactor RotateImageView and thumbnail.Wu-cheng Li2011-05-171-0/+39
* Remove dead code and reduce visibility.Wu-cheng Li2011-05-171-58/+6
* Do not trigger touch focus when popup window is dismissed.Wu-cheng Li2011-04-281-0/+8
* Reduce the size of focus rectangle.Wu-cheng Li2011-04-281-1/+1
* Fix camera preview orientation when device is held in portrait.Wu-cheng Li2011-01-261-2/+1
* Change AlertDialog.setIcon to setIconAttribute.Wu-cheng Li2011-01-181-1/+1
* Removed the flaky memory checking.Yu Shan Emily Lau2011-01-091-0/+36
* Cleanup: Make Util get rid of IImage.Chia-chi Yeh2010-12-201-19/+16
* Cleanup: Remove MenuHelper.closeSilently().Chia-chi Yeh2010-12-201-9/+0
* Choose the preview size that has the same aspect ratio as picture size.Wu-cheng Li2010-12-171-3/+5
* Remove mms quality if the device does not support voice.Wu-cheng Li2010-12-131-0/+32
* Add dumpParameters for debugging when necessary.Wu-cheng Li2010-12-101-0/+11
* Rotate the postview to correct orientation in video attach mode.Wu-cheng Li2010-11-181-1/+19
* Merge 559a4151 from gingerbread-plus-aospJean-Baptiste Queru2010-10-191-5/+13
|\
| * Fix wrong usage of setRotation and setOrientation.Wu-cheng Li2010-10-191-5/+13
* | Change review action domain to com.android.camera.Owen Lin2010-09-301-5/+4
* | am c97d2382: Update the code due to API change.Wu-cheng Li2010-09-151-1/+1
|\ \ | |/
| * Update the code due to API change.Wu-cheng Li2010-09-151-1/+1
* | am 50ab7fd1: Merge "Fix the wrong rotation on naturally landscape devices." i...Wu-cheng Li2010-09-151-10/+13
|\ \ | |/
| * Fix the wrong rotation on naturally landscape devices.Wu-cheng Li2010-09-151-10/+13
* | Added support for time lapse video capture.Nipun Kwatra2010-08-101-0/+49
|/
* Support switching between multiple cameras.Chih-Chung Chang2010-06-231-0/+20
* Fix 2533691 by using REVIEW intent added in Gallery.Wei-Ta Chen2010-03-221-0/+2
* Camera should have the com.android.camera package name.Romain Guy2010-03-101-1/+1
* Add the new ZoomController UI and also the exposure compensation settings.Owen Lin2010-03-101-0/+12
* Unbundle: change camera package name.Chih-Chung Chang2010-03-081-0/+1
* Remove unused code.Chih-Chung Chang2010-03-051-88/+0
* The first runnable version of the new UI.Owen Lin2010-02-261-9/+14
* Remove the use of native allocation.Chih-Chung Chang2010-02-121-19/+4
* Unbundle with the PreferenceManager.Owen Lin2010-01-251-0/+9
* Remove some more code.Owen Lin2009-11-041-157/+0
* Remove unused code.Chih-Chung Chang2009-11-021-3/+0
* Remove unused code in Camera app.Owen Lin2009-10-291-10/+0
* Remove unused code.Chih-Chung Chang2009-09-281-5/+0
* Change Camera & Gallery code to use the new thumbnail APIs.Ray Chen2009-09-231-85/+0
* Fix 2129498: add a MaxNumOfPixels parameter for client to specify the capture...Chih-Chung Chang2009-09-221-4/+25
* Fix 2128896: The thumbnail generated is overlapped with previous thumbnail.Chih-Chung Chang2009-09-181-1/+1
* Implement the drawer UI. When user click on the drawer button, theOwen Lin2009-09-171-2/+4
* First version of on-screen settings for Camera.Owen Lin2009-09-071-0/+57
* Show error dialog when the camera hardware is busy (Eg: hijack by otherOwen Lin2009-08-311-2/+22
* Style fix.Chih-Chung Chang2009-08-261-4/+5
* Fix 2052451: recycle bitmap memory as soon as possible so we won't be out-of-...Chih-Chung Chang2009-08-191-16/+23
* Fix http://b/issue?id=2048408.Wei-Ta Chen2009-08-131-3/+27
* Removed unused resources and code. See 2036961: build size too large.Chih-Chung Chang2009-08-101-14/+0
* Fix http://b/2017388 by handling the corner case in computeSampleSize().Wei-Ta Chen2009-07-291-3/+7
* Fix http://b/1991523 by limiting the size of a bitmap when we decode a full i...Chih-Chung Chang2009-07-271-45/+50