History log of /frameworks/base/tools/aapt2/format/binary/XmlFlattener_test.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0dcb20c72742a1de30b4984c4b8996d76cb7a428 27-Apr-2018 Ryan Mitchell <rtmitchell@google.com> AAPT2: Fix quoted text in res/xml assets

AAPT2 aggressively processed xml nodes and regressed from the behavior
of AAPT. This change restores AAPT's processing of xml nodes with
quotations.

Bug: 71805084
Test: Created tests in XmlFlattener_test.cpp and ran the test in the
Android Studio project given in the bug

Change-Id: Idedb4f1002e9fd705ceb5feae35289235b754b02
/frameworks/base/tools/aapt2/format/binary/XmlFlattener_test.cpp
e1094a2e232277a719025aa5c97c492502c34f5b 23-Feb-2018 Adam Lesinski <adamlesinski@google.com> AAPT2: Fix issue with String flattening in XmlFlattener

Compiled Strings (previously not encountered) in an XML resource
were using a different StringPool than the one being referred to
in the XmlFlattener, and so the indices were all wrong.

Bug: 72700446
Test: make aapt2_tests
Change-Id: I663924f8fad50fd4c69cfa196318dc63fb641a25
/frameworks/base/tools/aapt2/format/binary/XmlFlattener_test.cpp
4670805ea441edb8b280f9312571e7799f1284cf 29-Sep-2017 Adam Lesinski <adamlesinski@google.com> AAPT2: Move format related files under same directory

Test: make aapt2_tests
Change-Id: Id72cdfc12ba3add294048e60c55f2461344464bf
/frameworks/base/tools/aapt2/format/binary/XmlFlattener_test.cpp