1. f43489d Fix aapt dump badging to support xlarge screens. by Dianne Hackborn · 14 years ago
  2. 02ca31f Add OBB flags to support overlays by Kenny Root · 14 years ago
  3. e05184f Merge "Output proguard keep flags for fragment classes." into gingerbread by Ying Wang · 14 years ago
  4. 244152b Merge "Change aapt's warning message to suggest formatted="false", not "true"." into gingerbread by Eric Fischer · 14 years ago
  5. 98ee11d Change aapt's warning message to suggest formatted="false", not "true". by Eric Fischer · 14 years ago
  6. 588f228 Add --max-res-version flag to aapt. by Ficus Kirkpatrick · 14 years ago
  7. 561a918 Output proguard keep flags for fragment classes. by Ying Wang · 14 years ago
  8. 6e7ac5f Initial tool for OBB manipulation by Kenny Root · 14 years ago
  9. 80e62ac Fix the layoutlib Paint.set(Paint) method. Do not merge. by Xavier Ducrohet · 14 years ago
  10. 80a60ba Clean up some style in the makefiles. by Joe Onorato · 14 years ago
  11. 45378f0 am 6b22d81a: As Donut (API=4) devices and earlier do not have a Bluetooth API, .apk files that have minSdkLevel (or targetSdkLevel) set to 4 or lower should not be presumed to require Bluetooth just because they take the permission. by Dan Morrill · 14 years ago
  12. 6b22d81 As Donut (API=4) devices and earlier do not have a Bluetooth API, .apk files by Dan Morrill · 14 years ago
  13. 9a5fcd1 am 9d71860e: Merge "The aapt and aidl tools are prebuilt when we\'re doing an apps-only build, so don\'t try to build them." into froyo by Joe Onorato · 14 years ago
  14. 46b9ac0 Native input dispatch rewrite work in progress. by Jeff Brown · 14 years ago
  15. 74905e5 The aapt and aidl tools are prebuilt when we're doing an apps-only build, so don't try to build them. by Joe Onorato · 14 years ago
  16. 168585e am 5474902f: Merge "xhdpi" into froyo by Dianne Hackborn · 14 years ago
  17. 588feee xhdpi by Dianne Hackborn · 14 years ago
  18. 15fe2cb Add error checking for translatable strings by Kenny Root · 14 years ago
  19. 38a410f am 686d9ff5: merge from open-source master by The Android Open Source Project · 14 years ago
  20. 686d9ff merge from open-source master by The Android Open Source Project · 14 years ago
  21. 0a26aaa Merge "long modifier was on the wrong argument." by Jean-Baptiste Queru · 14 years ago
  22. 6a22fb9 am f7ebcfec: am e17b4e71: Merge "Adding the backward-compatible filtering heuristics for the new device features definitions added in FroYo." into froyo by Dan Morrill · 14 years ago
  23. 89d97c1 Adding the backward-compatible filtering heuristics for the new device by Dan Morrill · 14 years ago
  24. 14cee9f New xlarge screen size. by Dianne Hackborn · 14 years ago
  25. 2935553 Fix aapt to build in Windows SDK under Linux by Raphael · 14 years ago
  26. c56653b Adds back the finalize method on the replaced Paint class. by Xavier Ducrohet · 14 years ago
  27. c9f3088 Use correct API version for UTF-8 checking by Kenny Root · 14 years ago
  28. ed98309 Make aapt warning concise by Kenny Root · 14 years ago
  29. 1741cd4 Fix minSdkVersion scanning to not throw warnings by Kenny Root · 14 years ago
  30. 694f79b Fix issue #2519590: Lock screen stuck in landscape mode by Dianne Hackborn · 14 years ago
  31. 9e652a6 Give an 9-patch error on too many rows and columns by Kenny Root · 14 years ago
  32. 15a4d2f Add correct copyright headers to multiple files by Kenny Root · 14 years ago
  33. 7745622 Revert "Dedupe resource config pointers" by Kenny Root · 14 years ago
  34. 7b467d8 Dedupe resource config pointers by Kenny Root · 14 years ago
  35. cf244ad Add ability for some manifest attributes to reference resources. by Dianne Hackborn · 14 years ago
  36. cd47f11 Merge "Change an aapt "warning" from "*** " to "**** " (from three to four stars). "*** " (three stars and a space) is the 'magic make error string'; so this change makes it easier to find the real issues/errors in build logs. Besides, other aapt messages are "**** "." by Ed Heyl · 14 years ago
  37. 65e185b Change an aapt "warning" from "*** " to "**** " (from three to four stars). by Ed Heyl · 14 years ago
  38. ee2b21d Merge "Fix potential aapt crash when processing overlay." by Xavier Ducrohet · 14 years ago
  39. 83f4c09 Fix potential aapt crash when processing overlay. by Xavier Ducrohet · 14 years ago
  40. 7299c41 Refactor car mode. by Dianne Hackborn · 14 years ago
  41. b0381ef Fix issue #2485441: SettingsBackupAgent crashed system server by Dianne Hackborn · 14 years ago
  42. abd0365 Fix issue #2482423: Settings is broken due to dead-code stripping by Dianne Hackborn · 14 years ago
  43. ef05e07 Fix issue #2448075: aapt doesn't fix up activity-alias android:targetActivity links by Dianne Hackborn · 14 years ago
  44. 2269d157 Re-arrange android-common so framework no longer links with it. by Dianne Hackborn · 14 years ago
  45. 7ff20e3 Create own reference for minSdkVersion in aapt by Kenny Root · 14 years ago
  46. 5a8ec76 Scan for android namespace in manifest by Kenny Root · 14 years ago
  47. ba28996 Merge "Remove empty finalize methods." by Carl Shapiro · 14 years ago
  48. 05c376b Remove empty finalize methods. by Carl Shapiro · 14 years ago
  49. a09bb0d Merge "New update of preloaded classes for Froyo." by Jesse Wilson · 14 years ago
  50. e9fcaa0 New update of preloaded classes for Froyo. by Jesse Wilson · 14 years ago
  51. be896a9 Merge "Fix the layoutlib to still support fill_parent." by Xavier Ducrohet · 14 years ago
  52. bc3323b Fix the layoutlib to still support fill_parent. by Xavier Ducrohet · 14 years ago
  53. 780d2a1 Use UTF-8 strings to avoid duplicate caching, part 1 by Kenny Root · 14 years ago
  54. e599f78 Use direct reference to enum in AaptAssets by Kenny Root · 14 years ago
  55. e36d6e2 Work on issue #2263557: PMF3000 showing hybrid of portrait and landscape modes by Dianne Hackborn · 14 years ago
  56. 5706329 Merge "Change buf size holding integer in ResourceTable" by Kenny Root · 14 years ago
  57. f5a7c12 Change buf size holding integer in ResourceTable by Kenny Root · 14 years ago
  58. fedfea2 Fix enum reference by Kenny Root · 14 years ago
  59. ddcf25e am 2be56ccb: Merge "Add --auto-add-overlay option to aapt. DO NOT MERGE" into eclair by Xavier Ducrohet · 14 years ago
  60. b9d2dc2 Add --auto-add-overlay option to aapt. DO NOT MERGE by Xavier Ducrohet · 14 years ago
  61. e2c17f9 Dump original-package entries. by Jeff Hamilton · 14 years ago
  62. 99e1cda Fix in layoutlib due to some changes in the frameworks. by Xavier Ducrohet · 14 years ago
  63. 27b28b3 Introduce special UI modes for night and car usage. by Tobias Haamel · 14 years ago
  64. e83cefce New external storage APIs. by Dianne Hackborn · 14 years ago
  65. 99080c7 Add --auto-add-overlay option to aapt. by Xavier Ducrohet · 14 years ago
  66. 2fee0ed Add the --rename-manifest-package option to aapt. by Jeff Hamilton · 15 years ago
  67. 1590077 am 6efe03b1: am 6f9e2c64: Merge "Find layout classes in all "layout-*" dirs." into eclair by Ying Wang · 14 years ago
  68. 264ce38 am 3bd6dc65: am b44051ee: Merge "ADT/Layoutlib: implement sweep gradient." into eclair by Xavier Ducrohet · 14 years ago
  69. 28d9c60 am 60e3c09e: am 6866daee: Merge "ADT/Layoutlib: implement radial gradient." into eclair by Xavier Ducrohet · 14 years ago
  70. b70efcb am 3c05f1fb: am b5fb50a1: Merge "Add instrumentation as a source tag for proguard keep options." into eclair by Ying Wang · 14 years ago
  71. c22b3ca am da84d6a1: am 908a8111: Merge "ADT/Layoutlib: Add dash support to stroke." into eclair by Xavier Ducrohet · 14 years ago
  72. 4e8e87d am c0ea805c: am 2b30a4a5: Merge "ADT/Layoutlib: properly handle stroke information." into eclair by Xavier Ducrohet · 14 years ago
  73. 37f3ddb Merge "relocate GoogleLoginService" by Doug Zongker · 14 years ago
  74. 0a2fb21 relocate GoogleLoginService by Doug Zongker · 14 years ago
  75. 18d21ef am 20cc5570: am 79f05bb4: Merge "ADT/Layoutlib: improved gradient drawing for perf." into eclair by Xavier Ducrohet · 14 years ago
  76. beb0993 am 38fa9eee: am 89d538dc: ADT/Layoutlib: don\'t draw 0-sized rectangle, AWT doesn\'t like that. by Xavier Ducrohet · 14 years ago
  77. 900399f am 895c92a4: am 240298f9: Merge "ADT/Layoutlib: always use custom gradient (java) Paint." into eclair by Xavier Ducrohet · 14 years ago
  78. 7fa53aa am 31ef2e77: am b847fbf2: Merge "ADT/Layout: support for 3+ color in linear gradients" into eclair by Xavier Ducrohet · 14 years ago
  79. 6efe03b am 6f9e2c64: Merge "Find layout classes in all "layout-*" dirs." into eclair by Ying Wang · 14 years ago
  80. c111296 Find layout classes in all "layout-*" dirs. by Ying Wang · 14 years ago
  81. 3bd6dc6 am b44051ee: Merge "ADT/Layoutlib: implement sweep gradient." into eclair by Xavier Ducrohet · 14 years ago
  82. 3330927 ADT/Layoutlib: implement sweep gradient. by Xavier Ducrohet · 14 years ago
  83. ef5506c am f95e3dd2: am 5e083024: ADT/Layoutlib: shader clean-up. by Xavier Ducrohet · 14 years ago
  84. 691b47e am e1a99147: am d3026e16: Merge "ADT/Layoutlib: 2 color, linear gradient support." into eclair by Xavier Ducrohet · 14 years ago
  85. 60e3c09 am 6866daee: Merge "ADT/Layoutlib: implement radial gradient." into eclair by Xavier Ducrohet · 14 years ago
  86. 3c05f1f am b5fb50a1: Merge "Add instrumentation as a source tag for proguard keep options." into eclair by Ying Wang · 14 years ago
  87. 6866dae Merge "ADT/Layoutlib: implement radial gradient." into eclair by Xavier Ducrohet · 14 years ago
  88. 45a7c28 ADT/Layoutlib: implement radial gradient. by Xavier Ducrohet · 14 years ago
  89. b5fb50a Merge "Add instrumentation as a source tag for proguard keep options." into eclair by Ying Wang · 14 years ago
  90. 28039a6 am 1da2735c: am f73bd14a: Merge "ADT/Layoutlib: implement Canvas.concat(Matrix)" into eclair by Xavier Ducrohet · 14 years ago
  91. 05bc8d7 am cff6c845: am ae4bd059: ADT/Layoutlib: Reimplement parts of BitmapFactory by Xavier Ducrohet · 14 years ago
  92. da84d6a am 908a8111: Merge "ADT/Layoutlib: Add dash support to stroke." into eclair by Xavier Ducrohet · 14 years ago
  93. c0ea805 am 2b30a4a5: Merge "ADT/Layoutlib: properly handle stroke information." into eclair by Xavier Ducrohet · 14 years ago
  94. 36ab128 ADT/Layoutlib: Add dash support to stroke. by Xavier Ducrohet · 14 years ago
  95. 5ac8f40 ADT/Layoutlib: properly handle stroke information. by Xavier Ducrohet · 14 years ago
  96. 20cc557 am 79f05bb4: Merge "ADT/Layoutlib: improved gradient drawing for perf." into eclair by Xavier Ducrohet · 14 years ago
  97. 38fa9ee am 89d538dc: ADT/Layoutlib: don\'t draw 0-sized rectangle, AWT doesn\'t like that. by Xavier Ducrohet · 14 years ago
  98. 79f05bb Merge "ADT/Layoutlib: improved gradient drawing for perf." into eclair by Xavier Ducrohet · 14 years ago
  99. e8f4d7d ADT/Layoutlib: improved gradient drawing for perf. by Xavier Ducrohet · 14 years ago
  100. 895c92a am 240298f9: Merge "ADT/Layoutlib: always use custom gradient (java) Paint." into eclair by Xavier Ducrohet · 14 years ago