{ "id": "93160", "key": "TIMOB-9517", "fields": { "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "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": "13417", "description": "Sprint 2012-13 API", "name": "Sprint 2012-13 API", "archived": true, "released": true, "releaseDate": "2012-07-01" }, { "id": "13505", "description": "Release 3.0.0", "name": "Release 3.0.0", "archived": true, "released": true, "releaseDate": "2012-12-14" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-08-16T01:56:25.000+0000", "created": "2012-06-13T11:23:29.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "api", "module_textarea", "qe-review", "qe-testadded" ], "versions": [ { "id": "13273", "description": "Release 2.0.2", "name": "Release 2.0.2", "archived": false, "released": true, "releaseDate": "2012-05-31" } ], "issuelinks": [ { "id": "17756", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "62368", "key": "TIMOB-1736", "fields": { "summary": "Android: Support Auto Linking in Labels", "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": "Medium", "id": "3" }, "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "subtask": false } } } } ], "assignee": { "name": "hpham", "key": "hpham", "displayName": "Hieu Pham", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2012-10-24T21:29:28.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 feature request is to enable autoLink in TextView for Android. \r\n\r\nThe required documentation is here at\r\n\r\nhttp://developer.android.com/reference/android/widget/TextView.html#setAutoLinkMask(int)\r\n\r\n{panel:title=Test Case}\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n backgroundColor : \"white\"\r\n});\r\n\r\nvar ta = Ti.UI.createTextArea({\r\n left:5, top: 5, right: 5, height: 180,\r\n editable: false, // this needs to be set to false, otherwise data detection type will fail\r\n backgroundColor:'#ccc',\r\n value:'Contact\\n test@test.com\\n 817-555-5555\\n http://bit.ly\\n 444 Castro Street, Mountain View, CA'\r\n});\r\n\r\n\r\nwin.add(ta);\r\n\r\nwin.open();\r\n{code}", "attachment": [], "flagged": false, "summary": "Android: Enable autoLink in TextView", "creator": { "name": "sbhimavarapu", "key": "sbhimavarapu", "displayName": "Sandeep Bhimavarapu", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "sbhimavarapu", "key": "sbhimavarapu", "displayName": "Sandeep Bhimavarapu", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Product: Titanium Mobile\r\nTitanium SDK: 2.0.2 GA\r\nHost OS: Mac OS X Lion\r\nPlatform OS: Android\r\nPlatform OS Version: 2.3.3, 4.0.4", "comment": { "comments": [ { "id": "200967", "author": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "body": "For the test case, you need to specify the autoLink value:\r\n\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n backgroundColor : \"white\"\r\n});\r\n \r\nvar ta = Ti.UI.createTextArea({\r\n left:5, top: 5, right: 5, height: 180,\r\n editable: false, // this needs to be set to false, otherwise data detection type will fail\r\n backgroundColor:'#ccc',\r\n autoLink: Titanium.UI.Android.LINKIFY_ALL,\r\n value:'Contact\\n test@test.com\\n 817-555-5555\\n http://bit.ly\\n 444 Castro Street, Mountain View, CA'\r\n});\r\n\r\nwin.add(ta);\r\n \r\nwin.open();\r\n{code}\r\n\r\nPR for this: https://github.com/appcelerator/titanium_mobile/pull/2474", "updateAuthor": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-06-29T16:38:22.000+0000", "updated": "2012-06-29T16:38:22.000+0000" }, { "id": "214745", "author": { "name": "sbhadauria", "key": "sbhadauria", "displayName": "Shyam Bhadauria", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Environment used for verification -\r\nTested with Titanium SDK: 2.2.0.v20120815194913\r\nTested with Titanium  Studio: 2.1.1.201207271312\r\nDevice - Samsung GALAXY Note Android 2.3.6\r\nMachine OS - MAC 10.7.3", "updateAuthor": { "name": "sbhadauria", "key": "sbhadauria", "displayName": "Shyam Bhadauria", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-08-16T01:53:29.000+0000", "updated": "2012-08-16T01:53:29.000+0000" }, { "id": "214746", "author": { "name": "sbhadauria", "key": "sbhadauria", "displayName": "Shyam Bhadauria", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Re-opening to edit label", "updateAuthor": { "name": "sbhadauria", "key": "sbhadauria", "displayName": "Shyam Bhadauria", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-08-16T01:56:01.000+0000", "updated": "2012-08-16T01:56:01.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }