- Jan 28, 2014
-
-
Tadashi G. Takaoka authored
Bug: 9126496 Change-Id: Ia4a1c52bd2a80ea7fe6b9529f2767fee5f9e8aeb
-
Jean Chalard authored
Bug: 8636060 Change-Id: I517591c484dce74788398cf4a4db9a074d91a6c0
-
Jean Chalard authored
Bug: 8636060 Change-Id: I514cf14596b3fa46eccadcf536342e4bb805708d
-
- Jan 27, 2014
-
-
Jean Chalard authored
Bug: 8636060 Change-Id: I4baa237c9c7b58a8eb4158c34b9d3f3dfb95c69c
-
Jean Chalard authored
The calls to setAutoCorrectionIndicator with a constant are always the exact same as mWillAutoCorrect. Bug: 8636060 Change-Id: I8106919819b978b0a9655af2ef444664fad4c1ad
-
Jean Chalard authored
Bug: 8636060 Change-Id: I066ff29c76349f0ab61441ea5f7bc9085d24bdbc
-
Jean Chalard authored
Bug: 8636060 Change-Id: I3d0ce6dcb3b51cabc424d00a397d243c32360e92
-
Jean Chalard authored
Bug: 8636060 Change-Id: I37844ab1c5c61ea940897e7d72bb79c7b329f743
-
Jean Chalard authored
We will then refactor the contents of showSuggestionStripWithTypedWord Bug: 8636060 Change-Id: I8a2a0d50b79fcc7ad21b01a0060b9fa7e4c1bdd6
-
Jean Chalard authored
With this, the value passed to suggestedWords is never null. Bug: 8636060 Change-Id: I433dd7e7290125e217e05cc20bee7a4b58fe083f
-
Jean Chalard authored
The goal is to remove the function completely. Bug: 8636060 Change-Id: I50b8f0368c8f6506209398ff931881e2235c3d2d
-
Jean Chalard authored
When the app goes to the trouble of supplying completions, but supplies null, then we should show punctuations if settings allow. Bug: 8636060 Change-Id: I33c32566039c80df61fcca3fab346fd336d96a12
-
Jean Chalard authored
Bug: 8636060 Change-Id: I5cac787953a3c71b6402520c2f5c70619d4a40a8
-
Jean Chalard authored
The coming string of changes is very complicated, so I'm going to do things really slowly. Bug: 8636060 Change-Id: Id8a07a154ac514e9b3307ead22d47c3ae6fa732b
-
Jean Chalard authored
Change-Id: I6e16b4e05010a08f4d1da34145f819c32b3bc79e
-
Jean Chalard authored
Bug: 8636060 Change-Id: I931c553f68a1f15d22711a661dbffd4e5d421979
-
Jean Chalard authored
Bug: 8636060 Change-Id: I7290250637e37bf6964bab71d2141e19f20a5459
-
Jean Chalard authored
Bug: 8636060 Change-Id: I4ce5c9b62181ce8593a453ce222ae7d1fdc08f07
-
Jean Chalard authored
Bug: 8636060 Change-Id: I2a5da27e73cf378e55bd80ab2054c1ba8b13f6ec
-
Jean Chalard authored
Bug: 8636060 Change-Id: I3c5213cc57b5b5febd25f14d40c197d2da43dfb8
-
Ken Wakasa authored
some cleanups as well Change-Id: I92252eb7b13cb70283a79f50429ed77405ea9575
-
- Jan 24, 2014
-
-
Jean Chalard authored
This is a followup to IL69. Change-Id: Iba154517aa7f75b9f16aa1b808c0da8d84be837f
-
- Jan 23, 2014
-
-
Jean Chalard authored
Bug: 8636060 Change-Id: Iec56bce362ebfc52fedab02b127978abb4f3c7f9
-
Jean Chalard authored
Bug: 8636060 Change-Id: I624a45500603dfad355ee3b8b794b2d895219c0b
-
Jean Chalard authored
Bug: 8636060 Change-Id: Ib13a54854e30afb79217a0a1f2aeca50a95ba155
-
Jean Chalard authored
Bug: 8636060 Change-Id: I3b144993e2bcd552f9b292b8f057c9db4216125c
-
- Jan 22, 2014
-
-
Jean Chalard authored
This works because getKey{X,Y} is a no-op on Constants.NOT_A_COORDINATE. Bug: 8636060 Change-Id: I2f7dd96b6011f094110f7978f8ff24ef2a6e2585
-
Jean Chalard authored
Bug: 8636060 Change-Id: Ic051e5d5514d270101b0571a2d30e2caa8f85bc1
-
- Jan 20, 2014
-
-
Tadashi G. Takaoka authored
Change-Id: Ic7d2cbb2c1b2deaa4e735484bdc7413c0b3b1939
-
- Jan 16, 2014
-
-
Jean Chalard authored
Um... this is not async ? Remove that from the name Bug: 8636060 Change-Id: Ida5f9bd6929eae75103eb2e3fb866ed7468af806
-
Jean Chalard authored
No need to test multiple times for this. Let's just never do useless stuff, and only test for that once. Bug: 8636060 Change-Id: I50a9e4da769fbec44fbb12eedfed03aad924cc2c
-
- Jan 15, 2014
-
-
Jean Chalard authored
Bug: 12297051 Change-Id: Iffa1c98b8fe2b816c3ac6bc171037288107f637d
-
- Jan 10, 2014
-
-
Jean Chalard authored
Change-Id: I0b3a6cdf49038c32194413c21da824784a53f581
-
Jean Chalard authored
For edit tasks, the estimate is actually the right thing to use. This is really dangerous, but it will get rid of pretty much all race conditions. Change-Id: I2d5ca3ce45e32f1bd9c8b778421fd54b9c1f6f63
-
- Jan 09, 2014
-
-
Tadashi G. Takaoka authored
Change-Id: I174c50f509ed6998b755e1a712e7f6c0f82f4425
-
- Jan 08, 2014
-
-
Keisuke Kuroyanagi authored
Bug: 8187060 Change-Id: I852a751d748f39512e62c9cd69748dfbe87b2151
-
Jean Chalard authored
This reverts commit 8bc42779. Change-Id: I34f509998afdb1a7c120fbfdb9f0a1b188224a4d
-
Jean Chalard authored
This is conflicting with later changes. Temporary revert for cherry-pick. This reverts commit 0b593ce8. Change-Id: Id53eadb023a950cfcca496c0cfbfe583c7ec7b8c
-
Keisuke Kuroyanagi authored
Change-Id: Icae6c74401a7a8f4da6015737f09f557640c0cca
-
Tadashi G. Takaoka authored
Bug: 12179576 Change-Id: Ibafd824a0ea2251843b388e95dcbd8f9bca92d5c
-