1
0
Fork 0

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:
Clam 2015-12-14 17:35:00 +11:00
parent 9458c58b2e
commit 84d8ead7ad
5 changed files with 189 additions and 6 deletions

View file

@ -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) {