1. cb6c3f9 AAPT2: Push more configuration code into the parser by Shane Farmer · 7 years ago
  2. 12f1b7f Merge "AAPT2: Remove signatures from multi-APK artifacts." by TreeHugger Robot · 7 years ago
  3. 29086ac Merge "AAPT2: Remove unused command line option." by TreeHugger Robot · 7 years ago
  4. 99ac3fd AAPT2: Remove unused command line option. by Shane Farmer · 7 years ago
  5. 3ff4443 AAPT2: Remove signatures from multi-APK artifacts. by Shane Farmer · 7 years ago
  6. 67e8a30 AAPT2: Add validation for SDK version strings. by Shane Farmer · 7 years ago
  7. b3b66ee Merge "AAPT2: allow to generate R.txt without R.java" by TreeHugger Robot · 7 years ago
  8. f8d1840 Merge "Aapt2 convert: skip processing resources when resource table is absent. Test: manual" by Tom Dobek · 7 years ago
  9. 725fb12 Aapt2 convert: skip processing resources when resource table is absent. by Tom Dobek · 7 years ago
  10. e0b2ee5 Convert services to Android.bp by Colin Cross · 7 years ago
  11. ab1a6b3 Merge "Use -Werror in frameworks/base/tools/streaming_proto" by Chih-hung Hsieh · 7 years ago
  12. 23a6e1e AAPT2: allow to generate R.txt without R.java by Izabela Orlowska · 7 years ago
  13. 49639bf Merge "AAPT2: Allow output artifacts to be filtered." by TreeHugger Robot · 7 years ago
  14. 666de34 AAPT2: Allow output artifacts to be filtered. by Shane Farmer · 7 years ago
  15. 548fdbd Use -Werror in frameworks/base/tools/streaming_proto by Chih-Hung Hsieh · 7 years ago
  16. bedb3fc Executors instead of Handlers; collections. by Jeff Sharkey · 7 years ago
  17. 4ab869e Merge changes I2eef812b,I7b607192 by TreeHugger Robot · 7 years ago
  18. 5e50588 Merge "Enable obfuscation of resource names, with whitelisting support." by Luke Nicholson · 7 years ago
  19. b064330 Enable obfuscation of resource names, with whitelisting support. by Luke Nicholson · 7 years ago
  20. 11be931 AAPT v1 embed compile SDK version and codename into app by Alan Viverette · 7 years ago
  21. c628437 AAPT2: Embed version of framework an app was compiled against. by Adam Lesinski · 7 years ago
  22. 4275406 Merge "AAPT2: Fix issue where exported symbols (@+id/*) were not exported" by TreeHugger Robot · 7 years ago
  23. 68ac35c Merge "1. Implement Privacy Policy Tag Inheritance 2. Expose Dest values in IIncidentReportArgs.h" by TreeHugger Robot · 7 years ago
  24. 86edf36 Merge "AAPT2: Use manifest parsing to determine format of APK." by Pierre Lecesne · 7 years ago
  25. bdf5894 1. Implement Privacy Policy Tag Inheritance by Yi Jin · 7 years ago
  26. f267a40 AAPT2: Use manifest parsing to determine format of APK. by Pierre Lecesne · 7 years ago
  27. 2427dce AAPT2: Fix issue where exported symbols (@+id/*) were not exported by Adam Lesinski · 7 years ago
  28. 1da6e70 Merge "Fix warning from clang+mingw" am: 7fce15dc5e am: 31bcd7acea by Dan Willemsen · 7 years ago
  29. e2a0c1d Merge "Fix warning from clang+mingw" am: 7fce15dc5e am: 31bcd7acea by Dan Willemsen · 7 years ago
  30. 31bcd7a Merge "Fix warning from clang+mingw" am: 7fce15dc5e by Dan Willemsen · 7 years ago
  31. 621ef3f Merge "AAPT2: Specify the output APK in log messages" by TreeHugger Robot · 7 years ago
  32. 20ac034 AAPT2: Specify the output APK in log messages by Shane Farmer · 7 years ago
  33. fb4ed78 Fix warning from clang+mingw by Dan Willemsen · 7 years ago
  34. 23034b9 AAPT2: Fix overzealous AndroidManifest fully qualified class names by Adam Lesinski · 7 years ago
  35. dcfe47b Merge "AAPT2 - Make raw files of type unknown." by Pierre Lecesne · 7 years ago
  36. 70fdf76 AAPT2 - Make raw files of type unknown. by Pierre Lecesne · 7 years ago
  37. b356151 Add StatsdStats and guardrail. by Yao Chen · 7 years ago
  38. 81d33e9 Merge "Fix conditional keep rules for new semantics" by Adam Koski · 7 years ago
  39. 8cfd3d0 Merge "Use serif fonts for serif fallback." by TreeHugger Robot · 7 years ago
  40. f85eec8 Fix conditional keep rules for new semantics by Adam Koski · 7 years ago
  41. 99a7b60 Use serif fonts for serif fallback. by Seigo Nonaka · 7 years ago
  42. c6c6c34 Collect set of "changed" classes. by Jeff Sharkey · 7 years ago
  43. f84b420 Merge "AAPT2: whitelist alphanums instead of blacklisting hyphens in package names." into oc-mr1-dev by Donald Chai · 7 years ago
  44. e7b0a33 Merge "AAPT2: whitelist alphanums instead of blacklisting hyphens in package names." into oc-mr1-dev by TreeHugger Robot · 7 years ago
  45. 24c9924 Merge "Build fontchain_lint using python_binary_host" am: 7ecac139ea am: 7ade558ad2 by Nan Zhang · 7 years ago
  46. 67695d3 Merge "Build fontchain_lint using python_binary_host" am: 7ecac139ea by Nan Zhang · 7 years ago
  47. 7ade558 Merge "Build fontchain_lint using python_binary_host" am: 7ecac139ea by Nan Zhang · 7 years ago
  48. 8023540 statsd: parse the new format of stats log by Yao Chen · 7 years ago
  49. f7b3a7e Merge "AAPT2: Fix debugging output" by Adam Lesinski · 7 years ago
  50. ff3a808 Merge "AAPT2: Move all file output to FileOutputStream" by Adam Lesinski · 7 years ago
  51. 2db709d Build fontchain_lint using python_binary_host by Nan Zhang · 7 years ago
  52. 5a217b0 AAPT2: Fix debugging output by Adam Lesinski · 7 years ago
  53. a693c4a AAPT2: Move all file output to FileOutputStream by Adam Lesinski · 7 years ago
  54. 5209aba Merge "Use -Werror in frameworks/base/tools/stats_log_api_gen" by Chih-hung Hsieh · 7 years ago
  55. b1d9bd9 Merge "Implement System Properties Section" by TreeHugger Robot · 7 years ago
  56. 220871a Merge commit '98e12851336b7db16e583f9afac63ecc97465980' from by Xin Li · 7 years ago
  57. ae2df01 Rename "stats_events" as "atom". by Stefan Lafon · 7 years ago
  58. 0dfa752 Implement System Properties Section by Yi Jin · 7 years ago
  59. d8b4bea AAPT2 - Add ProtoApkSerializer implementation to convert from Binary to Proto. by Pierre Lecesne · 7 years ago
  60. 514971a Merge "AAPT2 - Convert command to copy all the files." by Pierre Lecesne · 7 years ago
  61. d55bef7 AAPT2 - Convert command to copy all the files. by Pierre Lecesne · 7 years ago
  62. 53ef795 Merge "Add api lint to upload checks" by TreeHugger Robot · 7 years ago
  63. 3f89bd6 Merge "Change conditional keep rule syntax" by TreeHugger Robot · 7 years ago
  64. 53b2a73 Add api lint to upload checks by Jason Monk · 7 years ago
  65. e2f7f79 Implement Cpu Info Section by Yi Jin · 7 years ago
  66. ca189f4 Use -Werror in frameworks/base/tools/stats_log_api_gen by Chih-Hung Hsieh · 7 years ago
  67. 288536b Merge "Refactor Convert command to use a ISerializer interface." by Pierre Lecesne · 7 years ago
  68. 09ef94e Change conditional keep rule syntax by Adam Koski · 7 years ago
  69. cc8aa11 Merge "AAPT2: Differentiate between Android and Java package names" into oc-mr1-dev by Adam Lesinski · 7 years ago
  70. 07d8249 Merge "AAPT2: Differentiate between Android and Java package names" into oc-mr1-dev by Adam Lesinski · 7 years ago
  71. 2ba1bc5 AAPT2: whitelist alphanums instead of blacklisting hyphens in package names. by Donald Chai · 7 years ago
  72. 6385bbd Merge "AAPT2: Workaround for feature splits without namespacing" into oc-mr1-dev by Adam Lesinski · 7 years ago
  73. 414e48a AAPT2: whitelist alphanums instead of blacklisting hyphens in package names. by Donald Chai · 7 years ago
  74. 7e8549d Refactor Convert command to use a ISerializer interface. by Pierre Lecesne · 7 years ago
  75. c8e3c7c Merge "AAPT2: Workaround for feature splits without namespacing" by TreeHugger Robot · 7 years ago
  76. 1210e8c AAPT2: Workaround for feature splits without namespacing by Adam Lesinski · 7 years ago
  77. 490595a AAPT2: Workaround for feature splits without namespacing by Adam Lesinski · 7 years ago
  78. 81e9ecf AAPT2: Differentiate between Android and Java package names by Adam Lesinski · 7 years ago
  79. 903ed1b Merge "AAPT2: Differentiate between Android and Java package names" by TreeHugger Robot · 7 years ago
  80. 96ea08f AAPT2: Differentiate between Android and Java package names by Adam Lesinski · 7 years ago
  81. 93190b7 AAPT2: Better debugging output by Adam Lesinski · 7 years ago
  82. 4ee829a Merge "AAPT2: Add convert command" by Adam Lesinski · 7 years ago
  83. 2475c68 Merge "AAPT2: Fix GetFileType for unicode and long paths on Windows" by TreeHugger Robot · 7 years ago
  84. 3a725dc AAPT2: Fix GetFileType for unicode and long paths on Windows by Adam Lesinski · 7 years ago
  85. a544f25 Merge "AAPT2: Better error messages for ManifestFixer" by TreeHugger Robot · 7 years ago
  86. e20e09d Merge "AAPT2: Introduce command to run unit tests" by TreeHugger Robot · 7 years ago
  87. 181799b Merge "AAPT2: Update tests to reflect new development API 'P'" by Adam Lesinski · 7 years ago
  88. 04465e7 AAPT2: Introduce command to run unit tests by Adam Lesinski · 7 years ago
  89. 178e678 AAPT2: Update tests to reflect new development API 'P' by Adam Lesinski · 7 years ago
  90. ed37f48 AAPT2: Better error messages for ManifestFixer by Adam Lesinski · 7 years ago
  91. 9cc9ad6 Merge "Enable Window Dumpsys Section" by TreeHugger Robot · 7 years ago
  92. be6de30 Enable Window Dumpsys Section by Yi Jin · 7 years ago
  93. 8780eb6 AAPT2: Add convert command by Adam Lesinski · 7 years ago
  94. f9ed04b Remove the extra mapping of field types in ProtoOutputStream by Yi Jin · 7 years ago
  95. 6b0ea8a Merge "Refactor incident_helper to use protoutil and cppstream plugin." by TreeHugger Robot · 7 years ago
  96. 114616b AAPT2: Allow for nested inline xmls am: c8f5fc284c by Michael Wachenschwanz · 7 years ago
  97. 38a3f5e Merge "Generate constants for enum values." by Stefan Lafon · 7 years ago
  98. 04625ad Refactor incident_helper to use protoutil and cppstream plugin. by Yi Jin · 7 years ago
  99. c8f5fc2 AAPT2: Allow for nested inline xmls by Michael Wachenschwanz · 7 years ago
  100. 9478f35 Generate constants for enum values. by Stefan Lafon · 7 years ago