Skip to content

Fix decode xml attributes value#2492

Merged
skylot merged 3 commits intoskylot:masterfrom
MrIkso:fix_decode_xml_attributes_value
May 19, 2025
Merged

Fix decode xml attributes value#2492
skylot merged 3 commits intoskylot:masterfrom
MrIkso:fix_decode_xml_attributes_value

Conversation

@MrIkso
Copy link
Copy Markdown
Contributor

@MrIkso MrIkso commented May 18, 2025

Currenty xml attribute value decoding not checks attibute namespace. Attribute like android:style and app:style it is different attributes, but decode function get only name style and trying decode and migt return wrong result. This PR fix it, issue #1675

@skylot skylot requested a review from jpstotz May 18, 2025 19:57
@jpstotz jpstotz dismissed their stale review May 19, 2025 14:21

changes marked in review has already been resolved

@jpstotz jpstotz self-requested a review May 19, 2025 14:22
@MrIkso
Copy link
Copy Markdown
Contributor Author

MrIkso commented May 19, 2025

Hmm, interesting why building fail

@skylot skylot merged commit 580f25f into skylot:master May 19, 2025
5 of 8 checks passed
@skylot
Copy link
Copy Markdown
Owner

skylot commented May 19, 2025

@MrIkso and @jpstotz thanks 👍

@MrIkso MrIkso deleted the fix_decode_xml_attributes_value branch May 19, 2025 22:06
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.

3 participants