1. 45b662e Merge 06942bc4 from hc-mr1. by Xavier Ducrohet · 14 years ago
  2. beb5fb6 Merge 988eeeb5 from hc-mr1. by Xavier Ducrohet · 14 years ago
  3. fb93ce9 Import the Layoutlib from hc-mr1. by Xavier Ducrohet · 14 years ago
  4. 05b7b69 LayoutLib: support the new baseline/margin query API. by Xavier Ducrohet · 14 years ago
  5. 2fae858 LayoutLib: implement data binding for most AdapterView by Xavier Ducrohet · 14 years ago
  6. 515a08b Merge 59aad78e from master. do not merge. by Xavier Ducrohet · 14 years ago
  7. c5aeac7 LayoutLib: Fix issue with rendering mode. by Xavier Ducrohet · 14 years ago
  8. 67450db LayoutLib: TypedArray.getDimensionPixelSize can actually return <0 by Xavier Ducrohet · 14 years ago
  9. 9d76581 LayoutLib: Fix Arc rendering. by Xavier Ducrohet · 14 years ago
  10. adaa12c LayoutLib: fix Capabilities and getDimensionPixelSize by Xavier Ducrohet · 14 years ago
  11. 6f2fb57 LayoutLib: Fix dimension parsing to handle negative value. by Xavier Ducrohet · 14 years ago
  12. c12b409 LayoutLib: Implement some missing add###() method in Path. by Xavier Ducrohet · 14 years ago
  13. 6482517 Fix issue #3485923: Gmail crash by Dianne Hackborn · 14 years ago
  14. a4510a7 LayoutLib: fix incorrect indices in one of the 2 native_drawTextRun methods. by Xavier Ducrohet · 14 years ago
  15. 1911a6f LayoutLib: move tests to their own project. by Xavier Ducrohet · 14 years ago
  16. f0a5343 LayoutLib: Add debug mode. by Xavier Ducrohet · 14 years ago
  17. b2c7dd5 LayoutLib: downsize the SparseArray when possible. by Xavier Ducrohet · 14 years ago
  18. c6083f2 LayoutLib: misc fixes. by Xavier Ducrohet · 14 years ago
  19. cc4977d LayoutLib: Hold onto delegate references. by Xavier Ducrohet · 14 years ago
  20. 8cb6fc1 LayoutLib: Import of SparseArray as SparseWeakArray. by Xavier Ducrohet · 14 years ago
  21. 1ca584a LayoutLib: remove assert in resource resolution. by Xavier Ducrohet · 14 years ago
  22. 3e87bfa LayoutLib: support defStyleRes in obtainStyledAttributes. by Xavier Ducrohet · 14 years ago
  23. f209999 LayoutLib: properly handle @null references in more places. by Xavier Ducrohet · 14 years ago
  24. 10df650 LayoutLib: add support for layout_only render. by Xavier Ducrohet · 14 years ago
  25. 559358f am 1858c95e: am 02d2b5a4: LayoutLib: When possible ensure parsers are popped from the stack. by Xavier Ducrohet · 14 years ago
  26. 02d2b5a LayoutLib: When possible ensure parsers are popped from the stack. by Xavier Ducrohet · 14 years ago
  27. 8a80a85 LayoutLib: remove some exceptions. by Xavier Ducrohet · 14 years ago
  28. 9a4fe29 LayoutLib: Annotate the custom delegate methods. by Xavier Ducrohet · 14 years ago
  29. f3f6084 LayoutLib: now depends on tools-common-prebuilt. by Xavier Ducrohet · 14 years ago
  30. abc33e0 LayoutLib: fix the background of title/action bars. by Xavier Ducrohet · 14 years ago
  31. 4dd2299 LayoutLib: Update to latest API fix. by Xavier Ducrohet · 14 years ago
  32. 62a99c0 Merge "LayoutLib: Handle color state list in methods returning an int." into honeycomb by Xavier Ducrohet · 14 years ago
  33. d96a740 LayoutLib: Handle color state list in methods returning an int. by Xavier Ducrohet · 14 years ago
  34. 13bdc33 LayoutLib: improved rendering for system/title/action bars. by Xavier Ducrohet · 14 years ago
  35. fd18f57 LayoutLib: add implementation of Bridge.renderDrawable() by Xavier Ducrohet · 15 years ago
  36. b0d34f9 LayoutLib: split RenderSession's base method into RenderAction. by Xavier Ducrohet · 15 years ago
  37. 1126422 LayoutLib: update to the new API. by Xavier Ducrohet · 15 years ago
  38. 779c906 LayoutLib: Replace custom BitmapFactory by a simpler delegate by Xavier Ducrohet · 15 years ago
  39. bbbb832 LayoutLib: render system/title/action bars. by Xavier Ducrohet · 15 years ago
  40. 33758ef LayoutLib: Fix some rendering issues by Xavier Ducrohet · 15 years ago
  41. 345f866 Make TimePicker/DatePicker/CalendarView render in Eclipse. by Xavier Ducrohet · 15 years ago
  42. 811820f LayoutLib.Create: support Outer_Inner_Delegate renaming. by Raphael · 15 years ago
  43. b353495 LayoutLib: update with Pair API. by Xavier Ducrohet · 15 years ago
  44. 35ea7cd LayoutLib: Update with the new resource map APIs. by Xavier Ducrohet · 15 years ago
  45. 1658422 LayoutLib: Properly compute available space to layouts. by Xavier Ducrohet · 15 years ago
  46. 31fd1cf LayoutLib: put a default image on the quickcontactbadge. by Xavier Ducrohet · 15 years ago
  47. 5a82d8c58 LayoutLib: properly erase the bitmap when rendering a new session. by Xavier Ducrohet · 15 years ago
  48. 7d7016e LayoutLib: return ViewInfo for all merged items + Build init. by Xavier Ducrohet · 15 years ago
  49. 82b9232 LayoutLib: Use special view cookie for include-merge case. by Xavier Ducrohet · 15 years ago
  50. 664644d visibility ("lights out") API. by Joe Onorato · 15 years ago
  51. 9d0577e LayoutLib: properly configure ApplicationInfo with targetSdkVersion. by Xavier Ducrohet · 15 years ago
  52. 796992a Allow TabHosts to have no children in the tabcontent widget by Tor Norbye · 15 years ago
  53. 70552fb LayoutLib: Update to use the new RenderResources API. by Xavier Ducrohet · 15 years ago
  54. 87ab45c Merge "LayoutLib: extract resource resolution into its own class." into honeycomb by Xavier Ducrohet · 15 years ago
  55. fbf0977 Support non-rectangular input regions. by Jeff Brown · 15 years ago
  56. d1d6faf LayoutLib: extract resource resolution into its own class. by Xavier Ducrohet · 15 years ago
  57. 51a7e544 LayoutLib: update logs to use new data bundle by Xavier Ducrohet · 15 years ago
  58. 0831b3f LayoutLib: Misc fixes. by Xavier Ducrohet · 15 years ago
  59. bbefc86 LayoutLib: Fix multi-line text rendering. by Xavier Ducrohet · 15 years ago
  60. 918aaa5 LayoutLib: Use the new log tag constants from LayoutLog by Xavier Ducrohet · 15 years ago
  61. 310a4d8 LAyoutLib: Fix build by adding missing IWindowSession implementation. by Xavier Ducrohet · 15 years ago
  62. 1f1957f Merge "LayoutLib: move MockView back into its original package." into honeycomb by Xavier Ducrohet · 15 years ago
  63. 66a95e4 Merge "LayoutLib: Add getViewParent/getViewIndex on RenderSession." into honeycomb by Xavier Ducrohet · 15 years ago
  64. ee592fe LayoutLib: move MockView back into its original package. by Xavier Ducrohet · 15 years ago
  65. 162ee1e LayoutLib: Add getViewParent/getViewIndex on RenderSession. by Xavier Ducrohet · 15 years ago
  66. cb27d4b Merge "LayoutLib: use tags in logs." into honeycomb by Xavier Ducrohet · 15 years ago
  67. 56222cf LayoutLib: use tags in logs. by Xavier Ducrohet · 15 years ago
  68. 02d2b3b API CHANGE: startDrag() now takes "int flags" instead of "boolean localOnly" by Christopher Tate · 15 years ago
  69. d7cbf3f LayoutLib: Log error when style can't be found. by Xavier Ducrohet · 15 years ago
  70. 85de008 Merge "LayoutLib: misc fix." into honeycomb by Xavier Ducrohet · 15 years ago
  71. 639e1bd LayoutLib: misc fix. by Xavier Ducrohet · 15 years ago
  72. 6c740cf LayoutLib: Improve error reporting. by Xavier Ducrohet · 15 years ago
  73. 0de1607 LayoutLib: fix XmlUtils.convertValueToInt by Xavier Ducrohet · 15 years ago
  74. b3830b8 LayoutLib: only support animator-type animations. by Xavier Ducrohet · 15 years ago
  75. eb87b3b LayoutLib: fix some issue with resource resolution. by Xavier Ducrohet · 15 years ago
  76. 419e829 LayoutLib: move asserts around. by Xavier Ducrohet · 15 years ago
  77. c77515e LayoutLib: display warning when a resource reference fails to resolve. by Xavier Ducrohet · 15 years ago
  78. 479101a LayoutLib: Fix moveChild animation. by Xavier Ducrohet · 15 years ago
  79. b6e53f48 LayoutLib: add a few misc implementations. by Xavier Ducrohet · 15 years ago
  80. 46a3292 LayoutLib: finish Typeface and unload them in dispose. by Xavier Ducrohet · 15 years ago
  81. 7550ec1 LayoutLib: remove fade in/out transition on moveChild. by Xavier Ducrohet · 15 years ago
  82. d7cc124 LayoutLib: fix moveChild again. by Xavier Ducrohet · 15 years ago
  83. 2b9c38a LayoutLib: fix animated moveChild. by Xavier Ducrohet · 15 years ago
  84. 10af738 LayoutLib: Finish the matrix delegate. by Xavier Ducrohet · 15 years ago
  85. a7cac5e0 LayoutLib: fix clipping issues. by Xavier Ducrohet · 15 years ago
  86. 29c288d Cherry-pick 9b53dd9d60a01ddb1307177c296c7b4fd6114753 from master by Xavier Ducrohet · 15 years ago
  87. c226e57 LayoutLib: Misc javadoc fixes. by Xavier Ducrohet · 15 years ago
  88. b44b43b LayoutLib: Support Region through delegates. by Xavier Ducrohet · 15 years ago
  89. d43909c LayoutLib: add support for unsupported drawing modifiers. by Xavier Ducrohet · 15 years ago
  90. 2080534 LayoutLib: Fix Canvas layer support with 2+ layers by Xavier Ducrohet · 15 years ago
  91. b1da1af LayoutLib: improve bitmap support. by Xavier Ducrohet · 15 years ago
  92. d38e776 LayoutLib: support for layers. by Xavier Ducrohet · 15 years ago
  93. 63fd871 LayoutLib: Misc rendering fixes. by Xavier Ducrohet · 15 years ago
  94. d348b6e LayoutLib: support for Path and BitmapShader using delegates. by Xavier Ducrohet · 15 years ago
  95. 19a0210 LayoutLib: Update layoutlib with revised API. by Xavier Ducrohet · 15 years ago
  96. f890fab Ensure bitmaps aren't freed while referenced from a display list by Patrick Dubroy · 15 years ago
  97. cfdc784 LayoutLib: replace the stack of Graphics2D with custom snapshots. by Xavier Ducrohet · 15 years ago
  98. 22ff4ef Fix build break due to additional arg in Bitmap ctor by Patrick Dubroy · 15 years ago
  99. d9c6436 LayoutLib: Fix gradient rendering. by Xavier Ducrohet · 15 years ago
  100. f1416e4 LayoutLib: Misc fix to rendering. by Xavier Ducrohet · 15 years ago