summaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/camera/gallery
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup: Remove BitmapManager, ImageManager, and gallery classes.Chia-chi Yeh2010-12-293-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 Lau2010-08-311-0/+4
| | | | Change-Id: Ic8580ed3c047268b3a25a114c512030e01439f6a
* Remove unused code in Camera app.Owen Lin2009-10-291-89/+0
| | | | Change-Id: I7b25fde19a172b6910d0217581cf61152d494a82
* Change Cancelable to method call directly.Chih-Chung Chang2009-09-041-232/+0
| | | | Change-Id: Id4396646e82593d9a40b3552dd2c6cd8146b29eb
* Create ImageListParam as a spec for creating image lists.Chih-Chung Chang2009-08-261-6/+0
| | | | | | Also merge deactivate() and close(). Change-Id: Idc76eda25bfcefab949e46412dca366228b3f437
* Defer bitmap rotation until it's drawn on ImageView.Ray Chen2009-07-291-1/+10
|
* Fix http://b/1991523 by limiting the size of a bitmap when we decode a full ↵Chih-Chung Chang2009-07-271-7/+2
| | | | | | image. computeSampleSize() now accepts not only targetWidthOrHeight but also the size of a bitmap.
* Simplify ImageGetter.Chih-Chung Chang2009-07-241-0/+5
|
* Set bitmaps for full size images as being purgeable in viewing and reviewing ↵Wei-Ta Chen2009-07-091-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 notOwen Lin2009-06-111-0/+37
| | | | thread safe. I change it to thread safe and add a test for this.
* Merge change 3377 into donutAndroid (Google) Code Review2009-06-101-1/+12
|\ | | | | | | | | * changes: Fix the unittests due to the change of code.
| * Fix the unittests due to the change of code.Owen Lin2009-06-051-1/+12
| |
* | Use a week reference to trace all the items which are in used.Owen Lin2009-06-081-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 Lin2009-06-031-0/+16
|
* Fix the order bug in ImageListUber and add unit test for ImageListUber.Owen Lin2009-05-293-0/+238
|
* Organize the structure and named for camera's tests.Owen Lin2009-05-151-1/+1
| | | | Also add two test suite to make it easier to run by runtest script.
* Improve the design of ICancelable.Owen Lin2009-04-291-0/+232