Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup: Remove BitmapManager, ImageManager, and gallery classes. | Chia-chi Yeh | 2010-12-29 | 1 | -78/+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 | ||||
* | 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. | ||||
* | 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. |