1. dcd762a Close the video file descriptor earlier. by Wu-cheng Li · 14 years ago
  2. 0433fd2 Fixed the NPE issue with the test file output name. by Yu Shan Emily Lau · 14 years ago
  3. e4b210a Expose the camera stress test parameters. by Yu Shan Emily Lau · 14 years ago
  4. 1c3631a am b84acd02: Merge "Fixed the camera test instrumentation target naming issue." into froyo by Yu Shan Emily Lau · 14 years ago
  5. 86803af Fixed the camera test instrumentation target naming issue. by Yu Shan Emily Lau · 14 years ago
  6. 3e2d954 Fix issue 2622023: Clean up all hardcoded '/sdcard' in camera related codes by Ray Chen · 14 years ago
  7. e6ffea2 Do not register OneShotPreviewCallback to reduce latency. by Wu-cheng Li · 15 years ago
  8. b76ece2 Update the camera package name in the camera tests. by Yu Shan Emily Lau · 15 years ago
  9. e480f77 Camera should have the com.android.camera package name. Related to bug #2464545 by Romain Guy · 15 years ago
  10. f36c08d Merge "Make camera tests use the same key as camera." by Chih-Chung Chang · 15 years ago
  11. f0daa50 Make camera tests use the same key as camera. by Chih-Chung Chang · 15 years ago
  12. 3889cf3 Unbundle: change camera package name. by Chih-Chung Chang · 15 years ago
  13. e57b61d Revert "Unbundle: change package name to com.google.android.camera" by Chih-Chung Chang · 15 years ago
  14. f744b3f Unbundle: change package name to com.google.android.camera by Chih-Chung Chang · 15 years ago
  15. 9a4c2ca Remove unused code. by Chih-Chung Chang · 15 years ago
  16. e9a34e6 am 3cd9af7e: am 499e3b0a: Modify the camera lantency report tag so that it is easier to publish to the dashboard. by Yu Shan Emily Lau · 15 years ago
  17. 499e3b0 Modify the camera lantency report tag so that it is easier to publish to the dashboard. by Yu Shan Emily Lau · 15 years ago
  18. 7dfaf54 am 5e4deaf0: Merge change I94d56d71 into eclair by Yu Shan Emily Lau · 15 years ago
  19. 898d476 Split the startup measurment into two parts. by Yu Shan Emily Lau · 15 years ago
  20. 0a76e59 am 56e1db46: Trun on the log to see what causing the failure by Yu Shan Emily Lau · 15 years ago
  21. e517ec7 am 154d112a: Increse the wait time for image capture. by Yu Shan Emily Lau · 15 years ago
  22. 56e1db4 Trun on the log to see what causing the failure by Yu Shan Emily Lau · 15 years ago
  23. 154d112 Increse the wait time for image capture. by Yu Shan Emily Lau · 15 years ago
  24. 7d9eda6 am 5a717676: Re-submit the change and make sure the test target can pick it up. by Yu Shan Emily Lau · 15 years ago
  25. 5a71767 Re-submit the change and make sure the test target can pick it up. by Yu Shan Emily Lau · 15 years ago
  26. 91e7670 am 9324f11a: Add postview callback to know when the captured image is shown. b2237074 by Wu-cheng Li · 15 years ago
  27. 9324f11 Add postview callback to know when the captured image is shown. b2237074 by Wu-cheng Li · 15 years ago
  28. 87ac6d7 am f8fb435d: Changed the tag name. by Yu Shan Emily Lau · 15 years ago
  29. f8fb435 Changed the tag name. by Yu Shan Emily Lau · 15 years ago
  30. 79bc8ac Remove unused code in Camera app. by Owen Lin · 15 years ago
  31. 61c10fd am 7c176f50: Insert the wait time before collecting the last memory usage for image capture. by Yu Shan Emily Lau · 15 years ago
  32. 7c176f5 Insert the wait time before collecting the last memory usage for image capture. by Yu Shan Emily Lau · 15 years ago
  33. 28f3595 Utilize group id to request & cancel thumbnail requests. by Ray Chen · 15 years ago
  34. a1f18ae Modified the test cases name to be more meaningful. by Yu Shan Emily Lau · 15 years ago
  35. 78f86ed Fixed the switching mode test case. Send out the intent instead of sending the raw menu key event. by Yu Shan Emily Lau · 15 years ago
  36. 49cf4ed Add the power measurment test case for image capture and video capture. by Yu Shan Emily Lau · 15 years ago
  37. 531afe2 Start the intent in order to switch to video capture mode. by Yu Shan Emily Lau · 15 years ago
  38. 8bbfc4b modified: tests/src/com/android/camera/stress/ImageCapture.java by Yu Shan Emily Lau · 15 years ago
  39. 562f923 Change Cancelable to method call directly. by Chih-Chung Chang · 15 years ago
  40. 3665f92 Remove trailing spaces. by Owen Lin · 15 years ago
  41. 8b6e394 Remove unused code. by Chih-Chung Chang · 15 years ago
  42. f5bf8ca Create ImageListParam as a spec for creating image lists. by Chih-Chung Chang · 15 years ago
  43. 012d0f3 Defer bitmap rotation until it's drawn on ImageView. by Ray Chen · 15 years ago
  44. ce033a5 Fix http://b/1991523 by limiting the size of a bitmap when we decode a full image. by Chih-Chung Chang · 15 years ago
  45. 187e9f4 Remove unused code. by Chih-Chung Chang · 15 years ago
  46. 4250e21 Simplify ImageGetter. by Chih-Chung Chang · 15 years ago
  47. 6dac837 Capture individual camera and video startup time and output to a text file. by Yu Shan Emily Lau · 15 years ago
  48. d5d7464 Set bitmaps for full size images as being purgeable in viewing and reviewing images. by Wei-Ta Chen · 15 years ago
  49. cede87f Added the memory measurement of the mediaserver in the camera image capture and video capture test cases. by Yu Shan Emily Lau · 15 years ago
  50. 0a28549 Change camera latency time variables to non-static. by Chih-Chung Chang · 15 years ago
  51. 8160f6f Export the camera latency output into the output text file. by Yu Shan Emily Lau · 15 years ago
  52. 90543d5 Add the run count to the output file and save to the sdcard. by Yu Shan Emily Lau · 15 years ago
  53. 487f28c Added the cameraStartup measurement test case. by Yu Shan Emily Lau · 15 years ago
  54. 0e93962 fix bug 1909589 and 1903635. I think the cause root is that the LruCache is not by Owen Lin · 15 years ago
  55. 6429cc0 Merge change 3377 into donut by Android (Google) Code Review · 15 years ago
  56. 9a6cb73 Merge change 3393 into donut by Android (Google) Code Review · 15 years ago
  57. edbebe1 Use a week reference to trace all the items which are in used. by Owen Lin · 15 years ago
  58. 87d2b41 Fix the unittests due to the change of code. by Owen Lin · 15 years ago
  59. 11cac26 Exposed the camera latency measurement to the test. by Yu Shan Emily Lau · 15 years ago
  60. 0f9c339 Make ImageList parcelable so that they can pass by intent. by Owen Lin · 15 years ago
  61. 565664f Merge change 1531 into donut by Android (Google) Code Review · 15 years ago
  62. 1d5babb Fix the order bug in ImageListUber and add unit test for ImageListUber. by Owen Lin · 15 years ago
  63. 1b7efb4 Use TestSuiteBuilder to build unit test suite. by Owen Lin · 15 years ago
  64. 4177add Clean BitmapManager. by Chih-Chung Chang · 15 years ago
  65. 49b396e Organize the structure and named for camera's tests. by Owen Lin · 15 years ago
  66. 896182a remove cancelAllDecodingThreads and allowAllDecodingThreads. by Ray Chen · 15 years ago
  67. 3ec4b60 new file: ../../../../tests/src/com/android/camera/stress/CameraLatency.java by Ray Chen · 15 years ago
  68. cb6b519 Merge change 1410 into donut by Android (Google) Code Review · 15 years ago
  69. a2eceab Put the instrumentation test into a separate tests package. by Yu Shan Emily Lau · 15 years ago
  70. 2eb0ec7 modified: CameraAppUnitTestRunner.java by Ray Chen · 15 years ago
  71. 60550bd new file: ../CameraAppUnitTestRunner.java by Ray Chen · 15 years ago
  72. 41a8578 Improve the design of ICancelable. by Owen Lin · 15 years ago
  73. 96f917e AI 146084: Add a PriorityTask to let cancel/prioritize tasks much easier. by Owen Lin · 15 years ago
  74. 7a98363 AI 144532: Change the tests' package name to be identical to its path. by Owen Lin · 16 years ago
  75. b64d345 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  76. becfb35 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  77. dee42a6 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago
  78. 0eaec58 Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  79. 1d4c750 Initial Contribution by The Android Open Source Project · 16 years ago