| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'goog/master' into merge•••Conflicts:
java/res/xml/method.xml
java/res/xml/prefs.xml
Change-Id: I466a43c56ec01ddac2f8ae4f15dd3a7f8c21175d
|  satok | 2011-04-20 | 1 | -1/+7 |
|\ |
|
| * | Tweak voice layout for Dogfood•••Change-Id: Ic51a044901a63c4cec907163e35cd5e458f36dde
|  satok | 2011-04-20 | 1 | -1/+7 |
* | | Merge remote-tracking branch 'goog/master' into merge•••Conflicts:
java/src/com/android/inputmethod/compat/InputMethodServiceCompatWrapper.java
Change-Id: I596f9584478637284d6922aae672dc276563ffc1
|  satok | 2011-04-18 | 1 | -1/+1 |
|\| |
|
| * | A fix for handling dummy voice subtypes•••Change-Id: I75d4d1625e0925d01ae84c9577e15087d83e4191
|  satok | 2011-04-18 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'goog/master' into merge•••Conflicts:
java/src/com/android/inputmethod/compat/InputMethodServiceCompatWrapper.java
Change-Id: Iba0f2202bc2561f29b850dc22e9de52f84943a9c
|  satok | 2011-04-14 | 1 | -18/+4 |
|\| |
|
| * | Fix for language bar switching•••Change-Id: Id3974642b62b012968c537eff7c1a7ee37e2def2
|  satok | 2011-04-14 | 1 | -0/+4 |
| * | Fast key preview•••Previously the key preview was implemented by PopupWindow. The key
preview popup window would be dismissed and shown each time the key
was released and pressed. It turned out that it was taking several
milliseconds.
This change implements the key preview by a simple TextView which will
be layout-ed at absolute coordinates within the screen FrameLayout.
And dismissing and showing the key preview is implemented by the
TextView's visibility.
This implementation needs careful coordination of candidates.xml
layout and LatinIME.onComputeInsets to control suggestion strip
visibility.
Bug: 4179964
Change-Id: Id6347cb35b91eb14ab20dd2f312e58b54b6625a7
|  Tadashi G. Takaoka | 2011-04-13 | 1 | -18/+0 |
* | | Merge remote branch 'goog/master' into merge•••Conflicts:
java/res/xml/method.xml
java/src/com/android/inputmethod/deprecated/VoiceProxy.java
java/src/com/android/inputmethod/keyboard/KeyboardId.java
java/src/com/android/inputmethod/latin/BinaryDictionary.java
java/src/com/android/inputmethod/latin/LatinIME.java
java/src/com/android/inputmethod/latin/Settings.java
java/src/com/android/inputmethod/latin/SubtypeSwitcher.java
java/src/com/android/inputmethod/latin/Utils.java
Change-Id: Ic102a0fbfc3b8f9dd65dd6eabb421f9211f5d9a5
|  satok | 2011-03-25 | 1 | -6/+6 |
|/ |
|
* | Moved a functionality of setOverScrollMode to InputMethodServiceCompatWrapper•••Change-Id: Ie473c9fced9f0a8da5643390b44aa4b86128396d
|  satok | 2011-03-24 | 1 | -0/+21 |
* | Moved a functionality of setting touchableRegion to InputMethodServiceCompatW...•••Change-Id: I8b9fe507885ef5ae7cb09db93a977e23b1bbd0db
|  satok | 2011-03-24 | 1 | -0/+6 |
* | Add InputMethodServiceCompatWrapper for moving the callback from LatinIME.•••Change-Id: If6b0180c63738e5e78a20fe5b938ef50d62865d6
|  satok | 2011-03-23 | 1 | -0/+65 |