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
/
LayoutInflater.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Hard-disable precompiled layouts
Eric Holk
2019-04-10
1
-16
/
+1
*
Merge "Use Class.forName instead of ClassLoader.loadClass." am: dc489aba0e am...
Nicolas Geoffray
2019-04-03
1
-5
/
+5
|
\
|
*
Use Class.forName instead of ClassLoader.loadClass.
Nicolas Geoffray
2019-04-03
1
-5
/
+5
|
*
[layout precompilation] Add testing hook for precompiled layouts
Eric Holk
2019-01-30
1
-2
/
+18
*
|
Remove interfaces for runtime and runtime_native namespaces.
Matt Pape
2019-03-14
1
-3
/
+7
*
|
Start throwing better exceptions in LayoutInflater.
Aurimas Liutikas
2019-03-06
1
-13
/
+28
*
|
Merge "Fix hidden usage sConstructorMap"
Cătălin Tudor
2019-02-13
1
-1
/
+1
|
\
\
|
*
|
Fix hidden usage sConstructorMap
Cătălin Tudor
2019-02-12
1
-1
/
+1
*
|
|
Merge "Revert "Revert "Add view inflation device config property"""
Mathieu Chartier
2019-02-12
1
-4
/
+20
|
\
\
\
|
*
|
|
Revert "Revert "Add view inflation device config property""
Mathieu Chartier
2019-02-11
1
-4
/
+20
|
|
/
/
*
|
|
Merge "Remove access to private field mFactorySet."
TreeHugger Robot
2019-02-11
1
-1
/
+6
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Remove access to private field mFactorySet.
George Mount
2019-02-07
1
-1
/
+6
|
*
|
Revert "Add view inflation device config property"
John Reck
2019-02-07
1
-18
/
+6
|
*
|
Add view inflation device config property
Mathieu Chartier
2019-02-04
1
-6
/
+18
*
|
|
Open API for onCreateView and createView with Context
George Mount
2019-02-07
1
-18
/
+75
|
/
/
*
|
Merge "Rename preferCodeIntegrity to useEmbeddedDex"
TreeHugger Robot
2019-01-31
1
-2
/
+1
|
\
\
|
*
|
Rename preferCodeIntegrity to useEmbeddedDex
Victor Hsieh
2019-01-31
1
-2
/
+1
*
|
|
[layout precompilation] Add testing hook for precompiled layouts
Eric Holk
2019-01-29
1
-3
/
+20
|
/
/
*
|
[layout compilation] Disable precompiled layouts when preferCodeIntegrity is set
Eric Holk
2019-01-17
1
-12
/
+25
*
|
Merge "[LayoutInflater] Use precompiled layouts if available" am: cb5f54e264 ...
Eric Holk
2019-01-17
1
-79
/
+182
|
\
|
|
*
[LayoutInflater] Use precompiled layouts if available
Eric Holk
2019-01-17
1
-79
/
+182
*
|
Merge "Add tryCreateView to LayoutInflater" am: aa8f1b7033 am: 07b293f8af
Eric Holk
2019-01-04
1
-17
/
+43
|
\
|
|
*
Add tryCreateView to LayoutInflater
Eric Holk
2019-01-04
1
-17
/
+44
*
|
Merge "[LayoutInflater] Cleanup - remove some nesting" am: 3a0fe2cdab am: a26...
Eric Holk
2019-01-02
1
-105
/
+105
|
\
|
|
*
[LayoutInflater] Cleanup - remove some nesting
Eric Holk
2019-01-02
1
-105
/
+105
|
*
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-20
1
-0
/
+14
*
|
Moved LayoutInflater#mContext to dark grey list
Cătălin Tudor
2018-10-24
1
-1
/
+2
*
|
Annotate LayoutInflater.Factory2 with nullability annotations
Ian Lake
2018-09-12
1
-4
/
+13
*
|
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-20
1
-0
/
+14
|
/
*
Annotate @SystemApi with required permissions.
Jeff Sharkey
2017-06-05
1
-6
/
+3
*
Resolve inflate attr against default package
Alan Viverette
2017-05-26
1
-2
/
+5
*
Fix the status icon colors in QS
Jason Monk
2017-05-12
1
-0
/
+6
*
Changing initial and default focus behavior
Evan Rosky
2017-03-02
1
-12
/
+7
*
Fix import statement in view|transition|animation packages.
Aurimas Liutikas
2016-10-12
1
-42
/
+42
*
Experimental: verify cached constructors before use.
Mathew Inwood
2015-12-31
1
-0
/
+24
*
Fix trace end in inflate
John Reck
2015-10-19
1
-2
/
+2
*
Clear stack trace from re-thrown inflater exceptions
Alan Viverette
2015-09-25
1
-26
/
+25
*
Always force constructors accessible during inflation
Alan Viverette
2015-05-04
1
-1
/
+1
*
LayoutInflater should always try to generate LayoutParams for include
Alan Viverette
2015-04-30
1
-16
/
+12
*
Correctly apply android:theme attribute from <include> tag
Alan Viverette
2015-03-20
1
-79
/
+104
*
Make TypedArray and LayoutInflater exceptions more useful
Alan Viverette
2015-03-09
1
-2
/
+2
*
Add @ResourceInt annotations on APIs
Tor Norbye
2015-02-18
1
-2
/
+3
*
Avoid unnecessary exception handling for <include> tag
Alan Viverette
2015-02-03
1
-22
/
+25
*
Mark the root argument as @Nullable in LayoutInflater#inflate()
Scott Kennedy
2015-01-15
1
-4
/
+5
*
Allow theme attributes in <include> tag, fix <tag> context
Alan Viverette
2014-12-17
1
-15
/
+45
*
Revert "Allow theme attributes in <include> tag, fix <tag> context"
Alan Viverette
2014-12-17
1
-21
/
+11
*
Allow theme attributes in <include> tag, fix <tag> context
Alan Viverette
2014-12-15
1
-11
/
+21
*
Merge "Fix LayoutInflater copy constructor logic." into lmp-dev
Dan Sandler
2014-09-19
1
-1
/
+1
|
\
|
*
Fix LayoutInflater copy constructor logic.
Dan Sandler
2014-09-18
1
-1
/
+1
*
|
Use action bar theme for action modes, fix ViewStub inflation theme
Alan Viverette
2014-09-17
1
-2
/
+2
|
/
[next]