Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused code. | Chih-Chung Chang | 2010-03-05 | 1 | -168/+0 |
| | |||||
* | Remove the use of native allocation. | Chih-Chung Chang | 2010-02-12 | 1 | -8/+2 |
| | |||||
* | Remove "display name" and always use "title" field in display (same as Gallery). | Chih-Chung Chang | 2010-01-05 | 1 | -4/+0 |
| | |||||
* | Remove unused code in Camera app. | Owen Lin | 2009-10-29 | 1 | -4/+0 |
| | | | | Change-Id: I7b25fde19a172b6910d0217581cf61152d494a82 | ||||
* | Fix some warnnings reported by eclipse. | Owen Lin | 2009-09-24 | 1 | -1/+0 |
| | | | | Change-Id: I40037e0735ddbca750cbe5f8364af5247992c51c | ||||
* | Remove unused code. | Chih-Chung Chang | 2009-08-31 | 1 | -8/+0 |
| | | | | Change-Id: I848708a594ee58adad404ae3c67257e74cc18e58 | ||||
* | Fix 2083639: Crash on Camera while previewing an attachment through ↵ | Chih-Chung Chang | 2009-08-28 | 1 | -2/+2 |
| | | | | | | Email/gmail/browser app Change-Id: I69ca1ae148070d3428d3488416308431c82a103c | ||||
* | Fix http://b/issue?id=2048408. | Wei-Ta Chen | 2009-08-13 | 1 | -1/+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. | ||||
* | Removed unused resources and code. See 2036961: build size too large. | Chih-Chung Chang | 2009-08-10 | 1 | -4/+0 |
| | |||||
* | Fix 2033184: Crash on delete after downloading/previewing picture attachments. | Chih-Chung Chang | 2009-08-05 | 1 | -1/+3 |
| | |||||
* | Defer bitmap rotation until it's drawn on ImageView. | Ray Chen | 2009-07-29 | 1 | -3/+14 |
| | |||||
* | Fix http://b/1991523 by limiting the size of a bitmap when we decode a full ↵ | Chih-Chung Chang | 2009-07-27 | 1 | -8/+8 |
| | | | | | | image. computeSampleSize() now accepts not only targetWidthOrHeight but also the size of a bitmap. | ||||
* | Remove unused code. | Chih-Chung Chang | 2009-07-24 | 1 | -50/+0 |
| | |||||
* | Simplify ImageGetter. | Chih-Chung Chang | 2009-07-24 | 1 | -18/+9 |
| | |||||
* | 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. | ||||
* | Simplify the database code by keeping small data in memory. | Owen Lin | 2009-05-28 | 1 | -4/+0 |
| | |||||
* | Clean CropImage. | Chih-Chung Chang | 2009-05-19 | 1 | -1/+1 |
| | |||||
* | findbugs fixit. | Chih-Chung Chang | 2009-05-14 | 1 | -1/+0 |
| | | | | remove unused variable and code. | ||||
* | Fix bug found in stability test. | Chih-Chung Chang | 2009-05-05 | 1 | -1/+1 |
| | | | | Implement getRow for UriImage. | ||||
* | Improve the design of ICancelable. | Owen Lin | 2009-04-29 | 1 | -7/+9 |
| | |||||
* | Code cleanup. Try to remove some depercated usage of cursor.commitUpadtes() | Owen Lin | 2009-04-17 | 1 | -4/+0 |
| | |||||
* | Refactoring the code. | Owen Lin | 2009-04-16 | 1 | -7/+6 |
| | |||||
* | Code clean up. | Chih-Chung Chang | 2009-04-16 | 1 | -16/+4 |
| | |||||
* | Move makeBitmap to Util. | Chih-Chung Chang | 2009-04-15 | 1 | -2/+3 |
| | |||||
* | Clean verbose logging messages. | Chih-Chung Chang | 2009-04-15 | 1 | -0/+254 |
Extract UriImage to a separate file. |