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

2012-06-13 Thread Jim Anderson
Busey On Thu, Jun 7, 2012 at 1:49 PM, Jim Anderson jbheml...@gmail.com wrote: I've tried moving all the data 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 data tags works in 2.2. I haven't gotten

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

2012-06-07 Thread Jim Anderson
I've tried moving all the data 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 data 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

[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