summaryrefslogtreecommitdiffstats
path: root/tools/layoutlib
Commit message (Expand)AuthorAgeFilesLines
* Add tools:openDrawer to open a DrawerLayout. [DO NOT MERGE]Deepanshu Gupta2015-08-256-6/+111
* Change tools:list_item to listitem. [DO NOT MERGE]Deepanshu Gupta2015-08-251-1/+3
* Implement tools:list_item for RecyclerView. [DO NOT MERGE]Deepanshu Gupta2015-08-255-51/+79
* Support AppBar from Material Design. [DO NOT MERGE]Jens Ole Lauridsen2015-08-254-1/+182
* Update tests per new layoutlib_api [DO NOT MERGE]Deepanshu Gupta2015-08-251-1/+1
* Add missing resolveResValue call. [DO NOT MERGE]Deepanshu Gupta2015-08-251-1/+1
* LayoutLib: Skip classes from java package. [DO NOT MERGE]Deepanshu Gupta2015-08-251-1/+3
* Skip warnings for some unresolved references. [DO NOT MERGE]Deepanshu Gupta2015-08-251-0/+41
* Fix import order. [DO NOT MERGE]Deepanshu Gupta2015-08-251-1/+1
* Fix ParserFactory not initialized error. [DO NOT MERGE]Deepanshu Gupta2015-08-251-3/+3
* Fix NPE in BridgeContext.obtainStyledAttributes() [DO NOT MERGE]Deepanshu Gupta2015-08-251-1/+2
* Fix BridgeTypedArray.getType() [DO NOT MERGE]Deepanshu Gupta2015-08-251-2/+119
* Include Shapes in LayoutLib. [DO NOT MERGE]Deepanshu Gupta2015-08-251-3/+1
* LayoutLib: Support getting resource arrays. [DO NOT MERGE]Deepanshu Gupta2015-08-2522-14/+244
* LayoutLib: Change nullity annotations. [DO NOT MERGE]Deepanshu Gupta2015-08-2530-39/+50
* Add documentation about hack in commit: f8ea750455 [DO NOT MERGE]Deepanshu Gupta2015-08-251-0/+14
* Make DatePicker rendering not fail (style search fix). [DO NOT MERGE]Deepanshu Gupta2015-08-251-26/+32
* Inject anonymous inner classes of injected classes [DO NOT MERGE]Deepanshu Gupta2015-08-254-11/+32
* Update platformDir search in tests. [DO NOT MERGE]Deepanshu Gupta2015-08-251-2/+7
* Make Context.getClassLoader() work. [DO NOT MERGE]Deepanshu Gupta2015-08-2511-31/+347
* Fix include tag rendering. [DO NOT MERGE]Deepanshu Gupta2015-08-252-11/+11
* Show better error message for color attr not found. [DO NOT MERGE]Deepanshu Gupta2015-08-251-0/+5
* Fix build: udpate parser factory method [DO NOT MERGE]Deepanshu Gupta2015-08-251-2/+11
* Don't keep LayoutlibCallback reference. [DO NOT MERGE]Deepanshu Gupta2015-08-253-86/+14
* Remove kxml dependency [DO NOT MERGE]Deepanshu Gupta2015-08-257-43/+151
* Merge "Render to measured size when using expand mode" into lmp-mr1-devDiego Perez2015-07-218-11/+131
|\
| * Render to measured size when using expand modeDiego Perez2015-06-028-11/+131
* | Merge "Fix for shadows on theme editor" into lmp-mr1-devDiego Perez2015-06-152-2/+6
|\ \
| * | Fix for shadows on theme editorDiego Perez2015-06-022-2/+6
| |/
* | Merge "Fix GcSnapshot drawInLayer when clipping is used." into lmp-mr1-devDiego Perez2015-06-151-2/+13
|\ \
| * | Fix GcSnapshot drawInLayer when clipping is used.Diego Perez2015-05-071-2/+13
* | | Merge "New custom widgets library" into lmp-mr1-devDiego Perez2015-06-127-2/+357
|\ \ \
| * | | New custom widgets libraryDiego Perez2015-05-147-2/+357
| | |/ | |/|
* | | Fix crash when shadowSize is 0Diego Perez2015-05-081-2/+9
|/ /
* | Merge "Added function to render a drawable in all available states" into lmp-...Diego Perez2015-05-072-6/+56
|\ \
| * | Added function to render a drawable in all available statesAndrew Shulaev2015-05-072-6/+56
* | | Merge changes I60c09f33,Ie0134c2b into lmp-mr1-devDiego Perez2015-05-073-7/+36
|\ \ \ | |/ / |/| |
| * | Add new parameter to the render method to allow forcing a measure pass.Diego Perez2015-04-282-2/+5
| |/
| * Avoid caching mImage on the main render loop and use clipping.Diego Perez2015-04-222-5/+31
* | Merge "Make status and navigation bars widgets and usable from layouts" into ...Diego Perez2015-05-063-2/+36
|\ \
| * | Make status and navigation bars widgets and usable from layoutsDiego Perez2015-04-213-2/+36
| |/
* | Merge "Move StatusBar to use statusBarColor theme attribute" into lmp-mr1-devDiego Perez2015-05-061-1/+2
|\ \
| * | Move StatusBar to use statusBarColor theme attributeDiego Perez2015-04-301-1/+2
| |/
* | Merge "Make sure shaders use a color model compatible with the destination." ...Diego Perez2015-05-064-8/+19
|\ \
| * | Make sure shaders use a color model compatible with the destination.Diego Perez2015-04-154-8/+19
* | | Merge "More layoutlib tests." into lmp-mr1-devDeepanshu Gupta2015-05-0613-14/+467
|\ \ \
| * | | More layoutlib tests.Deepanshu Gupta2015-04-1613-14/+467
* | | | Merge "RecyclerView in LayoutLib: better XML attrs." into lmp-mr1-devDeepanshu Gupta2015-05-066-168/+93
|\ \ \ \ | |/ / /
| * | | RecyclerView in LayoutLib: better XML attrs.Deepanshu Gupta2015-04-166-168/+93
* | | | Merge "Fix isThemeAppCompat NPE when using an invalid theme" into lmp-mr1-devDiego Perez2015-05-061-3/+3
|\ \ \ \