Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-2444] Android: Warn on overlapping alternate resource identifiers

GitHub Issuen/a
TypeNew Feature
PriorityLow
StatusClosed
ResolutionFixed
Resolution Date2011-04-17T01:59:07.000+0000
Affected Version/sn/a
Fix Version/sRelease 1.5.0 M04
ComponentsAndroid
Labelsandroid, feature
ReporterDon Thorp
AssigneeBill Dawson
Created2011-04-15T03:20:01.000+0000
Updated2011-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

FileDateSize
warning.png2011-04-15T03:20:02.000+000062862

Comments

  1. Bill Dawson 2011-04-15

    (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...

  2. Thomas Huelbert 2011-04-15

    confirmed the warning were invoked (1.5.0.7d08f15) osx

JSON Source