Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup: Remove BitmapManager, ImageManager, and gallery classes. | Chia-chi Yeh | 2010-12-29 | 1 | -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 Lin | 2010-04-07 | 1 | -7/+0 |
| | | | | Change-Id: I394352f9da02d2585b2635e07c96bfa1c942d070 | ||||
* | Remove unused code. | Chih-Chung Chang | 2010-03-05 | 1 | -93/+3 |
| | |||||
* | Remove the use of native allocation. | Chih-Chung Chang | 2010-02-12 | 1 | -3/+3 |
| | |||||
* | Remove "display name" and always use "title" field in display (same as Gallery). | Chih-Chung Chang | 2010-01-05 | 1 | -7/+1 |
| | |||||
* | Remove some more unused code. | Owen Lin | 2009-11-10 | 1 | -2/+0 |
| | | | | | | Remove unused memebers and parameters Change-Id: I35ccef892bd711c078a45ddbd92b651f950ff864 | ||||
* | Remove unused code in Camera app. | Owen Lin | 2009-10-29 | 1 | -4/+0 |
| | | | | Change-Id: I7b25fde19a172b6910d0217581cf61152d494a82 | ||||
* | Utilize group id to request & cancel thumbnail requests. | Ray Chen | 2009-10-06 | 1 | -2/+2 |
| | |||||
* | Remove unused code. | Chih-Chung Chang | 2009-09-28 | 1 | -27/+0 |
| | |||||
* | Fix 2145588 jhead reports "Not JPEG" | Ray Chen | 2009-09-27 | 1 | -7/+2 |
| | |||||
* | Change Camera & Gallery code to use the new thumbnail APIs. | Ray Chen | 2009-09-23 | 1 | -44/+9 |
| | |||||
* | Code clean up. | Chih-Chung Chang | 2009-09-07 | 1 | -2/+0 |
| | | | | Change-Id: I8814d8482df5709b03ef105f547f4981db34919a | ||||
* | Change Cancelable to method call directly. | Chih-Chung Chang | 2009-09-04 | 1 | -50/+17 |
| | | | | Change-Id: Id4396646e82593d9a40b3552dd2c6cd8146b29eb | ||||
* | Remove unused code. | Chih-Chung Chang | 2009-08-31 | 1 | -20/+0 |
| | | | | Change-Id: I848708a594ee58adad404ae3c67257e74cc18e58 | ||||
* | Remove unused code. | Chih-Chung Chang | 2009-08-27 | 1 | -4/+0 |
| | | | | Change-Id: I15624339790bffb078238c5a5870779dc4aa1b78 | ||||
* | Defer bitmap rotation until it's drawn on ImageView. | Ray Chen | 2009-07-29 | 1 | -1/+8 |
| | |||||
* | Fix http://b/1991523 by limiting the size of a bitmap when we decode a full ↵ | Chih-Chung Chang | 2009-07-27 | 1 | -8/+9 |
| | | | | | | image. computeSampleSize() now accepts not only targetWidthOrHeight but also the size of a bitmap. | ||||
* | Remove unused code. | Chih-Chung Chang | 2009-07-24 | 1 | -57/+0 |
| | |||||
* | Simplify ImageGetter. | Chih-Chung Chang | 2009-07-24 | 1 | -4/+6 |
| | |||||
* | Set bitmaps for full size images as being purgeable in viewing and reviewing ↵ | Wei-Ta Chen | 2009-07-09 | 1 | -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 Chang | 2009-07-09 | 1 | -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 Lin | 2009-05-28 | 1 | -108/+58 |
| | |||||
* | Clean CropImage. | Chih-Chung Chang | 2009-05-19 | 1 | -2/+2 |
| | |||||
* | Improve the design of ICancelable. | Owen Lin | 2009-04-29 | 1 | -16/+17 |
| | |||||
* | Code clean up. | Chih-Chung Chang | 2009-04-29 | 1 | -1/+2 |
| | |||||
* | In Gallery, make visible thumbnails appear faster. | Chih-Chung Chang | 2009-04-28 | 1 | -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 Lin | 2009-04-17 | 1 | -11/+1 |
| | |||||
* | Refactoring the code. | Owen Lin | 2009-04-16 | 1 | -27/+26 |
| | |||||
* | Code clean up. | Chih-Chung Chang | 2009-04-15 | 1 | -2/+2 |
| | |||||
* | Move makeBitmap to Util. | Chih-Chung Chang | 2009-04-15 | 1 | -25/+4 |
| | |||||
* | Clean verbose logging messages. | Chih-Chung Chang | 2009-04-15 | 1 | -43/+3 |
| | | | | Extract UriImage to a separate file. | ||||
* | AI 146099: 1. Use ICancelable<T> to replace several different interfaces, ↵ | Owen Lin | 2009-04-14 | 1 | -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 Chang | 2009-04-14 | 1 | -2/+2 |
| | | | | Automated import of CL 146085 | ||||
* | AI 145868: Code clean up. | Chih-Chung Chang | 2009-04-13 | 1 | -31/+1 |
| | | | | Automated import of CL 145868 | ||||
* | AI 145823: Remove unused code. | Chih-Chung Chang | 2009-04-12 | 1 | -32/+0 |
| | | | | Automated import of CL 145823 | ||||
* | AI 145696: Utilize BitmapManager to control bitmap related resources, making | Ray Chen | 2009-04-10 | 1 | -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 Chang | 2009-04-08 | 1 | -49/+0 |
| | | | | Automated import of CL 145045 | ||||
* | AI 144530: Refactor the huge codes in ImageManager. Extract member classes ↵ | Owen Lin | 2009-04-03 | 1 | -0/+602 |
to top level. Fix style issue. Automated import of CL 144530 |