summaryrefslogtreecommitdiff
path: root/core/java/android/app/UiAutomationConnection.java
AgeCommit message (Expand)Author
2021-05-04Capture layer and children when calling takeSurfaceControlScreenshotchaviw
2021-04-26Added takeScreenshot of a Window to UiAutomationchaviw
2021-04-06Add testAPI to get adopted shell permissions.kholoud mohamed
2020-11-19Optionally wait animations on syncInputTransactions/injectInputEventBernardo Rufino
2020-10-29Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-28Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-09-23Run shell commands reliablyEugene Susla
2020-08-06Remove rotation and use flag useIdentityTransform for screenshots.chaviw
2020-06-24Implement permission revoke with reasonEvan Severson
2020-01-31Changing the return type of takeScreenshot() (1/n)Jacky Kao
2020-01-15Implementing new API : takeScreenshot()Jacky Kao
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-11-19Add @UnsupportedAppUsage annotations for greylist.Artur Satayev
2019-07-11Move grant/revoke permission APIsTodd Kennedy
2019-04-24Added direct call to syncInputTransactionschaviw
2019-02-21Wait for input windows to be set before proceeding with inject for testschaviw
2018-12-07Don't throw an exception if write failedAmith Yamasani
2018-11-09Allow adopting a subset of shell permissionsSvet Ganov
2018-08-14Add @UnsupportedAppUsage annotationsMathew Inwood
2018-07-03Allow UiAutomation to adopt the shell permission indentitySvet Ganov
2017-11-30Update screenshot requests to render proper crop and rotation.chaviw
2017-05-12Fix GamepadTestCase#testButtonA CTS testSiarhei Vishniakou
2017-03-10Move rotation tracking to DisplayContentAndrii Kulian
2016-04-02Support direct-boot tests.Jeff Sharkey
2016-01-28Optionally support accessibility with UiAutomatorPhil Weaver
2016-01-12Explicitly pass userId to getWindowTokenFyodor Kupolov
2015-08-12Add GTS test to ensure valid default permission grants - frameworkSvet Ganov
2015-06-07clean up Process instance after we are done with the sub processGuang Zhu
2015-03-18pass stream contents in separate thread for executeShellCommandGuang Zhu
2014-05-08Adding shell command execution to UiAutomation.Svetoslav
2014-04-07Adding render stats APIs to UiAutomation (framework).Svetoslav
2013-10-31Uninitialized UiAutomationConnection incorrectly enforces caller id.Svetoslav
2013-04-24The touch exploration capability is dynamically granted pre-JellyBeanMR2.Svetoslav
2013-04-23Fixing bugs exposed when moving accessibility CTS tests to UiAutomation.Svetoslav
2013-02-27Fake accessibility service used by UiAutomation not destroyed.Svetoslav
2013-02-14split Surface in two classes: SurfaceControl and SurfaceMathias Agopian
2013-01-22Adding UI test automation APIs.Svetoslav Ganov