[TIMOB-16925] Android: Build doesn't merge <resources> attributes in strings.xml files
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2014-05-07T21:16:13.000+0000 |
Affected Version/s | n/a |
Fix Version/s | 2014 Sprint 09, 2014 Sprint 09 Tooling, Release 3.3.0 |
Components | Android, Tooling |
Labels | module_build, qe-closed-3.3.0, qe-testadded |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2014-05-06T22:15:36.000+0000 |
Updated | 2014-05-15T10:41:42.000+0000 |
Description
When merging Strings.xml (in the case of i18n strings), we need to merge the attributes of the root level tag and make sure there aren't any dupes.
Master pull request: https://github.com/appcelerator/titanium_mobile/pull/5668
Hello, Please provide the steps to test the issue.
To test: 1. create an android app 2. create a file
4. build app 5. examine
Verified the FIXED with: Appc-Studio:3.3.0.201405121247 sdk:3.3.0.v20140514163013 acs:1.0.14 alloy:1.4.0-alpha npm:1.3.2 titanium:3.3.0-dev titanium-code-processor:1.1.1 xcode:5.1.1 Device:Nexus7(v4.4.2) Followed above mentioned to test. Working as expected. Hence Closing the issue.