[android-developers] Disabling IME word prediction

2011-02-22 Thread LinusOnline
I'm looking for a way to disable word prediction from application code, but haven't had any luck so far. Found this thread on it: http://www.anddev.org/post94060.html Can anyone here shed any light on this issue? In particular, are IMEs required to adhere to the flags I give it via

[android-developers] Cancel IMEs word prediction from application code?

2011-02-16 Thread LinusOnline
I have an EditText in my application where it never makes sense to use word prediction. Most IMEs have a setting to enable or disable word prediction, but is there any way I, as an application programmer, can have control over the mechanism? Can I disable word prediction manually/temporarily,

[android-developers] Possible to temporarily disable IMEs word prediction?

2011-02-14 Thread LinusOnline
I have a text box (EditText) in my application, where it never makes sense to use word prediction (in fact, it interferes with my own functionality, in different ways depending on the IME). Is there a way for me as an application programmer to tell the IME not to use word prediction, even though

[android-developers] Re: Strange behavior in EditText box on Samsung devices

2011-02-03 Thread LinusOnline
on all devices. -- Kostya 31.01.2011 16:04, LinusOnline пишет: I'm struggling with some strange bahavior in EditText fields on the SamsungGalaxy Tab andSamsungGalaxy S. Has anyone else experienced similar behavior to this? Situation: I'm using an EditText as an input window

[android-developers] Re: Strange behavior in EditText box on Samsung devices

2011-02-03 Thread LinusOnline
into the EditText box. This works as expected on all other devices we've tested. / Linus On 3 Feb, 15:11, LinusOnline linusonl...@gmail.com wrote: THanks for the tip, Kostya! No I had not considered that. Will look into it. On 31 Jan, 14:13, Kostya Vasilyev kmans...@gmail.com wrote: Linus

[android-developers] Strange behavior in EditText box on Samsung devices

2011-01-31 Thread LinusOnline
I'm struggling with some strange bahavior in EditText fields on the Samsung Galaxy Tab and Samsung Galaxy S. Has anyone else experienced similar behavior to this? Situation: I'm using an EditText as an input window for URLs. As the user enters a character in it, I want to autocomplete it, i.e.,

[android-developers] Cryptic ANR trace file from Android Market

2010-09-30 Thread LinusOnline
I'm analyzing some ANR traces that were reported by users of my application via Android Market. I have some questions about ANR traces in general: How reliable are the traces? Most the traces I have make sense, but many don't. There is one which doesn't mention any of my code at all, like it's

[android-developers] VFY: arbitrarily rejecting large method

2010-03-22 Thread LinusOnline
After building my project with Java debug information, I get the following warning from dalvikvm when launching my application: VFY: arbitrarily rejecting large method It seems the Dalvik VM's verifier is rejecting one of my methods. The method is named in the warning, and it is indeed very