[TIMOB-1736] Android: Support Auto Linking in Labels
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2011-04-17T01:57:01.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 1.5.0 |
| Components | Android |
| Labels | android, feature, rplist |
| Reporter | Don Thorp |
| Assignee | Don Thorp |
| Created | 2011-04-15T03:00:54.000+0000 |
| Updated | 2012-06-13T11:24:01.000+0000 |
Description
Kevin Whinnery added the initial implementation. If
autoLink exists and set to one of the following
constants it will make them active in the label.
Ti.UI.Android.LINKIFY_ALL
Ti.UI.Android.LINKIFY_EMAIL_ADDRESSES
Ti.UI.Android.LINKIFY_MAP_ADDRESSES
Ti.UI.Android.LINKIFY_PHONE_NUMBERS
Ti.UI.Android.LINKIFY_WEB_URLS[int]
(from [32c1ab63892dd047f167dc400f5c06dc5e8ca533]) [#1736 state:fixed-in-qa] Fleshed out support for autoLink on Label. Added doc, dynamic updates, and new KitchenSink test http://github.com/appcelerator/titanium_mobile/commit/32c1ab63892dd047f167dc400f5c06dc5e8ca533"> http://github.com/appcelerator/titanium_mobile/commit/32c1ab63892dd...
sweet test case! confirmed using todays pull. logged #1746 for iOS parity as future, as per Don.