{ "id": "83955", "key": "TIMOB-6714", "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": "12090", "description": "", "name": "Sprint 2011-50", "archived": true, "released": true, "releaseDate": "2011-12-19" }, { "id": "12580", "description": "Dual Runtime 1.8.0", "name": "Release 1.8.0.1", "archived": true, "released": true, "releaseDate": "2011-12-22" }, { "id": "12593", "name": "Release 2.0.0", "archived": false, "released": true, "releaseDate": "2012-03-30" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-12-27T13:45:41.000+0000", "created": "2011-12-15T17:58:09.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "qe-and121411", "regression", "verified-1.8.0.1" ], "versions": [ { "id": "12580", "description": "Dual Runtime 1.8.0", "name": "Release 1.8.0.1", "archived": true, "released": true, "releaseDate": "2011-12-22" } ], "issuelinks": [ { "id": "14294", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "84074", "key": "TIMOB-6773", "fields": { "summary": "Android: Fastdev: Ti.UI.Tab.icon resource fails to update on app re-deployment", "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" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "updated": "2014-06-19T12:42:39.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": "Resources fail to update on app re-deployment. For instance, an existing image that is edited will not be updated by Fastdev after re-deploying the app.\r\n\r\nThis affects V8/Rhino. Regression.\r\n\r\nSteps to Reproduce:\r\n\r\n1. Create Default Project, Run Code in Android Emulator 2.3.3 using V8:\r\n\r\n{code:title=app.js}\r\nTitanium.UI.createWindow({backgroundImage:'KS_nav_ui.png'}).open();\r\n{code}\r\n\r\n2. Navigate to 'KS_nav_ui.png' in the OS file system.\r\n3. Open 'KS_nav_ui.png' in an image editor, and change it in a noticeable way (save over original).\r\n4. Re-deploy the app in Studio without cleaning.\r\n\r\nExpected Result:\r\n\r\nThe app should have the newest version of the image.\r\n\r\nActual Result:\r\n\r\nThe app still has the old version of the image. If the image did not exist before, nothing will be shown in it's place because the old version of the image in the resources was null.", "attachment": [], "flagged": false, "summary": "Android: Fastdev - resources fail to update on app re-deployment", "creator": { "name": "dhyde", "key": "dhyde", "displayName": "Dustin Hyde", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "dhyde", "key": "dhyde", "displayName": "Dustin Hyde", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "SDK: 1.8.0.1.v20111214093905\r\nAndroid Runtimes: V8/Rhino\r\nStudio: 1.0.7.201112141707\r\nOS: OS X Snow Leopard, Windows 7\r\nDevices Tested: Android Emulator 2.3.3", "comment": { "comments": [ { "id": "176301", "author": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "body": "This is specific to background images, not generally. For example, if you created an imageview with that image, it would reload each time. The problem is that background image fetching is not making use of FastDev.\r\n\r\nStill investigating...", "updateAuthor": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "created": "2011-12-15T18:57:17.000+0000", "updated": "2011-12-15T18:57:17.000+0000" }, { "id": "176373", "author": { "name": "dhyde", "key": "dhyde", "displayName": "Dustin Hyde", "active": true, "timeZone": "America/Los_Angeles" }, "body": "It looks like the icon property of tabs is still affected, and we might need to check the \"image property\" of every type of object we support.", "updateAuthor": { "name": "dhyde", "key": "dhyde", "displayName": "Dustin Hyde", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-12-16T13:42:35.000+0000", "updated": "2011-12-16T13:42:35.000+0000" }, { "id": "176619", "author": { "name": "dhyde", "key": "dhyde", "displayName": "Dustin Hyde", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified as Fixed in 1.8.0.1.\r\nSDK: 1.8.0.1v20111216004146\r\nStudio: 1.0.7.201112141707\r\nOS: OS X Lion, Windows 7\r\nDevices Tested: Android Emulator 2.3.3", "updateAuthor": { "name": "dhyde", "key": "dhyde", "displayName": "Dustin Hyde", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-12-19T16:55:27.000+0000", "updated": "2011-12-19T16:55:27.000+0000" }, { "id": "178954", "author": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing bug. Already verified fix for 1.8.0.1", "updateAuthor": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2012-01-11T15:24:01.000+0000", "updated": "2012-01-11T15:24:01.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }