{ "id": "63258", "key": "TIMOB-2626", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [ { "id": "11234", "name": "Release 1.6.0 M01", "archived": true, "released": true, "releaseDate": "2010-12-20" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-04-17T01:59:38.000+0000", "created": "2011-04-15T03:25:11.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "android", "defect", "release-1.6.0", "rplist" ], "versions": [], "issuelinks": [], "assignee": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "updated": "2011-04-17T01:59:38.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10202", "name": "Android", "description": "Android Platform" } ], "description": "{html}
(Bug is on Master, not in the released 1.5.1.)\nThere is something wrong with app build as it pertains to density\nimages getting copied out to res/drawable-mdpi, etc. To\nreproduce:
\n\nTitanium.UI.setBackgroundColor('#000');\nvar win = Titanium.UI.createWindow({ \n title:'Test',\n backgroundColor:'#fff',\n fullscreen: false,\n exitOnClose: true\n});\n\nwin.add(Ti.UI.createImageView({image: 'images/test.png', height: 50, width: 50}));\nwin.open();
\n
\nIn master, we don't see this message anymore:
\n\n[INFO] Tiapp.xml unchanged, skipping class generation
\n
\nIt's like a whole section of builder.py is being skipped or\nsomething
(from [541c219656d37fe9ab1696c3469205af3c7dc0cf])\n[#2626 state:fixed-in-qa] Also copy resource\ndrawables if android.create was called because of js file change\n\nhttps://github.com/appcelerator/titanium_mobile/commit/541c219656d3...
(from [0ae9bf5d5a25f812f0c46d33c767a85e52e1f5fd])\n[#2626 state:fixed-in-qa] Also copy resource\ndrawables if android.create was called because of js file change\n\nhttps://github.com/appcelerator/titanium_mobile/commit/0ae9bf5d5a25...
Though the bug wasn't in the production 1.5.1, it was on the\n1_5_X branch, so this commit went there too.
as Bill described, [INFO] Titanium SDK version: 1.6.0\n(01/10/11 08:25 3452f06) G1 (1.6) and droid1 (2.2.1)
forgot to close