Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup: Remove BitmapManager, ImageManager, and gallery classes. | Chia-chi Yeh | 2010-12-29 | 1 | -75/+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 | -4/+0 |
| | | | | Change-Id: I394352f9da02d2585b2635e07c96bfa1c942d070 | ||||
* | Remove unused code. | Chih-Chung Chang | 2010-03-05 | 1 | -48/+5 |
| | |||||
* | Remove the use of native allocation. | Chih-Chung Chang | 2010-02-12 | 1 | -1/+1 |
| | |||||
* | Unbundle Camera: Unhide ThumbnailUtil and rename it to ThumbnailUtils. | Ray Chen | 2010-01-29 | 1 | -2/+2 |
| | |||||
* | Remove "display name" and always use "title" field in display (same as Gallery). | Chih-Chung Chang | 2010-01-05 | 1 | -2/+2 |
| | |||||
* | Remove unused code. | Chih-Chung Chang | 2009-11-02 | 1 | -1/+0 |
| | |||||
* | Remove unused code in Camera app. | Owen Lin | 2009-10-29 | 1 | -6/+1 |
| | | | | Change-Id: I7b25fde19a172b6910d0217581cf61152d494a82 | ||||
* | Utilize group id to request & cancel thumbnail requests. | Ray Chen | 2009-10-06 | 1 | -2/+5 |
| | |||||
* | Remove unused code. | Chih-Chung Chang | 2009-09-28 | 1 | -5/+0 |
| | |||||
* | Change Camera & Gallery code to use the new thumbnail APIs. | Ray Chen | 2009-09-23 | 1 | -4/+17 |
| | |||||
* | Fix the warnings shown in Eclipse. That is, removing unused field, | Owen Lin | 2009-08-19 | 1 | -2/+2 |
| | | | | replace deprecated methods, and removing unused imports. | ||||
* | Fix http://b/issue?id=2048408. | Wei-Ta Chen | 2009-08-13 | 1 | -2/+1 |
| | | | | | | (1) Set default maximum numbers of pixels for thumbails and mini thumbnails. (2) Enfore computeSampleSize() to return a sample size that is either power of 2 or multiple of 8. | ||||
* | Defer bitmap rotation until it's drawn on ImageView. | Ray Chen | 2009-07-29 | 1 | -1/+1 |
| | |||||
* | Fix http://b/1991523 by limiting the size of a bitmap when we decode a full ↵ | Chih-Chung Chang | 2009-07-27 | 1 | -3/+3 |
| | | | | | | image. computeSampleSize() now accepts not only targetWidthOrHeight but also the size of a bitmap. | ||||
* | Remove unused code. | Chih-Chung Chang | 2009-07-24 | 1 | -6/+0 |
| | |||||
* | Simplify ImageGetter. | Chih-Chung Chang | 2009-07-24 | 1 | -1/+2 |
| | |||||
* | Set bitmaps for full size images as being purgeable in viewing and reviewing ↵ | Wei-Ta Chen | 2009-07-09 | 1 | -1/+2 |
| | | | | | | | 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. | ||||
* | Pass image list from ImageGallery to ViewImage to support the uber type | Owen Lin | 2009-06-03 | 1 | -2/+2 |
| | | | | image list. | ||||
* | Simplify the database code by keeping small data in memory. | Owen Lin | 2009-05-28 | 1 | -19/+7 |
| | |||||
* | Improve the design of ICancelable. | Owen Lin | 2009-04-29 | 1 | -1/+1 |
| | |||||
* | Code clean up. | Chih-Chung Chang | 2009-04-16 | 1 | -1/+1 |
| | |||||
* | Code clean up. | Chih-Chung Chang | 2009-04-15 | 1 | -47/+3 |
| | |||||
* | Code clean up. | Chih-Chung Chang | 2009-04-15 | 1 | -3/+3 |
| | |||||
* | Clean verbose logging messages. | Chih-Chung Chang | 2009-04-15 | 1 | -5/+0 |
| | | | | Extract UriImage to a separate file. | ||||
* | AI 146099: 1. Use ICancelable<T> to replace several different interfaces, ↵ | Owen Lin | 2009-04-14 | 1 | -3/+3 |
| | | | | | | | | such as IGetBooleanCancelable. 2. Remove some warnings. Automated import of CL 146099 | ||||
* | AI 145045: Code clean up. | Chih-Chung Chang | 2009-04-08 | 1 | -5/+0 |
| | | | | Automated import of CL 145045 | ||||
* | AI 144530: Refactor the huge codes in ImageManager. Extract member classes ↵ | Owen Lin | 2009-04-03 | 1 | -0/+188 |
to top level. Fix style issue. Automated import of CL 144530 |