{ "id": "92687", "key": "TIMOB-9343", "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": "13271", "description": "Release 2.1.0", "name": "Release 2.1.0", "archived": false, "released": true, "releaseDate": "2012-06-29" }, { "id": "13408", "description": "Sprint 2012-12 API", "name": "Sprint 2012-12 API", "archived": true, "released": true, "releaseDate": "2012-06-17" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-09-12T04:38:36.000+0000", "created": "2012-06-01T17:37:30.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "api", "module_animation", "qe-review", "qe-testadded" ], "versions": [ { "id": "13272", "description": "Release 2.0.1", "name": "Release 2.0.1", "archived": true, "released": true, "releaseDate": "2012-04-16" } ], "issuelinks": [ { "id": "17824", "type": { "id": "10001", "name": "Cloners", "inward": "is cloned into", "outward": "is cloned from" }, "inwardIssue": { "id": "93327", "key": "TIDOC-674", "fields": { "summary": "APIDOC: Animation curves are not platform-specific", "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 } } } }, { "id": "17597", "type": { "id": "10001", "name": "Cloners", "inward": "is cloned into", "outward": "is cloned from" }, "inwardIssue": { "id": "92688", "key": "TIMOB-9344", "fields": { "summary": "Ti API: 3DMatrix is not platform-specific", "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": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2013-11-27T12:16:46.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": "10224", "name": "TiAPI", "description": "This component is used for cross-platform API work. Specifications are most likely to use this component." } ], "description": "Animation curves are supported in iOS and Mobile Web, so the Ti.UI. animation curve constants should be undeprecated, and the platform-specific versions in Ti.UI.iOS should be deprecated instead.", "attachment": [], "flagged": false, "summary": "Ti API: Animation curves are not platform-specific", "creator": { "name": "aevans", "key": "aevans", "displayName": "Arthur Evans", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "aevans", "key": "aevans", "displayName": "Arthur Evans", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "198692", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Test Code\r\n{code}\r\n\r\nvar win = Ti.UI.createWindow({backgroundColor:'white'})\r\n\r\nvar label = Ti.UI.createLabel({\r\n\ttext:'See logs'\r\n})\r\n\r\nwin.add(label);\r\n\r\n\r\n//These statements should print out warnings.\r\nTi.API.info('PRINTING IOS PROXY CONSTANTS WILL SHOW WARNING');\r\nTi.API.info(Ti.UI.iOS.ANIMATION_CURVE_EASE_IN_OUT);\r\nTi.API.info(Ti.UI.iOS.ANIMATION_CURVE_EASE_IN);\r\nTi.API.info(Ti.UI.iOS.ANIMATION_CURVE_EASE_OUT);\r\nTi.API.info(Ti.UI.iOS.ANIMATION_CURVE_LINEAR);\r\n\r\n//These should no longer print out warnings\r\nTi.API.info('PRINTING UI PROXY CONSTANTS WILL NOT SHOW WARNING');\r\nTi.API.info(Ti.UI.ANIMATION_CURVE_EASE_IN_OUT);\r\nTi.API.info(Ti.UI.ANIMATION_CURVE_EASE_IN);\r\nTi.API.info(Ti.UI.ANIMATION_CURVE_EASE_OUT);\r\nTi.API.info(Ti.UI.ANIMATION_CURVE_LINEAR);\r\n\r\nwin.open();\r\n{code}", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2012-06-15T10:27:01.000+0000", "updated": "2012-06-15T10:27:01.000+0000" }, { "id": "198694", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Pull pending https://github.com/appcelerator/titanium_mobile/pull/2405", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2012-06-15T10:29:06.000+0000", "updated": "2012-06-15T10:29:06.000+0000" }, { "id": "217137", "author": { "name": "ssekhri", "key": "ssekhri", "displayName": "Satyam Sekhri", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Warning shown when iOS specific animation curve constants used.\r\nVerified on:\r\nTitanium Studio: 2.1.2.201208301612\r\nTitanium SDK: 2.1.0 GA, 2.2.0.v20120830182512\r\niOS Simulator (v5.1)", "updateAuthor": { "name": "ssekhri", "key": "ssekhri", "displayName": "Satyam Sekhri", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-08-31T04:35:55.000+0000", "updated": "2012-08-31T04:35:55.000+0000" }, { "id": "218622", "author": { "name": "amittal", "key": "amittal", "displayName": "Anshu Mittal", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Reopening to update labels", "updateAuthor": { "name": "amittal", "key": "amittal", "displayName": "Anshu Mittal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-09-12T04:38:02.000+0000", "updated": "2012-09-12T04:38:02.000+0000" }, { "id": "281623", "author": { "name": "jithinv@exalture.com", "key": "jithinv@exalture.com", "displayName": "jithinpv", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Anvil test case added.\nPR link:\nhttps://github.com/appcelerator/titanium_mobile/pull/5037", "updateAuthor": { "name": "jithinv@exalture.com", "key": "jithinv@exalture.com", "displayName": "jithinpv", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-11-27T12:16:46.000+0000", "updated": "2013-11-27T12:16:46.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }