summaryrefslogtreecommitdiff
path: root/core/java/android/app/UiAutomation.java
AgeCommit message (Expand)Author
2021-04-26Added takeScreenshot of a Window to UiAutomationchaviw
2021-04-06Add testAPI to get adopted shell permissions.kholoud mohamed
2020-12-08Update javadoc for adoptShellPermissionIdentityLinus Tufvesson
2020-11-19Optionally wait animations on syncInputTransactions/injectInputEventBernardo Rufino
2020-10-06Allow shell command to accept std input stream.Alex Buynytskyy
2020-09-23Run shell commands reliablyEugene Susla
2020-09-08UiAutomation supports new flag, FLAG_DO_NOT_USE_ACCESSIBILITYmincheli
2020-08-06Remove rotation and use flag useIdentityTransform for screenshots.chaviw
2020-03-31Allow #disconnect to be called safely on connection timeout (2/n)JW Wang
2020-03-31Add #connectWithTimeout (1/n)JW Wang
2020-01-31Changing the return type of takeScreenshot() (1/n)Jacky Kao
2020-01-17API on AccessibilityService side to support customized system actions.Hongming Jin
2020-01-15Implementing new API : takeScreenshot()Jacky Kao
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-10-04Implementing new API : getWindowsOnAllDisplays()Jacky Kao
2019-09-03Rename AccessibilityGestureInfoRyanlwLin
2019-08-16More logs for UiAutomationRhed Jao
2019-07-31Support A11y button on multi-displaymincheli
2019-07-24Added onGesture(AccessibilityGestureInfo) for mulit-displayRyanlwLin
2019-04-24Added direct call to syncInputTransactionschaviw
2019-03-30Add missing nullability annotationsSvet Ganov
2019-01-18Enable multi-display support for magnification controllerRhed Jao
2018-11-09Allow adopting a subset of shell permissionsSvet Ganov
2018-09-22Use PooledLambda.obtainMessage() when possibleYohei Yukawa
2018-09-14Move some members to the "Q blacklist".Mathew Inwood
2018-08-14Add @UnsupportedAppUsage annotationsMathew Inwood
2018-07-03Allow UiAutomation to adopt the shell permission indentitySvet Ganov
2018-05-21Allow UiAutomation being used off the main threadSvet Ganov
2018-04-03[DO NOT MERGE] Sort A11yService#getWindows by layer descendingEugene Susla
2018-03-28API for granting/revoking runtime permissions.Jeff Sharkey
2018-01-26Revert "Move A11y events throttling away from View(RootImpl)"Eugene Susla
2018-01-09Move A11y events throttling away from View(RootImpl)Eugene Susla
2017-11-30Update screenshot requests to render proper crop and rotation.chaviw
2017-05-12Fix GamepadTestCase#testButtonA CTS testSiarhei Vishniakou
2017-03-10Basic accessibility support for picture-in-picturePhil Weaver
2017-02-06Initial implementation of Nav Bar Accessibility ButtonCasey Burkhardt
2017-01-31Accessibility can capture fingerprint gesturesPhil Weaver
2016-11-14Update usage of ActivityManagerNative.Sudheer Shanka
2016-09-06Keep services updated of added views.Phil Weaver
2016-05-16Hide UiAutomation#destroy as test api.Phil Weaver
2016-01-29Merge "Add API for IME control by Accessibility Services."Anna Galusza
2016-01-28Optionally support accessibility with UiAutomatorPhil Weaver
2016-01-27Add API for IME control by Accessibility Services.Anna Galusza
2016-01-11Gesture dispatch from accessibility services.Phil Weaver
2016-01-06Add some TestApis to fix build.Jeff Sharkey
2015-11-17APIs for querying and controlling display magnificationAlan Viverette
2015-08-12Add GTS test to ensure valid default permission grants - frameworkSvet Ganov
2015-04-07Fixed broken link in UiAutomation.setRunAsMonkey() method description.Quddus Chong
2014-10-21APIs for an accessibility service to put interaction tracking overlays.Svetoslav
2014-07-10Recycle original screenshot after rotation.Leon Scroggins III