1. 4bf5810 Fix issues that will be present in C++11 by Adam Lesinski · 10 years ago
  2. aff7c24 AAPT: Fix path for final generated resources on Windows by Adam Lesinski · 10 years ago
  3. f15de2e AAPT: Gate v21 resource synthesizing logging behind -v flag by Adam Lesinski · 10 years ago
  4. 978ab9d AAPT: Fix issue with synthesized resource not actually showing up by Adam Lesinski · 10 years ago
  5. e572c01 AAPT: Continuation of public/private attribute fix by Adam Lesinski · 10 years ago
  6. 82a2dd8 Fix backwards compat problem with AAPT public attrs by Adam Lesinski · 10 years ago
  7. 3fb8c9b AAPT: Don't crash on illegal symbol name by Adam Lesinski · 10 years ago
  8. 27f69f4 AAPT: mipmaps should not end up in Splits by Adam Lesinski · 10 years ago
  9. 6022deb AAPT: Fix regression generating dynamic ref table for shared libraries by Adam Lesinski · 10 years ago
  10. 43a0df0 Allow enum generated IDs to reuse existing IDs by Adam Lesinski · 10 years ago
  11. 833f3cc AAPT support for feature splits by Adam Lesinski · 11 years ago
  12. 5707951 Fix large memory corruption in AAPT by Adam Lesinski · 10 years ago
  13. f90f2f8d Support multiple resource tables with same package by Adam Lesinski · 11 years ago
  14. f000977 Merge "Add support for building split APKs" by Adam Lesinski · 11 years ago
  15. fab5087 Add support for building split APKs by Adam Lesinski · 11 years ago
  16. f3e7945 am 86768034: am b593ad60: am f1f28d1d: Merge "Skip resource files for locales en-XA and ar-XB during packaging if pseudolocalization was done automatically. This prevents attemts to add same resource twice." by Elliott Hughes · 11 years ago
  17. 47843df Skip resource files for locales en-XA and ar-XB by Igor Viarheichyk · 11 years ago
  18. 8c2fff2 am fd955f14: am 6a6979ad: am 86315c45: Merge "Fixes issue causing pseudolocalization of strings in non-translatable resource files." by Elliott Hughes · 11 years ago
  19. 84410b0 Fixes issue causing pseudolocalization of strings by Igor Viarheichyk · 11 years ago
  20. 4b0ee78 resolved conflicts for merge of 56ca8219 to master by Elliott Hughes · 11 years ago
  21. a2ef5c0 Pseudolocalizer improvements. by Anton Krumin · 11 years ago
  22. de898ff Shared library resource support by Adam Lesinski · 11 years ago
  23. e119b22 Reduce warning verbosity in aapt by Adam Lesinski · 11 years ago
  24. a01a937 Reduce warning verbosity in aapt by Adam Lesinski · 11 years ago
  25. 788fa41 Extended locales in AAPT / AssetManager. by Narayan Kamath · 11 years ago
  26. 91447d8 Extended locales in AAPT / AssetManager. by Narayan Kamath · 11 years ago
  27. 9a9fa16 Don't pseudolocalize untranslatable strings. by Narayan Kamath · 11 years ago
  28. cd28bd3 Add new aapt flag --error-on-missing-config-entry by Ying Wang · 11 years ago
  29. 8ff15b4 AAPT emits error for res with no 'default' product by Adam Lesinski · 11 years ago
  30. 282e181 Revert "Move frameworks/base/tools/ to frameworks/tools/" by Adam Lesinski · 11 years ago
  31. 7e1b8ff Don't pseudolocalize untranslatable strings. by Narayan Kamath · 11 years ago
  32. 2b8e82f AAPT emits error for res with no 'default' product by Adam Lesinski · 11 years ago
  33. 9f6a119 Move frameworks/base/tools/ to frameworks/tools/ by Mike Lockwood · 11 years ago
  34. d8dde13a Cache resource ID lookups in aapt by Christopher Tate · 12 years ago
  35. 5f79799 Add support for "-rtl" in resources by Fabrice Di Meglio · 13 years ago
  36. 3e2d591 resolved conflicts for merge of 13c04786 to jb-dev-plus-aosp by Jean-Baptiste Queru · 13 years ago
  37. 39b58ba resolved conflicts for merge of bc2fb7b9 to jb-dev-plus-aosp by Jean-Baptiste Queru · 13 years ago
  38. 345b7eb Remove dead code in StringPool. by Jeff Brown · 13 years ago
  39. 59eb5fd Fix up getAttributeFlags() function by Ben Gruver · 13 years ago
  40. b13b9bd frameworks/base refactoring. by Mathias Agopian · 13 years ago
  41. 249e3ed Runtime resource overlay: clean-up. by Mårten Kongstad · 13 years ago
  42. 1644c6d7 Only generate private symbols that are needed. by Dianne Hackborn · 13 years ago
  43. c761d8b Build overlay packages just like regular packages. by Mårten Kongstad · 13 years ago
  44. 6c997a9 aapt now sorts the strings in the resource string pool. by Dianne Hackborn · 13 years ago
  45. e6b6803 New aapt feature to do smarter filtering of configurations. by Dianne Hackborn · 13 years ago
  46. 914f7e6 Don't lose product variant strings that also vary between locales. by Eric Fischer · 13 years ago
  47. f14dff1 am c6adfed6: am f795e9a8: Okay *now* really enforce the limit on non-public styles. by Dianne Hackborn · 14 years ago
  48. 9980043 am 820caf7b: am 8821ba86: Ummm... f*, stop breaking the build. by Dianne Hackborn · 14 years ago
  49. f795e9a Okay *now* really enforce the limit on non-public styles. by Dianne Hackborn · 14 years ago
  50. 8821ba8 Ummm... f*, stop breaking the build. by Dianne Hackborn · 14 years ago
  51. f51ded0 am a8d7ea06: am 220cd77d: Merge "Enforce public resource restriction on bag parents." into honeycomb-mr2 by Dianne Hackborn · 14 years ago
  52. 426431a Enforce public resource restriction on bag parents. by Dianne Hackborn · 14 years ago
  53. 06a8cea am c851ea56: am 69cb8757: Add new "-swNNNdp" resource qualifier. by Dianne Hackborn · 14 years ago
  54. 69cb875 Add new "-swNNNdp" resource qualifier. by Dianne Hackborn · 14 years ago
  55. 2e4a323 am 46a282f3: am 0ed2e845: Merge "DO NOT MERGE. Integrate add new screen width/height in "dp" configs." into honeycomb-mr2 by Dianne Hackborn · 14 years ago
  56. ebff8f9 DO NOT MERGE. Integrate add new screen width/height in "dp" configs. by Dianne Hackborn · 14 years ago
  57. 18490fb resolved conflicts for merge of 87b3c0dc to honeycomb-plus-aosp by Kenny Root · 14 years ago
  58. 57f4b77 Runtime resource overlay, iteration 1. by Mårten Kongstad · 14 years ago
  59. 02feeb4 aapt: Allow raw "%" in unformatted string-arrays by Josh Stone · 14 years ago
  60. bf50322 aapt: Allow raw "%" in unformatted string-arrays by Josh Stone · 14 years ago
  61. 7c71023 Add knowledge of mipmap to aapt by Kenny Root · 14 years ago
  62. 82849af am 3442611e: am 5580e44c: Merge "Support changing style parent in overlays" by Jean-Baptiste Queru · 14 years ago
  63. 3442611 am 5580e44c: Merge "Support changing style parent in overlays" by Jean-Baptiste Queru · 14 years ago
  64. 58520b2 resolved conflicts for merge of 10d5b096 to master by Dianne Hackborn · 14 years ago
  65. 407f625 Add new API to find out whether external storage is removable. by Dianne Hackborn · 14 years ago
  66. 6f27ab8 am 9c708358: am 37cedce1: Merge "Add an aapt option to allow string variations for different devices." into gingerbread by Eric Fischer · 14 years ago
  67. 9096404 Add an aapt option to allow string variations for different devices. by Eric Fischer · 14 years ago
  68. 2fda9f4 Support changing style parent in overlays by Martin Nordholts · 15 years ago
  69. f1ff21a Fixes a few minor problems with AAPT by Steve Block · 15 years ago
  70. 15fe2cb Add error checking for translatable strings by Kenny Root · 15 years ago
  71. c9f3088 Use correct API version for UTF-8 checking by Kenny Root · 15 years ago
  72. 1741cd4 Fix minSdkVersion scanning to not throw warnings by Kenny Root · 15 years ago
  73. 7745622 Revert "Dedupe resource config pointers" by Kenny Root · 15 years ago
  74. 7b467d8 Dedupe resource config pointers by Kenny Root · 15 years ago
  75. cf244ad Add ability for some manifest attributes to reference resources. by Dianne Hackborn · 15 years ago
  76. 65e185b Change an aapt "warning" from "*** " to "**** " (from three to four stars). by Ed Heyl · 15 years ago
  77. f5a7c12 Change buf size holding integer in ResourceTable by Kenny Root · 15 years ago
  78. 27b28b3 Introduce special UI modes for night and car usage. by Tobias Haamel · 15 years ago
  79. 99080c7 Add --auto-add-overlay option to aapt. by Xavier Ducrohet · 15 years ago
  80. 1913846 Optional use of UTF-8 strings in resource bundles by Kenny Root · 15 years ago
  81. 59ad275 doc change: fix broken R.styleable formatting (caused by missing periods). Adjust table markup. by Dirk Dougherty · 15 years ago
  82. 93d7251 Fix compilation of add-resource tag. by Robert Greenwalt · 15 years ago
  83. c87d252 Make it an error to use a bare apostrophe in aapt, and adjust warnings/errors. by Eric Fischer · 15 years ago
  84. 58c27a0 Allow overlays to add resources. by Dianne Hackborn · 15 years ago
  85. dd93186 Format aapt warnings the same way as other compiler warnings by Marco Nelissen · 15 years ago
  86. f878e2d Make aapt Error out when an overlay adds a string. by Robert Greenwalt · 16 years ago
  87. 1aa8170 Add per-named-item overlay ability in res xml. by Robert Greenwalt · 16 years ago
  88. f479aa0 Add padding to public.xml to avoid breaking from auto-merges. by Dianne Hackborn · 16 years ago
  89. a96cbb4 Implement compatibility support for WRITE_SDCARD permission. by Dianne Hackborn · 16 years ago
  90. 32c2c90 Fix 1840639 to support overlays with zz_ZZ. by Robert Greenwalt · 16 years ago
  91. 9411a39 AI 144547: Fix change 144342 by making it active only during overlay processing. by Robert Greenwalt · 16 years ago
  92. 4b4f4a9 AI 144342: Fix bag (string-array,etc) behavior with overlays. by Robert Greenwalt · 16 years ago
  93. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  94. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  95. d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago
  96. 22f7dfd auto import from //branches/cupcake/...@127101 by The Android Open Source Project · 16 years ago
  97. 9266c55 auto import from //branches/cupcake/...@126645 by The Android Open Source Project · 16 years ago
  98. b798689 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago
  99. f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  100. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago