1. 820d72a AAPT2: Error reporting through JNI. by Chris Warrington · 7 years ago
  2. e7172ff Merge "AAPT2: Add workaround for non-standard package IDs" into oc-dev by TreeHugger Robot · 7 years ago
  3. 4ca5697 AAPT2: Add workaround for non-standard package IDs by Adam Lesinski · 7 years ago
  4. b9dbee4 Merge "AAPT2: Add better error message when processing invalid files" into oc-dev by TreeHugger Robot · 7 years ago
  5. 7beb895 Merge "AAPT2: Allow <path-permission> tag in <provider>" into oc-dev by TreeHugger Robot · 7 years ago
  6. 776aa95 AAPT2: Add better error message when processing invalid files by Adam Lesinski · 7 years ago
  7. 25783ca AAPT2: Allow <path-permission> tag in <provider> by Adam Lesinski · 7 years ago
  8. b522f04 AAPT2: Allow truncating of package names by Adam Lesinski · 7 years ago
  9. 9431c47 AAPT2: Make BinaryResourceParser more lenient by Adam Lesinski · 7 years ago
  10. b97d51a Merge "AAPT2: Allow the ';' separator on Windows for split args" into oc-dev by TreeHugger Robot · 7 years ago
  11. db09157 AAPT2: Allow the ';' separator on Windows for split args by Adam Lesinski · 7 years ago
  12. 62b713e Merge "AAPT2: Fix order-of-destruction crash" into oc-dev by Adam Lesinski · 7 years ago
  13. ea134e0 AAPT2: Fix order-of-destruction crash by Adam Lesinski · 7 years ago
  14. d1a6e67 Merge "AAPT2: Generate R.txt" into oc-dev by TreeHugger Robot · 7 years ago
  15. 418763f AAPT2: Generate R.txt by Adam Lesinski · 7 years ago
  16. 014d315 AAPT2: expose return values through JNI. by Chris Warrington · 7 years ago
  17. d0f492d AAPT2: Share split functionality between link and optimize by Adam Lesinski · 7 years ago
  18. f4dacf2 AAPT2: fixing the -c flag being ignored by Mihai Nita · 7 years ago
  19. 448727b Merge "AAPT2: Fix pseudolocalization (again)" into oc-dev by TreeHugger Robot · 7 years ago
  20. 7a7e415 Merge "AAPT2: Allow multiple -c flags" into oc-dev by TreeHugger Robot · 7 years ago
  21. 113ee09 AAPT2: Allow multiple -c flags by Adam Lesinski · 7 years ago
  22. 8049f3d AAPT2: Fix pseudolocalization (again) by Adam Lesinski · 7 years ago
  23. c26ace0 Merge "AAPT2: Parse an ID encoded as a map" into oc-dev by Adam Lesinski · 7 years ago
  24. b1afa07 AAPT2: Allow arbitrary entry names with aapt2 optimize by Adam Lesinski · 7 years ago
  25. 33af6c7 AAPT2: Parse an ID encoded as a map by Adam Lesinski · 7 years ago
  26. 27a01ef Merge "AAPT2: Fix up file IO" by TreeHugger Robot · 7 years ago
  27. 06460ef AAPT2: Fix up file IO by Adam Lesinski · 7 years ago
  28. ed69ce8 libandroidfw: Fix mass logspam of ResourceTypes warnings by Adam Lesinski · 7 years ago
  29. b0c47ef AAPT2: Finish support for feature splits by Adam Lesinski · 7 years ago
  30. b39ad7c AAPT2: Add -A (assets) support by Adam Lesinski · 7 years ago
  31. f34b6f4 AAPT2: Add --package-id flag for feature-split suppport by Adam Lesinski · 7 years ago
  32. df2870d Merge "AAPT2: Fix parsing ResTable_type" by TreeHugger Robot · 7 years ago
  33. ae3c244 Merge "AAPT2: Fix Plural::Equals() method" by TreeHugger Robot · 7 years ago
  34. 136fd07 AAPT2: Fix parsing ResTable_type by Adam Lesinski · 7 years ago
  35. ac6edc5 AAPT2: Fix escaping sequence processing in XML parsing by Adam Lesinski · 7 years ago
  36. 8f7c550 AAPT2: Fix Plural::Equals() method by Adam Lesinski · 7 years ago
  37. b5dc4bd AAPT2: Few tweaks to get shared-libraries working by Adam Lesinski · 7 years ago
  38. d48944a AAPT2: Rename strip phase to optimize by Adam Lesinski · 7 years ago
  39. ceb9b2f AAPT2: Shared library support by Adam Lesinski · 7 years ago
  40. c8f71aa Add ResTable_sparseTypeEntry support by Adam Lesinski · 7 years ago
  41. 5b12734 Merge "Allow for multiple preferred densities in the strip command." by Pierre Lecesne · 7 years ago
  42. 672384b Allow for multiple preferred densities in the strip command. by Pierre Lecesne · 7 years ago
  43. 024d22f Merge "AAPT2: Fix pseudolocalization to respect <xliff:g>" by TreeHugger Robot · 7 years ago
  44. 7542162 AAPT2: Fix pseudolocalization to respect <xliff:g> by Adam Lesinski · 8 years ago
  45. 929d651 AssetManager2: Add GetResourceId by Adam Lesinski · 8 years ago
  46. 0355dcc Merge "Only compress files that were already compressed in the original APK." by Pierre Lecesne · 7 years ago
  47. 558a630 Merge "AAPT2: Support CtsContentTestCases build" by Adam Lesinski · 7 years ago
  48. fa131d5 Only compress files that were already compressed in the original APK. by Pierre Lecesne · 7 years ago
  49. 2968cbf Strip the resources from the APK using the TableSplitter. by Pierre Lecesne · 8 years ago
  50. fc866ba Merge "Iterate over the zip entries in order." by Pierre Lecesne · 7 years ago
  51. 265066c Merge "Expose whether a file was compressed before being loaded in memory." by Pierre Lecesne · 7 years ago
  52. 970732d Expose whether a file was compressed before being loaded in memory. by Pierre Lecesne · 8 years ago
  53. 880d65b Iterate over the zip entries in order. by Pierre Lecesne · 8 years ago
  54. 2599aa4 Add a method LoadedApk::WriteToArchive. by Pierre Lecesne · 8 years ago
  55. 86d67df AAPT2: Support CtsContentTestCases build by Adam Lesinski · 8 years ago
  56. 8a7b4cb Backbone of the new aapt2 strip command. by Pierre Lecesne · 8 years ago
  57. ff759e6 Moving the LoadedApk class to its own file. by Pierre Lecesne · 8 years ago
  58. e84ad49 Merge "Add color mode to activity/window" by TreeHugger Robot · 8 years ago
  59. 4832745 Add color mode to activity/window by Romain Guy · 8 years ago
  60. 4d35cca AAPT: Add --no-version-transitions flag by Yuichi Araki · 8 years ago
  61. c9ba559 Add wide color gamut and HDR resource qualifiers by Romain Guy · 8 years ago
  62. d5083f6 Move StringPiece to libandroidfw by Adam Lesinski · 8 years ago
  63. d8cb7dc Merge "AAPT2: Convert Android.mk to Android.bp" by Fabien Sanglard · 8 years ago
  64. 1916020 AAPT2: Convert Android.mk to Android.bp by Fabien Sanglard · 8 years ago
  65. 1a6acdb Introduce new UI_MODE_TYPE_VR_HEADSET and qualifier. by Zak Cohen · 8 years ago
  66. 3866554 AAPT2: Treat non-AAPT attributes as Attributes with no format specified. by Adam Lesinski · 8 years ago
  67. 5119e51 AAPT2: Allow <meta-data> in <manifest> by Adam Lesinski · 8 years ago
  68. 67387af Merge "Update package names to work with the proto3 compiler" by Tamas Berghammer · 8 years ago
  69. f96789d3 Merge "Add font type to AAPT2" by Adam Lesinski · 8 years ago
  70. 383db5eb Update package names to work with the proto3 compiler by Tamas Berghammer · 8 years ago
  71. a256408 Renamed Aapt2.java to Aapt2Jni.java. by Paulo Casanova · 8 years ago
  72. 573cccf Merge "Updated JNI interface." by Paulo Casanova · 8 years ago
  73. b555b59 Updated JNI interface. by Paulo Casanova · 8 years ago
  74. 3497b26 Added Windows support for aapt/JNI. by Paulo Casanova · 8 years ago
  75. c0c3663 Add font type to AAPT2 by Adam Lesinski · 8 years ago
  76. e343eb1 AAPT2: Insert <uses-sdk> element before <application> by Adam Lesinski · 8 years ago
  77. ce5e56e AAPT2: Rename to match new style by Adam Lesinski · 8 years ago
  78. 418063c Merge "Added JNI interface for aapt2." by Paulo Casanova · 8 years ago
  79. b366402 Merge "AAPT2: Ensure string pool ordering is compact" by TreeHugger Robot · 8 years ago
  80. b54ef10 AAPT2: Ensure string pool ordering is compact by Adam Lesinski · 8 years ago
  81. 577e66c Merge "AAPT2: Fail compile on bad output file/dir" by TreeHugger Robot · 8 years ago
  82. dfaecaf AAPT2: Fail compile on bad output file/dir by Adam Lesinski · 8 years ago
  83. 12bfe65 Merge "AAPT2: Error on uncompiled XML or PNG files in link phase" by TreeHugger Robot · 8 years ago
  84. 6a396c1 AAPT2: Error on uncompiled XML or PNG files in link phase by Adam Lesinski · 8 years ago
  85. 092db3c Merge "Fix a static-analyzer warning." am: 63b4f6f5db am: ea4423b181 by George Burgess IV · 8 years ago
  86. ea4423b Merge "Fix a static-analyzer warning." am: 63b4f6f5db by George Burgess IV · 8 years ago
  87. 2559608 Added JNI interface for aapt2. by Paulo Casanova · 8 years ago
  88. cacb28f Use Google3 style guide with .clang-format by Adam Lesinski · 8 years ago
  89. 56f5f7b Fix a static-analyzer warning. by George Burgess IV · 8 years ago
  90. 56f823b Merge "Rely on the platform -std default." am: 66f15cc01b am: 5a989a504a am: 39ad1b92fa by Elliott Hughes · 8 years ago
  91. 437b8c9 Merge "Rely on the platform -std default." am: 66f15cc01b am: 5a989a504a by Elliott Hughes · 8 years ago
  92. c08e32e Rely on the platform -std default. by Elliott Hughes · 8 years ago
  93. edba941 AAPT2: Ensure PNG endianness in 9-patch serialization by Adam Lesinski · 8 years ago
  94. ffa9656 Merge "AAPT2: Refactor PngCrunching" by Adam Lesinski · 8 years ago
  95. 77788eb AAPT2: Add dominator tree analysis and resource removal by Alexandria Cornwall · 8 years ago
  96. 21efb68 AAPT2: Refactor PngCrunching by Adam Lesinski · 8 years ago
  97. b896ae7 Merge "Added building libaapt2_jni.so." by Paulo Casanova · 8 years ago
  98. c7ca55e Added building libaapt2_jni.so. by Paulo Casanova · 8 years ago
  99. a0b929d AAPT2: Allow <compatible-screens><screen> in AndroidManifest.xml by Adam Lesinski · 8 years ago
  100. 8c3f31f AAPT2: Fix issue with styled string indices by Adam Lesinski · 8 years ago