Skip to content

Conversation

@adriangl
Copy link
Contributor

@adriangl adriangl commented Sep 13, 2021

Github issue (delete if this does not apply)

Resolves #44
Resolves #45

PR's key points

The PR fixes parsing for CDATA strings, as well as fixes some tags not getting parsed correctly by tweaking the unescapeHtmlTags method (suggested by @mfathy).

How to review this PR?

Check that you can download CDATA strings from PoEditor and that its format is not lost

Definition of Done

  • Changes summary added to CHANGELOG.md
  • Tests added (if new code is added)
  • There is no outcommented or debug code left
@adriangl adriangl self-assigned this Sep 13, 2021
@adriangl
Copy link
Contributor Author

adriangl commented Sep 13, 2021

Hi @mfathy and @awachowicz-futuremind!

Could you please test that this version of the plugin works with your CDATA strings?

implementation "com.github.hyperdevs-team:poeditor-android-gradle-plugin:bugfix~cdata-strings-SNAPSHOT"

Thanks!

@mfathy
Copy link

mfathy commented Sep 14, 2021

Works great for me 👍

@adriangl adriangl merged commit 3f1d0ab into master Sep 16, 2021
@adriangl adriangl deleted the bugfix/cdata-strings branch September 16, 2021 07:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

3 participants