1. 60b74fb Add --rename-resources-package to aapt2 by Ryan Mitchell · 4 years, 5 months ago
  2. ee4a564 Allow for overlaying dynamic shared libraries by Ryan Mitchell · 4 years, 9 months ago
  3. 94e4a01 Add option to avoid clobbering visibility of <declare-styleable> by Donald Chai · 4 years, 7 months ago
  4. 181cbfd Add "no-proguard-location-reference" flag to aapt2 by Jean-Luc Coelho · 4 years, 8 months ago
  5. 5b89b2d Use case-sensitive regular expressions in --no-compress-regex by Izabela Orlowska · 4 years, 8 months ago
  6. e5981c0 Disable test broken on windows by Ryan Mitchell · 4 years, 8 months ago
  7. 1d3b648 aapt2: add 'dump overlayable' command by Mårten Kongstad · 4 years, 10 months ago
  8. 3d1cde3 Merge "Improve how we exempt resources from getting their names collapsed." by Brian Chang · 4 years, 10 months ago
  9. dcef831 Improve how we exempt resources from getting their names collapsed. by Brian Chang · 4 years, 10 months ago
  10. d882ba4 Rename flags in aapt2-optimize for more accuracy and consistency. by Brian Chang · 4 years, 10 months ago
  11. b13c6bb Merge "Allow compile output to be either a zip or dir" by TreeHugger Robot · 4 years, 11 months ago
  12. c7db244 Allow compile output to be either a zip or dir by Ryan Mitchell · 5 years ago
  13. 2814793 Merge "Add --exclude-sources to AAPT2 link" by Ryan Mitchell · 5 years ago
  14. ef9e688 Add --exclude-sources to AAPT2 link by Ryan Mitchell · 5 years ago
  15. d554f7c Fix uninitialized variable. by Donald Chai · 5 years ago
  16. 1710e83 Merge "Allows features to link to other feature splits without namespacing." by Udam Saini · 5 years ago
  17. 5e4c18b Merge "AAPT2: Merge-only mode for building static libraries" by TreeHugger Robot · 5 years ago
  18. b228df3 Allows features to link to other feature splits without namespacing. by Udam Saini · 5 years ago
  19. 84febea AAPT2: Merge-only mode for building static libraries by Izabela Orlowska · 5 years ago
  20. e6936e2 Merge "Move off ZipString and over to std::string/std::string_view as appropriate." into qt-dev-plus-aosp am: ee1c95f060 by Elliott Hughes · 5 years ago
  21. 78de4f9 Move off ZipString and over to std::string/std::string_view as appropriate. by Elliott Hughes · 5 years ago
  22. ea66257 Merge "Alias v26 round icons to adaptive icons like aapt1" by TreeHugger Robot · 5 years ago
  23. dba6456 Alias v26 round icons to adaptive icons like aapt1 by Ryan Mitchell · 5 years ago
  24. 121c6e8 [aapt2] Add "link" option to override styles instead of overlaying. by Donald Chai · 5 years ago
  25. 81dfca0 Fix asset compression to check name ends with arg by Ryan Mitchell · 5 years ago
  26. 65c8b86 Don't explicitly specify no prefix/suffix. by Elliott Hughes · 5 years ago
  27. d1a6521 Fix aapt2 pseudo-translating donottranslate* files by Mihai Nita · 5 years ago
  28. 95d2c30 Merge "Compile all files in res/xml as xml" by Ryan Mitchell · 5 years ago
  29. 362da82 AAPT2: Add missing description for dump command by Fabien Sanglard · 5 years ago
  30. 62b6834 Compile all files in res/xml as xml by Ryan Mitchell · 5 years ago
  31. 2d34e76 Add --trace_folder to aapt2 by Fabien Sanglard · 5 years ago
  32. 1b05ef9 Merge "Sort inputs to compile and link" by Ryan Mitchell · 5 years ago
  33. f22ed8d Sort inputs to compile and link by Ryan Mitchell · 5 years ago
  34. a55dc2e Fix long paths on Windows by Ryan Mitchell · 5 years ago
  35. a1dea5f Merge "AAPT2: allow regexes for extensions to not compress" by Izabela Orlowska · 5 years ago
  36. 0faba5f AAPT2: allow regexes for extensions to not compress by Izabela Orlowska · 6 years ago
  37. 03f311c Merge "Revert "Fix loaded apk string pool order"" by TreeHugger Robot · 5 years ago
  38. 6d9fc1c Merge "Prevent AAPT2 from versioning <set> tags" by TreeHugger Robot · 5 years ago
  39. 90b7a08 Revert "Fix loaded apk string pool order" by Ryan Mitchell · 5 years ago
  40. 275c3ec Merge "Option to exclude configs from AAPT2 Link" by TreeHugger Robot · 5 years ago
  41. 3c918b8 Option to exclude configs from AAPT2 Link by Winson · 5 years ago
  42. ced0b0c Merge "De-duplicate entries written with AAPT2 convert" by TreeHugger Robot · 5 years ago
  43. f54c9a1 De-duplicate entries written with AAPT2 convert by Winson · 5 years ago
  44. a00d969 Prevent AAPT2 from versioning <set> tags by Winson · 5 years ago
  45. 636da77 Merge "Hold data pointer reference to AAPT2 test file" by TreeHugger Robot · 5 years ago
  46. b7be793 Hold data pointer reference to AAPT2 test file by Winson · 5 years ago
  47. f67808b Optimize aapt2 compile for pngs by Ryan Mitchell · 6 years ago
  48. a3ab21f AAPT2: always say which file failed to compile by Izabela Orlowska · 6 years ago
  49. 149b0d2 Merge "Resource Path Obfuscation" by Mohamed Heikal · 6 years ago
  50. 3b3be3f Merge "Fix/suppress aapt/aapt2 google-explicit-constructor warnings" am: cdf6be573f am: d42fe48c93 by Chih-Hung Hsieh · 6 years ago
  51. 1fc78e1 Fix/suppress aapt/aapt2 google-explicit-constructor warnings by Chih-Hung Hsieh · 6 years ago
  52. a4ee276 Merge "Remove raw values from proto APK" by Ryan Mitchell · 6 years ago
  53. 479fa39 Remove raw values from proto APK by Ryan Mitchell · 6 years ago
  54. c769403 Resource Path Obfuscation by Mohamed Heikal · 6 years ago
  55. 2c8fc86 Fix long file paths for Windows by Ryan Mitchell · 6 years ago
  56. 2491af2 Merge "Fix performance-for-range-copy warnings" am: bc29242288 am: 7adb73f332 by Chih-Hung Hsieh · 6 years ago
  57. a1b644e Fix performance-for-range-copy warnings by Chih-Hung Hsieh · 6 years ago
  58. 1bb1fe0 Refactor policy parsing by Ryan Mitchell · 6 years ago
  59. 19954a2 Merge "Do not serialize empty text in manifest proto" by Ryan Mitchell · 6 years ago
  60. 467b689 Do not serialize empty text in manifest proto by Ryan Mitchell · 6 years ago
  61. 4e9a922 Fix loaded apk string pool order by Ryan Mitchell · 6 years ago
  62. d4bf085 Merge "Preserve compression of xml files in convert" by Ryan Mitchell · 6 years ago
  63. 05aebf4 Preserve compression of xml files in convert by Ryan Mitchell · 6 years ago
  64. b14c887 Merge "libandroidfw: move ConfigDescription from aapt2 to libandroidfw" by Treehugger Robot · 6 years ago
  65. 13e6a1d Add style parents dump command. by Aurimas Liutikas · 6 years ago
  66. 1e7b934 Merge "Created resuable DumpApkCommand and added "badger"" by TreeHugger Robot · 6 years ago
  67. 214846d Created resuable DumpApkCommand and added "badger" by Ryan Mitchell · 6 years ago
  68. 96af49e Merge "AAPT2: optionally keep resources without default value" by TreeHugger Robot · 6 years ago
  69. f99eda4 AAPT2: optionally keep resources without default value by Mårten Kongstad · 6 years ago
  70. d8d2901 AAPT2: optionally keep resources without default value by Mårten Kongstad · 6 years ago
  71. 5c541f6 libandroidfw: move ConfigDescription from aapt2 to libandroidfw by Mårten Kongstad · 6 years ago
  72. 24c9aa6 libandroidfw: move ConfigDescription from aapt2 to libandroidfw by Mårten Kongstad · 6 years ago
  73. 5c5f0cd Merge "Fix failing Windows tests" by Ryan Mitchell · 6 years ago
  74. 0ce8973 Fix failing Windows tests by Ryan Mitchell · 6 years ago
  75. 7e5236d Restore Proguard behavior and add minimal flag by Ryan Mitchell · 6 years ago
  76. c95add6 Merge "AAPT2: Increase maximum proto size" by Ryan Mitchell · 6 years ago
  77. 500d3f1 Merge "AAPT2: Added badging and permission" by Ryan Mitchell · 6 years ago
  78. fc225b2 AAPT2: Added badging and permission by Ryan Mitchell · 6 years ago
  79. 9fbdf89 Don't allow splitting on an empty configuration by Todd Kennedy · 6 years ago
  80. e0eba7a AAPT2: Increase maximum proto size by Ryan Mitchell · 6 years ago
  81. dea2fe3 AAPT2: Fix dump apk format by Ryan Mitchell · 6 years ago
  82. 895e19e dump package name by Todd Kennedy · 6 years ago
  83. 908b7fc dump package name by Todd Kennedy · 6 years ago
  84. ead275e Merge "AAPT2: Compile --zip flag" by Ryan Mitchell · 6 years ago
  85. 5d27551 AAPT2: Reformatted dump command invocations by Ryan Mitchell · 6 years ago
  86. 1a8a690 Merge "AAPT2: Loosen loading apk format requirements" by Ryan Mitchell · 6 years ago
  87. f3649d6 AAPT2: Compile --zip flag by Ryan Mitchell · 6 years ago
  88. eef1b6c Merge "AAPT2: Adaptive icon refactor" by Ryan Mitchell · 6 years ago
  89. f2c5ee5 Merge "AAPT2: partial files contain only local resources" by TreeHugger Robot · 6 years ago
  90. 70f7972 AAPT2: Adaptive icon refactor by Ryan Mitchell · 6 years ago
  91. 83a37ad AAPT2: Loosen loading apk format requirements by Ryan Mitchell · 6 years ago
  92. 704090e AAPT2: Version code major flag by Ryan Mitchell · 6 years ago
  93. f67d486 AAPT2: partial files contain only local resources by Izabela Orlowska · 6 years ago
  94. 58e2fbf Revert "AAPT2: Automatic Static Library Namespacing." by Chris Warrington · 6 years ago
  95. 5fa2bb1 AAPT2: Fix long version code bugs by Ryan Mitchell · 6 years ago
  96. 833a1a6 AAPT2: Refactor flags into commands by Ryan Mitchell · 6 years ago
  97. 40c9532 Merge "AAPT2: Add Proguard rules for nav fragments" by Ryan Mitchell · 6 years ago
  98. da02fea Add support for --replace-version to aapt2 by Colin Cross · 6 years ago
  99. dcd58c4 Add support for --replace-version to aapt2 by Colin Cross · 6 years ago
  100. 9a2f6e6 AAPT2: Add Proguard rules for nav fragments by Ryan Mitchell · 6 years ago