1. 00ab19b am f8accbd8: am 191214cc: am e51fb92a: am 9b379ec1: 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 by Daniel Xie · 9 years ago
  2. 9948dea 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
  3. 6d6f110 CtsUiAutomatorTest pinchin/pinout test case: add support for 480X320 pixel solution device. by yangxingsui · 10 years ago
  4. c2fc10c Revert "Fix cts coverage report inclusion of incorrect classes" by Nicholas Sauer · 9 years ago
  5. 59eb6ec Fix cts coverage report inclusion of incorrect classes by Nicholas Sauer · 9 years ago
  6. 0337dbf Split the build of the CTS infrastructure from the tests. by Stuart Scott · 9 years ago
  7. e82817d Correct one error in the last checkin. Removed ActionBar instead of Swipe-to-dismiss. by Kevin Ma · 10 years ago
  8. 33048fe Added watch specific themes for cts tests, to disable ActionBar. by Kevin Ma · 10 years ago
  9. 2ea1e58 am 54f5302d: am f1fbbde2: am 9fe8a6c7: Fix CtsUiAutomatorTest for landscape devices by running test in "landscape" layout. by Shuji Ogasawara · 10 years ago
  10. 54f5302 am f1fbbde2: am 9fe8a6c7: Fix CtsUiAutomatorTest for landscape devices by running test in "landscape" layout. by Shuji Ogasawara · 10 years ago
  11. f1fbbde am 9fe8a6c7: Fix CtsUiAutomatorTest for landscape devices by running test in "landscape" layout. by Shuji Ogasawara · 10 years ago
  12. 9fe8a6c Fix CtsUiAutomatorTest for landscape devices by running test in "landscape" layout. by Shuji Ogasawara · 11 years ago
  13. 845d38c am ada72e70: DO NOT MERGE Fixed testPinchIn to calculate expected touch down points correctly. by Allen Hair · 11 years ago
  14. ada72e7 DO NOT MERGE Fixed testPinchIn to calculate expected touch down points correctly. by Allen Hair · 11 years ago
  15. 019d10d am d201e0ee: Merge "Modify UiAutomator cts tests and app to improve scroll check" into jb-mr2-dev by Adam Momtaz · 11 years ago
  16. ba2ed52 Modify UiAutomator cts tests and app to improve scroll check by Adam Momtaz · 11 years ago
  17. cc07f00 Disable dex_preopt on individual app's basis by Ying Wang · 11 years ago
  18. 0348b86 Added test for new UiSelector#resourceIdMatches by Adam Momtaz · 11 years ago
  19. f6a2743 am 1c8c9000: am bfa07537: Merge "Fix CTS for UiAutomator device orientation in tests" into jb-mr1.1-dev by Adam Momtaz · 11 years ago
  20. 1c8c900 am bfa07537: Merge "Fix CTS for UiAutomator device orientation in tests" into jb-mr1.1-dev by Adam Momtaz · 11 years ago
  21. d4cedfa Fix CTS for UiAutomator device orientation in tests by Adam Momtaz · 11 years ago
  22. 107b997 Fix calculation for swipe margin of error by Adam Momtaz · 11 years ago
  23. 4dfaac6 CTS tests for UiAutomator API Level 18 by Adam Momtaz · 11 years ago
  24. ac9dd6c Fixing some broken and flaky CTS tests. by Svetoslav Ganov · 11 years ago
  25. 4bb36d4 resolved conflicts for merge of 966f7e24 to master by Adam Momtaz · 11 years ago
  26. 966f7e2 resolved conflicts for merge of 5f09dd26 to jb-mr1-dev-plus-aosp by Adam Momtaz · 11 years ago
  27. 454631c CTS tests for UiAutomator at API 17 by Adam Momtaz · 11 years ago
  28. 334808d am 1ae19c6f: am b36b1ad2: am df312ed8: am 25e067b7: am 20d6f50b: Fixed a mistakenly deleted line from the last submit by Adam Momtaz · 11 years ago
  29. 8a041e1 resolved conflicts for merge of 2dd58b15 to master by Adam Momtaz · 11 years ago
  30. 1ae19c6 am b36b1ad2: am df312ed8: am 25e067b7: am 20d6f50b: Fixed a mistakenly deleted line from the last submit by Adam Momtaz · 11 years ago
  31. 20d6f50 Fixed a mistakenly deleted line from the last submit by Adam Momtaz · 11 years ago
  32. 2dd58b1 resolved conflicts for merge of c5b61b93 to jb-mr1-dev-plus-aosp by Adam Momtaz · 11 years ago
  33. 7432633 UiAutomator test APK and Tests for CTS by Adam Momtaz · 12 years ago
  34. 87f4451 Add UiAutomator test skeleton to CTS. (manual merge from jb-dev) by Brett Chabot · 12 years ago
  35. 27f0ee2 Add UiAutomator test skeleton to CTS. by Brett Chabot · 12 years ago