{ "id": "100585", "key": "TIMOB-11036", "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": [], "resolution": { "id": "2", "description": "The problem described is an issue which will never be fixed.", "name": "Won't Fix" }, "resolutiondate": "2017-07-19T20:53:39.000+0000", "created": "2012-09-06T16:40:04.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [], "versions": [ { "id": "14096", "description": "Release 2.1.2", "name": "Release 2.1.2", "archived": true, "released": true, "releaseDate": "2012-08-31" } ], "issuelinks": [ { "id": "21148", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "100395", "key": "TIMOB-10830", "fields": { "summary": "Android: Ti.Media.VideoPlayer not accepting native path on Android ", "status": { "description": "This issue was once resolved, but the resolution was deemed incorrect. From here issues are either marked assigned or resolved.", "name": "Reopened", "id": "4", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "priority": { "name": "Low", "id": "4" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-07-19T20:53: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": "This is the sound version of the video bug TIMOB-10830:\r\n\r\n\r\n\t\t\tif (URLUtil.isAssetUrl(url)) {\r\n\t\t\t\tContext context = TiApplication.getInstance();\r\n\t\t\t\tString path = url.substring(TiConvert.ASSET_URL.length());\r\n\t\t\t\t\r\n\t\t\t\tAssetFileDescriptor afd = null;\r\n\r\n\r\nshould be\r\n\r\n\r\n\t\t\tif (URLUtil.isAssetUrl(url)) {\r\n\t\t\t\tContext context = TiApplication.getInstance();\r\n\t\t\t\tString path = url.substring(TiConvert.ASSET_URL.length());\r\n\t\t\t\t\r\n\t\t\t\t// Needed to handle native path urls\r\n\t\t\t\tpath = path.replace(\"Resources//\", \"Resources/\");\r\n\t\t\t\t\r\n\t\t\t\tAssetFileDescriptor afd = null;", "attachment": [], "flagged": false, "summary": "Android: Sound not playable from internal path", "creator": { "name": "jdlundin", "key": "jdlundin", "displayName": "Johan Lundin", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "jdlundin", "key": "jdlundin", "displayName": "Johan Lundin", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Android", "comment": { "comments": [ { "id": "424404", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket due to time passed and lack of progress for a number of years. Please open a new ticket if there are any problems.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-07-19T20:53:39.000+0000", "updated": "2017-07-19T20:53:39.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }