1. 61f6182 Merge "Fix AudioTrackTest.testGetTimestamp" into kitkat-cts-dev by Daniel Xie · 9 years ago
  2. 0e1392c Fix AudioTrackTest.testGetTimestamp by Andy Hung · 10 years ago
  3. f394d10 Merge "Revert "fix audio policy service binder security tests."" into kitkat-cts-dev by Daniel Xie · 9 years ago
  4. 36d5b83 Revert "fix audio policy service binder security tests." by Daniel Xie · 9 years ago
  5. c59abe4 Merge "Revert "Fix AudioTrackTest.testGetTimestamp"" into kitkat-cts-dev by Daniel Xie · 9 years ago
  6. 17e4046 Revert "Fix AudioTrackTest.testGetTimestamp" by Daniel Xie · 9 years ago
  7. 6716898 Merge "fix audio policy service binder security tests." into kitkat-cts-dev by Daniel Xie · 9 years ago
  8. 49a910d fix audio policy service binder security tests. by Eric Laurent · 9 years ago
  9. 4a53e93 Merge "Changed the size of MockView according to resolution." into kitkat-cts-dev by Daniel Xie · 9 years ago
  10. 0c63bb8 Changed the size of MockView according to resolution. by Qi Ling · 11 years ago
  11. aea6a23 Merge "Fix AudioTrackTest.testGetTimestamp" into kitkat-cts-dev by Daniel Xie · 9 years ago
  12. c3753d0 Fix AudioTrackTest.testGetTimestamp by Andy Hung · 10 years ago
  13. dcf21f4 Merge "increase wait timeout and reduce dequeue buffer time-out" into kitkat-cts-dev by Daniel Xie · 9 years ago
  14. 18019e9 increase wait timeout and reduce dequeue buffer time-out by keunyoung · 10 years ago
  15. 52a2733 Merge "Modified testRecorderCamera() to get camera supported resolution for testing." into kitkat-cts-dev by Daniel Xie · 9 years ago
  16. 675f1cc Merge "CtsVerifier: update mPreviewTex in case of mismatch with mFormatView" into jb-mr1.1-cts-dev automerge: db2f7f4 by Daniel Xie · 9 years ago
  17. 8236bcd Merge "CtsVerifier: update mPreviewTex in case of mismatch with mFormatView" into jb-mr1.1-cts-dev by Daniel Xie · 9 years ago
  18. d84cacb Merge "Handling NPE in case of AVC level under 2" into kitkat-cts-dev by Daniel Xie · 9 years ago
  19. db2f7f4 Merge "CtsVerifier: update mPreviewTex in case of mismatch with mFormatView" into jb-mr1.1-cts-dev by Daniel Xie · 9 years ago
  20. bf97c72 CtsVerifier: update mPreviewTex in case of mismatch with mFormatView by youmi.jun · 10 years ago
  21. 74f3e24 Handling NPE in case of AVC level under 2 by yoongeun.kwon · 10 years ago
  22. 674617f Merge "Fix CTS verifier camera orientation test." into kitkat-cts-dev by Yin-Chia Yeh · 9 years ago
  23. 1f6e28c Merge "Revert "Check for microphone feature in video camera recording tests."" into kitkat-cts-dev by Yin-Chia Yeh · 9 years ago
  24. 3323726 Merge "Revert "Update CTS Verifier camera video tests to check for a microphone in camera video recording tests."" into kitkat-cts-dev by Yin-Chia Yeh · 9 years ago
  25. 348306d Revert "Update CTS Verifier camera video tests to check for a microphone in camera video recording tests." by Yin-Chia Yeh · 9 years ago
  26. 78066c6 Revert "Check for microphone feature in video camera recording tests." by Yin-Chia Yeh · 9 years ago
  27. beaa1c1 Merge "MediaRecorderStressTest: use smallest supported preview size." into kitkat-cts-dev by Daniel Xie · 9 years ago
  28. b5b05ae Merge "Update CTS Verifier camera video tests to check for a microphone in camera video recording tests." into kitkat-cts-dev by Daniel Xie · 9 years ago
  29. 72893be Merge "Check for microphone feature in video camera recording tests." into kitkat-cts-dev by Daniel Xie · 9 years ago
  30. 76c8e3d Merge "Fix bugs regarding AdapterView layout size with large font scale in AdapterViewTest" into jb-mr1.1-cts-dev automerge: ca0d846 by Daniel Xie · 9 years ago
  31. 30e83c0 Merge "Fix bugs regarding AdapterView layout size with large font scale in AdapterViewTest" into jb-mr1.1-cts-dev by Daniel Xie · 9 years ago
  32. ca0d846 Merge "Fix bugs regarding AdapterView layout size with large font scale in AdapterViewTest" into jb-mr1.1-cts-dev by Daniel Xie · 9 years ago
  33. 1aa503c Merge "Revert "Fix android.webkit.cts.WebViewTest#testFindNext seldom fail"" into jb-mr1.1-cts-dev automerge: 7e9df5b by Daniel Xie · 9 years ago
  34. e167a31 Merge "Revert "Fix android.webkit.cts.WebViewTest#testFindNext seldom fail"" into jb-mr1.1-cts-dev by Daniel Xie · 9 years ago
  35. 7e9df5b Merge "Revert "Fix android.webkit.cts.WebViewTest#testFindNext seldom fail"" into jb-mr1.1-cts-dev by Daniel Xie · 9 years ago
  36. 2e868ec Revert "Fix android.webkit.cts.WebViewTest#testFindNext seldom fail" by Daniel Xie · 9 years ago
  37. 651f360 Fix bugs regarding AdapterView layout size with large font scale in AdapterViewTest by kang.lee · 10 years ago
  38. de56635 Merge "Adding 53024, NZC as it does not support report delivery." into kitkat-cts-dev by Daniel Xie · 9 years ago
  39. aa466b6 Adding 53024, NZC as it does not support report delivery. by Raj Mamadgi · 10 years ago
  40. 53fbbd0 Merge "CtsUiAutomatorTest pinchin/pinout test case: add support for 480X320 pixel solution device. The pinchin/pinout test need the device solution bigger than ***X400. This is hardcode in the CtsUiAutomatorTest.java the source code is: withinMarginOfError(0.1f, screenRect.centerX(), p2s.x)) private boolean withinMarginOfError(float marginPrecent, int expected, int actual) { int m = (int) (marginPrecent * expected); return actual >= expected - m && actual <= expected + m; }" into kitkat-cts-dev by Daniel Xie · 9 years ago
  41. 6d6f110 CtsUiAutomatorTest pinchin/pinout test case: add support for 480X320 pixel solution device. by yangxingsui · 10 years ago
  42. c73d810 Merge "Fix CTS android.provider package testAccountRemovalWithMergedContact_doesNotDeleteContactAndTimestampUpdated seldom fail issue" into jb-mr2-cts-dev by Daniel Xie · 9 years ago
  43. fcd7cb7 Merge "Fix CTS android.provider package testAccountRemovalWithMergedContact_doesNotDeleteContactAndTimestampUpdated seldom fail issue" into jb-mr2-cts-dev by Daniel Xie · 9 years ago
  44. fc37d60 Fix CTS android.provider package testAccountRemovalWithMergedContact_doesNotDeleteContactAndTimestampUpdated seldom fail issue by Junjie Hu · 10 years ago
  45. 09c6bcf Merge "DO NOT MERGE: Mimmum application memory should be 96MB" into kitkat-cts-dev by Daniel Xie · 9 years ago
  46. 37e0497 DO NOT MERGE: Mimmum application memory should be 96MB by duzhaoxi · 10 years ago
  47. 52948ac Merge "DEV HACK: cts: increase permitted colour delta" into kitkat-cts-dev by Daniel Xie · 9 years ago
  48. f9ef108 DEV HACK: cts: increase permitted colour delta by Matthew Hails · 10 years ago
  49. 3efc0e5 Merge "Fix android.webkit.cts.WebViewTest#testFindNext seldom fail" into jb-mr1.1-cts-dev automerge: b28682b by Daniel Xie · 9 years ago
  50. 7032ac7 Merge "Fix android.webkit.cts.WebViewTest#testFindNext seldom fail" into jb-mr1.1-cts-dev by Daniel Xie · 9 years ago
  51. b28682b Merge "Fix android.webkit.cts.WebViewTest#testFindNext seldom fail" into jb-mr1.1-cts-dev by Daniel Xie · 9 years ago
  52. 11f43bb Fix android.webkit.cts.WebViewTest#testFindNext seldom fail by Junjie.Hu · 10 years ago
  53. ef92ab3 Merge "Fix CTS com.android.cts.videoperf.VideoEncoderDecoderTest issue" into kitkat-cts-dev by Daniel Xie · 9 years ago
  54. 6e99547 Fix CTS com.android.cts.videoperf.VideoEncoderDecoderTest issue by jungyee.yoo · 10 years ago
  55. 3aac281 Merge "Update lists of OpenMobileCommuticaton operators" into kitkat-cts-dev by Daniel Xie · 9 years ago
  56. 7228fac Merge "Verify the failed test case of CTS for WebView" into kitkat-cts-dev by Daniel Xie · 9 years ago
  57. 5ba6d9d Verify the failed test case of CTS for WebView by endy · 11 years ago
  58. f54af35 Merge "Improve the usability of CTS Verifier "Camera Formats"" into kitkat-cts-dev by Daniel Xie · 9 years ago
  59. 550c54f Improve the usability of CTS Verifier "Camera Formats" by Masayuki Takeda · 10 years ago
  60. 628c43a Merge "Use Supported Camera resolution." into kitkat-cts-dev by Daniel Xie · 9 years ago
  61. e33b573 Use Supported Camera resolution. by git-myeonghwan.wee.lge.com · 10 years ago
  62. c282df3 Merge "Adjust 480p ratio range in CameraVideoActivity.java." into kitkat-cts-dev by Daniel Xie · 9 years ago
  63. 970eaac Adjust 480p ratio range in CameraVideoActivity.java. by yoongeun.kwon · 10 years ago
  64. 639522d Merge "AbiTest: Include QDSP6 ELF binaries in validity check" into kitkat-cts-dev by Daniel Xie · 9 years ago
  65. 5597439 AbiTest: Include QDSP6 ELF binaries in validity check by David Ng · 11 years ago
  66. 36db51e Merge "Remove bad test cases from MemoryFileTest." into kitkat-cts-dev by Daniel Xie · 9 years ago
  67. 2595de0 Remove bad test cases from MemoryFileTest. by Narayan Kamath · 10 years ago
  68. c8f6bf9 Update lists of OpenMobileCommuticaton operators by hyunu529.jung · 10 years ago
  69. f34f376 Merge "Skip encoding tests for unsupported resolutions." into kitkat-cts-dev by Daniel Xie · 9 years ago
  70. 0a4e76d Skip encoding tests for unsupported resolutions. by yoongeun.kwon · 10 years ago
  71. 4d7e03f Merge "Fix configure check regarding AdaptivePlayback ReconfigDrcTest." into kitkat-cts-dev by Daniel Xie · 9 years ago
  72. dc69642 Fix configure check regarding AdaptivePlayback ReconfigDrcTest. by joongeun.choi · 10 years ago
  73. ba39064 Merge "improve TestVirtualDisplayRecycles to reduce memory usage" into kitkat-cts-dev by Daniel Xie · 9 years ago
  74. 1c01e9d improve TestVirtualDisplayRecycles to reduce memory usage by Harry Hong · 10 years ago
  75. 7951d40 Merge "Fix bugs regarding Camera Video test" into kitkat-cts-dev by Daniel Xie · 9 years ago
  76. 7e84d75 Merge "resolve merge conflicts of 930a3b5 to kitkat-cts-dev" into kitkat-cts-dev by Unsuk Jung · 9 years ago
  77. e7a084f resolve merge conflicts of 930a3b5 to kitkat-cts-dev by Unsuk Jung · 9 years ago
  78. a6b1e10 Merge "Chage the timeout while rendering to overcome the low performance device." into kitkat-cts-dev by Jungyee Yoo · 9 years ago
  79. cc87c75 Fix bugs regarding Camera Video test by jonghwan.ko · 10 years ago
  80. 930a3b5 Merge "Fix CTS android.net package testTrafficStatsForLocalhost seldom fail issue" into jb-mr2-cts-dev by Unsuk Jung · 9 years ago
  81. 5f7e625 Merge "Fix CTS android.app package testSetDismissMessage seldom fail issue" into kitkat-cts-dev by Unsuk Jung · 9 years ago
  82. 6bf5b37 Chage the timeout while rendering to overcome the low performance device. by Jungyee Yoo · 10 years ago
  83. 3786d82 Fix CTS android.net package testTrafficStatsForLocalhost seldom fail issue by Junjie Hu · 9 years ago
  84. bddfe21 Fix CTS android.app package testSetDismissMessage seldom fail issue by Junjie Hu · 10 years ago
  85. 049cdc4 Fix CTS verifier camera orientation test. by Tochau Hoang · 9 years ago
  86. fd4f760 Modified testRecorderCamera() to get camera supported resolution for testing. by Tochau Hoang · 9 years ago
  87. f1ea4e1 MediaRecorderStressTest: use smallest supported preview size. by Tochau Hoang · 9 years ago
  88. e7d8015 Update CTS Verifier camera video tests to check for a microphone in camera video recording tests. by Tochau Hoang · 9 years ago
  89. 37f4b54 Merge "Fix for failing test of testEOS because checksum takes too long" into jb-mr2-cts-dev by Daniel Xie · 9 years ago
  90. ac8f57e Merge "Lookup private resources in run-time" into kitkat-cts-dev by Daniel Xie · 9 years ago
  91. a00f78c Merge "Fix for failing test of testEOS because checksum takes too long" into jb-mr2-cts-dev by Daniel Xie · 9 years ago
  92. 8fcd728 Merge "Fix bugs regarding ShortCodeTest that fails without "112" in ECC List." into kitkat-cts-dev by Daniel Xie · 9 years ago
  93. 4621783 Check for microphone feature in video camera recording tests. by Tochau Hoang · 9 years ago
  94. 73965a8 Merge "set delay during testPerformFiltering" into kitkat-cts-dev by Lance Jin-woong Chang · 9 years ago
  95. 16763e6 Merge "Check for valid buffer size before proceeding with testCreateAudioRecord." into kitkat-cts-dev by Daniel Xie · 9 years ago
  96. 6731f85 Merge "Fix TelephonyManagerTest#testGetDeviceId CTS fail for android cts 4.4" into kitkat-cts-dev by Daniel Xie · 9 years ago
  97. af697c8 Lookup private resources in run-time by Johan Redestig · 11 years ago
  98. 9c99d9d Fix for failing test of testEOS because checksum takes too long by Ryszard Grzesica · 11 years ago
  99. b3b4e18 set delay during testPerformFiltering by kang.lee · 10 years ago
  100. e062486 Merge "CTS: Fix memory leak in RSBlendTest loop." into kitkat-cts-dev by Daniel Xie · 9 years ago