summaryrefslogtreecommitdiff
path: root/tools/aapt2/ResourceParser.cpp
AgeCommit message (Expand)Author
2017-07-31AAPT2: Ensure style strings are always first in StringPool Adam Lesinski
2017-06-02AAPT2: Allow undefined resources (placeholders) Adam Lesinski
2017-06-02Merge "AAPT2: Allow any value type for <item> without format attr" into oc-dev Adam Lesinski
2017-06-01AAPT2: Allow any value type for <item> without format attr Adam Lesinski
2017-05-30Merge "AAPT2: Fix <add-resource> tag for overlays" into oc-dev Adam Lesinski
2017-05-26AAPT2: Fix <add-resource> tag for overlays Adam Lesinski
2017-05-17Merge "AAPT2: Respect format attr in <array> resource" into oc-dev Adam Lesinski
2017-05-16AAPT2: Respect format attr in <array> resource Adam Lesinski
2017-05-02Resolve merge conflicts of ccc5b9bbd02a to oc-dev-plus-aosp Yi Kong
2017-05-01SymbolComparator operator() is missing const Yi Kong
2017-03-31AAPT2: Fix pseudolocalization (again) Adam Lesinski
2017-02-22AAPT2: Shared library support Adam Lesinski
2017-02-08AAPT2: Fix pseudolocalization to respect <xliff:g> Adam Lesinski
2017-02-01AAPT2: Support CtsContentTestCases build Adam Lesinski
2017-01-17Move StringPiece to libandroidfw Adam Lesinski
2016-10-26AAPT2: Rename to match new style Adam Lesinski
2016-10-21AAPT2: Ensure string pool ordering is compact Adam Lesinski
2016-10-19Use Google3 style guide with .clang-format Adam Lesinski
2016-09-07AAPT2: Fix issue with styled string indices Adam Lesinski
2016-08-31AAPT2: Add Inline Complex XML support Adam Lesinski
2016-08-15AAPT2: Expose split support to command line Adam Lesinski
2016-07-25AAPT2: Add support to specify stable IDs Adam Lesinski
2016-07-13AAPT2: Remove usage of u16string Adam Lesinski
2016-04-30AAPT2: Add diff command Adam Lesinski
2016-03-11AAPT2: Add descriptions of Attributes in Styleables for R.java Adam Lesinski
2016-02-12AAPT2: Introduce notion of 'product' to ResourceTable Adam Lesinski
2016-01-13AAPT2: Variety of small fixes to get the build working Adam Lesinski
2016-01-11AAPT2: Warn when positional arguments exist and --legacy is on Adam Lesinski
2016-01-06AAPT2: Fix product support Adam Lesinski
2016-01-06AAPT2: Port AAPT pseudolocalization to AAPT2 Adam Lesinski
2015-12-17AAPT2: Respect format attribute of <item> tag Adam Lesinski
2015-12-10AAPT2: Fix overlay support Adam Lesinski
2015-11-23AAPT2: Record source/comments for compound values' children Adam Lesinski
2015-11-23AAPT2: Verify min/max attr fields Adam Lesinski
2015-11-19AAPT2: Fail compiling when private symbols are referenced Adam Lesinski
2015-11-16AAPT2: Prevent duplicate enums/flags Adam Lesinski
2015-11-07AAPT2: Accept aliases defined for external resource types Adam Lesinski
2015-11-06AAPT2: Add support for clearer in-progress public attributes Adam Lesinski
2015-11-06AAPT2: Fix inclusion of comments in R.java javadoc Adam Lesinski
2015-11-05AAPT2: Fix small issue with detecting translatable resources Adam Lesinski
2015-11-03AAPT2: Verify positional Java String format arguments in strings Adam Lesinski
2015-10-30AAPT2: Support generating Manifest.java Adam Lesinski
2015-10-22AAPT2: Move comments and source into Value Adam Lesinski
2015-10-22AAPT2: Process <java-symbols> and private symbol package Adam Lesinski
2015-10-16Filter products during compile phase Adam Lesinski
2015-10-16AAPT2: Separate out the various steps Adam Lesinski
2015-05-12AAPT2: Fix issue where @null was wrongly encoded Adam Lesinski
2015-05-12AAPT2: inferred style parent processing Adam Lesinski
2015-05-04Add namespace handling in attribute values Adam Lesinski
2015-04-15AAPT2: Add library support Adam Lesinski