1. ad75122 Include build number in aapt version by Adam Lesinski · 11 years ago
  2. 9a9a17e Revert "Include build number in aapt version" by Adam Lesinski · 11 years ago
  3. 71809ee Include build number in aapt version by Adam Lesinski · 11 years ago
  4. e47fd12 AAPT: Output only 64-bit arch when multiArch is true by Adam Lesinski · 11 years ago
  5. 91306bc Merge "Add FeatureGroup to PackageInfo" into lmp-dev by Adam Lesinski · 11 years ago
  6. d3edfde Add FeatureGroup to PackageInfo by Adam Lesinski · 11 years ago
  7. 2cb761e Fix assumption about DynamicRefTable in aapt by Adam Lesinski · 11 years ago
  8. 25d35a9 AAPT: Dump an APK's split name attribute by Adam Lesinski · 11 years ago
  9. c2dea8d Modify base Configuration used for aapt dump badging by Adam Lesinski · 11 years ago
  10. 63e646e Add shared library support to aapt dump by Adam Lesinski · 11 years ago
  11. d7a94da Have AEP GL feature depend on GLES 3.1 in badging by Adam Lesinski · 11 years ago
  12. 2c72b68 Add <feature-group> tag and change aapt badging by Adam Lesinski · 11 years ago
  13. eb8d1be Add a BIND_DREAM_SERVICE signature-level permission. by John Spurlock · 11 years ago
  14. 9d5b08e Dump more info about behaviors an APK offers by Adam Lesinski · 11 years ago
  15. 25e9d55 Don't dump data from a bad ResTable by Adam Lesinski · 11 years ago
  16. 9e1e95f Merge "AAPT dump badging should allow refs in meta-data" by Adam Lesinski · 11 years ago
  17. b71adb6 AAPT dump badging should allow refs in meta-data by Adam Lesinski · 11 years ago
  18. 4c1227e Merge "Fix crash in AAPT dump badging with bad StringPool" by Adam Lesinski · 11 years ago
  19. 9cb2c68 Fix crash in AAPT dump badging with bad StringPool by Adam Lesinski · 11 years ago
  20. 3921e87 Quick fix to ensure mipmap doesn't get stripped by AAPT by Adam Lesinski · 11 years ago
  21. fab5087 Add support for building split APKs by Adam Lesinski · 11 years ago
  22. 4b0ee78 resolved conflicts for merge of 56ca8219 to master by Elliott Hughes · 11 years ago
  23. 56ca821 resolved conflicts for merge of ec42199a to klp-modular-dev-plus-aosp by Elliott Hughes · 11 years ago
  24. a2ef5c0 Pseudolocalizer improvements. by Anton Krumin · 11 years ago
  25. 9eaaaf0 resolved conflicts for merge of a81ee86b to master by Tim Kilbourn · 11 years ago
  26. 032305f am b559b371: Merge "Dump leanback info in aapt dump badging." into klp-modular-dev by Tim Kilbourn · 11 years ago
  27. 0a5a5d6 Dump leanback info in aapt dump badging. by Tim Kilbourn · 11 years ago
  28. 8c1fc83 am 28879bbf: am be57fca4: Merge "Extended locales in AAPT / AssetManager." by Narayan Kamath · 11 years ago
  29. 788fa41 Extended locales in AAPT / AssetManager. by Narayan Kamath · 11 years ago
  30. 91447d8 Extended locales in AAPT / AssetManager. by Narayan Kamath · 11 years ago
  31. 94c40a4 resolved conflicts for merge of 1b5b60d6 to master by Adam Lesinski · 11 years ago
  32. 203356a Merge "Add support for multiple asset dirs (-A)" into klp-modular-dev by Adam Lesinski · 11 years ago
  33. f85e41f AssetManager cookies are now int32_t, not void*. by Narayan Kamath · 11 years ago
  34. 58f1f36 Dump maxSdk of uses-permission during badging by Adam Lesinski · 12 years ago
  35. 2675f76 Escape strings that are output by aapt dump badging by Maurice Chu · 12 years ago
  36. 7632731 Fix aapt when outputting meta-data tag values by Maurice Chu · 12 years ago
  37. 94fc912 resolved conflicts for merge of 0c923b7c to master by Adam Lesinski · 12 years ago
  38. a5018c9 resolved conflicts for merge of 5223a5ff to master by Adam Lesinski · 12 years ago
  39. ec4fdec Add support for supports-input element to aapt by Michael Wright · 12 years ago
  40. 282e181 Revert "Move frameworks/base/tools/ to frameworks/tools/" by Adam Lesinski · 11 years ago
  41. 745d4ef AssetManager cookies should be int32_t and not void*. by Narayan Kamath · 11 years ago
  42. 0938430 Add support for multiple asset dirs (-A) by Adam Lesinski · 11 years ago
  43. d831e80 Add badging of Payment apps by Adam Lesinski · 12 years ago
  44. b1249b8 Add support for dumping new badging by Adam Lesinski · 12 years ago
  45. eaeb190 Added support for supports-input manifest element by Michael Wright · 12 years ago
  46. 9f6a119 Move frameworks/base/tools/ to frameworks/tools/ by Mike Lockwood · 12 years ago
  47. 681c4f4 Modify 'aapt dump badging' to output <meta-data> tags by Maurice Chu · 12 years ago
  48. 1bcc3d6 aapt: add support for optional uses-permission by Nick Kralevich · 12 years ago
  49. ec559ff Fix typo. by Dianne Hackborn · 12 years ago
  50. b7de219 resolved conflicts for merge of c71c678e to master by Xavier Ducrohet · 13 years ago
  51. 6080cc5 resolved conflicts for merge of dd52dfed to jb-mr1.1-ub-dev by Xavier Ducrohet · 13 years ago
  52. c75d3f5c Fix the single crunch command to return the right error code. by Xavier Ducrohet · 13 years ago
  53. 22d7cf2 Add single crunch command to aapt. do not merge. by Xavier Ducrohet · 13 years ago
  54. b1f6ad8 Add single crunch command to aapt. by Xavier Ducrohet · 13 years ago
  55. 2bd8d04 Fix issue #6641368: can't launch gallery by Dianne Hackborn · 13 years ago
  56. 002f537 Apply --extra-packages in case --custom-pacakge is also specified. by Ying Wang · 13 years ago
  57. 4aa14b9 Add new aapt dump badging output explaining implicit badging. by Dianne Hackborn · 13 years ago
  58. 4527a92 Merge "Adding a line for android-debuggable to 'dump badging' if AndroidManifest.xml is configured as such. This is to be used by e.g. Play Store to warn the developer that they are about to publish a security hole." by Dan Morrill · 13 years ago
  59. 31b0e0e Implement call log permission compatibility. by Dianne Hackborn · 13 years ago
  60. b6ec11e Adding a line for android-debuggable to 'dump badging' if AndroidManifest.xml by Dan Morrill · 13 years ago
  61. 7924512 Add new READ_EXTERNAL_STORAGE permission. by Dianne Hackborn · 13 years ago
  62. 1644c6d7 Only generate private symbols that are needed. by Dianne Hackborn · 13 years ago
  63. 6c997a9 aapt now sorts the strings in the resource string pool. by Dianne Hackborn · 13 years ago
  64. e74763e Minor tweak to console output. by Dan Morrill · 14 years ago
  65. 063a44e Add aapt support for implicitly-granted permissions by Kenny Root · 14 years ago
  66. e6b6803 New aapt feature to do smarter filtering of configurations. by Dianne Hackborn · 14 years ago
  67. 56088a55 Add package-verifier to aapt dump badging by Kenny Root · 14 years ago
  68. d98e1be am f4750724: am 9d829f98: am 21e6e2de: Merge "Change generated dependency file names" by Xavier Ducrohet · 14 years ago
  69. b711f3f Change generated dependency file names by Josiah Gaskin · 14 years ago
  70. 84be06e resolved conflicts for merge of ea9e6d24 to honeycomb-plus-aosp by Xavier Ducrohet · 14 years ago
  71. a125c93 resolved conflicts for merge of 2c311be7 to honeycomb-plus-aosp by Xavier Ducrohet · 14 years ago
  72. 8a39da8 Added Caching for PreProcessed PNGs by Josiah Gaskin · 14 years ago
  73. 9139868 am ba6c98db: am 82943ecf: am d40c93f6: Merge "Add dependency generation to Aapt for R.java" by Xavier Ducrohet · 14 years ago
  74. bf31250 am d5431ed5: am 2e659ae5: am 42755155: Merge "Copy once-created R.java into library projects" by Xavier Ducrohet · 14 years ago
  75. 03589cc Add generation of dependency file for .ap_ package by Josiah Gaskin · 14 years ago
  76. 9bf34ca Add dependency generation to Aapt for R.java by Josiah Gaskin · 14 years ago
  77. ce89f15 Copy once-created R.java into library projects by Josiah Gaskin · 14 years ago
  78. f77ae6e New orientation handling. Only impacts SDK (aapt dump badging). by Dianne Hackborn · 14 years ago
  79. e289bff Add new landscape and portrait orientation features. by Dianne Hackborn · 14 years ago
  80. 00db221 am 0ccc8b73: am 5441a9ff: Merge "GL texture filtering changed from AND to OR, so rename tag name to match. (<uses-foo> == AND, <supports-foo> == OR, e.g. uses-feature vs. supports-screen)." into gingerbread by Dan Morrill · 15 years ago
  81. 096b67f GL texture filtering changed from AND to OR, so rename tag name to match. by Dan Morrill · 15 years ago
  82. 41a4833 am 4da6efc8: am 46151652: Merge "fix xlarge support in aapt for gingerbread" into gingerbread by Scott Main · 15 years ago
  83. d58fb97 fix xlarge support in aapt for gingerbread by Scott Main · 15 years ago
  84. a0b46c9 Implement issue #3116702: New manifest tags for supported screen sizes by Dianne Hackborn · 15 years ago
  85. a6d9c7c Implement issue #3116702: New manifest tags for supported screen sizes DO NOT MERGE by Dianne Hackborn · 15 years ago
  86. 1785627 am b58af2b8: am 5c62ab0a: Merge "Adding a new <uses-gl-texture/> tag, to be used to enable apps to specify filtering based on support for OpenGL ES texture and texture compression formats." into gingerbread by Dan Morrill · 15 years ago
  87. 6f51fc1 Adding a new <uses-gl-texture/> tag, to be used to enable apps to specify by Dan Morrill · 15 years ago
  88. f156e75 am 31103928: am 192b56d4: Merge "Implement #2964234: Add support for <uses-package> element to aapt" into gingerbread by Dianne Hackborn · 15 years ago
  89. 43b6803 Implement #2964234: Add support for <uses-package> element to aapt by Dianne Hackborn · 15 years ago
  90. dc05980 am eb0e0f46: am 2e7427f3: Merge "Add LFH offset to verbose list of APK" into gingerbread by Kenny Root · 15 years ago
  91. fb2a946 Add LFH offset to verbose list of APK by Kenny Root · 15 years ago
  92. cc5239b am 8b569c8d: am 42f90ca5: Merge "Fix aapt dump badging to support xlarge screens." into gingerbread by Dianne Hackborn · 15 years ago
  93. f43489d Fix aapt dump badging to support xlarge screens. by Dianne Hackborn · 15 years ago
  94. f1ff21a Fixes a few minor problems with AAPT by Steve Block · 15 years ago
  95. 6b22d81 As Donut (API=4) devices and earlier do not have a Bluetooth API, .apk files by Dan Morrill · 15 years ago
  96. 89d97c1 Adding the backward-compatible filtering heuristics for the new device by Dan Morrill · 15 years ago
  97. cf244ad Add ability for some manifest attributes to reference resources. by Dianne Hackborn · 15 years ago
  98. ef05e07 Fix issue #2448075: aapt doesn't fix up activity-alias android:targetActivity links by Dianne Hackborn · 15 years ago
  99. e2c17f9 Dump original-package entries. by Jeff Hamilton · 15 years ago
  100. 93cee56 am ce56857e: am cb2d50d0: Fix issue #2357259: aapt tool prints "uses-configuation:" by Dianne Hackborn · 16 years ago