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

2012-09-03 Thread Mark Murphy
On Mon, Sep 3, 2012 at 10:27 AM, JD wrote: >There is no other way...?. There has to be some possible fix for the > developers to fire an intent.. Post your code showing your use of Linkify. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonswa

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

2012-09-03 Thread JD
On Monday, 3 September 2012 18:35:57 UTC+5:30, Mark Murphy (a Commons Guy) wrote: > > On Mon, Sep 3, 2012 at 8:48 AM, JD > > wrote: > > Guys any update on this?. Me too facing this issue on HTC-EVO 4G device. > In > > my case, i have linkified the TextView which contains the mentions name >

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

2012-09-03 Thread Mark Murphy
On Mon, Sep 3, 2012 at 8:48 AM, JD wrote: > Guys any update on this?. Me too facing this issue on HTC-EVO 4G device. In > my case, i have linkified the TextView which contains the mentions name for > r.g @hero, @roger etc. But on clicking of these mentions links it does not > fires my Intent. Work

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

2012-09-03 Thread JD
Guys any update on this?. Me too facing this issue on HTC-EVO 4G device. In my case, i have linkified the TextView which contains the mentions name for r.g @hero, @roger etc. But on clicking of these mentions links it does not fires my Intent. Works fine on Samsung and LG devices. On Thursday,

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

2012-06-13 Thread Mark Murphy
On Wed, Jun 13, 2012 at 8:48 PM, Jim Anderson wrote: > After playing around with this on the emulator, it looks like it's > HTC-specific. Plain Android 4 does Linkify just fine, while my HTC One S > doesn't fire intents from Linkify. Odd, but I can work around that. If you can create a sample app

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

2012-06-13 Thread Jim Anderson
After playing around with this on the emulator, it looks like it's HTC-specific. Plain Android 4 does Linkify just fine, while my HTC One S doesn't fire intents from Linkify. Odd, but I can work around that. Cheers, Jim Fear is the dark room where the Devil develops his negatives. - Gary Buse

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

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

2012-06-05 Thread Mark Murphy
On Tue, Jun 5, 2012 at 7:27 AM, Kostya Vasilyev wrote: >> If there is more than one >> activity that handles a given Intent triggered by the Linkify link, >> they go with the default. > > Do you know if this applies to long-pressing a link? > > In the web browser or WebView, where you normally get

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

2012-06-05 Thread krishna kumar
eocd not found not zip apk installing time error please help me. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to an

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

2012-06-05 Thread Kostya Vasilyev
2012/6/5 Mark Murphy > On Mon, Jun 4, 2012 at 6:32 PM, Kostya Vasilyev > wrote: > > Or it might be a missing mimeType attribute in the intent filter (since > the > > uri uses the content scheme). > > Having consulted with some HTCians, the Linkify change they made > simply blocks the appearance

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

2012-06-05 Thread Mark Murphy
On Mon, Jun 4, 2012 at 6:32 PM, Kostya Vasilyev wrote: > Or it might be a missing mimeType attribute in the intent filter (since the > uri uses the content scheme). Having consulted with some HTCians, the Linkify change they made simply blocks the appearance of a chooser. If there is more than on

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

2012-06-04 Thread Kostya Vasilyev
Or it might be a missing mimeType attribute in the intent filter (since the uri uses the content scheme). 05.06.2012 0:53 пользователь "Mark Murphy" написал: > On Mon, Jun 4, 2012 at 4:10 PM, Jim Anderson wrote: > > My application (Ghost SEED) makes heavy use of Linkify for an in-app help > > sy

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

2012-06-04 Thread Mark Murphy
On Mon, Jun 4, 2012 at 4:10 PM, Jim Anderson wrote: > 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 ol

[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