1. fbd0509 Merge "Add Delegate for ViewRootImpl#isInTouchMode to prevent IPC call in Eclipse." by Xavier Ducrohet · 13 years ago
  2. 22f700a Add Delegate for ViewRootImpl#isInTouchMode to prevent IPC call in Eclipse. by Xavier Ducrohet · 13 years ago
  3. 8078d8c Add new thumbnail animation. by Dianne Hackborn · 13 years ago
  4. 5d701ed LayoutLib: Properly support attr ns when used in styles. by Xavier Ducrohet · 13 years ago
  5. a421f6c Fix sdk layout rendering in JB. by Xavier Ducrohet · 13 years ago
  6. a4972e9 Add new "options" argument to all startActivity APIs. by Dianne Hackborn · 13 years ago
  7. bb9908b Dispatch screen state change events to Views Bug #6120957 by Romain Guy · 13 years ago
  8. e0cf12f Fix the build by Romain Guy · 13 years ago
  9. aeb17f1 am 77fdcbff: am f038868d: am 44e63a21: Support rendering layout that use the new res-auto namespace. by Xavier Ducrohet · 13 years ago
  10. 77fdcbf am f038868d: am 44e63a21: Support rendering layout that use the new res-auto namespace. by Xavier Ducrohet · 13 years ago
  11. 44e63a2 Support rendering layout that use the new res-auto namespace. by Xavier Ducrohet · 13 years ago
  12. cb581bb resolved conflicts for merge of 34706a4c to master by Dianne Hackborn · 13 years ago
  13. 34706a4 am e65a9ab1: am 5786f5cf: Merge "Fix build." into ics-mr1 by Dianne Hackborn · 13 years ago
  14. b69b2c0 Fix build. by Dianne Hackborn · 13 years ago
  15. 5e6c219 am f8e737cb: am 22701ec5: am 503247f2: Merge "Make sure resource references are resolved." into ics-mr1 by Xavier Ducrohet · 13 years ago
  16. f8e737c am 22701ec5: am 503247f2: Merge "Make sure resource references are resolved." into ics-mr1 by Xavier Ducrohet · 13 years ago
  17. c3f979f6 Make sure resource references are resolved. by Xavier Ducrohet · 13 years ago
  18. a175a5b Encapsulate the ViewRootImpl's handler. by Jeff Brown · 13 years ago
  19. 688bd47 Add an api to switch to the next IME and subtype by satok · 13 years ago
  20. c8a0b8e Fix a setBackgroundDrawable in layoutlib. by Xavier Ducrohet · 13 years ago
  21. 331bb0c Setup ActionBars in layoutlib the same way the platform does it. do not merge. by Xavier Ducrohet · 13 years ago
  22. 7396348 Setup ActionBars in layoutlib the same way the platform does it. by Xavier Ducrohet · 13 years ago
  23. ec99f60 Merge "Rename CancellationSignal using preferred spelling." by Jeff Brown · 13 years ago
  24. 4c1241d Rename CancellationSignal using preferred spelling. by Jeff Brown · 13 years ago
  25. 46d43cc Make Layoutlib compile on Java 6. by Xavier Ducrohet · 13 years ago
  26. 75ea64f Implement a cancelation mechanism for queries. by Jeff Brown · 13 years ago
  27. d3fe9ab am ab9601cd: am 230a7092: Merge "Fix 5863053: Add method to lock screen immediately." into ics-mr1 by Jim Miller · 13 years ago
  28. d2f0dcd Merge "Remove unused code" by Romain Guy · 13 years ago
  29. 68fc1df Remove unused code by Romain Guy · 13 years ago
  30. 5bf2802 Fix broken drawCircle LayoutLib. by Xavier Ducrohet · 13 years ago
  31. 93c518e Fix 5863053: Add method to lock screen immediately. by Jim Miller · 13 years ago
  32. 96e942d Use a Choreographer to schedule animation and drawing. by Jeff Brown · 13 years ago
  33. c0b7f65 am 496f6e2a: am b54980d1: Merge "Fix issue #5588689: Black camera preview after coming back from gmail" into ics-mr1 by Dianne Hackborn · 13 years ago
  34. 6d05fd3 Fix issue #5588689: Black camera preview after coming back from gmail by Dianne Hackborn · 13 years ago
  35. 8836c55 Set theme-tag in render log when failing to find style by Tor Norbye · 13 years ago
  36. 0c4ccff Add hasNavigationBar() to the window manager. by Daniel Sandler · 13 years ago
  37. d218365 Fix ownership of CursorWindows across processes. Bug: 5332296 by Jeff Brown · 13 years ago
  38. 85b9edf Merge "Fix issue #5371530: SYSTEMUI_FLAG_HIDE_NAVIGATION reasserts itself immediately" by Dianne Hackborn · 13 years ago
  39. 9a230e0 Fix issue #5371530: SYSTEMUI_FLAG_HIDE_NAVIGATION reasserts itself immediately by Dianne Hackborn · 13 years ago
  40. 2447871 Fix build. by Jeff Brown · 13 years ago
  41. d410bfb LayoutLib: fix support for textScaleX. by Xavier Ducrohet · 13 years ago
  42. 1409409 Layoutlib: Typeface support for loading fonts manually. by Xavier Ducrohet · 13 years ago
  43. 178006a0 Layoutlib now parses system_fonts.xml instead of its own. by Xavier Ducrohet · 13 years ago
  44. f1dee19 Layoutlib: add support for ITextServicesManager. by Xavier Ducrohet · 13 years ago
  45. 387d078 LayoutLib: Fix native delegate for Display. by Xavier Ducrohet · 13 years ago
  46. 90c52de Fix issue #5173952: Opening a Notification From Lock Screen... by Dianne Hackborn · 13 years ago
  47. 01a98dd Handle orientation changes more systematically. Bug: 4981385 by Jeff Brown · 13 years ago
  48. ce801c4 Fix build. by Dianne Hackborn · 13 years ago
  49. ee5e77c Make setAdditionalInputMethodSubtypes async by satok · 13 years ago
  50. 29aae6f Fix issue #4279860: previous UI flashes before showing lock screen... by Dianne Hackborn · 13 years ago
  51. 8433c36 LayoutLib: add native delegate for set/getHinting in Paint. by Xavier Ducrohet · 13 years ago
  52. 7f9f99ea Make some methods/fields package private so that layoutlib can access them. by Xavier Ducrohet · 13 years ago
  53. ea67005 Implement native println_native in android.util.Log for LayoutLib by Philip Milne · 13 years ago
  54. dfee59a Fix bug 5011824 - New Holo overflow menu for physical menu key devices by Adam Powell · 13 years ago
  55. 162c1dc Layoutlib: implement Resources.getBoolean(int). by Xavier Ducrohet · 13 years ago
  56. 569ed05 Layoutlib: simple comment fix. by Xavier Ducrohet · 13 years ago
  57. d2f664d Misc layoutlib fix in preparation of the access change in framework code. by Xavier Ducrohet · 13 years ago
  58. bc68a59 Report the external display size to the input reader. by Jeff Brown · 13 years ago
  59. af64556 Layoutlib: misc fix + start of AndroidBidi support. by Xavier Ducrohet · 13 years ago
  60. 91e8812 Enable IMEs to set additional subtypes in background by satok · 13 years ago
  61. 37b3cc3 am 9163a4a6: am aa4b1d8b: am d292d2a0: Merge 36a3a392 from mr1. by Xavier Ducrohet · 13 years ago
  62. 96131ee LayoutLib: updated fake accessbility manager and ensure there's an InputMethodManager by Xavier Ducrohet · 13 years ago
  63. 0a49635 LayoutLib: Delegate for Display and IWindowManager implementation. by Xavier Ducrohet · 13 years ago
  64. 77eaa10 new button graphics for layoutlib. by Xavier Ducrohet · 13 years ago
  65. d292d2a Merge 36a3a392 from mr1. by Xavier Ducrohet · 13 years ago
  66. 98e1e18 Fix build. by Brian Carlstrom · 14 years ago
  67. e86c5b2 Merge "Add missing delegate to the layoutlib." by Xavier Ducrohet · 14 years ago
  68. 3523325 Merge "Include testdata in layoutlib-tests." by Brett Chabot · 14 years ago
  69. fc51168 Add missing delegate to the layoutlib. by Xavier Ducrohet · 14 years ago
  70. 01f0fd8 Include testdata in layoutlib-tests. by Brett Chabot · 14 years ago
  71. 9340ab4 am 0be8522b: am d1abd94f: am 04ce8111: Bring in more layout lib changes from hc-mr1. by Xavier Ducrohet · 14 years ago
  72. 04ce811 Bring in more layout lib changes from hc-mr1. by Xavier Ducrohet · 14 years ago
  73. 66743a1 Fix changed native method delegates in layoutlib for ICS. by Xavier Ducrohet · 14 years ago
  74. 2dcb6e8 am 48305f32: am 2e0f7118: am 8ee28811: Merge changes Idbb70f53,I10426a3f into honeycomb-mr2 by Xavier Ducrohet · 14 years ago
  75. 45b662e Merge 06942bc4 from hc-mr1. by Xavier Ducrohet · 14 years ago
  76. beb5fb6 Merge 988eeeb5 from hc-mr1. by Xavier Ducrohet · 14 years ago
  77. f18e311 am abc83871: am f6e47999: am 2a6dc7f1: Merge "Import the Layoutlib from hc-mr1." into honeycomb-mr2 by Xavier Ducrohet · 14 years ago
  78. fb93ce9 Import the Layoutlib from hc-mr1. by Xavier Ducrohet · 14 years ago
  79. 9f23e60 am a13462a9: am 582841e7: am b18e700c: am aa0834e3: Merge "LayoutLib: support the new baseline/margin query API." into honeycomb-mr1 by Xavier Ducrohet · 14 years ago
  80. 05b7b69 LayoutLib: support the new baseline/margin query API. by Xavier Ducrohet · 14 years ago
  81. 8c2f85d am d0054160: am 6d040a7f: am 738c5e60: am 2fae858d: LayoutLib: implement data binding for most AdapterView by Xavier Ducrohet · 14 years ago
  82. 2fae858 LayoutLib: implement data binding for most AdapterView by Xavier Ducrohet · 14 years ago
  83. 515a08b Merge 59aad78e from master. do not merge. by Xavier Ducrohet · 14 years ago
  84. c5aeac7 LayoutLib: Fix issue with rendering mode. by Xavier Ducrohet · 14 years ago
  85. 67450db LayoutLib: TypedArray.getDimensionPixelSize can actually return <0 by Xavier Ducrohet · 14 years ago
  86. 9d76581 LayoutLib: Fix Arc rendering. by Xavier Ducrohet · 14 years ago
  87. adaa12c LayoutLib: fix Capabilities and getDimensionPixelSize by Xavier Ducrohet · 14 years ago
  88. 6f2fb57 LayoutLib: Fix dimension parsing to handle negative value. by Xavier Ducrohet · 14 years ago
  89. c12b409 LayoutLib: Implement some missing add###() method in Path. by Xavier Ducrohet · 14 years ago
  90. 6482517 Fix issue #3485923: Gmail crash by Dianne Hackborn · 14 years ago
  91. a4510a7 LayoutLib: fix incorrect indices in one of the 2 native_drawTextRun methods. by Xavier Ducrohet · 14 years ago
  92. 1911a6f LayoutLib: move tests to their own project. by Xavier Ducrohet · 14 years ago
  93. f0a5343 LayoutLib: Add debug mode. by Xavier Ducrohet · 14 years ago
  94. b2c7dd5 LayoutLib: downsize the SparseArray when possible. by Xavier Ducrohet · 14 years ago
  95. c6083f2 LayoutLib: misc fixes. by Xavier Ducrohet · 14 years ago
  96. cc4977d LayoutLib: Hold onto delegate references. by Xavier Ducrohet · 14 years ago
  97. 8cb6fc1 LayoutLib: Import of SparseArray as SparseWeakArray. by Xavier Ducrohet · 14 years ago
  98. 1ca584a LayoutLib: remove assert in resource resolution. by Xavier Ducrohet · 14 years ago
  99. 3e87bfa LayoutLib: support defStyleRes in obtainStyledAttributes. by Xavier Ducrohet · 14 years ago
  100. f209999 LayoutLib: properly handle @null references in more places. by Xavier Ducrohet · 14 years ago