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
/
ViewGroup.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Notify a11y when view attached to parent
Phil Weaver
2018-04-03
1
-0
/
+1
*
Renamed KeyFallbackEvent to UnhandledKeyEvent and exposed dispatch
Evan Rosky
2018-03-30
1
-0
/
+68
*
Dispatching display list recreations also to transient views
Selim Cinek
2018-03-15
1
-0
/
+7
*
Merge "Revert "Remove @hide from ViewGroup debug methods""
TreeHugger Robot
2018-02-06
1
-28
/
+7
|
\
|
*
Revert "Remove @hide from ViewGroup debug methods"
Alan Viverette
2018-02-05
1
-28
/
+7
*
|
Autofill compatibility mode.
Svetoslav Ganov
2018-02-02
1
-2
/
+19
|
/
*
Revert "Move A11y events throttling away from View(RootImpl)"
Eugene Susla
2018-01-26
1
-16
/
+26
*
Don't crash the app when the assist structure cannot be retrieve.
Felipe Leme
2018-01-23
1
-2
/
+5
*
Merge "Move A11y events throttling away from View(RootImpl)"
TreeHugger Robot
2018-01-11
1
-26
/
+16
|
\
|
*
Move A11y events throttling away from View(RootImpl)
Eugene Susla
2018-01-09
1
-26
/
+16
*
|
Merge "Using RenderNode for creating snapshot of a View, so that hardware bit...
TreeHugger Robot
2018-01-04
1
-10
/
+10
|
\
\
|
*
|
Using RenderNode for creating snapshot of a View, so that hardware
Sunny Goyal
2018-01-04
1
-10
/
+10
|
|
/
*
/
Don't allow 0-sized views to be focused.
Evan Rosky
2017-12-19
1
-3
/
+12
|
/
*
New API to specify accessibility focus grouping
Phil Weaver
2017-11-27
1
-1
/
+1
*
Revert "Don't allow 0-sized views to be focused."
Evan Rosky
2017-11-20
1
-12
/
+3
*
Don't allow 0-sized views to be focused.
Evan Rosky
2017-11-14
1
-3
/
+12
*
Deprecate view drawing cache
John Reck
2017-10-09
1
-0
/
+98
*
Merge "Merge "Clear focused-in-cluster on focusability changes" into oc-mr1-d...
Evan Rosky
2017-08-30
1
-0
/
+7
|
\
|
*
Merge "Clear focused-in-cluster on focusability changes" into oc-mr1-dev
TreeHugger Robot
2017-08-29
1
-0
/
+7
|
|
\
|
|
*
Clear focused-in-cluster on focusability changes
Evan Rosky
2017-08-16
1
-0
/
+7
*
|
|
Merge "Don't get struct of children of !laidout viewGroup" into oc-mr1-dev am...
Philip P. Moltmann
2017-08-17
1
-0
/
+14
|
\
|
|
|
*
|
Don't get struct of children of !laidout viewGroup
Philip P. Moltmann
2017-08-16
1
-0
/
+14
|
|
/
*
/
Remove @hide from ViewGroup debug methods
Andrei Stingaceanu
2017-07-25
1
-7
/
+28
|
/
*
Merge "Add docs for new padding/margin attributes." into oc-dev
Chet Haase
2017-06-30
1
-0
/
+10
|
\
|
*
Add docs for new padding/margin attributes.
Chet Haase
2017-06-29
1
-0
/
+10
*
|
Merge "Separate a11y and autofill view ids" into oc-dev
Phil Weaver
2017-06-17
1
-0
/
+21
|
\
|
|
*
Separate a11y and autofill view ids
Phil Weaver
2017-06-16
1
-0
/
+21
*
|
Merge "Don't report focusableViewAvailable on add" into oc-dev am: 8d4b72c68a
Evan Rosky
2017-06-07
1
-3
/
+0
|
\
|
|
*
Don't report focusableViewAvailable on add
Evan Rosky
2017-06-06
1
-3
/
+0
*
|
Merge "Improve consistency in focusAfterDescendants behavior" into oc-dev am:...
Evan Rosky
2017-06-02
1
-14
/
+26
|
\
|
|
*
Merge "Improve consistency in focusAfterDescendants behavior" into oc-dev
Evan Rosky
2017-06-02
1
-14
/
+26
|
|
\
|
|
*
Improve consistency in focusAfterDescendants behavior
Evan Rosky
2017-06-01
1
-14
/
+27
*
|
|
Merge "Fix and clarify behavior of vertical/horizontal attributes" into oc-de...
Chet Haase
2017-05-25
1
-6
/
+8
|
\
|
|
|
*
|
Fix and clarify behavior of vertical/horizontal attributes
Chet Haase
2017-05-24
1
-6
/
+8
|
|
/
*
/
Throttle app a11y events in one place.
Phil Weaver
2017-05-18
1
-1
/
+2
|
/
*
Merge "Only save focus in keyboard navigation clusters when appropriate" into...
Evan Rosky
2017-05-11
1
-6
/
+5
|
\
|
*
Only save focus in keyboard navigation clusters when appropriate
Evan Rosky
2017-04-26
1
-6
/
+5
*
|
Merge "removeAllViews should also clean-up focusedInCluster" into oc-dev
Evan Rosky
2017-04-28
1
-0
/
+3
|
\
\
|
*
|
removeAllViews should also clean-up focusedInCluster
Evan Rosky
2017-04-27
1
-0
/
+3
|
|
/
*
|
Implement the rest of autofill importance modes
Svet Ganov
2017-04-27
1
-9
/
+10
*
|
Merge "Fix ViewOverlay#onDescendantInvalidated" into oc-dev
TreeHugger Robot
2017-04-25
1
-28
/
+0
|
\
\
|
|
/
|
/
|
|
*
Fix ViewOverlay#onDescendantInvalidated
Chris Craik
2017-04-25
1
-28
/
+0
*
|
Merge "Improve ViewDebug reporting for focus properties" into oc-dev
Evan Rosky
2017-04-19
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
Improve ViewDebug reporting for focus properties
Evan Rosky
2017-04-13
1
-0
/
+1
*
|
Merge "Ignore nested keyboard navigation clusters" into oc-dev
Evan Rosky
2017-04-18
1
-28
/
+22
|
\
\
|
*
|
Ignore nested keyboard navigation clusters
Evan Rosky
2017-04-12
1
-28
/
+22
|
|
/
*
/
Improve rect-level focus ordering
Evan Rosky
2017-04-12
1
-3
/
+2
|
/
*
Merge "More finishing-up of cluster implementation" into oc-dev
Evan Rosky
2017-04-04
1
-6
/
+9
|
\
|
*
More finishing-up of cluster implementation
Evan Rosky
2017-03-29
1
-6
/
+9
*
|
Request layout when updating child layout params.
Robert Carr
2017-04-03
1
-0
/
+1
[next]