aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2013-09-05cosmetic changes for JavaDoc and logging for scrollKevin Jin
2013-08-19add DroidDriver#refreshUiElementTreeKevin Jin
2013-08-16add methods to Direction classes for symmetryKevin Jin
2013-08-14Enforce childFinder is relative to parentFinder in SentinelScrollerKevin Jin
2013-08-09extract matches method from MatchFinder:Kevin Jin
2013-08-09remove getChild and getChildCount in UiElementKevin Jin
2013-08-09rename ScrollDirection to scroll.Direction.PhysicalDirectionKevin Jin
2013-08-08merge Screenshotter to UiDeviceKevin Jin
2013-08-08add UiDevice for global actionsKevin Jin
2013-08-06clear internal data while refreshing rootandroid-sdk-4.4.2_r1.0.1android-sdk-4.4.2_r1android-cts-4.4_r4android-cts-4.4_r1android-4.4w_r1android-4.4_r1.2.0.1android-4.4_r1.2android-4.4_r1.1.0.1android-4.4_r1.1android-4.4_r1.0.1android-4.4_r1android-4.4_r0.9android-4.4_r0.8android-4.4_r0.7android-4.4.4_r2.0.1android-4.4.4_r2android-4.4.4_r1.0.1android-4.4.4_r1android-4.4.3_r1.1.0.1android-4.4.3_r1.1android-4.4.3_r1.0.1android-4.4.3_r1android-4.4.2_r2.0.1android-4.4.2_r2android-4.4.2_r1.0.1android-4.4.2_r1android-4.4.1_r1.0.1android-4.4.1_r1kitkat-wearkitkat-releasekitkat-mr2.2-releasekitkat-mr2.1-releasekitkat-mr2-releasekitkat-mr1.1-releasekitkat-mr1-releasekitkat-devkitkat-cts-releasekitkat-cts-devKevin Jin
2013-08-05add scroll APIKevin Jin
2013-07-23break circular reference between UiElement and dom ElementKevin Jin
2013-07-18fix memory leak in Contexts UiElement cacheKevin Jin
2013-07-16add ActivityUtils.setRunningActivitySupplierKevin Jin
2013-07-12warn the [ab]use of DroidDriver#has(finder, timeoutMillis)Kevin Jin
2013-07-11remove versions of check* with custom timeoutsKevin Jin
2013-07-11add @UseUiAutomation as an explicit version of @MinSdkVersion(18)Kevin Jin
2013-07-10add test for XPaths.quoteXPathLiteralKevin Jin