Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused code. | Chih-Chung Chang | 2010-03-05 | 1 | -314/+0 |
| | |||||
* | Remove the use of native allocation. | Chih-Chung Chang | 2010-02-12 | 1 | -1/+1 |
| | |||||
* | Remove unused code. | Chih-Chung Chang | 2009-11-02 | 1 | -1/+0 |
| | |||||
* | Utilize group id to request & cancel thumbnail requests. | Ray Chen | 2009-10-06 | 1 | -2/+1 |
| | |||||
* | Utilize thumbnail api to cancel thumbnail decoding, and replace ↵ | Ray Chen | 2009-09-30 | 1 | -1/+7 |
| | | | | BitmapManager's existing functions with BitmapFactory. | ||||
* | Lower the priority of the ImageGetter thread to avoid competing with | Chih-Chung Chang | 2009-07-30 | 1 | -0/+5 |
| | | | | the UI thread. | ||||
* | Defer bitmap rotation until it's drawn on ImageView. | Ray Chen | 2009-07-29 | 1 | -6/+13 |
| | |||||
* | Fix http://b/2017388 by handling the corner case in computeSampleSize(). | Wei-Ta Chen | 2009-07-29 | 1 | -1/+0 |
| | |||||
* | Fix http://b/1991523 by limiting the size of a bitmap when we decode a full ↵ | Chih-Chung Chang | 2009-07-27 | 1 | -1/+1 |
| | | | | | | image. computeSampleSize() now accepts not only targetWidthOrHeight but also the size of a bitmap. | ||||
* | Simplify ImageGetter. | Chih-Chung Chang | 2009-07-24 | 1 | -0/+299 |