summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/Util.java
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove unused code.Chih-Chung Chang2009-07-241-21/+0
* Simplify ImageGetter.Chih-Chung Chang2009-07-241-1/+19
* Fix http://b/1907995 by using native allocation in BitmapFactory.Wei-Ta Chen2009-07-201-3/+2
* Fix bug 1970161.Owen Lin2009-07-101-6/+16
* Set bitmaps for full size images as being purgeable in viewing and reviewing ...Wei-Ta Chen2009-07-091-0/+8
* Fix 1956859: "Set as" is not working with the downloaded image.Chih-Chung Chang2009-07-021-0/+10
* Fixed the OOM in crop image.Owen Lin2009-07-011-20/+51
* Fix 1950477: Menu items for video review are incorrect.Chih-Chung Chang2009-07-011-7/+0
* Fix several issues with ImageList.Owen Lin2009-06-241-0/+5
* Simplify the database code by keeping small data in memory.Owen Lin2009-05-281-1/+1
* New UI for donut's camera !!Owen Lin2009-05-221-0/+20
* Clean CropImage.Chih-Chung Chang2009-05-191-4/+4
* Clean BitmapManager.Chih-Chung Chang2009-05-181-1/+1
* Make ImageLoader load image in order.Chih-Chung Chang2009-05-131-0/+6
* Add progress dialog for delete operation and make the close button workOwen Lin2009-05-061-0/+37
* fix issue 1815454Owen Lin2009-04-271-2/+11
* Fix bitmap decoding in CropImage.Chih-Chung Chang2009-04-241-0/+5
* Code cleanup. Try to remove some depercated usage of cursor.commitUpadtes()Owen Lin2009-04-171-1/+0
* Code clean up.Chih-Chung Chang2009-04-171-1/+1
* Refactoring the code.Owen Lin2009-04-161-5/+3
* Move transform to Util.javaChih-Chung Chang2009-04-161-2/+86
* Code clean up.Chih-Chung Chang2009-04-161-3/+4
* Move makeBitmap to Util.Chih-Chung Chang2009-04-151-1/+68
* Clean verbose logging messages.Chih-Chung Chang2009-04-151-5/+0
* AI 146099: 1. Use ICancelable<T> to replace several different interfaces, suc...Owen Lin2009-04-141-0/+214