1. e36d6e2 Work on issue #2263557: PMF3000 showing hybrid of portrait and landscape modes by Dianne Hackborn · 16 years ago
  2. 99e1cda Fix in layoutlib due to some changes in the frameworks. by Xavier Ducrohet · 16 years ago
  3. 27b28b3 Introduce special UI modes for night and car usage. by Tobias Haamel · 16 years ago
  4. e83cefce New external storage APIs. by Dianne Hackborn · 16 years ago
  5. 264ce38 am 3bd6dc65: am b44051ee: Merge "ADT/Layoutlib: implement sweep gradient." into eclair by Xavier Ducrohet · 16 years ago
  6. 28d9c60 am 60e3c09e: am 6866daee: Merge "ADT/Layoutlib: implement radial gradient." into eclair by Xavier Ducrohet · 16 years ago
  7. c22b3ca am da84d6a1: am 908a8111: Merge "ADT/Layoutlib: Add dash support to stroke." into eclair by Xavier Ducrohet · 16 years ago
  8. 4e8e87d am c0ea805c: am 2b30a4a5: Merge "ADT/Layoutlib: properly handle stroke information." into eclair by Xavier Ducrohet · 16 years ago
  9. 18d21ef am 20cc5570: am 79f05bb4: Merge "ADT/Layoutlib: improved gradient drawing for perf." into eclair by Xavier Ducrohet · 16 years ago
  10. beb0993 am 38fa9eee: am 89d538dc: ADT/Layoutlib: don\'t draw 0-sized rectangle, AWT doesn\'t like that. by Xavier Ducrohet · 16 years ago
  11. 900399f am 895c92a4: am 240298f9: Merge "ADT/Layoutlib: always use custom gradient (java) Paint." into eclair by Xavier Ducrohet · 16 years ago
  12. 7fa53aa am 31ef2e77: am b847fbf2: Merge "ADT/Layout: support for 3+ color in linear gradients" into eclair by Xavier Ducrohet · 16 years ago
  13. 3330927 ADT/Layoutlib: implement sweep gradient. by Xavier Ducrohet · 16 years ago
  14. ef5506c am f95e3dd2: am 5e083024: ADT/Layoutlib: shader clean-up. by Xavier Ducrohet · 16 years ago
  15. 691b47e am e1a99147: am d3026e16: Merge "ADT/Layoutlib: 2 color, linear gradient support." into eclair by Xavier Ducrohet · 16 years ago
  16. 45a7c28 ADT/Layoutlib: implement radial gradient. by Xavier Ducrohet · 16 years ago
  17. 28039a6 am 1da2735c: am f73bd14a: Merge "ADT/Layoutlib: implement Canvas.concat(Matrix)" into eclair by Xavier Ducrohet · 16 years ago
  18. 05bc8d7 am cff6c845: am ae4bd059: ADT/Layoutlib: Reimplement parts of BitmapFactory by Xavier Ducrohet · 16 years ago
  19. 36ab128 ADT/Layoutlib: Add dash support to stroke. by Xavier Ducrohet · 16 years ago
  20. 5ac8f40 ADT/Layoutlib: properly handle stroke information. by Xavier Ducrohet · 16 years ago
  21. 79f05bb Merge "ADT/Layoutlib: improved gradient drawing for perf." into eclair by Xavier Ducrohet · 16 years ago
  22. e8f4d7d ADT/Layoutlib: improved gradient drawing for perf. by Xavier Ducrohet · 16 years ago
  23. 89d538dc ADT/Layoutlib: don't draw 0-sized rectangle, AWT doesn't like that. by Xavier Ducrohet · 16 years ago
  24. 2dbb923 ADT/Layoutlib: always use custom gradient (java) Paint. by Xavier Ducrohet · 16 years ago
  25. 374abf0 ADT/Layout: support for 3+ color in linear gradients by Xavier Ducrohet · 16 years ago
  26. 5e08302 ADT/Layoutlib: shader clean-up. by Xavier Ducrohet · 16 years ago
  27. 63b2e61 ADT/Layoutlib: 2 color, linear gradient support. by Xavier Ducrohet · 16 years ago
  28. 608cd11 ADT/Layoutlib: implement Canvas.concat(Matrix) by Xavier Ducrohet · 16 years ago
  29. ae4bd05 ADT/Layoutlib: Reimplement parts of BitmapFactory by Xavier Ducrohet · 16 years ago
  30. 6d40ee3 am f5a84f8a: am dfe25b0e: Merge "LayoutLib: support for custom styles." into eclair by Xavier Ducrohet · 16 years ago
  31. 9ce3b77 LayoutLib: support for custom styles. by Xavier Ducrohet · 16 years ago
  32. 2924a51 Fix duplicate constant in layoutbridge. by Romain Guy · 16 years ago
  33. 980a938 Deprecate fill_parent and introduce match_parent. Bug: #2361749. by Romain Guy · 16 years ago
  34. d4a4729 Update imports to android-common by Tom Taylor · 16 years ago
  35. 9ddb7df Fix build. by Dianne Hackborn · 16 years ago
  36. 0da2676 Minor fix for the parent style computation in the layoutlib. by Xavier Ducrohet · 16 years ago
  37. 76410f1 Properly implement Paint.breakText for layoutlib. by Xavier Ducrohet · 16 years ago
  38. bf6956b Add a way for wallpapers to know the delta between virtual screens. by Marco Nelissen · 16 years ago
  39. 9a4593f Support for fallback fonts in layoutlib. by Xavier Ducrohet · 16 years ago
  40. a86f284 Fix layoutlib tests so they pas when run from Eclipse workbench. by Brett Chabot · 16 years ago
  41. 7580493 Implement feature #2117336: Create event communication APIs for live wallpaper by Dianne Hackborn · 16 years ago
  42. 5f9d4ba layout lib tests cleanup by Xavier Ducrohet · 16 years ago
  43. 0a9d46b Add a test to make sure the replaced classes in layoutlib are correct. by Xavier Ducrohet · 16 years ago
  44. 9f751ab Reimplement all the method of Paint for layoutlib by Xavier Ducrohet · 16 years ago
  45. 8c73967 Fix the layoutlib test to run from adt-tests. by Xavier Ducrohet · 16 years ago
  46. f18ccc1 Fix a warning output. by Xavier Ducrohet · 16 years ago
  47. ffa4248 Fix issue #2133206: dialogs/menus should auto-dismiss when screen turns off by Dianne Hackborn · 16 years ago
  48. 56a92e3 Add density support to layoutlib so that bitmap are scaled if needed. by Xavier Ducrohet · 16 years ago
  49. de0dfb7 Fix issue #2125720 Weather Forecast Widget - graphics do not scale by Dianne Hackborn · 16 years ago
  50. efa199f Add API to send an ordered sticky broadcast. by Dianne Hackborn · 16 years ago
  51. fa82f22 Fix issue #2093608: Calendar widget takes a few seconds to launch by Dianne Hackborn · 16 years ago
  52. 19382ac Some optizations to wallpaper drawing/scrolling. by Dianne Hackborn · 16 years ago
  53. ad013fa Replace fullHeight support by fullSize (height and width) by Xavier Ducrohet · 16 years ago
  54. d604ad1 Support full length rendering. by Xavier Ducrohet · 16 years ago
  55. f369b71 am ad4bc607: Merge change 21772 into donut by Xavier Ducrohet · 16 years ago
  56. 72e4bcd Fix Resources#opeRawResource(int, TypedValue) in layoutlib. by Xavier Ducrohet · 16 years ago
  57. f7064e1 am ace6a5cf: Merge change 21408 into donut by Xavier Ducrohet · 16 years ago
  58. 1a8c159 am c1c432f5: Merge change 21241 into donut by Xavier Ducrohet · 16 years ago
  59. 8df8b2b Allow wallpapers to get touch events. by Dianne Hackborn · 16 years ago
  60. 2473ef56 Improved drawing/matrix support in layoutlib by Xavier Ducrohet · 16 years ago
  61. 0970101 Layoutlib now uses the dimen status_bar_height instead of hard-coded value by Xavier Ducrohet · 16 years ago
  62. 1d47a51 am 94ff3f1f: Merge change 21063 into donut by Xavier Ducrohet · 16 years ago
  63. 314e022 am e1b63d22: Merge change 21033 into donut by Xavier Ducrohet · 16 years ago
  64. 08e2a4b Fix handling of reference XML file in layout files by Xavier Ducrohet · 16 years ago
  65. 385df69 remove Gears by Andrei Popescu · 16 years ago
  66. 7953e7d Mock ServiceManager and AccesibilityManager to make the view renders in ADT by Xavier Ducrohet · 16 years ago
  67. 72c82ab Report wallpaper offset to the wallpaper, use this in the image wallpaper. by Dianne Hackborn · 16 years ago
  68. c8a0a75 Implement support for scrolling a wallpaper. by Dianne Hackborn · 16 years ago
  69. eba337a Reimplement TypedArray.getLayoutDimension(int, int) for the layout bridge. by Xavier Ducrohet · 16 years ago
  70. a53b828 Add "nodpi" density, and expose a bunch of density-related APIs. by Dianne Hackborn · 16 years ago
  71. 723738c Expand support for different screen sizes. by Dianne Hackborn · 16 years ago
  72. 63e7155 Merge change 4696 into donut by Android (Google) Code Review · 16 years ago
  73. 5c1e00b Fix targetSdkVersion, make resize mode a flag, delayed dexopt, easy ApplicationInfo. by Dianne Hackborn · 16 years ago
  74. 83189c9 Connect TabHost/TabWidget/FrameLayout in the layout editor. by Xavier Ducrohet · 16 years ago
  75. 23ecae3 Fix SharedPrefsBackupHelper so it doesn't hard code the paths to the files. by Joe Onorato · 16 years ago
  76. 1741ec3 Fix external bug 2875: Matrix#mValues[7] assigned twice in place of mValues[8] by Xavier Ducrohet · 16 years ago
  77. 9189cab * Moved supports-density tag under manifest by Mitsuru Oshima · 16 years ago
  78. 231cc60 Rewrite SyncStorageEngine to use flat files and in-memory data structures. by Dianne Hackborn · 17 years ago
  79. 33fbd3b Ignore layout bin directories in git. by Raphael · 17 years ago
  80. 13735a2 Merge branch 'readonly-p4-donut' into donut by Mitsuru Oshima · 17 years ago
  81. 8169dae AI 147976: Compatibility mode support. Part 2. by Mitsuru Oshima · 17 years ago
  82. d4943a9 Add file to ignore the content of the layoutlib/Bridge Eclipe bin folder. by Xavier Ducrohet · 17 years ago
  83. e306612 AI 146485: am: CL 146411 Fix BridgeCanvas#drawRoundRect by Xavier Ducrohet · 17 years ago
  84. 1059253 auto import from //branches/cupcake_rel/...@140373 by The Android Open Source Project · 17 years ago
  85. 4df2423 auto import from //depot/cupcake/@136594 by The Android Open Source Project · 17 years ago
  86. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 17 years ago
  87. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 17 years ago
  88. 076357b auto import from //depot/cupcake/@132589 by The Android Open Source Project · 17 years ago
  89. 3dec7d5 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 17 years ago
  90. da996f3 auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 17 years ago
  91. d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 17 years ago
  92. b798689 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 17 years ago
  93. f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 17 years ago
  94. 54b6cfa Initial Contribution by The Android Open Source Project · 17 years ago