aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-02match DefaultAccessibilityValidator to TalkBack behaviorandroid-cts-5.1_r9android-cts-5.1_r8android-cts-5.1_r7android-cts-5.1_r6android-cts-5.1_r5android-cts-5.1_r4android-cts-5.1_r3android-cts-5.1_r28android-cts-5.1_r27android-cts-5.1_r26android-cts-5.1_r25android-cts-5.1_r24android-cts-5.1_r23android-cts-5.1_r22android-cts-5.1_r21android-cts-5.1_r20android-cts-5.1_r2android-cts-5.1_r19android-cts-5.1_r18android-cts-5.1_r17android-cts-5.1_r16android-cts-5.1_r15android-cts-5.1_r14android-cts-5.1_r13android-cts-5.1_r10android-cts-5.1_r1android-cts-5.0_r9android-cts-5.0_r8android-cts-5.0_r7android-cts-5.0_r6android-cts-5.0_r5android-cts-5.0_r4android-cts-5.0_r3android-5.1.1_r9android-5.1.1_r8android-5.1.1_r7android-5.1.1_r6android-5.1.1_r5android-5.1.1_r4android-5.1.1_r38android-5.1.1_r37android-5.1.1_r36android-5.1.1_r35android-5.1.1_r34android-5.1.1_r33android-5.1.1_r30android-5.1.1_r3android-5.1.1_r29android-5.1.1_r28android-5.1.1_r26android-5.1.1_r25android-5.1.1_r24android-5.1.1_r23android-5.1.1_r22android-5.1.1_r20android-5.1.1_r2android-5.1.1_r19android-5.1.1_r18android-5.1.1_r17android-5.1.1_r16android-5.1.1_r15android-5.1.1_r14android-5.1.1_r13android-5.1.1_r12android-5.1.1_r10android-5.1.1_r1android-5.1.0_r5android-5.1.0_r4android-5.1.0_r3android-5.1.0_r1android-5.0.2_r3android-5.0.2_r1android-5.0.1_r1android-5.0.0_r7android-5.0.0_r6android-5.0.0_r5.1android-5.0.0_r5android-5.0.0_r4android-5.0.0_r3android-5.0.0_r2android-5.0.0_r1lollipop-releaselollipop-mr1-wfc-releaselollipop-mr1-releaselollipop-mr1-fi-releaselollipop-mr1-devlollipop-mr1-cts-releaselollipop-devlollipop-cts-releaseKevin Jin
2014-06-27add validators for exmpted classes and scroll actionKevin Jin
2014-06-25Clean up some toString methodsKevin Jin
2014-06-16expose setAccessibilityNodeInfoCacheClearerKevin Jin
2014-06-12add Validator interface and DefaultAccessibilityValidatorKevin Jin
2014-06-05add AccessibilityDriver for testing AccessibilityKevin Jin
2014-05-16Roll back change to doScroll and add comment on why.Jake Slack
2014-05-13Simplify scroll call in doScroll.Jake Slack
2014-05-08add UiDevice.pressBack for convenienceKevin Jin
2014-05-06fix BaseUiDevice.wakeUp when the root is invisibleKevin Jin
2014-05-06change default scrollSteps to 55 and make it configurableKevin Jin
2014-04-23consolidate ByAttribute, MatchStrategy by PredicateKevin Jin
2014-04-21remove deps on GuavaKevin Jin
2014-04-17fix to-uiautomator.xsl for selection-start attributeKevin Jin
2014-04-04Merge "add selection-[start|end} attributes for TextView"Kevin Jin
2014-04-04add selection-[start|end} attributes for TextViewKevin Jin
2014-04-04Resetting test state after a failed flaky test.Jake Slack
2014-04-01Always log uncaughtExceptionKevin Jin
2014-03-31move ProgressBarScrollStepStrategy to ScrollersKevin Jin
2014-03-31add two new scroll APIsKevin Jin
2014-03-28add PollingListeners.tryFindAndClick, which may often be usefulKevin Jin
2014-03-27Add comment on why scroll returns true even on null eventKevin Jin
2014-03-25Synchronize access to TestRunner.activities and viewsKevin Jin
2014-03-13Overrides InstrumentationTestCase.runTest() to fail fastKevin Jin
2014-03-10Wraps calls to UiAutomation API.Kevin Jin
2014-03-06add a time-limited version of runOnMainSyncKevin Jin
2014-03-04We should make sure listeners are called on every poll.Jake Slack
2014-02-27dump hprof if onFailure causes OutOfMemoryErrorKevin Jin
2014-02-25AccessibilityEventScrollStepStrategy needs to be retrieving the lastJake Slack
2014-02-25fix the hanging when the app is constantly busy (no idle)Kevin Jin
2014-02-04delete DroidDriver samples to remove dep on actionbarsherlockKevin Jin
2014-02-03Add more method for the class and also open up the event variable to beMingyu Wu
2013-12-12add helpers/PollingListenersKevin Jin
2013-12-03add ScrollStepStrategy.doScroll for customizationKevin Jin
2013-11-22add driver as a parameter to the ScrollStepStrategy hooks in order to allowKevin Jin
2013-11-21add hooks in ScrollStepStrategy: beginScrolls and endScrollsKevin Jin
2013-11-14warn the brittle SwipeAction.toFling and remove its use in StepBasedScrollerKevin Jin
2013-11-13adjust fling steps for GingerBreadKevin Jin
2013-11-12fix NPE in ActivityTestCase#scrubClassKevin Jin
2013-11-11add VisibleBounds for debuggingKevin Jin
2013-11-07consolidate XPath code into ByXPathKevin Jin
2013-11-06introduce AccessibilityEventScrollStepStrategy which isKevin Jin
2013-11-05Merge "Adjust the screenshot origin if the root view is not at (0,0). Move co...Kevin Jin
2013-11-04Adjust the screenshot origin if the root view is not at (0,0).Kevin Jin
2013-11-05Merge "Take snapshot of the underlying View or AccessibilityNodeInfo tree. Th...Kevin Jin
2013-11-04Take snapshot of the underlying View or AccessibilityNodeInfo tree.Kevin Jin
2013-10-30Remove deprecated DroidDriverBuilderKevin Jin
2013-10-23add helpers: DroidDrivers, BaseDroidDriverTest, UnrecoverableFailureKevin Jin
2013-10-10catch unchecked exceptions in takeScreenshot (mainly OOME)Kevin Jin
2013-10-04adjust steps in SwipeAction for faster executionKevin Jin