| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | Move suggestions layout code into parameter class•••Bug: 5023981
Change-Id: I30f45191524c38bfe550845b003e8972abd2ee49
|  Tadashi G. Takaoka | 2011-08-04 | 1 | -155/+202 |
* | | | Fix NPE•••Bug: 5120674
Change-Id: Iedfd7af33a96b68d83d9a844f61ac40b9523ecdb
|  Tadashi G. Takaoka | 2011-08-04 | 1 | -1/+4 |
* | | | Implement the spell checker.•••Bug: 4176026
Change-Id: I297c47202e96ce0db74d703f30709777f26b93ac
|  Jean Chalard | 2011-08-04 | 2 | -132/+111 |
* | | | Merge "Create a way to pass the proximity info to the dictionary" |  Jean Chalard | 2011-08-04 | 12 | -32/+61 |
|\ \ \
| |/ /
|/| | |
|
| * | | Create a way to pass the proximity info to the dictionary•••This is a preparative change for inserting the spell checker.
Change-Id: Ie441879cac4f67078ec27a95f1fcbbf3ef373df7
|  Jean Chalard | 2011-08-04 | 12 | -32/+61 |
* | | | Merge "Cleanup CandidateView class" |  Tadashi G. Takaoka | 2011-08-04 | 2 | -151/+189 |
|\ \ \ |
|
| * | | | Cleanup CandidateView class•••Bug: 5023981
Change-Id: Id79e31c60dfb41be546f5c5a3680e8651457151d
|  Tadashi G. Takaoka | 2011-08-04 | 2 | -151/+189 |
| |/ / |
|
* | | | Merge "Additional hack for bug:4311428, a follow up for Ieade33d7." |  Ken Wakasa | 2011-08-03 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Additional hack for bug:4311428, a follow up for Ieade33d7.•••Change-Id: If1799a6fa3b2f45c98c9f3aeb88845f1fb08f09b
|  Ken Wakasa | 2011-08-04 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge "Remove newly unused code" |  Jean Chalard | 2011-08-03 | 1 | -29/+0 |
|\ \ \
| |/ /
|/| | |
|
| * | | Remove newly unused code•••Bug: 5095140
Change-Id: Ie4322815f029f063dda2925697d6d8f63bfaf6d6
|  Jean Chalard | 2011-08-04 | 1 | -29/+0 |
* | | | Handle non word separators correctly even for the initial letter of a word•••bug: 5101114
Change-Id: I0d804c9a500ff000dc06cadad46a2c6c6b8088b2
|  Ken Wakasa | 2011-08-04 | 2 | -4/+13 |
|/ / |
|
* | | Merge "Fix saving keyboard state while rotating" |  Tadashi G. Takaoka | 2011-08-03 | 2 | -3/+8 |
|\ \ |
|
| * | | Fix saving keyboard state while rotating•••This change also uses longer timeout for restoring keyboard state.
Bug: 4311428
Change-Id: Ieade33d7c69f1dee727b2b8c26f0112eca44b336
|  Tadashi G. Takaoka | 2011-08-03 | 2 | -3/+8 |
* | | | Merge "Reset keyboard shift lock state when new keyboard is ready" |  Tadashi G. Takaoka | 2011-08-03 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | Reset keyboard shift lock state when new keyboard is ready•••Bug: 5099761
Change-Id: I00ad796ea43a07ae13e71224b7a081ee2f160f1a
|  Tadashi G. Takaoka | 2011-08-03 | 1 | -0/+1 |
| |/ / |
|
* | | | Merge "Temporary don't use "looks type" for comming rename cl." |  satok | 2011-08-03 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | Temporary don't use "looks type" for comming rename cl.•••Change-Id: If016a61f9e303b615c59c0035724256535aec817
|  satok | 2011-08-03 | 1 | -1/+1 |
* | | | Merge "Retain keyboard layout while orientation change" |  Tadashi G. Takaoka | 2011-08-03 | 2 | -24/+119 |
|\ \ \ |
|
| * | | | Retain keyboard layout while orientation change•••This change also changes the timimng that the window width is
registered.
Bug: 4311428
Change-Id: Ied6b1b43bfa16a85f0e05cd308ce919d5d65677e
|  Tadashi G. Takaoka | 2011-08-03 | 2 | -24/+119 |
* | | | | Merge "Support label with icon key" |  Tadashi G. Takaoka | 2011-08-03 | 3 | -30/+76 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Support label with icon key•••Bug: 5108339
Change-Id: I7cd4258a95a7e25b8b1114b43ffcca5b77c5c1e3
|  Tadashi G. Takaoka | 2011-08-03 | 3 | -30/+76 |
* | | | | Revive the missing Settings key on tablets•••This is a follow up change to Ieb42fdfa.
bug: 5094401
Change-Id: If78c966ed02fbc9b8c6da726e00424a927349142
|  Ken Wakasa | 2011-08-03 | 1 | -4/+8 |
* | | | | Merge "Change the dictionary file passing schema to a list of ids" |  Jean Chalard | 2011-08-02 | 2 | -37/+72 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Change the dictionary file passing schema to a list of ids•••The dictionary filename used to be passed directly to Latin IME.
This change implements, on the part of Latin IME, the passing of
them as an id that should then be passed through
openAssetFileDescriptor.
Bug: 5095140
Change-Id: I7d1e9d57c19f0645045368f68681680f238189fc
|  Jean Chalard | 2011-08-02 | 2 | -37/+72 |
| |/ / |
|
* / / | Cleanup Keyboard related code and rename some classes•••This is a follow up change of I90ffbde0
Bug: 5023981
Change-Id: I3a6b862d05f5f907dee954cd6d6fee983b20ab5e
|  Tadashi G. Takaoka | 2011-08-02 | 13 | -44/+40 |
|/ / |
|
* | | Make Keyboard object immutable except shift state•••This is the first step to implement suggestions pane as mini keyboard.
Bug: 5023981
Change-Id: I90ffbde0fda19b4be68add449310997b56bf6904
|  Tadashi G. Takaoka | 2011-08-01 | 17 | -535/+342 |
* | | Merge "Use generic interface for filed type of Keyboard" |  Tadashi G. Takaoka | 2011-08-01 | 1 | -34/+36 |
|\ \ |
|
| * | | Use generic interface for filed type of Keyboard•••This change also re-orders and renames some fields.
Bug: 5023981
Change-Id: I28c1ca7384bb70e3584398cd19ce2276ddfe8541
|  Tadashi G. Takaoka | 2011-08-01 | 1 | -34/+36 |
* | | | Merge "Add KeyboardParams class" |  Tadashi G. Takaoka | 2011-08-01 | 1 | -0/+100 |
|\ \ \ |
|
| * | | | Add KeyboardParams class•••This object will hold all keyboard parameter while parsing XML file
and act like a Keyboard. After finishing reading XML file, this will be
passed as an argument for the Keyboard class constructor.
Bug: 5023981
Change-Id: I2737b30036b6e4d204e8ed9984a1272e195209be
|  Tadashi G. Takaoka | 2011-08-01 | 1 | -0/+100 |
| |/ / |
|
* / / | Make horigontalGap and verticalGap attributes of Row obsolete•••Bug: 5023981
Change-Id: Ifb07b54a68cfdd32ff2ea79812188fb6158bd073
|  Tadashi G. Takaoka | 2011-08-01 | 3 | -11/+17 |
|/ / |
|
* | | Remove Keyboard reference from Key object•••Bug: 5023981
Change-Id: Ib0b9debf2018a0a9e9efe9323738e85174589e71
|  Tadashi G. Takaoka | 2011-08-01 | 4 | -29/+29 |
* | | Merge "Cleanup key label case adjustment" |  Tadashi G. Takaoka | 2011-08-01 | 2 | -10/+7 |
|\ \ |
|
| * | | Cleanup key label case adjustment•••Bug: 5023981
Change-Id: Ida06fc6a588c4eb8543455d932e71ac2797d27e5
|  Tadashi G. Takaoka | 2011-08-01 | 2 | -10/+7 |
* | | | Cleanup icon drawable related code•••Bug: 5023981
Change-Id: I729354f32797eef354ec9af8e05f17839f0a361c
|  Tadashi G. Takaoka | 2011-08-01 | 3 | -16/+11 |
|/ / |
|
* | | Merge "Try to compensate for a race condition." |  Jean Chalard | 2011-08-01 | 1 | -1/+2 |
|\ \ |
|
| * | | Try to compensate for a race condition.•••This does not really fix the underlying bug, but it does fix
the apparent symptoms.
When the user presses space and a letter quick, the
onUpdateSelection handler may be called after the letter has been
actually committed. The keyboard then happily proceeds to clearing
the composition because it thinks space was pressed (or the user
moved the cursor, since it can't guess which happened).
This change removes this behavior when we are expecting an update
event from a keypress. This means the bug still exists if the user
presses space twice and a letter, and all events come after the
letter, but it is very very hard to reproduce this. There may be
other collateral damage when the user moves the cursor in the form
of race conditions, but likewise, they should be really hard to
reproduce.
Bug: 5100521
Change-Id: Ib05328c9b451bf6fe288ae00296fd283a9a4e863
|  Jean Chalard | 2011-08-01 | 1 | -2/+3 |
* | | | Merge "Filter non-ascii popup charcters from password keyboard" |  Tadashi G. Takaoka | 2011-08-01 | 2 | -34/+60 |
|\ \ \ |
|
| * | | | Filter non-ascii popup charcters from password keyboard•••Change-Id: I10885efd317770f892165b6bb059313abf241436
|  Tadashi G. Takaoka | 2011-08-01 | 2 | -34/+60 |
| |/ / |
|
* / / | Clean up revertLastWord()•••The "deleteChar" argument of this method is acutally always true in the current code path.
Also, in this method, textToTheLeft virtually never has a punctuation letter as its initial
character. This change is one of preparatory changes for bug:4983945.
Change-Id: I531a32570a35634c21c1d74b2b461e40a1b7f660
|  Ken Wakasa | 2011-08-01 | 2 | -59/+54 |
|/ / |
|
* | | Replace the notion of "voice" with "shortcut" as many as possible•••Bug: 4340933
Change-Id: I98b4eca5167cc3767a0868fae8f6436164adbe4d
|  Tadashi G. Takaoka | 2011-07-31 | 3 | -21/+23 |
* | | Merge "Fix exception message" |  Tadashi G. Takaoka | 2011-07-31 | 1 | -3/+3 |
|\ \ |
|
| * | | Fix exception message•••Bug: 4340933
Change-Id: I81e7b0c72116b5bb56b0fdcd02386288aebd73e7
|  Tadashi G. Takaoka | 2011-07-31 | 1 | -3/+3 |
* | | | Merge "Eliminate "..." from the key that has no popup mini keyboard automatic... |  Tadashi G. Takaoka | 2011-07-31 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Eliminate "..." from the key that has no popup mini keyboard automatically•••Bug: 4340933
Change-Id: I08bbdee71f4bc2285fd0c1233d284150be61748e
|  Tadashi G. Takaoka | 2011-07-31 | 1 | -1/+1 |
| |/ / |
|
* / / | Be aware of "nm" and "noMicrophoneKey" private IME option•••Bug: 4340933
Change-Id: I787108a73d4450963d644bc7070ae1672ebb4455
|  Tadashi G. Takaoka | 2011-07-31 | 1 | -1/+6 |
|/ / |
|
* | | Turn off the Settings key by default•••bug:5094401
Change-Id: Ieb42fdfa79be2afcfa6634e7404c17737ef6927d
|  Ken Wakasa | 2011-07-31 | 3 | -89/+47 |
* | | Dismiss key preview regardless of key preview settings•••Bug: 5099213
Change-Id: Id6c5cb0ae4a07897b34153d4b350b1b45a06aa1a
|  Tadashi G. Takaoka | 2011-07-29 | 1 | -4/+2 |
* | | Add WindowWidthCache•••Bug: 4311428
Change-Id: I9f006525c0932d9d49bb8655caf58523135366d7
|  Tadashi G. Takaoka | 2011-07-29 | 1 | -17/+96 |