[TIMOB-2444] Android: Warn on overlapping alternate resource identifiers
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:59:07.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.5.0 M04 |
Components | Android |
Labels | android, feature |
Reporter | Don Thorp |
Assignee | Bill Dawson |
Created | 2011-04-15T03:20:01.000+0000 |
Updated | 2011-04-17T01:59:07.000+0000 |
Description
This is a followup condition to be met for #2233 that wasn't specified in the original ticket. A build warning needs to be displayed if a Titanium developer uses
1) low and res-ldpi
2) medium and res-mdpi
3) high and res-hdpi
Attachments
File | Date | Size |
---|---|---|
warning.png | 2011-04-15T03:20:02.000+0000 | 62862 |
(from [e274d3abd6aa2ef7feeb8f426fb08c5aac34d412]) [#2444 state:fixed-in-qa] To test this, create folders Resources/android/images/high and Resources/android/images/res-hdpi. Those two are technically duplicates of each other (despite their different names). When you build the project, you will see the warning as in attached. https://github.com/appcelerator/titanium_mobile/commit/e274d3abd6aa2ef7feeb8f426fb08c5aac34d412"> https://github.com/appcelerator/titanium_mobile/commit/e274d3abd6aa...
confirmed the warning were invoked (1.5.0.7d08f15) osx