summaryrefslogtreecommitdiff
path: root/core/java/android/app/UiAutomation.java
Commit message (Expand)AuthorAgeFilesLines
* Let A11yIME use its own IPC definitionsYohei Yukawa2022-04-181-20/+6
* Add alternative to deprecated APIEvan Rosky2022-03-301-1/+3
* Merge "Expose prefetching strategies to services"Sally Yuen2022-02-101-1/+2
|\
| * Expose prefetching strategies to servicesSally2022-02-091-1/+2
* | Allow a11y services to enter text via the path IMEs useyingleiw2022-02-081-0/+28
|/
* Add API for services to turn off window animations.Ameer Armaly2022-02-021-0/+27
* Notifies window magnifcation changes for AccessibilityService (1/n)mincheli2022-01-031-1/+2
* Refactor A11yInteractionClient so every service has its own cachesallyyuen2021-11-221-1/+1
* Add TouchInteractionController API to allow gesture detection from the service.Ameer Armaly2021-11-051-0/+10
* Deprecate AnimationFrameStatsEvan Rosky2021-09-141-0/+4
* Added takeScreenshot of a Window to UiAutomationchaviw2021-04-261-1/+50
* Add testAPI to get adopted shell permissions.kholoud mohamed2021-04-061-0/+32
* Update javadoc for adoptShellPermissionIdentityLinus Tufvesson2020-12-081-8/+8
* Optionally wait animations on syncInputTransactions/injectInputEventBernardo Rufino2020-11-191-3/+47
* Allow shell command to accept std input stream.Alex Buynytskyy2020-10-061-3/+1
* Run shell commands reliablyEugene Susla2020-09-231-3/+45
* UiAutomation supports new flag, FLAG_DO_NOT_USE_ACCESSIBILITYmincheli2020-09-081-52/+77
* Remove rotation and use flag useIdentityTransform for screenshots.chaviw2020-08-061-1/+1
* Allow #disconnect to be called safely on connection timeout (2/n)JW Wang2020-03-311-31/+75
* Add #connectWithTimeout (1/n)JW Wang2020-03-311-5/+26
* Changing the return type of takeScreenshot() (1/n)Jacky Kao2020-01-311-7/+29
* API on AccessibilityService side to support customized system actions.Hongming Jin2020-01-171-0/+5
* Implementing new API : takeScreenshot()Jacky Kao2020-01-151-29/+7
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Implementing new API : getWindowsOnAllDisplays()Jacky Kao2019-10-041-1/+31
* Rename AccessibilityGestureInfoRyanlwLin2019-09-031-2/+2
* More logs for UiAutomationRhed Jao2019-08-161-6/+19
* Support A11y button on multi-displaymincheli2019-07-311-1/+1
* Added onGesture(AccessibilityGestureInfo) for mulit-displayRyanlwLin2019-07-241-1/+2
* Added direct call to syncInputTransactionschaviw2019-04-241-0/+19
* Add missing nullability annotationsSvet Ganov2019-03-301-1/+4
* Enable multi-display support for magnification controllerRhed Jao2019-01-181-1/+1
* Allow adopting a subset of shell permissionsSvet Ganov2018-11-091-6/+37
* Use PooledLambda.obtainMessage() when possibleYohei Yukawa2018-09-221-3/+2
* Move some members to the "Q blacklist".Mathew Inwood2018-09-141-3/+4
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-141-0/+4
* Allow UiAutomation to adopt the shell permission indentitySvet Ganov2018-07-031-16/+44
* Allow UiAutomation being used off the main threadSvet Ganov2018-05-211-5/+23
* [DO NOT MERGE] Sort A11yService#getWindows by layer descendingEugene Susla2018-04-031-2/+9
* API for granting/revoking runtime permissions.Jeff Sharkey2018-03-281-19/+65
* Revert "Move A11y events throttling away from View(RootImpl)"Eugene Susla2018-01-261-12/+3
* Move A11y events throttling away from View(RootImpl)Eugene Susla2018-01-091-3/+12
* Update screenshot requests to render proper crop and rotation.chaviw2017-11-301-45/+4
* Fix GamepadTestCase#testButtonA CTS testSiarhei Vishniakou2017-05-121-3/+56
* Basic accessibility support for picture-in-picturePhil Weaver2017-03-101-1/+1
* Initial implementation of Nav Bar Accessibility ButtonCasey Burkhardt2017-02-061-0/+10
* Accessibility can capture fingerprint gesturesPhil Weaver2017-01-311-0/+10
* Update usage of ActivityManagerNative.Sudheer Shanka2016-11-141-1/+1
* Keep services updated of added views.Phil Weaver2016-09-061-27/+36
* Hide UiAutomation#destroy as test api.Phil Weaver2016-05-161-0/+3