index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
w16.1
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
view
/
accessibility
/
AccessibilityInteractionClient.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace LinkedList by a more performant collection
Nikolas Havrikov
2022-02-24
1
-3
/
+3
*
Expose prefetching strategies to services
Sally
2022-02-09
1
-25
/
+49
*
Nullability annotations for view and widget
Alan Viverette
2022-02-03
1
-3
/
+3
*
Add and implement cache API
sallyyuen
2021-12-14
1
-2
/
+10
*
Refactor A11yInteractionClient so every service has its own cache
sallyyuen
2021-11-22
1
-99
/
+132
*
Fix the race condition that cause windows cache stale
ryanlwlin
2021-11-15
1
-1
/
+3
*
Query the cache for AccessibilityInteractionClient's findFocus
sallyyuen
2021-08-30
1
-30
/
+91
*
Add callstack back into trace for AccessibilityInteractionClient.
Hongming Jin
2021-07-20
1
-1
/
+3
*
Merge "Allow app usage of AccessibilityInteractionClient#getInstance and clea...
Yinglei Wang
2021-07-02
1
-2
/
+5
|
\
|
*
Allow app usage of AccessibilityInteractionClient#getInstance and clearCache ...
yingleiw
2021-07-02
1
-2
/
+5
*
|
Add features to allow filtering logging based
Hongming Jin
2021-05-26
1
-57
/
+145
|
/
*
Add prefetch result to a11y tracing
Sally
2021-04-20
1
-2
/
+16
*
Service requests can interrupt node prefetching
Sally
2021-04-09
1
-14
/
+69
*
Add trace for AccessibilityInteractionClient callback interfaces.
Hongming Jin
2021-04-02
1
-1
/
+112
*
Revert "Service requests can interrupt node prefetching"
Sally Yuen
2021-03-08
1
-84
/
+9
*
Service requests can interrupt node prefetching
Sally
2021-03-04
1
-9
/
+84
*
Revert "Prefetching can be interrupted by other service requests."
Michael Rosenfeld
2021-03-03
1
-84
/
+9
*
Prefetching can be interrupted by other service requests.
Sally
2021-03-01
1
-9
/
+84
*
Revert "Prefetching can be interupted by other service requests."
Adam Wright
2020-12-22
1
-47
/
+9
*
Prefetching can be interupted by other service requests.
Qasid Ahmad Sadiq
2020-12-16
1
-9
/
+47
*
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-29
1
-3
/
+3
*
Revert "Add maxTargetSdk restriction to unused APIs."
Hongwei Wang
2020-10-28
1
-3
/
+3
*
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-27
1
-3
/
+3
*
Tighten up Binder.clearCallingIdentity() usage.
Jeff Sharkey
2020-10-07
1
-6
/
+6
*
Do not prefetching accessibility nodes while a view is scrolling
Rhed Jao
2020-02-27
1
-0
/
+73
*
Changing the return type of takeScreenshot() (1/n)
Jacky Kao
2020-01-31
1
-26
/
+0
*
Implementing new API : takeScreenshot()
Jacky Kao
2020-01-15
1
-0
/
+26
*
Support accessibility on embedded hierarchies (1/n)
Jackal Guo
2020-01-14
1
-0
/
+45
*
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-12-18
1
-1
/
+1
*
Don't clear cache when changing accessibility focus
Jackal Guo
2019-12-12
1
-9
/
+28
*
Implementing new API : getWindowsOnAllDisplays()
Jacky Kao
2019-10-04
1
-10
/
+25
*
Modifying the mechanism of A11y window cache
Jacky Kao
2019-09-16
1
-4
/
+9
*
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-20
1
-0
/
+4
*
Avoid sending content changed a11y events from wrong views
Eugene Susla
2018-03-29
1
-2
/
+9
*
Nullcheck to fix Autofill CTS
Eugene Susla
2017-12-11
1
-5
/
+8
*
Prevent reporting fake package name - framework
Svet Ganov
2017-12-09
1
-31
/
+45
*
Bypass a11y cache when requested
Phil Weaver
2017-11-09
1
-50
/
+67
*
In Accessibility code, wrap Binder.restoreCallingIdentity() in finally{}.
Peter Visontay
2017-11-01
1
-28
/
+63
*
Basic accessibility support for picture-in-picture
Phil Weaver
2017-03-10
1
-1
/
+1
*
Provide text locations to accessibility services.
Phil Weaver
2017-02-06
1
-4
/
+3
*
Add tests for accessibility cache.
Phil Weaver
2016-08-25
1
-1
/
+4
*
Prevent AccessibilityInteractionClient.getWindows()
Maxim Bogatov
2015-10-21
1
-5
/
+1
*
Clear/restore calling identity in AccessibilityInteractionClient
Alan Viverette
2015-06-17
1
-0
/
+16
*
Remove unused imports in frameworks/base.
John Spurlock
2015-02-28
1
-1
/
+0
*
Fix broken activation of the selected view in accessibility mode.
Svetoslav
2015-02-02
1
-68
/
+0
*
Clicking on partially coverd views by other views or windows.
Svet Ganov
2014-09-07
1
-0
/
+69
*
Improve the window query API performamce.
Svetoslav
2014-07-25
1
-28
/
+16
*
Accessibility window changes not reported.
Svetoslav
2014-06-11
1
-11
/
+5
*
Adding system support for a single accessibility focus.
Svetoslav
2014-04-11
1
-0
/
+13
*
Added accessibility APIs for introspecting interactive windows.
Svetoslav
2014-03-20
1
-31
/
+111
[next]