summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| | * Add missing resolveResValue call. [DO NOT MERGE]Deepanshu Gupta2015-08-251-1/+1
| * | am ad16968d: am 6eef1246: LayoutLib: Skip classes from java package. [DO NOT ...Deepanshu Gupta2015-08-261-1/+3
| |\ \ | | |/
| | * LayoutLib: Skip classes from java package. [DO NOT MERGE]Deepanshu Gupta2015-08-251-1/+3
| * | am 15e549a8: am 4f5e6c63: Skip warnings for some unresolved references. [DO N...Deepanshu Gupta2015-08-261-0/+41
| |\ \ | | |/
| | * Skip warnings for some unresolved references. [DO NOT MERGE]Deepanshu Gupta2015-08-251-0/+41
| * | am 669e4969: am 3e875dbb: Fix import order. [DO NOT MERGE]Deepanshu Gupta2015-08-261-1/+1
| |\ \ | | |/
| | * Fix import order. [DO NOT MERGE]Deepanshu Gupta2015-08-251-1/+1
| * | am c0fd1316: am e5fa12ad: Fix ParserFactory not initialized error. [DO NOT ME...Deepanshu Gupta2015-08-261-3/+3
| |\ \ | | |/
| | * Fix ParserFactory not initialized error. [DO NOT MERGE]Deepanshu Gupta2015-08-251-3/+3
| * | am 6b836cd0: am a287b842: Fix NPE in BridgeContext.obtainStyledAttributes() [...Deepanshu Gupta2015-08-261-1/+2
| |\ \ | | |/
| | * Fix NPE in BridgeContext.obtainStyledAttributes() [DO NOT MERGE]Deepanshu Gupta2015-08-251-1/+2
| * | am 91e456d2: am e698bb27: Fix BridgeTypedArray.getType() [DO NOT MERGE]Deepanshu Gupta2015-08-261-2/+119
| |\ \ | | |/
| | * Fix BridgeTypedArray.getType() [DO NOT MERGE]Deepanshu Gupta2015-08-251-2/+119
| * | am 8a6295e8: am e481e713: Include Shapes in LayoutLib. [DO NOT MERGE]Deepanshu Gupta2015-08-261-3/+1
| |\ \ | | |/
| | * Include Shapes in LayoutLib. [DO NOT MERGE]Deepanshu Gupta2015-08-251-3/+1
| * | am 66d5f24d: am ba5a02c5: LayoutLib: Support getting resource arrays. [DO NOT...Deepanshu Gupta2015-08-2622-14/+244
| |\ \ | | |/
| | * LayoutLib: Support getting resource arrays. [DO NOT MERGE]Deepanshu Gupta2015-08-2522-14/+244
| * | am b32e44ff: am a5ffed0b: LayoutLib: Change nullity annotations. [DO NOT MERGE]Deepanshu Gupta2015-08-2630-39/+50
| |\ \ | | |/
| | * LayoutLib: Change nullity annotations. [DO NOT MERGE]Deepanshu Gupta2015-08-2530-39/+50
| * | am 1754824c: am c96ef952: Add documentation about hack in commit: f8ea750455 ...Deepanshu Gupta2015-08-261-0/+14
| |\ \ | | |/
| | * Add documentation about hack in commit: f8ea750455 [DO NOT MERGE]Deepanshu Gupta2015-08-251-0/+14
| * | am 678f0ea2: am b318ff54: Make DatePicker rendering not fail (style search fi...Deepanshu Gupta2015-08-261-26/+32
| |\ \ | | |/
| | * Make DatePicker rendering not fail (style search fix). [DO NOT MERGE]Deepanshu Gupta2015-08-251-26/+32
| * | am 2e57c1e2: am cc5e69e4: Inject anonymous inner classes of injected classes ...Deepanshu Gupta2015-08-264-11/+32
| |\ \ | | |/
| | * Inject anonymous inner classes of injected classes [DO NOT MERGE]Deepanshu Gupta2015-08-254-11/+32
| * | am 899daf75: am d7e89906: Update platformDir search in tests. [DO NOT MERGE]Deepanshu Gupta2015-08-261-2/+7
| |\ \ | | |/
| | * Update platformDir search in tests. [DO NOT MERGE]Deepanshu Gupta2015-08-251-2/+7
| * | am 2f50403f: am afedbc47: Make Context.getClassLoader() work. [DO NOT MERGE]Deepanshu Gupta2015-08-2611-31/+347
| |\ \ | | |/
| | * Make Context.getClassLoader() work. [DO NOT MERGE]Deepanshu Gupta2015-08-2511-31/+347
| * | am de3ac8f9: am 92480a9a: Fix include tag rendering. [DO NOT MERGE]Deepanshu Gupta2015-08-262-11/+11
| |\ \ | | |/
| | * Fix include tag rendering. [DO NOT MERGE]Deepanshu Gupta2015-08-252-11/+11
| * | am 50e1406a: am f6b08547: Show better error message for color attr not found....Deepanshu Gupta2015-08-261-0/+5
| |\ \ | | |/
| | * Show better error message for color attr not found. [DO NOT MERGE]Deepanshu Gupta2015-08-251-0/+5
| * | am 81990c3f: am b1370c26: Fix build: udpate parser factory method [DO NOT MERGE]Deepanshu Gupta2015-08-261-2/+11
| |\ \ | | |/
| | * Fix build: udpate parser factory method [DO NOT MERGE]Deepanshu Gupta2015-08-251-2/+11
| * | am 0a07bb95: am aa729889: Don\'t keep LayoutlibCallback reference. [DO NOT ME...Deepanshu Gupta2015-08-263-86/+14
| |\ \ | | |/
| | * Don't keep LayoutlibCallback reference. [DO NOT MERGE]Deepanshu Gupta2015-08-253-86/+14
| * | am bbbdc2ad: am 5c90c4f4: Remove kxml dependency [DO NOT MERGE]Deepanshu Gupta2015-08-267-43/+151
| |\ \ | | |/
| | * Remove kxml dependency [DO NOT MERGE]Deepanshu Gupta2015-08-257-43/+151
* | | AAPT: Fix regression in resource versioningAdam Lesinski2015-08-144-19/+94
* | | Merge "Make DelegateManager thread safe" into mnc-devDiego Perez2015-08-111-6/+10
|\ \ \
| * | | Make DelegateManager thread safeDiego Perez2015-08-071-6/+10
* | | | LayoutLib: Switch SimpleDateFormat to icu.Deepanshu Gupta2015-08-068-14/+227
* | | | Replace Locale.getDefault with custom impl.Deepanshu Gupta2015-08-063-2/+22
|/ / /
* | | Make getInt in BridgeTypedArray accept empty String.Deepanshu Gupta2015-08-041-5/+2
* | | Fix layout mirroring.Deepanshu Gupta2015-08-041-0/+1
* | | Merge "Restore session params "no decoration" flag" into mnc-devDiego Perez2015-08-031-3/+6
|\ \ \
| * | | Restore session params "no decoration" flagDiego Perez2015-08-031-3/+6
* | | | Revert to using AppTheme for LayoutLib tests.Deepanshu Gupta2015-08-032-7/+7
* | | | Fix Matrix_Delegate.native_getValues()Deepanshu Gupta2015-08-031-1/+1