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
/
view
/
LayoutInflater.java
Age
Commit message (
Expand
)
Author
2022-05-05
LayoutInflater: Opportunistically create views directly for performance
Danny Lin
2021-04-07
Allow config context to inflate views
Charles Chen
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-08-03
Annotating context in framework base
Charles Chen
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-11-13
Add explicit note that LayoutInflater is not thread-safe
Alan Viverette
2019-04-10
Hard-disable precompiled layouts
Eric Holk
2019-04-03
Merge "Use Class.forName instead of ClassLoader.loadClass." am: dc489aba0e am...
Nicolas Geoffray
2019-04-03
Use Class.forName instead of ClassLoader.loadClass.
Nicolas Geoffray
2019-03-14
Remove interfaces for runtime and runtime_native namespaces.
Matt Pape
2019-03-06
Start throwing better exceptions in LayoutInflater.
Aurimas Liutikas
2019-02-13
Merge "Fix hidden usage sConstructorMap"
Cătălin Tudor
2019-02-12
Merge "Revert "Revert "Add view inflation device config property"""
Mathieu Chartier
2019-02-12
Fix hidden usage sConstructorMap
Cătălin Tudor
2019-02-11
Merge "Remove access to private field mFactorySet."
TreeHugger Robot
2019-02-11
Revert "Revert "Add view inflation device config property""
Mathieu Chartier
2019-02-07
Remove access to private field mFactorySet.
George Mount
2019-02-07
Revert "Add view inflation device config property"
John Reck
2019-02-07
Open API for onCreateView and createView with Context
George Mount
2019-02-04
Add view inflation device config property
Mathieu Chartier
2019-01-31
Merge "Rename preferCodeIntegrity to useEmbeddedDex"
TreeHugger Robot
2019-01-31
Rename preferCodeIntegrity to useEmbeddedDex
Victor Hsieh
2019-01-30
[layout precompilation] Add testing hook for precompiled layouts
Eric Holk
2019-01-29
[layout precompilation] Add testing hook for precompiled layouts
Eric Holk
2019-01-17
[layout compilation] Disable precompiled layouts when preferCodeIntegrity is set
Eric Holk
2019-01-17
Merge "[LayoutInflater] Use precompiled layouts if available" am: cb5f54e264 ...
Eric Holk
2019-01-17
[LayoutInflater] Use precompiled layouts if available
Eric Holk
2019-01-04
Merge "Add tryCreateView to LayoutInflater" am: aa8f1b7033 am: 07b293f8af
Eric Holk
2019-01-04
Add tryCreateView to LayoutInflater
Eric Holk
2019-01-02
Merge "[LayoutInflater] Cleanup - remove some nesting" am: 3a0fe2cdab am: a26...
Eric Holk
2019-01-02
[LayoutInflater] Cleanup - remove some nesting
Eric Holk
2018-10-24
Moved LayoutInflater#mContext to dark grey list
Cătălin Tudor
2018-09-12
Annotate LayoutInflater.Factory2 with nullability annotations
Ian Lake
2018-08-20
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-20
Add @UnsupportedAppUsage annotations
Mathew Inwood
2017-06-05
Annotate @SystemApi with required permissions.
Jeff Sharkey
2017-05-26
Resolve inflate attr against default package
Alan Viverette
2017-05-12
Fix the status icon colors in QS
Jason Monk
2017-03-02
Changing initial and default focus behavior
Evan Rosky
2016-10-12
Fix import statement in view|transition|animation packages.
Aurimas Liutikas
2015-12-31
Experimental: verify cached constructors before use.
Mathew Inwood
2015-10-19
Fix trace end in inflate
John Reck
2015-09-25
Clear stack trace from re-thrown inflater exceptions
Alan Viverette
2015-05-04
Always force constructors accessible during inflation
Alan Viverette
2015-04-30
LayoutInflater should always try to generate LayoutParams for include
Alan Viverette
2015-03-20
Correctly apply android:theme attribute from <include> tag
Alan Viverette
2015-03-09
Make TypedArray and LayoutInflater exceptions more useful
Alan Viverette
2015-02-18
Add @ResourceInt annotations on APIs
Tor Norbye
[next]