summaryrefslogtreecommitdiff
path: root/core/java/android/view/LayoutInflater.java
Commit message (Expand)AuthorAgeFilesLines
* Hard-disable precompiled layoutsEric Holk2019-04-101-16/+1
* Merge "Use Class.forName instead of ClassLoader.loadClass." am: dc489aba0e am...Nicolas Geoffray2019-04-031-5/+5
|\
| * Use Class.forName instead of ClassLoader.loadClass.Nicolas Geoffray2019-04-031-5/+5
| * [layout precompilation] Add testing hook for precompiled layoutsEric Holk2019-01-301-2/+18
* | Remove interfaces for runtime and runtime_native namespaces.Matt Pape2019-03-141-3/+7
* | Start throwing better exceptions in LayoutInflater.Aurimas Liutikas2019-03-061-13/+28
* | Merge "Fix hidden usage sConstructorMap"Cătălin Tudor2019-02-131-1/+1
|\ \
| * | Fix hidden usage sConstructorMapCătălin Tudor2019-02-121-1/+1
* | | Merge "Revert "Revert "Add view inflation device config property"""Mathieu Chartier2019-02-121-4/+20
|\ \ \
| * | | Revert "Revert "Add view inflation device config property""Mathieu Chartier2019-02-111-4/+20
| |/ /
* | | Merge "Remove access to private field mFactorySet."TreeHugger Robot2019-02-111-1/+6
|\ \ \ | |/ / |/| |
| * | Remove access to private field mFactorySet.George Mount2019-02-071-1/+6
| * | Revert "Add view inflation device config property"John Reck2019-02-071-18/+6
| * | Add view inflation device config propertyMathieu Chartier2019-02-041-6/+18
* | | Open API for onCreateView and createView with ContextGeorge Mount2019-02-071-18/+75
|/ /
* | Merge "Rename preferCodeIntegrity to useEmbeddedDex"TreeHugger Robot2019-01-311-2/+1
|\ \
| * | Rename preferCodeIntegrity to useEmbeddedDexVictor Hsieh2019-01-311-2/+1
* | | [layout precompilation] Add testing hook for precompiled layoutsEric Holk2019-01-291-3/+20
|/ /
* | [layout compilation] Disable precompiled layouts when preferCodeIntegrity is setEric Holk2019-01-171-12/+25
* | Merge "[LayoutInflater] Use precompiled layouts if available" am: cb5f54e264 ...Eric Holk2019-01-171-79/+182
|\|
| * [LayoutInflater] Use precompiled layouts if availableEric Holk2019-01-171-79/+182
* | Merge "Add tryCreateView to LayoutInflater" am: aa8f1b7033 am: 07b293f8afEric Holk2019-01-041-17/+43
|\|
| * Add tryCreateView to LayoutInflaterEric Holk2019-01-041-17/+44
* | Merge "[LayoutInflater] Cleanup - remove some nesting" am: 3a0fe2cdab am: a26...Eric Holk2019-01-021-105/+105
|\|
| * [LayoutInflater] Cleanup - remove some nestingEric Holk2019-01-021-105/+105
| * Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-201-0/+14
* | Moved LayoutInflater#mContext to dark grey listCătălin Tudor2018-10-241-1/+2
* | Annotate LayoutInflater.Factory2 with nullability annotationsIan Lake2018-09-121-4/+13
* | Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-201-0/+14
|/
* Annotate @SystemApi with required permissions.Jeff Sharkey2017-06-051-6/+3
* Resolve inflate attr against default packageAlan Viverette2017-05-261-2/+5
* Fix the status icon colors in QSJason Monk2017-05-121-0/+6
* Changing initial and default focus behaviorEvan Rosky2017-03-021-12/+7
* Fix import statement in view|transition|animation packages.Aurimas Liutikas2016-10-121-42/+42
* Experimental: verify cached constructors before use.Mathew Inwood2015-12-311-0/+24
* Fix trace end in inflateJohn Reck2015-10-191-2/+2
* Clear stack trace from re-thrown inflater exceptionsAlan Viverette2015-09-251-26/+25
* Always force constructors accessible during inflationAlan Viverette2015-05-041-1/+1
* LayoutInflater should always try to generate LayoutParams for includeAlan Viverette2015-04-301-16/+12
* Correctly apply android:theme attribute from <include> tagAlan Viverette2015-03-201-79/+104
* Make TypedArray and LayoutInflater exceptions more usefulAlan Viverette2015-03-091-2/+2
* Add @ResourceInt annotations on APIsTor Norbye2015-02-181-2/+3
* Avoid unnecessary exception handling for <include> tagAlan Viverette2015-02-031-22/+25
* Mark the root argument as @Nullable in LayoutInflater#inflate()Scott Kennedy2015-01-151-4/+5
* Allow theme attributes in <include> tag, fix <tag> contextAlan Viverette2014-12-171-15/+45
* Revert "Allow theme attributes in <include> tag, fix <tag> context"Alan Viverette2014-12-171-21/+11
* Allow theme attributes in <include> tag, fix <tag> contextAlan Viverette2014-12-151-11/+21
* Merge "Fix LayoutInflater copy constructor logic." into lmp-devDan Sandler2014-09-191-1/+1
|\
| * Fix LayoutInflater copy constructor logic.Dan Sandler2014-09-181-1/+1
* | Use action bar theme for action modes, fix ViewStub inflation themeAlan Viverette2014-09-171-2/+2
|/