Re: [android-developers] Problems with Linkify in Android 4

2012-06-13 Thread Jim Anderson
- Gary Busey On Thu, Jun 7, 2012 at 1:49 PM, Jim Anderson wrote: > I've tried moving all the tags for each intent filter into one tag, > and adding a mimetype attribute, but that doesn't work. Intent filters both > with separate or consolidated tags works in 2.2. I haven&#

Re: [android-developers] Problems with Linkify in Android 4

2012-06-07 Thread Jim Anderson
I've tried moving all the tags for each intent filter into one tag, and adding a mimetype attribute, but that doesn't work. Intent filters both with separate or consolidated tags works in 2.2. I haven't gotten a lot of time at my dev box over the last few days, but the next thing I want to try is

[android-developers] Problems with Linkify in Android 4

2012-06-04 Thread Jim Anderson
Hey folks, My application (Ghost SEED) makes heavy use of Linkify for an in-app help system. I use a fairly standard setup: I linkify text on an activity displaying help, with the links firing an intent that I filter in the same help activity. In older versions of Android (2.1, 2.2, etc) this work