Am 31.05.2011 01:17, schrieb Steven Luo:
The current method of supplying an onKey handler for the input line (having the activity implement OnKeyListener) is somewhat unusual -- the documentation recommends creating an anonymous inner class to pass to setOnKeyListener(). Do this, while refactoring the code to make it somewhat more readable and removing some instances of code duplication. --- v2: Use clearComposingText() when inserting nick completion to ensure that autocorrect doesn't try to replace the completed nick on the next keypress; thanks Thomas Martitz for pointing out the bug
Would it be possible to supply patches on top of your other ones? This is easier than messing with the git history.
Best regards.

