summaryrefslogtreecommitdiff
path: root/tools/aapt2/BinaryXmlPullParser.cpp
AgeCommit message (Collapse)Author
2015-06-04AAPT2: Change xml file parsing to DOM based Adam Lesinski
We modify the XML of layouts and AndroidManifest enough that it warrants we operate on the tree in memory. These files are never very large so this should be fine. Change-Id: I5d597abdb3fca2a203cf7c0b40fcd926aecb3137
2015-05-04Add namespace handling in attribute values Adam Lesinski
Previously, you could only reference namespace prefixes in attribute names: <View xmlns:appcompat="http://schemas.android.com/apk/res/android.support.v7.appcompat" appcompat:name="hey" ... Now you can also reference them in resource names within an attribute value: ... android:text="@appcompat:string/confirm" ... Which will be treated as "@android.support.v7.appcompat:string/confirm". Change-Id: Ib076e867a990c80cf877a704eb77cd1ef0b23b52
2015-04-15AAPT2: Add library support Adam Lesinski
Change-Id: I307f56d9631784ab29ee4156d94886f9b2f25b30