Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore String references when parsing Android XML resources #30

Merged
merged 1 commit into from
Jul 30, 2021

Conversation

Petrakeas
Copy link
Contributor

StringXMLConverter ignores strings that reference other strings.
For example, "@string/bar"
will be ignored.

The XML string used in the unit test, now contains a string with a
string reference.

StringXMLConverter ignores strings that reference other strings.
For example, "<string name="foo">@string/bar</string>"
will be ignored.

The XML string used in the unit test, now contains a string with a
string reference.
@Petrakeas Petrakeas requested a review from nbasili July 29, 2021 13:49
@Petrakeas Petrakeas merged commit 66e266d into devel Jul 30, 2021
@Petrakeas Petrakeas deleted the petrakeas/xml-parsing-ignore-string-referene branch July 30, 2021 12:37
@wyngarde wyngarde mentioned this pull request Jul 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants