summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/gallery/BaseImage.java
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Remove BitmapManager, ImageManager, and gallery classes.Chia-chi Yeh2010-12-291-94/+0
* Remove unused resources and code.Owen Lin2010-04-071-7/+0
* Remove unused code.Chih-Chung Chang2010-03-051-93/+3
* Remove the use of native allocation.Chih-Chung Chang2010-02-121-3/+3
* Remove "display name" and always use "title" field in display (same as Gallery).Chih-Chung Chang2010-01-051-7/+1
* Remove some more unused code.Owen Lin2009-11-101-2/+0
* Remove unused code in Camera app.Owen Lin2009-10-291-4/+0
* Utilize group id to request & cancel thumbnail requests.Ray Chen2009-10-061-2/+2
* Remove unused code.Chih-Chung Chang2009-09-281-27/+0
* Fix 2145588 jhead reports "Not JPEG"Ray Chen2009-09-271-7/+2
* Change Camera & Gallery code to use the new thumbnail APIs.Ray Chen2009-09-231-44/+9
* Code clean up.Chih-Chung Chang2009-09-071-2/+0
* Change Cancelable to method call directly.Chih-Chung Chang2009-09-041-50/+17
* Remove unused code.Chih-Chung Chang2009-08-311-20/+0
* Remove unused code.Chih-Chung Chang2009-08-271-4/+0
* Defer bitmap rotation until it's drawn on ImageView.Ray Chen2009-07-291-1/+8
* Fix http://b/1991523 by limiting the size of a bitmap when we decode a full i...Chih-Chung Chang2009-07-271-8/+9
* Remove unused code.Chih-Chung Chang2009-07-241-57/+0
* Simplify ImageGetter.Chih-Chung Chang2009-07-241-4/+6
* Set bitmaps for full size images as being purgeable in viewing and reviewing ...Wei-Ta Chen2009-07-091-5/+11
* Fix 1962656: Going to gallery when sd card is full causes a crash.Chih-Chung Chang2009-07-091-14/+13
* Simplify the database code by keeping small data in memory.Owen Lin2009-05-281-108/+58
* Clean CropImage.Chih-Chung Chang2009-05-191-2/+2
* Improve the design of ICancelable.Owen Lin2009-04-291-16/+17
* Code clean up.Chih-Chung Chang2009-04-291-1/+2
* In Gallery, make visible thumbnails appear faster.Chih-Chung Chang2009-04-281-2/+2
* Code cleanup. Try to remove some depercated usage of cursor.commitUpadtes()Owen Lin2009-04-171-11/+1
* Refactoring the code.Owen Lin2009-04-161-27/+26
* Code clean up.Chih-Chung Chang2009-04-151-2/+2
* Move makeBitmap to Util.Chih-Chung Chang2009-04-151-25/+4
* Clean verbose logging messages.Chih-Chung Chang2009-04-151-43/+3
* AI 146099: 1. Use ICancelable<T> to replace several different interfaces, suc...Owen Lin2009-04-141-8/+6
* AI 146085: Extract mini-thumb handling code to a separate class.Chih-Chung Chang2009-04-141-2/+2
* AI 145868: Code clean up.Chih-Chung Chang2009-04-131-31/+1
* AI 145823: Remove unused code.Chih-Chung Chang2009-04-121-32/+0
* AI 145696: Utilize BitmapManager to control bitmap related resources, makingRay Chen2009-04-101-2/+4
* AI 145045: Code clean up.Chih-Chung Chang2009-04-081-49/+0
* AI 144530: Refactor the huge codes in ImageManager. Extract member classes to...Owen Lin2009-04-031-0/+602