Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup: Remove BitmapManager, ImageManager, and gallery classes. | Chia-chi Yeh | 2010-12-29 | 3 | -259/+0 |
| | | | | | | | There are 1500 lines of code within 12 classes, which are now completely replaced by 250-line Storage class. Hooray! Change-Id: I9d0149cac18185972912f7b7a92f450929060274 | ||||
* | Turn on the camera unit tests. | Yu Shan Emily Lau | 2010-08-31 | 1 | -0/+4 |
| | | | | Change-Id: Ic8580ed3c047268b3a25a114c512030e01439f6a | ||||
* | Remove unused code in Camera app. | Owen Lin | 2009-10-29 | 1 | -89/+0 |
| | | | | Change-Id: I7b25fde19a172b6910d0217581cf61152d494a82 | ||||
* | Change Cancelable to method call directly. | Chih-Chung Chang | 2009-09-04 | 1 | -232/+0 |
| | | | | Change-Id: Id4396646e82593d9a40b3552dd2c6cd8146b29eb | ||||
* | Create ImageListParam as a spec for creating image lists. | Chih-Chung Chang | 2009-08-26 | 1 | -6/+0 |
| | | | | | | Also merge deactivate() and close(). Change-Id: Idc76eda25bfcefab949e46412dca366228b3f437 | ||||
* | Defer bitmap rotation until it's drawn on ImageView. | Ray Chen | 2009-07-29 | 1 | -1/+10 |
| | |||||
* | Fix http://b/1991523 by limiting the size of a bitmap when we decode a full ↵ | Chih-Chung Chang | 2009-07-27 | 1 | -7/+2 |
| | | | | | | image. computeSampleSize() now accepts not only targetWidthOrHeight but also the size of a bitmap. | ||||
* | Simplify ImageGetter. | Chih-Chung Chang | 2009-07-24 | 1 | -0/+5 |
| | |||||
* | Set bitmaps for full size images as being purgeable in viewing and reviewing ↵ | Wei-Ta Chen | 2009-07-09 | 1 | -1/+3 |
| | | | | | | | 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 bug 1909589 and 1903635. I think the cause root is that the LruCache is not | Owen Lin | 2009-06-11 | 1 | -0/+37 |
| | | | | thread safe. I change it to thread safe and add a test for this. | ||||
* | Merge change 3377 into donut | Android (Google) Code Review | 2009-06-10 | 1 | -1/+12 |
|\ | | | | | | | | | * changes: Fix the unittests due to the change of code. | ||||
| * | Fix the unittests due to the change of code. | Owen Lin | 2009-06-05 | 1 | -1/+12 |
| | | |||||
* | | Use a week reference to trace all the items which are in used. | Owen Lin | 2009-06-08 | 1 | -0/+37 |
|/ | | | | | By doing so, we can make sure there are only item of the given key in the system. | ||||
* | Make ImageList parcelable so that they can pass by intent. | Owen Lin | 2009-06-03 | 1 | -0/+16 |
| | |||||
* | Fix the order bug in ImageListUber and add unit test for ImageListUber. | Owen Lin | 2009-05-29 | 3 | -0/+238 |
| | |||||
* | Organize the structure and named for camera's tests. | Owen Lin | 2009-05-15 | 1 | -1/+1 |
| | | | | Also add two test suite to make it easier to run by runtest script. | ||||
* | Improve the design of ICancelable. | Owen Lin | 2009-04-29 | 1 | -0/+232 |