summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/gallery/BaseImage.java
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup: Remove BitmapManager, ImageManager, and gallery classes.Chia-chi Yeh2010-12-291-94/+0
| | | | | | | There are 1500 lines of code within 12 classes, which are now completely replaced by 250-line Storage class. Hooray! Change-Id: I9d0149cac18185972912f7b7a92f450929060274
* Remove unused resources and code.Owen Lin2010-04-071-7/+0
| | | | Change-Id: I394352f9da02d2585b2635e07c96bfa1c942d070
* 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 memebers and parameters Change-Id: I35ccef892bd711c078a45ddbd92b651f950ff864
* Remove unused code in Camera app.Owen Lin2009-10-291-4/+0
| | | | Change-Id: I7b25fde19a172b6910d0217581cf61152d494a82
* 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-Id: I8814d8482df5709b03ef105f547f4981db34919a
* Change Cancelable to method call directly.Chih-Chung Chang2009-09-041-50/+17
| | | | Change-Id: Id4396646e82593d9a40b3552dd2c6cd8146b29eb
* Remove unused code.Chih-Chung Chang2009-08-311-20/+0
| | | | Change-Id: I848708a594ee58adad404ae3c67257e74cc18e58
* Remove unused code.Chih-Chung Chang2009-08-271-4/+0
| | | | Change-Id: I15624339790bffb078238c5a5870779dc4aa1b78
* 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 ↵Chih-Chung Chang2009-07-271-8/+9
| | | | | | image. computeSampleSize() now accepts not only targetWidthOrHeight but also the size of a bitmap.
* 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
| | | | | | | images. We increase the resolution of full size images to 2048x1536 for achieving better zoom-in quality. Also the delay between decoding a thumbnail and decoding a full size image is set to 1000 msecs.
* Fix 1962656: Going to gallery when sd card is full causes a crash.Chih-Chung Chang2009-07-091-14/+13
| | | | | | | | Also simplify the thumbnail reading code. I think we don't need to check the thumbnail magic being id because all current thumbnail files should have random number and not id. (see bug 1240638 for date).
* 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
| | | | | Put checkThumbnails and getBitmap to the same thread in ImageLoader, and only do checkThumbnails when there are no getBitmap requests.
* 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
| | | | Extract UriImage to a separate file.
* AI 146099: 1. Use ICancelable<T> to replace several different interfaces, ↵Owen Lin2009-04-141-8/+6
| | | | | | | | such as IGetBooleanCancelable. 2. Remove some warnings. Automated import of CL 146099
* AI 146085: Extract mini-thumb handling code to a separate class.Chih-Chung Chang2009-04-141-2/+2
| | | | Automated import of CL 146085
* AI 145868: Code clean up.Chih-Chung Chang2009-04-131-31/+1
| | | | Automated import of CL 145868
* AI 145823: Remove unused code.Chih-Chung Chang2009-04-121-32/+0
| | | | Automated import of CL 145823
* AI 145696: Utilize BitmapManager to control bitmap related resources, makingRay Chen2009-04-101-2/+4
| | | | | | | decoding cancelable, thus reduce activities switch latency and gallery related ANR. BUG=1692286 Automated import of CL 145696
* AI 145045: Code clean up.Chih-Chung Chang2009-04-081-49/+0
| | | | Automated import of CL 145045
* AI 144530: Refactor the huge codes in ImageManager. Extract member classes ↵Owen Lin2009-04-031-0/+602
to top level. Fix style issue. Automated import of CL 144530