1. 566b303 Add support for GradientColor in layoutlib by Diego Perez · 9 years ago
  2. 5d1013c Implement native methods in VectorDrawable by Diego Perez · 9 years ago
  3. b63da06 Get color state list file content from PSI instead of disk by Jerome Gaillard · 9 years ago
  4. 6649ca3 Fix TypedArray.getTextArray() by Deepanshu Gupta · 9 years ago
  5. 0437cac Make getInt in BridgeTypedArray accept empty String. by Deepanshu Gupta · 9 years ago
  6. 5779ad7 Fix BridgeTypedArray.getType() by Deepanshu Gupta · 9 years ago
  7. 476e582 LayoutLib: Change nullity annotations. by Deepanshu Gupta · 9 years ago
  8. 10dff45 Use non deprecated method for creating ColorStateList by Deepanshu Gupta · 9 years ago
  9. 21b5645 Fix include tag rendering. by Deepanshu Gupta · 9 years ago
  10. d77b9ed Add missing delegates for M preview. by Deepanshu Gupta · 9 years ago
  11. 37dbb8b Update to using LayoutlibCallback. by Deepanshu Gupta · 9 years ago
  12. 9ca9774 Add @empty support. by Deepanshu Gupta · 9 years ago
  13. b6864ac Resource resolution fixes. by Deepanshu Gupta · 10 years ago
  14. 4a605c6 Use right theme for drawable inflation. by Deepanshu Gupta · 10 years ago
  15. 3c8140a Minor style changes. by Deepanshu Gupta · 10 years ago
  16. 1718042 Always resolve enum when resolving resources. by Deepanshu Gupta · 10 years ago
  17. cd0bb17 Remove warning for null entries in resource array. by Deepanshu Gupta · 10 years ago
  18. bc34eb1 enums in dimension attributes. by Deepanshu Gupta · 10 years ago
  19. d4cf391 Null out "@null" attributes. by Deepanshu Gupta · 10 years ago
  20. 151b68d Fix "@null" resource values in LayoutLib. by Deepanshu Gupta · 10 years ago
  21. 26e32ea Update delegates by Deepanshu Gupta · 10 years ago
  22. dc62340 Stopgap fix for layoutlib. by Deepanshu Gupta · 10 years ago
  23. 831f3ce Add stub getThemeAttributeId() to BridgeTypedArray by Deepanshu Gupta · 10 years ago
  24. 857ba4a Fix layoutlib by avoiding Java7 calls by Deepanshu Gupta · 11 years ago
  25. 282e181 Revert "Move frameworks/base/tools/ to frameworks/tools/" by Adam Lesinski · 11 years ago
  26. 9f6a119 Move frameworks/base/tools/ to frameworks/tools/ by Mike Lockwood · 11 years ago
  27. 72c6137 Handle empty flag attributes, such as gravity="" by Tor Norbye · 12 years ago
  28. 330dd53 Remove remaining doc references to StyledAttributes. by John Spurlock · 12 years ago
  29. 5d701ed LayoutLib: Properly support attr ns when used in styles. by Xavier Ducrohet · 12 years ago
  30. 7f9f99ea Make some methods/fields package private so that layoutlib can access them. by Xavier Ducrohet · 13 years ago
  31. d2f664d Misc layoutlib fix in preparation of the access change in framework code. by Xavier Ducrohet · 13 years ago[Renamed (98%) from tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/BridgeTypedArray.java]
  32. d292d2a Merge 36a3a392 from mr1. by Xavier Ducrohet · 13 years ago
  33. 04ce811 Bring in more layout lib changes from hc-mr1. by Xavier Ducrohet · 13 years ago
  34. beb5fb6 Merge 988eeeb5 from hc-mr1. by Xavier Ducrohet · 13 years ago
  35. fb93ce9 Import the Layoutlib from hc-mr1. by Xavier Ducrohet · 13 years ago
  36. 67450db LayoutLib: TypedArray.getDimensionPixelSize can actually return <0 by Xavier Ducrohet · 13 years ago
  37. adaa12c LayoutLib: fix Capabilities and getDimensionPixelSize by Xavier Ducrohet · 14 years ago
  38. 6f2fb57 LayoutLib: Fix dimension parsing to handle negative value. by Xavier Ducrohet · 14 years ago
  39. 1ca584a LayoutLib: remove assert in resource resolution. by Xavier Ducrohet · 14 years ago
  40. f209999 LayoutLib: properly handle @null references in more places. by Xavier Ducrohet · 14 years ago
  41. 559358f am 1858c95e: am 02d2b5a4: LayoutLib: When possible ensure parsers are popped from the stack. by Xavier Ducrohet · 14 years ago
  42. 02d2b5a LayoutLib: When possible ensure parsers are popped from the stack. by Xavier Ducrohet · 14 years ago
  43. 8a80a85 LayoutLib: remove some exceptions. by Xavier Ducrohet · 14 years ago
  44. d96a740 LayoutLib: Handle color state list in methods returning an int. by Xavier Ducrohet · 14 years ago
  45. bbbb832 LayoutLib: render system/title/action bars. by Xavier Ducrohet · 14 years ago
  46. b353495 LayoutLib: update with Pair API. by Xavier Ducrohet · 14 years ago
  47. 35ea7cd LayoutLib: Update with the new resource map APIs. by Xavier Ducrohet · 14 years ago
  48. 70552fb LayoutLib: Update to use the new RenderResources API. by Xavier Ducrohet · 14 years ago
  49. d1d6faf LayoutLib: extract resource resolution into its own class. by Xavier Ducrohet · 14 years ago
  50. 51a7e54 LayoutLib: update logs to use new data bundle by Xavier Ducrohet · 14 years ago
  51. 918aaa5 LayoutLib: Use the new log tag constants from LayoutLog by Xavier Ducrohet · 14 years ago
  52. 56222cf LayoutLib: use tags in logs. by Xavier Ducrohet · 14 years ago
  53. 6c740cf LayoutLib: Improve error reporting. by Xavier Ducrohet · 14 years ago
  54. eb87b3b LayoutLib: fix some issue with resource resolution. by Xavier Ducrohet · 14 years ago
  55. 419e829 LayoutLib: move asserts around. by Xavier Ducrohet · 14 years ago
  56. c77515e LayoutLib: display warning when a resource reference fails to resolve. by Xavier Ducrohet · 14 years ago
  57. 19a0210 LayoutLib: Update layoutlib with revised API. by Xavier Ducrohet · 14 years ago
  58. 6735cff LayoutLib: parsed resources were always set as platform res. by Xavier Ducrohet · 14 years ago
  59. ffb42f6 LayoutLib: Adapt to new LayoutLib by Xavier Ducrohet · 14 years ago
  60. 168677c LayoutLib: Fix logging. by Xavier Ducrohet · 14 years ago
  61. 071dee2 Misc fix in layoutlib bridge + View.isIneditMode as delegate. by Xavier Ducrohet · 14 years ago
  62. c2e9651 Layoutlib: New bridge implementation using the new API 5. by Xavier Ducrohet · 14 years ago[Renamed (98%) from tools/layoutlib/bridge/src/com/android/layoutlib/bridge/BridgeTypedArray.java]
  63. 2269d157 Re-arrange android-common so framework no longer links with it. by Dianne Hackborn · 15 years ago
  64. bc3323b Fix the layoutlib to still support fill_parent. by Xavier Ducrohet · 15 years ago
  65. 980a938 Deprecate fill_parent and introduce match_parent. Bug: #2361749. by Romain Guy · 15 years ago
  66. d4a4729 Update imports to android-common by Tom Taylor · 15 years ago
  67. f18ccc1 Fix a warning output. by Xavier Ducrohet · 15 years ago
  68. 56a92e3 Add density support to layoutlib so that bitmap are scaled if needed. by Xavier Ducrohet · 15 years ago
  69. eba337a Reimplement TypedArray.getLayoutDimension(int, int) for the layout bridge. by Xavier Ducrohet · 15 years ago
  70. 1059253 auto import from //branches/cupcake_rel/...@140373 by The Android Open Source Project · 15 years ago
  71. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  72. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  73. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago