index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
app
/
UiAutomationConnection.java
Age
Commit message (
Expand
)
Author
2021-05-04
Capture layer and children when calling takeSurfaceControlScreenshot
chaviw
2021-04-26
Added takeScreenshot of a Window to UiAutomation
chaviw
2021-04-06
Add testAPI to get adopted shell permissions.
kholoud mohamed
2020-11-19
Optionally wait animations on syncInputTransactions/injectInputEvent
Bernardo Rufino
2020-10-29
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-28
Revert "Add maxTargetSdk restriction to unused APIs."
Hongwei Wang
2020-10-27
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-09-23
Run shell commands reliably
Eugene Susla
2020-08-06
Remove rotation and use flag useIdentityTransform for screenshots.
chaviw
2020-06-24
Implement permission revoke with reason
Evan Severson
2020-01-31
Changing the return type of takeScreenshot() (1/n)
Jacky Kao
2020-01-15
Implementing new API : takeScreenshot()
Jacky Kao
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-11-19
Add @UnsupportedAppUsage annotations for greylist.
Artur Satayev
2019-07-11
Move grant/revoke permission APIs
Todd Kennedy
2019-04-24
Added direct call to syncInputTransactions
chaviw
2019-02-21
Wait for input windows to be set before proceeding with inject for tests
chaviw
2018-12-07
Don't throw an exception if write failed
Amith Yamasani
2018-11-09
Allow adopting a subset of shell permissions
Svet Ganov
2018-08-14
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-07-03
Allow UiAutomation to adopt the shell permission indentity
Svet Ganov
2017-11-30
Update screenshot requests to render proper crop and rotation.
chaviw
2017-05-12
Fix GamepadTestCase#testButtonA CTS test
Siarhei Vishniakou
2017-03-10
Move rotation tracking to DisplayContent
Andrii Kulian
2016-04-02
Support direct-boot tests.
Jeff Sharkey
2016-01-28
Optionally support accessibility with UiAutomator
Phil Weaver
2016-01-12
Explicitly pass userId to getWindowToken
Fyodor Kupolov
2015-08-12
Add GTS test to ensure valid default permission grants - framework
Svet Ganov
2015-06-07
clean up Process instance after we are done with the sub process
Guang Zhu
2015-03-18
pass stream contents in separate thread for executeShellCommand
Guang Zhu
2014-05-08
Adding shell command execution to UiAutomation.
Svetoslav
2014-04-07
Adding render stats APIs to UiAutomation (framework).
Svetoslav
2013-10-31
Uninitialized UiAutomationConnection incorrectly enforces caller id.
Svetoslav
2013-04-24
The touch exploration capability is dynamically granted pre-JellyBeanMR2.
Svetoslav
2013-04-23
Fixing bugs exposed when moving accessibility CTS tests to UiAutomation.
Svetoslav
2013-02-27
Fake accessibility service used by UiAutomation not destroyed.
Svetoslav
2013-02-14
split Surface in two classes: SurfaceControl and Surface
Mathias Agopian
2013-01-22
Adding UI test automation APIs.
Svetoslav Ganov