1. 45a7c28 ADT/Layoutlib: implement radial gradient. by Xavier Ducrohet · 15 years ago
  2. 36ab128 ADT/Layoutlib: Add dash support to stroke. by Xavier Ducrohet · 15 years ago
  3. 5ac8f40 ADT/Layoutlib: properly handle stroke information. by Xavier Ducrohet · 15 years ago
  4. 79f05bb Merge "ADT/Layoutlib: improved gradient drawing for perf." into eclair by Xavier Ducrohet · 15 years ago
  5. e8f4d7d ADT/Layoutlib: improved gradient drawing for perf. by Xavier Ducrohet · 15 years ago
  6. 89d538dc ADT/Layoutlib: don't draw 0-sized rectangle, AWT doesn't like that. by Xavier Ducrohet · 15 years ago
  7. 2dbb923 ADT/Layoutlib: always use custom gradient (java) Paint. by Xavier Ducrohet · 15 years ago
  8. 374abf0 ADT/Layout: support for 3+ color in linear gradients by Xavier Ducrohet · 15 years ago
  9. 5e08302 ADT/Layoutlib: shader clean-up. by Xavier Ducrohet · 15 years ago
  10. 63b2e61 ADT/Layoutlib: 2 color, linear gradient support. by Xavier Ducrohet · 15 years ago
  11. 608cd11 ADT/Layoutlib: implement Canvas.concat(Matrix) by Xavier Ducrohet · 15 years ago
  12. ae4bd05 ADT/Layoutlib: Reimplement parts of BitmapFactory by Xavier Ducrohet · 15 years ago
  13. 4199528a Only output proguard keep for nonempty attribute name in the AndroidManifest.xml. by Ying Wang · 15 years ago
  14. 9ce3b77 LayoutLib: support for custom styles. by Xavier Ducrohet · 15 years ago
  15. ce60d4b Merge "Move Layoutlib API library to sdk.git" into eclair by Xavier Ducrohet · 15 years ago
  16. 8293593 Move Layoutlib API library to sdk.git by Xavier Ducrohet · 15 years ago
  17. cb2d50d Fix issue #2357259: aapt tool prints "uses-configuation:" by Dianne Hackborn · 15 years ago
  18. a8ba311 Layoutlib: Add a constant for default density value. by Xavier Ducrohet · 15 years ago
  19. 63459ad Add --custom-package to aapt by Xavier Ducrohet · 15 years ago
  20. 9ddb7df Fix build. by Dianne Hackborn · 15 years ago
  21. 0da2676 Minor fix for the parent style computation in the layoutlib. by Xavier Ducrohet · 15 years ago
  22. 76410f1 Properly implement Paint.breakText for layoutlib. by Xavier Ducrohet · 15 years ago
  23. bf6956b Add a way for wallpapers to know the delta between virtual screens. by Marco Nelissen · 15 years ago
  24. 9a4593f Support for fallback fonts in layoutlib. by Xavier Ducrohet · 15 years ago
  25. 5fc71e6 am 00e44ef2: Merge change I54545dfd into eclair-sdk by Dirk Dougherty · 15 years ago
  26. 59ad275 doc change: fix broken R.styleable formatting (caused by missing periods). Adjust table markup. by Dirk Dougherty · 15 years ago
  27. a86f284 Fix layoutlib tests so they pas when run from Eclipse workbench. by Brett Chabot · 15 years ago
  28. 7580493 Implement feature #2117336: Create event communication APIs for live wallpaper by Dianne Hackborn · 15 years ago
  29. 37c4157 add "junk path" -k option to aapt (DO NOT MERGE) by Doug Zongker · 15 years ago
  30. 5f9d4ba layout lib tests cleanup by Xavier Ducrohet · 15 years ago
  31. 0a9d46b Add a test to make sure the replaced classes in layoutlib are correct. by Xavier Ducrohet · 15 years ago
  32. 9f751ab Reimplement all the method of Paint for layoutlib by Xavier Ducrohet · 15 years ago
  33. 8c73967 Fix the layoutlib test to run from adt-tests. by Xavier Ducrohet · 15 years ago
  34. ac7391d Refactor class/method names used by layoutlib_create. by Xavier Ducrohet · 15 years ago
  35. f18ccc1 Fix a warning output. by Xavier Ducrohet · 15 years ago
  36. 3cdfc04 AAPT: Ignore visual source safe files in resources by Raphael · 15 years ago
  37. ffa4248 Fix issue #2133206: dialogs/menus should auto-dismiss when screen turns off by Dianne Hackborn · 15 years ago
  38. 56a92e3 Add density support to layoutlib so that bitmap are scaled if needed. by Xavier Ducrohet · 15 years ago
  39. de0dfb7 Fix issue #2125720 Weather Forecast Widget - graphics do not scale by Dianne Hackborn · 15 years ago
  40. 3136d4b Merge change 26635 into eclair by Android (Google) Code Review · 15 years ago
  41. fcc3ccb Added tool to generate application-specific reports from class load profiling data. Generated new profiling data. Deleted old data. Generated new preloaded-classes file. by Bob Lee · 15 years ago
  42. 39cd36e Add density value to density enum. by Xavier Ducrohet · 15 years ago
  43. ccb630d Add a new IResourceValue that knows about the density. by Xavier Ducrohet · 15 years ago
  44. 40b9472 Fix issue with printing gles version in aapt dump badging option by Suchi Amalapurapu · 15 years ago
  45. efa199f Add API to send an ordered sticky broadcast. by Dianne Hackborn · 15 years ago
  46. fa82f22 Fix issue #2093608: Calendar widget takes a few seconds to launch by Dianne Hackborn · 15 years ago
  47. 93e462b Implement issue #1780928: Need support hiding nav keys. by Dianne Hackborn · 15 years ago
  48. d023f9a Merge change 24829 into eclair by Android (Google) Code Review · 15 years ago
  49. 19382ac Some optizations to wallpaper drawing/scrolling. by Dianne Hackborn · 15 years ago
  50. 7a79628 Fix some LayoutBridge javadoc. by Raphael · 15 years ago
  51. 93d7251 Fix compilation of add-resource tag. by Robert Greenwalt · 15 years ago
  52. c87d252 Make it an error to use a bare apostrophe in aapt, and adjust warnings/errors. by Eric Fischer · 15 years ago
  53. 832528f Fix replacement-after-add of resource files in overlay. by Robert Greenwalt · 15 years ago
  54. 56d8eea applications are at level 2 by Joe Onorato · 15 years ago
  55. 1553c82 Add a flag (-G) to aapt to have it output the classes that shouldn't be obfuscated by ProGuard. by Joe Onorato · 15 years ago
  56. 4923734 Add platform infrastructure for features. by Dianne Hackborn · 15 years ago
  57. e5276a7 Fix issue #2084148: Define the format for the auto focus preview for barcode scanning by Dianne Hackborn · 15 years ago
  58. 4a51c20 I am getting tired of the java doc warnings, so fix them. by Dianne Hackborn · 15 years ago
  59. ad013fa Replace fullHeight support by fullSize (height and width) by Xavier Ducrohet · 15 years ago
  60. d604ad1 Support full length rendering. by Xavier Ducrohet · 15 years ago
  61. 9abcba3 Merge change 21764 into eclair by Android (Google) Code Review · 15 years ago
  62. 1b12598 Add aapt extensions to dump badging to print more info about activities, receivers and services by Suchi Amalapurapu · 15 years ago
  63. f369b71 am ad4bc607: Merge change 21772 into donut by Xavier Ducrohet · 15 years ago
  64. 72e4bcd Fix Resources#opeRawResource(int, TypedValue) in layoutlib. by Xavier Ducrohet · 15 years ago
  65. 9cefd00 resolved conflicts for merge of 6ba69734 to eclair, skipping preloaded-classes as pre Bob by Android Git Automerger · 15 years ago
  66. f7064e1 am ace6a5cf: Merge change 21408 into donut by Xavier Ducrohet · 15 years ago
  67. 6919f69 am 75c49842: Add maxSdkVersion information in dump badging option by Suchi Amalapurapu · 15 years ago
  68. 1a8c159 am c1c432f5: Merge change 21241 into donut by Xavier Ducrohet · 15 years ago
  69. 82e7408 Merge change 21326 into eclair by Android (Google) Code Review · 15 years ago
  70. 8df8b2b Allow wallpapers to get touch events. by Dianne Hackborn · 15 years ago
  71. 6ba6973 Merge change 21178 into donut by Android (Google) Code Review · 15 years ago
  72. 9d2d6e1 Simplified algorithm used to generate the preloaded-classes list. Generated a new preloaded-classes file. by Bob Lee · 15 years ago
  73. 2473ef56 Improved drawing/matrix support in layoutlib by Xavier Ducrohet · 15 years ago
  74. 3547f85 aapt now attempts to process all assets even if some are malformed. by Daniel Sandler · 15 years ago
  75. 64551b2 Fix aapt to be able to add configs from overlays. by Dianne Hackborn · 15 years ago
  76. 75c4984 Add maxSdkVersion information in dump badging option by Suchi Amalapurapu · 15 years ago
  77. 0970101 Layoutlib now uses the dimen status_bar_height instead of hard-coded value by Xavier Ducrohet · 15 years ago
  78. 1d47a51 am 94ff3f1f: Merge change 21063 into donut by Xavier Ducrohet · 15 years ago
  79. 314e022 am e1b63d22: Merge change 21033 into donut by Xavier Ducrohet · 15 years ago
  80. 4e65350 Merge change 21159 by Android (Google) Code Review · 15 years ago
  81. 58c27a0 Allow overlays to add resources. by Dianne Hackborn · 15 years ago
  82. 08e2a4b Fix handling of reference XML file in layout files by Xavier Ducrohet · 15 years ago
  83. 385df69 remove Gears by Andrei Popescu · 15 years ago
  84. 7953e7d Mock ServiceManager and AccesibilityManager to make the view renders in ADT by Xavier Ducrohet · 15 years ago
  85. 72c82ab Report wallpaper offset to the wallpaper, use this in the image wallpaper. by Dianne Hackborn · 15 years ago
  86. 45e503a resolved conflicts for merge of 802527c6 to master skipping preloaded-classes as pre Bob by android-build SharedAccount · 15 years ago
  87. 2e93f65 Updated preloaded-classes file. by Bob Lee · 15 years ago
  88. c8a0a75 Implement support for scrolling a wallpaper. by Dianne Hackborn · 15 years ago
  89. 5887f21 am 747cb3b5: Merge change 9670 into donut by Android (Google) Code Review · 15 years ago
  90. 7ea9d79 Make aidl annotate onTransact with @Override by Xavier Ducrohet · 15 years ago
  91. f57117b am eba337ad: Reimplement TypedArray.getLayoutDimension(int, int) for the layout bridge. by Xavier Ducrohet · 15 years ago
  92. eba337a Reimplement TypedArray.getLayoutDimension(int, int) for the layout bridge. by Xavier Ducrohet · 15 years ago
  93. a8339df am 9fc20b0e: Merge change 8126 into donut by Android (Google) Code Review · 15 years ago
  94. c4db95c First pass at reworking screen density/size APIs. by Dianne Hackborn · 15 years ago
  95. 469b4c6 am aad0fcc9: Merge change 7783 into donut by Android (Google) Code Review · 15 years ago
  96. a53b828 Add "nodpi" density, and expose a bunch of density-related APIs. by Dianne Hackborn · 15 years ago
  97. dd93186 Format aapt warnings the same way as other compiler warnings by Marco Nelissen · 15 years ago
  98. f6ff591 am 72eb0aca: Merge change 5483 into donut by Android (Google) Code Review · 15 years ago
  99. 723738c Expand support for different screen sizes. by Dianne Hackborn · 15 years ago
  100. c7410f6 Add includes to enable host C++ tools to compile with GCC 4.4 by Jack Palevich · 15 years ago