Gradle fixes, alphabet mode fixes, french fixes:
* Added more French resources * Fixed up gradle script * Added temp fix for alphabet mode
This commit is contained in:
parent
9458c58b2e
commit
84d8ead7ad
5 changed files with 189 additions and 6 deletions
|
|
@ -1088,7 +1088,8 @@ public class TraditionalT9 extends InputMethodService implements
|
|||
mComposing.append(ca[mCharIndex]);
|
||||
getCurrentInputConnection().setComposingText(mComposing, 1);
|
||||
|
||||
t9releasehandler.postDelayed(mt9release, T9DELAY);
|
||||
// TODO: Find reliable way to do this:
|
||||
// t9releasehandler.postDelayed(mt9release, T9DELAY);
|
||||
if (newChar) {
|
||||
// consume single caps
|
||||
if (mCapsMode == CAPS_SINGLE) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue