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

Format tags support #5

Closed
wants to merge 4 commits into from
Closed

Conversation

Liquidsoul
Copy link
Owner

This fixes issue #3.

What's in this pull request?

  • add support for strings.xml format tags
  • refactor strings.xml parser code

@Liquidsoul Liquidsoul added this to the 0.0.2 milestone May 29, 2016
@Liquidsoul Liquidsoul self-assigned this May 29, 2016
* `<b>` / `</b>`
* `<u>` / `</u>`
* `<i>` / `</i>`
* `<br />`
Create ParseStack private classes that encapsulate the parsing of xml
elements.
* extracted private classes in an extension of AndroidStringsParser
* move called code below the calling code
@Liquidsoul Liquidsoul force-pushed the issue_3_format_tags_support branch from b4b4560 to 8fdd369 Compare May 29, 2016 10:40
@Liquidsoul Liquidsoul closed this May 29, 2016
@Liquidsoul Liquidsoul removed this from the 0.0.2 milestone May 29, 2016
@Liquidsoul Liquidsoul removed their assignment May 29, 2016
@Liquidsoul Liquidsoul deleted the issue_3_format_tags_support branch May 29, 2016 10:44
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.

1 participant