Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Changed the tag name. | Yu Shan Emily Lau | 2009-11-09 | 1 | -3/+4 | |
| | | ||||||
* | | Remove unused code in Camera app. | Owen Lin | 2009-10-29 | 1 | -89/+0 | |
| | | | | | | | | Change-Id: I7b25fde19a172b6910d0217581cf61152d494a82 | |||||
* | | am 7c176f50: Insert the wait time before collecting the last memory usage ↵ | Yu Shan Emily Lau | 2009-10-19 | 1 | -0/+2 | |
|\ \ | |/ | | | | | | | | | | | | | | | for image capture. Merge commit '7c176f507491ec32166417d87caf27e2766df91f' into eclair-mr2 * commit '7c176f507491ec32166417d87caf27e2766df91f': Insert the wait time before collecting the last memory usage for image capture. | |||||
| * | Insert the wait time before collecting the last memory usage for image capture. | Yu Shan Emily Lau | 2009-10-15 | 1 | -0/+2 | |
| | | ||||||
* | | Utilize group id to request & cancel thumbnail requests. | Ray Chen | 2009-10-06 | 1 | -4/+4 | |
|/ | ||||||
* | Modified the test cases name to be more meaningful. | Yu Shan Emily Lau | 2009-09-25 | 1 | -3/+3 | |
| | ||||||
* | Fixed the switching mode test case. Send out the intent instead of sending ↵ | Yu Shan Emily Lau | 2009-09-24 | 1 | -7/+9 | |
| | | | | the raw menu key event. | |||||
* | Add the power measurment test case for image capture and video capture. | Yu Shan Emily Lau | 2009-09-22 | 1 | -0/+118 | |
| | ||||||
* | Start the intent in order to switch to video capture mode. | Yu Shan Emily Lau | 2009-09-18 | 1 | -0/+1 | |
| | ||||||
* | modified: tests/src/com/android/camera/stress/ImageCapture.java | Yu Shan Emily Lau | 2009-09-16 | 1 | -3/+4 | |
| | | | | Modify the test for the new UI. | |||||
* | Change Cancelable to method call directly. | Chih-Chung Chang | 2009-09-04 | 1 | -232/+0 | |
| | | | | Change-Id: Id4396646e82593d9a40b3552dd2c6cd8146b29eb | |||||
* | Remove trailing spaces. | Owen Lin | 2009-09-02 | 1 | -4/+4 | |
| | | | | Change-Id: I80feb1b58c148b35b2666ef08d4b13d5aa0608b2 | |||||
* | Remove unused code. | Chih-Chung Chang | 2009-08-27 | 1 | -26/+0 | |
| | | | | Change-Id: I15624339790bffb078238c5a5870779dc4aa1b78 | |||||
* | Create ImageListParam as a spec for creating image lists. | Chih-Chung Chang | 2009-08-26 | 2 | -10/+6 | |
| | | | | | | Also merge deactivate() and close(). Change-Id: Idc76eda25bfcefab949e46412dca366228b3f437 | |||||
* | Defer bitmap rotation until it's drawn on ImageView. | Ray Chen | 2009-07-29 | 2 | -2/+11 | |
| | ||||||
* | 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. | |||||
* | Remove unused code. | Chih-Chung Chang | 2009-07-24 | 1 | -304/+0 | |
| | ||||||
* | Simplify ImageGetter. | Chih-Chung Chang | 2009-07-24 | 1 | -0/+5 | |
| | ||||||
* | Capture individual camera and video startup time and output to a text file. | Yu Shan Emily Lau | 2009-07-16 | 1 | -6/+20 | |
| | ||||||
* | 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. | |||||
* | Added the memory measurement of the mediaserver in the camera image capture ↵ | Yu Shan Emily Lau | 2009-07-06 | 1 | -4/+132 | |
| | | | | and video capture test cases. | |||||
* | Change camera latency time variables to non-static. | Chih-Chung Chang | 2009-07-03 | 1 | -5/+6 | |
| | ||||||
* | Export the camera latency output into the output text file. | Yu Shan Emily Lau | 2009-06-22 | 1 | -2/+24 | |
| | ||||||
* | Add the run count to the output file and save to the sdcard. | Yu Shan Emily Lau | 2009-06-16 | 2 | -0/+34 | |
| | ||||||
* | Added the cameraStartup measurement test case. | Yu Shan Emily Lau | 2009-06-16 | 3 | -8/+160 | |
| | | | | Modified the ImageCatpure stress test and capture the output to a log file. | |||||
* | 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 | |
| | | ||||||
* | | Merge change 3393 into donut | Android (Google) Code Review | 2009-06-08 | 1 | -0/+37 | |
|\ \ | | | | | | | | | | | | | * changes: Use a week reference to trace all the items which are in used. By doing so, we can make sure there are only item of the given key in the system. | |||||
| * | | 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. | |||||
* | | Exposed the camera latency measurement to the test. | Yu Shan Emily Lau | 2009-06-05 | 2 | -2/+48 | |
|/ | | | | Added the camera latency to the StressTest runner. | |||||
* | Make ImageList parcelable so that they can pass by intent. | Owen Lin | 2009-06-03 | 1 | -0/+16 | |
| | ||||||
* | Merge change 1531 into donut | Android (Google) Code Review | 2009-06-01 | 1 | -0/+68 | |
|\ | | | | | | | | | * changes: new file: ../../../../tests/src/com/android/camera/stress/CameraLatency.java | |||||
| * | new file: ../../../../tests/src/com/android/camera/stress/CameraLatency.java | Ray Chen | 2009-05-13 | 1 | -0/+68 | |
| | | ||||||
* | | Fix the order bug in ImageListUber and add unit test for ImageListUber. | Owen Lin | 2009-05-29 | 3 | -0/+238 | |
| | | ||||||
* | | Use TestSuiteBuilder to build unit test suite. | Owen Lin | 2009-05-20 | 1 | -6/+6 | |
| | | ||||||
* | | Clean BitmapManager. | Chih-Chung Chang | 2009-05-18 | 1 | -72/+75 | |
| | | ||||||
* | | Organize the structure and named for camera's tests. | Owen Lin | 2009-05-15 | 7 | -52/+25 | |
| | | | | | | | | Also add two test suite to make it easier to run by runtest script. | |||||
* | | remove cancelAllDecodingThreads and allowAllDecodingThreads. | Ray Chen | 2009-05-14 | 1 | -14/+4 | |
|/ | ||||||
* | Merge change 1410 into donut | Android (Google) Code Review | 2009-05-12 | 4 | -2/+14 | |
|\ | | | | | | | | | * changes: Put the instrumentation test into a separate tests package. | |||||
| * | Put the instrumentation test into a separate tests package. | Yu Shan Emily Lau | 2009-05-12 | 4 | -2/+14 | |
| | | ||||||
* | | modified: CameraAppUnitTestRunner.java | Ray Chen | 2009-05-12 | 1 | -2/+2 | |
| | | ||||||
* | | new file: ../CameraAppUnitTestRunner.java | Ray Chen | 2009-05-12 | 2 | -0/+221 | |
|/ | | | | | new file: BitmapManagerUnitTest.java modified: ../../../../../../src/com/android/camera/BitmapManager.java | |||||
* | Improve the design of ICancelable. | Owen Lin | 2009-04-29 | 1 | -0/+232 | |
| | ||||||
* | AI 146084: Add a PriorityTask to let cancel/prioritize tasks much easier. | Owen Lin | 2009-04-14 | 1 | -0/+304 | |
| | | | | | | The first unit test for camera is also here. Automated import of CL 146084 | |||||
* | AI 144532: Change the tests' package name to be identical to its path. | Owen Lin | 2009-04-03 | 5 | -51/+49 | |
| | | | | Automated import of CL 144532 | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 6 | -0/+326 | |
| | ||||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 6 | -326/+0 | |
| | ||||||
* | auto import from //branches/cupcake/...@130745 | The Android Open Source Project | 2009-02-10 | 5 | -0/+228 | |
| | ||||||
* | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | 2008-12-17 | 1 | -2/+0 | |
| |