summaryrefslogtreecommitdiffstats
path: root/tools/layoutlib
Commit message (Expand)AuthorAgeFilesLines
* Merge 59aad78e from master. do not merge.Xavier Ducrohet2011-04-072-19/+36
* LayoutLib: Fix issue with rendering mode.Xavier Ducrohet2011-04-051-23/+75
* LayoutLib: TypedArray.getDimensionPixelSize can actually return <0Xavier Ducrohet2011-03-171-11/+4
* LayoutLib: Fix Arc rendering.Xavier Ducrohet2011-03-142-30/+52
* LayoutLib: fix Capabilities and getDimensionPixelSizeXavier Ducrohet2011-03-083-12/+23
* LayoutLib: Fix dimension parsing to handle negative value.Xavier Ducrohet2011-03-072-14/+10
* LayoutLib: Implement some missing add###() method in Path.Xavier Ducrohet2011-03-071-25/+80
* Fix issue #3485923: Gmail crashDianne Hackborn2011-03-021-0/+4
* LayoutLib: fix incorrect indices in one of the 2 native_drawTextRun methods.Xavier Ducrohet2011-02-241-3/+2
* LayoutLib: move tests to their own project.Xavier Ducrohet2011-02-2412-66/+67
* LayoutLib: Add debug mode.Xavier Ducrohet2011-02-2316-14/+62
* LayoutLib: downsize the SparseArray when possible.Xavier Ducrohet2011-02-231-3/+11
* LayoutLib: misc fixes.Xavier Ducrohet2011-02-234-27/+106
* LayoutLib: Hold onto delegate references.Xavier Ducrohet2011-02-2337-141/+200
* LayoutLib: Import of SparseArray as SparseWeakArray.Xavier Ducrohet2011-02-231-0/+338
* LayoutLib: remove assert in resource resolution.Xavier Ducrohet2011-02-181-8/+0
* LayoutLib: support defStyleRes in obtainStyledAttributes.Xavier Ducrohet2011-02-181-24/+60
* LayoutLib: properly handle @null references in more places.Xavier Ducrohet2011-02-181-0/+24
* LayoutLib: add support for layout_only render.Xavier Ducrohet2011-02-172-42/+49
* am 1858c95e: am 02d2b5a4: LayoutLib: When possible ensure parsers are popped ...Xavier Ducrohet2011-02-145-21/+46
|\
| * LayoutLib: When possible ensure parsers are popped from the stack.Xavier Ducrohet2011-02-145-21/+46
* | LayoutLib: remove some exceptions.Xavier Ducrohet2011-02-095-46/+83
* | LayoutLib: Annotate the custom delegate methods.Xavier Ducrohet2011-02-0950-271/+540
* | LayoutLib: now depends on tools-common-prebuilt.Xavier Ducrohet2011-02-092-2/+2
|/
* LayoutLib: fix the background of title/action bars.Xavier Ducrohet2011-02-074-13/+30
* LayoutLib: Update to latest API fix.Xavier Ducrohet2011-02-071-1/+1
* Merge "LayoutLib: Handle color state list in methods returning an int." into ...Xavier Ducrohet2011-02-071-7/+4
|\
| * LayoutLib: Handle color state list in methods returning an int.Xavier Ducrohet2011-02-061-7/+4
* | LayoutLib: improved rendering for system/title/action bars.Xavier Ducrohet2011-02-0614-131/+251
* | LayoutLib: add implementation of Bridge.renderDrawable()Xavier Ducrohet2011-02-043-6/+178
|/
* LayoutLib: split RenderSession's base method into RenderAction.Xavier Ducrohet2011-02-043-244/+348
* LayoutLib: update to the new API.Xavier Ducrohet2011-02-042-7/+8
* LayoutLib: Replace custom BitmapFactory by a simpler delegateXavier Ducrohet2011-02-045-606/+136
* LayoutLib: render system/title/action bars.Xavier Ducrohet2011-02-0421-201/+770
* LayoutLib: Fix some rendering issuesXavier Ducrohet2011-02-022-5/+9
* Make TimePicker/DatePicker/CalendarView render in Eclipse.Xavier Ducrohet2011-02-026-7/+290
* LayoutLib.Create: support Outer_Inner_Delegate renaming.Raphael2011-01-317-115/+446
* LayoutLib: update with Pair API.Xavier Ducrohet2011-01-2810-83/+82
* LayoutLib: Update with the new resource map APIs.Xavier Ducrohet2011-01-2810-32/+50
* LayoutLib: Properly compute available space to layouts.Xavier Ducrohet2011-01-278-81/+228
* LayoutLib: put a default image on the quickcontactbadge.Xavier Ducrohet2011-01-261-0/+4
* LayoutLib: properly erase the bitmap when rendering a new session.Xavier Ducrohet2011-01-264-8/+26
* LayoutLib: return ViewInfo for all merged items + Build init.Xavier Ducrohet2011-01-256-14/+89
* LayoutLib: Use special view cookie for include-merge case.Xavier Ducrohet2011-01-244-6/+118
* visibility ("lights out") API.Joe Onorato2011-01-231-0/+4
* LayoutLib: properly configure ApplicationInfo with targetSdkVersion.Xavier Ducrohet2011-01-172-3/+9
* Allow TabHosts to have no children in the tabcontent widgetTor Norbye2011-01-171-18/+28
* LayoutLib: Update to use the new RenderResources API.Xavier Ducrohet2011-01-177-647/+103
* Merge "LayoutLib: extract resource resolution into its own class." into honey...Xavier Ducrohet2011-01-169-561/+652
|\
| * LayoutLib: extract resource resolution into its own class.Xavier Ducrohet2011-01-169-561/+652