- Jul 06, 2023
-
-
abb128 authored
-
- Jul 22, 2020
-
-
Seigo Nonaka authored
See https://source.android.com/setup/contribute/respectful-code for reference Bug: 161896447 Test: tapas LatinIME && m Change-Id: I2ffb39ff70f61e579b62761d3da526a545dead1f
-
- Dec 22, 2014
-
-
Jean Chalard authored
Also introduce the cursor move event, which we needed to do anyway Bug: 18827118 Change-Id: I30e994764c095b4423b874dc05d1bbedc0de592f
-
- Oct 28, 2014
-
-
Jean Chalard authored
Bug: 18108776 Change-Id: Ia46a4102a0e86e71118ca5e641f9f531998e166b
-
- Oct 23, 2014
-
-
Ken Wakasa authored
Our intention is to have classes of latinime-common under the common package as much as we can. Change-Id: I76efbbbe7bebf1a4aa943715cdff64f91675e20d
-
Tadashi G. Takaoka authored
This CL also adds @SuppressWarning("unused" to java-overridable package. Bug: 18003991 Change-Id: If70527e30654384705d7a814f5efd181d9f539e1
-
- Oct 21, 2014
-
-
Tadashi G. Takaoka authored
This CL fixes the following compiler warnings. - Indirect access to static member - Access to a non-accessible member of an enclosing type - Parameter assignment - Method can be static - Local variable declaration hides another field or variable - Value of local variable is not used - Unused import - Unused private member - Unnecessary 'else' statement - Unnecessary declaration of throw exception - Redundant type arguments - Missing '@Override' annotation - Unused '@SuppressWarning' annotations Bug: 18003991 Change-Id: Icfebe753e53a2cc621848f769d6a3d7ce501ebc7
-
- Aug 28, 2014
-
-
Jean Chalard authored
Change-Id: I4f70f6eebe076c7d2b780d25e3a2c1d3faa2edfa
-
- Aug 14, 2014
-
-
Jean Chalard authored
Change-Id: I81f37d08659d449822b027d3d5912e11eec8b8ff
-
- Aug 04, 2014
-
-
Jean Chalard authored
Change-Id: I1619f6132f8f71bc1291fd6a5604a5e1e3431ae2
-
- Jul 29, 2014
-
-
Jean Chalard authored
Change-Id: Ic2d95d19b1ac66e3e97e4a16187ce5aecb4ac678
-
- Jul 30, 2014
-
-
Jean Chalard authored
Change-Id: I692c35b8e701d5a84500b949884472545b1f424d
-
Ken Wakasa authored
This reverts commit 99aff0af. Reverting due to a few critical bugs and unit test failures. Change-Id: Id41d802981d079f17134a03cc30ab36a3cdd4ac1
-
- Jun 26, 2014
-
-
Jean Chalard authored
With hardware events, we do have some events that have both a keycode and a code point, so we need a better way of distinguishing between auto-insert keystrokes and others. Change-Id: Ia23042989b4dca9d3a7d4a4c06bcebdabe324a7a
-
- Apr 14, 2014
-
-
Jean Chalard authored
Bug: 13514349 Change-Id: If4c9db12b0ab5be676f7a2f72715f469066ee537
-
- Apr 03, 2014
-
-
Jean Chalard authored
Bug: 8636060 Change-Id: I169618b50532df68e973e14b3f114c6c19714c84
-
- Mar 25, 2014
-
-
Jean Chalard authored
Bug: 13622107 Bug: 13406701 Change-Id: I0023b398c4451253f9f717e2bd990b8a054004bc
-
- Mar 20, 2014
-
-
Jean Chalard authored
Change-Id: I165ec4a24f5b1334d55c14948e4d942ec40eb33b
-
Jean Chalard authored
Change-Id: Ie5da6c73d4df4553067c58cd0dce9abb34534250
-
- Mar 19, 2014
-
-
Jean Chalard authored
Bug: 8636060 Change-Id: I55332c22897e97148621cbd367acf5175b5b3d04
-
- Mar 17, 2014
-
-
Jean Chalard authored
The event interpreter should intervene later, after decoding. Decoding should happen first, and then the Event should be passed to the InputLogic. For the time being, we will leave the (unused) EventInterpreter class and its friends, because we'll use them again later. Bug: 13406701 Change-Id: I7582d486724311e39e6692e606cca50c78800643
-
- Mar 14, 2014
-
-
Jean Chalard authored
Bug: 13406701 Change-Id: I9ecd2709c8f1c678a85b0cfaf7c5ed4f78459821
-
- Mar 13, 2014
-
-
Jean Chalard authored
Bug: 13406701 Change-Id: I0a0e4e0b3357f116e1b915c548dee4575e300c92
-
Jean Chalard authored
Bug: 13406701 Change-Id: Id82e9aab6544ca308e6ac6dee2cfa018b9ce2d8f
-
Jean Chalard authored
The combining framework will be more generic than previously thought. We don't need to handle dead keys as a special type of event, as all events can be combined arbitrarily. Bug: 13406701 Change-Id: I8137fdb186c4d70eaa71808c5a1430b1559db1ae
-
- Jan 10, 2013
-
-
Jean Chalard authored
Bug: 5037589 Change-Id: I9e1ff92df7d0c58eb7a0f33603adebc9efb86585
-
- Jan 09, 2013
-
-
Jean Chalard authored
Change-Id: If2fe6f0f4f88a6ae1f22664ded61cec6942c18b9
-
Jean Chalard authored
Change-Id: I750a07c0c564a95ceac734afa873ca3da9626a7f
-
- Dec 27, 2012
-
-
Jean Chalard authored
Essentially this does activate auto-correction with a hardware keyboard, although a lot of things are still left to implement. No proximity is used yet which means only missing and excessive letters are considered. Dead keys are not handled. No combiner is supported. No suggestions are displayed. Resuming suggestions does not work correctly with a hardware key (because the view holds a temporary hardware event 'onKeyPreIme' and the event from the IME won't be handled until this is handled which won't happen until after the IME said that it did handle the event). Bug: 5037589 Change-Id: Idcb5c7b26d56717ed772d53c062362807f11cdae
-
Jean Chalard authored
Bug: 5037589 Change-Id: I829f70a258de58ef8d2b836a9b435198a226e37f
-
- Dec 19, 2012
-
-
Jean Chalard authored
Bug: 5037589 Change-Id: Id8eea0e2bd00dd339a1efb4b0542e4c091a84195
-