1. 877ae53 Set default text style in layoutlib as NORMAL [DO NOT MERGE] by Deepanshu Gupta · 12 years ago
  2. cda89ca Fix a bug in Nine Patch library. [DO NOT MERGE] by Deepanshu Gupta · 12 years ago
  3. e183855 Add methods for Time_Delegate [DO NOT MERGE] by Deepanshu Gupta · 12 years ago
  4. 2d82586 Fix CalendarView to show the right labels. [DO NOT MERGE] by Deepanshu Gupta · 13 years ago
  5. 54a18ef Replace LruCache implementation for layoutlib. do not merge. by Xavier Ducrohet · 14 years ago
  6. f18c68b Add missing native method to Canvas_Delegate. by Xavier Ducrohet · 14 years ago
  7. 96ff709 Work around build break in layoutlib. by Jeff Brown · 14 years ago
  8. cb092e2 Fix Paint_Delegate with missing native method. by Xavier Ducrohet · 14 years ago
  9. ec4a504 Embed layout padding in nine patch images by Amith Yamasani · 14 years ago
  10. 22f700a Add Delegate for ViewRootImpl#isInTouchMode to prevent IPC call in Eclipse. by Xavier Ducrohet · 14 years ago
  11. 5d701ed LayoutLib: Properly support attr ns when used in styles. by Xavier Ducrohet · 14 years ago
  12. 5e6c219 am f8e737cb: am 22701ec5: am 503247f2: Merge "Make sure resource references are resolved." into ics-mr1 by Xavier Ducrohet · 14 years ago
  13. f8e737c am 22701ec5: am 503247f2: Merge "Make sure resource references are resolved." into ics-mr1 by Xavier Ducrohet · 14 years ago
  14. c3f979f6 Make sure resource references are resolved. by Xavier Ducrohet · 14 years ago
  15. a175a5b Encapsulate the ViewRootImpl's handler. by Jeff Brown · 14 years ago
  16. 331bb0c Setup ActionBars in layoutlib the same way the platform does it. do not merge. by Xavier Ducrohet · 14 years ago
  17. 7396348 Setup ActionBars in layoutlib the same way the platform does it. by Xavier Ducrohet · 14 years ago
  18. 46d43cc Make Layoutlib compile on Java 6. by Xavier Ducrohet · 14 years ago
  19. d2f0dcd Merge "Remove unused code" by Romain Guy · 14 years ago
  20. 68fc1df Remove unused code by Romain Guy · 14 years ago
  21. 5bf2802 Fix broken drawCircle LayoutLib. by Xavier Ducrohet · 14 years ago
  22. 96e942d Use a Choreographer to schedule animation and drawing. by Jeff Brown · 15 years ago
  23. d410bfb LayoutLib: fix support for textScaleX. by Xavier Ducrohet · 15 years ago
  24. 1409409 Layoutlib: Typeface support for loading fonts manually. by Xavier Ducrohet · 15 years ago
  25. 178006a0 Layoutlib now parses system_fonts.xml instead of its own. by Xavier Ducrohet · 15 years ago
  26. f1dee19 Layoutlib: add support for ITextServicesManager. by Xavier Ducrohet · 15 years ago
  27. 387d078 LayoutLib: Fix native delegate for Display. by Xavier Ducrohet · 15 years ago
  28. 8433c36 LayoutLib: add native delegate for set/getHinting in Paint. by Xavier Ducrohet · 15 years ago
  29. 7f9f99ea Make some methods/fields package private so that layoutlib can access them. by Xavier Ducrohet · 15 years ago
  30. ea67005 Implement native println_native in android.util.Log for LayoutLib by Philip Milne · 15 years ago
  31. 162c1dc Layoutlib: implement Resources.getBoolean(int). by Xavier Ducrohet · 15 years ago
  32. 569ed05 Layoutlib: simple comment fix. by Xavier Ducrohet · 15 years ago
  33. d2f664d Misc layoutlib fix in preparation of the access change in framework code. by Xavier Ducrohet · 15 years ago
  34. af64556 Layoutlib: misc fix + start of AndroidBidi support. by Xavier Ducrohet · 15 years ago
  35. 96131ee LayoutLib: updated fake accessbility manager and ensure there's an InputMethodManager by Xavier Ducrohet · 15 years ago
  36. 0a49635 LayoutLib: Delegate for Display and IWindowManager implementation. by Xavier Ducrohet · 15 years ago
  37. 66743a1 Fix changed native method delegates in layoutlib for ICS. by Xavier Ducrohet · 15 years ago
  38. f18e311 am abc83871: am f6e47999: am 2a6dc7f1: Merge "Import the Layoutlib from hc-mr1." into honeycomb-mr2 by Xavier Ducrohet · 15 years ago
  39. fb93ce9 Import the Layoutlib from hc-mr1. by Xavier Ducrohet · 15 years ago
  40. 515a08b Merge 59aad78e from master. do not merge. by Xavier Ducrohet · 15 years ago
  41. 9d76581 LayoutLib: Fix Arc rendering. by Xavier Ducrohet · 15 years ago
  42. adaa12c LayoutLib: fix Capabilities and getDimensionPixelSize by Xavier Ducrohet · 15 years ago
  43. c12b409 LayoutLib: Implement some missing add###() method in Path. by Xavier Ducrohet · 15 years ago
  44. a4510a7 LayoutLib: fix incorrect indices in one of the 2 native_drawTextRun methods. by Xavier Ducrohet · 15 years ago
  45. f0a5343 LayoutLib: Add debug mode. by Xavier Ducrohet · 15 years ago
  46. c6083f2 LayoutLib: misc fixes. by Xavier Ducrohet · 15 years ago
  47. cc4977d LayoutLib: Hold onto delegate references. by Xavier Ducrohet · 15 years ago
  48. 8a80a85 LayoutLib: remove some exceptions. by Xavier Ducrohet · 15 years ago
  49. 9a4fe29 LayoutLib: Annotate the custom delegate methods. by Xavier Ducrohet · 15 years ago
  50. 13bdc33 LayoutLib: improved rendering for system/title/action bars. by Xavier Ducrohet · 15 years ago
  51. 779c906 LayoutLib: Replace custom BitmapFactory by a simpler delegate by Xavier Ducrohet · 15 years ago
  52. bbbb832 LayoutLib: render system/title/action bars. by Xavier Ducrohet · 15 years ago
  53. 345f866 Make TimePicker/DatePicker/CalendarView render in Eclipse. by Xavier Ducrohet · 15 years ago
  54. 35ea7cd LayoutLib: Update with the new resource map APIs. by Xavier Ducrohet · 15 years ago
  55. 1658422 LayoutLib: Properly compute available space to layouts. by Xavier Ducrohet · 15 years ago
  56. 7d7016e LayoutLib: return ViewInfo for all merged items + Build init. by Xavier Ducrohet · 15 years ago
  57. 82b9232 LayoutLib: Use special view cookie for include-merge case. by Xavier Ducrohet · 15 years ago
  58. 51a7e544 LayoutLib: update logs to use new data bundle 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. ee592fe LayoutLib: move MockView back into its original package. by Xavier Ducrohet · 15 years ago
  62. 56222cf LayoutLib: use tags in logs. by Xavier Ducrohet · 15 years ago
  63. 6c740cf LayoutLib: Improve error reporting. by Xavier Ducrohet · 15 years ago
  64. 0de1607 LayoutLib: fix XmlUtils.convertValueToInt by Xavier Ducrohet · 15 years ago
  65. b6e53f48 LayoutLib: add a few misc implementations. by Xavier Ducrohet · 15 years ago
  66. 46a3292 LayoutLib: finish Typeface and unload them in dispose. by Xavier Ducrohet · 15 years ago
  67. 10af738 LayoutLib: Finish the matrix delegate. by Xavier Ducrohet · 15 years ago
  68. a7cac5e0 LayoutLib: fix clipping issues. by Xavier Ducrohet · 15 years ago
  69. c226e57 LayoutLib: Misc javadoc fixes. by Xavier Ducrohet · 15 years ago
  70. b44b43b LayoutLib: Support Region through delegates. by Xavier Ducrohet · 16 years ago
  71. d43909c LayoutLib: add support for unsupported drawing modifiers. by Xavier Ducrohet · 16 years ago
  72. b1da1af LayoutLib: improve bitmap support. by Xavier Ducrohet · 16 years ago
  73. d38e776 LayoutLib: support for layers. by Xavier Ducrohet · 16 years ago
  74. 63fd871 LayoutLib: Misc rendering fixes. by Xavier Ducrohet · 16 years ago
  75. d348b6e LayoutLib: support for Path and BitmapShader using delegates. by Xavier Ducrohet · 16 years ago
  76. 19a0210 LayoutLib: Update layoutlib with revised API. by Xavier Ducrohet · 16 years ago
  77. cfdc784 LayoutLib: replace the stack of Graphics2D with custom snapshots. by Xavier Ducrohet · 16 years ago
  78. 22ff4ef Fix build break due to additional arg in Bitmap ctor by Patrick Dubroy · 16 years ago
  79. d9c6436 LayoutLib: Fix gradient rendering. by Xavier Ducrohet · 16 years ago
  80. f1416e4 LayoutLib: Misc fix to rendering. by Xavier Ducrohet · 16 years ago
  81. 90c6b7e LayoutLib: Use the new ninepatch API to suppor density. by Xavier Ducrohet · 16 years ago
  82. 8da36314 LayoutLib: implement more of Canvas/Paint. by Xavier Ducrohet · 16 years ago
  83. ffb42f6 LayoutLib: Adapt to new LayoutLib by Xavier Ducrohet · 16 years ago
  84. 8d74c97 LayoutLib: explicitely override PropertyValuesHolder native code. by Xavier Ducrohet · 16 years ago
  85. 864f33a Merge "LayoutLib: Update font object when text info changes in paint delegate" by Xavier Ducrohet · 16 years ago
  86. b5ddf04 LayoutLib: Update font object when text info changes in paint delegate by Xavier Ducrohet · 16 years ago
  87. 168677c LayoutLib: Fix logging. by Xavier Ducrohet · 16 years ago
  88. 9eb6d41 LayoutLib: Reuse canvas when possible. by Xavier Ducrohet · 16 years ago
  89. 2eea6fa Layoutlib: Animation support. by Xavier Ducrohet · 16 years ago
  90. 2d56b27 Layoutlib: use default nine patch classes. by Xavier Ducrohet · 16 years ago
  91. 9223b673 Layoutlib: support for editing embedded layouts. by Xavier Ducrohet · 16 years ago
  92. d738688 LayoutLib: fix some tests by Xavier Ducrohet · 16 years ago
  93. 5a09488 Layoutlib: Properly dispose of bitmap delegate. by Xavier Ducrohet · 16 years ago
  94. 9e27936 Layoutlib: Fix alpha support in Canvas/Paint. by Xavier Ducrohet · 16 years ago
  95. 071dee2 Misc fix in layoutlib bridge + View.isIneditMode as delegate. by Xavier Ducrohet · 16 years ago
  96. c2e9651 Layoutlib: New bridge implementation using the new API 5. by Xavier Ducrohet · 16 years ago
  97. 7f775243 Layoutlib: Load fragments by Xavier Ducrohet · 16 years ago
  98. e0c763f Layoutlib: more text drawing. by Xavier Ducrohet · 16 years ago
  99. 9c05b39 Layoutlib native delegate: FloatMath. by Xavier Ducrohet · 16 years ago
  100. 4b606da Layoutlib native delegate: path effects and xfermode. by Xavier Ducrohet · 16 years ago