1. de6e6f2 Don't add API annotations in the internal R.java by Makoto Onuki · 5 years ago
  2. 45f8d1c Merge "aapt2: Preserve annotation parameters for SystemApi." into rvc-dev am: 924069c2aa by Narayan Kamath · 5 years ago
  3. 1c1544f aapt2: Preserve annotation parameters for SystemApi. by Narayan Kamath · 6 years ago
  4. dc5de7b Merge "Generate "keep" rules for android:name and class attributes" am: a13d7fc861 am: 4da226a984 by Automerger Merge Worker · 5 years ago
  5. 4bdc698 Generate "keep" rules for android:name and class attributes by Jeremy Woods · 6 years ago
  6. 0b49886 Merge "Fix clang-tidy performance-faster-string-find warnings" am: 57fb318ca3 am: 7c0f0d3cec am: 40ef6319ca by Automerger Merge Worker · 6 years ago
  7. f2ef657 Fix clang-tidy performance-faster-string-find warnings by Chih-Hung Hsieh · 6 years ago
  8. d5cbd09 Merge "Generate "keep" rules for actionProviderClass and actionViewClass" by TreeHugger Robot · 6 years ago
  9. 995fbdb Merge "Fix aapt2 JavaClassGenerator Maybe#value() call before check" by TreeHugger Robot · 6 years ago
  10. 4e19c48 Fix aapt2 JavaClassGenerator Maybe#value() call before check by Ryan Mitchell · 6 years ago
  11. 181cbfd Add "no-proguard-location-reference" flag to aapt2 by Jean-Luc Coelho · 6 years ago
  12. d520db5 Factor out repeated shift instructions to reduce code size by Donald Chai · 6 years ago
  13. 2f7e4d1 Speed up WriteKeepSet when generate_conditional_proguard_rules is off. by Brian Duff · 6 years ago
  14. 34ebc8f [aapt2] Fix infinite loop in proguard::CollectLocations by Donald Chai · 6 years ago
  15. db19f51 Generate "keep" rules for actionProviderClass and actionViewClass by Donald Chai · 6 years ago
  16. 44fa342 [aapt2] Fix infinite loop in proguard::CollectLocations by Donald Chai · 6 years ago
  17. 6c83e0c Make sure Proguard keeps zygote preload class. by Martijn Coenen · 6 years ago
  18. 3b3be3f Merge "Fix/suppress aapt/aapt2 google-explicit-constructor warnings" am: cdf6be573f am: d42fe48c93 by Chih-Hung Hsieh · 7 years ago
  19. 1fc78e1 Fix/suppress aapt/aapt2 google-explicit-constructor warnings by Chih-Hung Hsieh · 7 years ago
  20. 2491af2 Merge "Fix performance-for-range-copy warnings" am: bc29242288 am: 7adb73f332 by Chih-Hung Hsieh · 7 years ago
  21. a1b644e Fix performance-for-range-copy warnings by Chih-Hung Hsieh · 7 years ago
  22. be8607d Add @hide support for styleable attributes by Ryan Mitchell · 7 years ago
  23. 5c541f6 libandroidfw: move ConfigDescription from aapt2 to libandroidfw by Mårten Kongstad · 7 years ago
  24. 24c9aa6 libandroidfw: move ConfigDescription from aapt2 to libandroidfw by Mårten Kongstad · 7 years ago
  25. 8b7e1a8 Merge "Restore Proguard behavior and add minimal flag" by Ryan Mitchell · 7 years ago
  26. c691c05 Merge "Do not use StringPiece in ExtractJavaIdentifier" am: 20ecc6397b am: 206ccf1f61 by Pirama Arumuga Nainar · 7 years ago
  27. 7e5236d Restore Proguard behavior and add minimal flag by Ryan Mitchell · 7 years ago
  28. 9ba5cb4 Do not use StringPiece in ExtractJavaIdentifier by Pirama Arumuga Nainar · 7 years ago
  29. 24a464a Merge "Only keep necessary constructor for custom view nodes" by TreeHugger Robot · 7 years ago
  30. 41dcc4e Merge "Only keep methods with correct signature for more types" by TreeHugger Robot · 7 years ago
  31. 848585e Merge "AAPT2: Fix R.java for styleable in different package" by Ryan Mitchell · 7 years ago
  32. cc65b8d Only keep necessary constructor for custom view nodes by Jake Wharton · 7 years ago
  33. 98100c3 Only keep methods with correct signature for more types by Jake Wharton · 7 years ago
  34. e4bd160 Add rule emissions for appComponentFactory by Jake Wharton · 7 years ago
  35. cfbc767 Add Application name to manifest test case by Jake Wharton · 7 years ago
  36. 23cc5d5 AAPT2: Fix R.java for styleable in different package by Ryan Mitchell · 7 years ago
  37. 3001f03 Only keep methods with correct signature for view/menu click by Jake Wharton · 7 years ago
  38. 420785e Improve tests for ProGuard rules, add transition tests by Jake Wharton · 7 years ago
  39. ab660a7 Only keep default constructor of manifest items by Jake Wharton · 7 years ago
  40. 9a2f6e6 AAPT2: Add Proguard rules for nav fragments by Ryan Mitchell · 7 years ago
  41. 0315c84 Merge "Don't dereference a null pointer" by TreeHugger Robot · 7 years ago
  42. 949b6253 Don't dereference a null pointer by Todd Kennedy · 8 years ago
  43. d31bc12 AAPT2: normalize Manifest java identifiers. by Izabela Orlowska · 8 years ago
  44. bd56951 Merge "aapt2: Fix issue with Manifest duplicate handling" by TreeHugger Robot · 8 years ago
  45. a4fb17b aapt2: Fix issue with Manifest duplicate handling by Adam Lesinski · 8 years ago
  46. 73bff1e AAPT2: Allow compatible duplicate Attributes by Adam Lesinski · 8 years ago
  47. 71be705 AAPT2: Propagate SPEC_OVERLAYABLE flag to final APK by Adam Lesinski · 8 years ago
  48. 23a6e1e AAPT2: allow to generate R.txt without R.java by Izabela Orlowska · 8 years ago
  49. f85eec8 Fix conditional keep rules for new semantics by Adam Koski · 8 years ago
  50. a693c4a AAPT2: Move all file output to FileOutputStream by Adam Lesinski · 8 years ago
  51. 09ef94e Change conditional keep rule syntax by Adam Koski · 8 years ago
  52. 93190b7 AAPT2: Better debugging output by Adam Lesinski · 8 years ago
  53. dc21dea AAPT2: Produce Conditional Proguard Keep Rules by Adam Koski · 8 years ago
  54. 761d434 AAPT2: Fix R.java styleable + indices ordering by Adam Lesinski · 8 years ago
  55. 123a19b Merge "AAPT2: Fixup namespace implementation" by Adam Lesinski · 8 years ago
  56. 1ef0fa9 AAPT2: Fixup namespace implementation by Adam Lesinski · 8 years ago
  57. f852dd0 AAPT2: Fix regression in Manifest.java permissions by Adam Lesinski · 8 years ago
  58. 6b37299 AAPT2: Change XmlDom to exclude Namespace as a node by Adam Lesinski · 8 years ago
  59. 09f4d70 AAPT2: Forward @TestApi in resource comments to JavaDoc by Adam Lesinski · 8 years ago
  60. e967d3f AAPT2: Fix JavaDoc first sentence extraction. by Adam Lesinski · 8 years ago
  61. f762df2 AAPT2: Emit more proguard keep rules for layouts and menus by Adam Lesinski · 8 years ago
  62. 0d81f70 AAPT2: Honor --custom-package when writing Manifest.java by Adam Lesinski · 8 years ago
  63. 1e4b0e5 AAPT2: Workaround for findViewById with package ID > 0x7f by Adam Lesinski · 8 years ago
  64. 418763f AAPT2: Generate R.txt by Adam Lesinski · 8 years ago
  65. b5dc4bd AAPT2: Few tweaks to get shared-libraries working by Adam Lesinski · 9 years ago
  66. ceb9b2f AAPT2: Shared library support by Adam Lesinski · 9 years ago
  67. d5083f6 Move StringPiece to libandroidfw by Adam Lesinski · 9 years ago
  68. ce5e56e AAPT2: Rename to match new style by Adam Lesinski · 9 years ago
  69. cacb28f Use Google3 style guide with .clang-format by Adam Lesinski · 9 years ago
  70. 470f8fc Fix clang-tidy warnings in aapt and aapt2. by Chih-Hung Hsieh · 9 years ago
  71. ad48bbc Merge "AAPT2: Change accepted notation for resource names in tests" by Adam Lesinski · 9 years ago
  72. 58a20a6 AAPT2: Change accepted notation for resource names in tests by Adam Lesinski · 9 years ago
  73. f580d91 Aapt main dex proguard rules - always keep application by Ivan Gavrilovic · 9 years ago
  74. d0f116b AAPT2: Remove usage of u16string by Adam Lesinski · 9 years ago
  75. 0935d01 Merge "Stop emitting javadoc for @removed attributes." into nyc-dev am: c4033e7c66 am: 1d10d94396 by Michael Wright · 9 years ago
  76. feaf99f Stop emitting javadoc for @removed attributes. by Michael Wright · 9 years ago
  77. e49bb30 AAPT2: ProGuard config for components in main dex. by Rohit Agrawal · 9 years ago
  78. 626b3db AAPT2: Clean up R JavaDoc generation by Adam Lesinski · 9 years ago
  79. 803c7c8 AAPT2: Enable windows build and make sure it builds by Adam Lesinski · 9 years ago
  80. 3524a23 AAPT2: Add option to add JavaDoc annotations to Java classes by Adam Lesinski · 9 years ago
  81. 6cbfb1d AAPT2: Change how we generate Java classes by Adam Lesinski · 9 years ago
  82. 7656554 AAPT2: Add descriptions of Attributes in Styleables for R.java by Adam Lesinski · 9 years ago
  83. 74605cd AAPT2: Emit proper doclava comments in R.java by Adam Lesinski · 10 years ago
  84. 64587af AAPT2: Support building, linking, and merging static libraries by Adam Lesinski · 10 years ago
  85. e4bb9eb AAPT2: Introduce notion of 'product' to ResourceTable by Adam Lesinski · 10 years ago
  86. 24b8ff0f AAPT2: Fix references to private parent by Adam Lesinski · 10 years ago
  87. 467f171 AAPT2: Fail compiling when private symbols are referenced by Adam Lesinski · 10 years ago
  88. b274e35 AAPT2: Fix inclusion of comments in R.java javadoc by Adam Lesinski · 10 years ago
  89. 2ae4a87 AAPT2: Add Manifest fixing/validation by Adam Lesinski · 10 years ago
  90. 3b4cd94 AAPT2: Add support for comments in R.java by Adam Lesinski · 10 years ago
  91. ca5638f AAPT2: Support generating Manifest.java by Adam Lesinski · 10 years ago