just to add more food for thought - there may be a problem here - there are definitely some differences
Using this as a test URL http://www.test.com?id=123abc If I send it to the Epic from another phone - it does NOT consider the query portion (?id=123abc) as part of the link if I send it to the Epic from an email client (in this case Thunderbird) which forces it through Sprint's SMS gateway - it DOES consider the query portion as part of the link On Feb 5, 10:09 am, kernelpanic <[email protected]> wrote: > yeah that's true > > As Mark said, if you do the same test with %20 - it does include the ? > sc= portion in the link > > may need a CR/LF in there to force the separation between the link and > the text > > On Feb 5, 9:46 am, Kostya Vasilyev <[email protected]> wrote: > > > Not sure if there are any spaces. > > > The SMS content is: "http://www.site.com?param=valueTest2" > > > It's not clear whether the " Test 2" is part of the URL. I would think > > not, because spaces in URLs are always encoded as "%20" or "+". > > > I suspect the issue is that the "?param=value" is not highlighted, just > > the "http://www.site.com". > > > Here is that link again: > > >http://twitpic.com/3vpnzx > > > -- Kostya > > > 05.02.2011 18:30, Mark Murphy пишет: > > > > On Sat, Feb 5, 2011 at 10:25 AM, kernelpanic<[email protected]> > > > wrote: > > >> I do question the validity of the spaces in the query and suspect that > > >> is the issue here. > > > :: smacks forehead :: > > > > Yeah, I never noticed that. Looking at the regex that Linkify uses, it > > > will not honor spaces in query parameters, but it should honor %20 > > > values. > > > -- > > Kostya Vasilyev -- WiFi Manager + pretty widget > > --http://kmansoft.wordpress.com -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

