| Commit message (Expand) | Author | Files | Lines |
2014-01-27 | Use ViewCompat support library•••Change-Id: I4ba261752750f5087cba810045669512b430b5e0
|  Tadashi G. Takaoka | 4 | -77/+9 |
2014-01-27 | Follow up to Ic7d2cbb2c1b2deaa4e735484bdc7413c0b3b1939•••some cleanups as well
Change-Id: I92252eb7b13cb70283a79f50429ed77405ea9575
|  Ken Wakasa | 1 | -26/+23 |
2014-01-24 | Add length check for dict update operations.•••Bug: 12602903
Change-Id: I6835dee8bf8b356f0f1cf6c0531bee5b3415a13f
|  Keisuke Kuroyanagi | 2 | -0/+64 |
2014-01-24 | Check length of words for personalization dict.•••Bug: 12602903
Change-Id: I1ea4e558b6d2fde425ce28226647ad60095e3488
|  Keisuke Kuroyanagi | 1 | -1/+5 |
2014-01-24 | Fix wrong indents.•••Removed an unused method too.
Change-Id: Id364009fd4e94ec65862fc3651a181e862909a42
|  Ken Wakasa | 2 | -14/+9 |
2014-01-24 | Fix build•••Missing change after a thousandth comment fix
Change-Id: Iec48f892978507fb9823236cd1c5a70209b58b0e
|  Jean Chalard | 1 | -4/+6 |
2014-01-24 | [IL69.1] Move a static method to a utility class.•••This is a followup to IL69.
Change-Id: Iba154517aa7f75b9f16aa1b808c0da8d84be837f
|  Jean Chalard | 5 | -25/+47 |
2014-01-23 | Import translations. DO NOT MERGE•••Change-Id: Ib5a8be5d9ac508d57648e4e8811805eea4355fc3
Auto-generated-cl: translation import
|  Baligh Uddin | 40 | -146/+96 |
2014-01-23 | Import translations. DO NOT MERGE•••Change-Id: I6c8aa53b9be4c3aa5822a820cc8cfdc3cf31c390
Auto-generated-cl: translation import
|  Baligh Uddin | 2 | -16/+17 |
2014-01-23 | [IL71.1] Add some javadoc.•••Change-Id: I382abd3104d535a1e868935d8cfb4e34ad8ebaed
|  Jean Chalard | 1 | -0/+7 |
2014-01-23 | [IL76] Remove a SuggestionStripView dependency•••This constant is better located in SuggestedWords.
Or it could be in Constants, that would be fine too.
Bug: 8636060
Change-Id: I3e721bb1e2559f028dce8929eceadfe0478c5924
|  Jean Chalard | 5 | -16/+13 |
2014-01-23 | [IL66.1] Add a comment•••Followup to IL66
Change-Id: I067e72c36f483cc3e3b24736c01843531298b507
|  Jean Chalard | 1 | -1/+1 |
2014-01-23 | [IL73] Remove all refs to Key and Keyboard in WordComposer•••Please hold my gun while I have this nice cup of tea.
Yes !!
Bug: 8636060
Change-Id: I33c8ffe51bb2106b17f7941235ad1e427e3a81f7
|  Jean Chalard | 1 | -21/+0 |
2014-01-23 | [IL70] Remove unused arguments•••Bug: 8636060
Change-Id: Iec56bce362ebfc52fedab02b127978abb4f3c7f9
|  Jean Chalard | 5 | -27/+20 |
2014-01-23 | [IL69] Oust Keyboard from WordComposer#setComposingWord•••Bug: 8636060
Change-Id: I624a45500603dfad355ee3b8b794b2d895219c0b
|  Jean Chalard | 7 | -35/+120 |
2014-01-23 | [IL68] Start refactoring setComposingWord•••Bug: 8636060
Change-Id: I242b7c264abf380bcd6b6b3c848238921f988e54
|  Jean Chalard | 3 | -13/+5 |
2014-01-23 | [IL71] Add indices to toCodePointArray.•••This is necessary for tests
Bug: 8636060
Change-Id: I50ea401a22e4df72333eda61ca39aa180966ee4b
|  Jean Chalard | 1 | -2/+8 |
2014-01-23 | [IL67] Externalize a call to the keyboard switcher•••Bug: 8636060
Change-Id: Ib13a54854e30afb79217a0a1f2aeca50a95ba155
|  Jean Chalard | 3 | -11/+22 |
2014-01-23 | [IL66] Remove two accesses to KeyboardSwitcher.•••Bug: 8636060
Change-Id: I3b144993e2bcd552f9b292b8f057c9db4216125c
|  Jean Chalard | 2 | -10/+16 |
2014-01-22 | [IL65] Pull up X,Y processing, step 4•••This works because getKey{X,Y} is a no-op on
Constants.NOT_A_COORDINATE.
Bug: 8636060
Change-Id: I2f7dd96b6011f094110f7978f8ff24ef2a6e2585
|  Jean Chalard | 3 | -11/+13 |
2014-01-22 | [IL64] Pull up X,Y processing, step 3•••Bug: 8636060
Change-Id: Ic051e5d5514d270101b0571a2d30e2caa8f85bc1
|  Jean Chalard | 3 | -23/+23 |
2014-01-22 | [IL63] Pull up X,Y processing, step 2•••This also fixes the coordinates passed to logOnDelete and
log onSeparator.
Bug: 8636060
Change-Id: I4703d61ad7de76b501adca18df3a69e06450c9a1
|  Jean Chalard | 1 | -20/+20 |
2014-01-22 | [IL62] Pull up X,Y processing, step 1•••This is fine because getKey{X,Y} is idempotent for any
non-keyboard coordinate value.
However this makes a net change : the x,y values passed to
LatinImeLoggerUtils.onNonSeparator are now different.
The point is however that they used to be wrong. The logged
values used not to account for the keyboard padding that
is present on tablets, and in the simulating tools we don't
know about that padding so we couldn't use the coordinates.
The catch here is that other calls like LoggerUtils.onSeparator
should follow suit, but this is too big a change to do it at once.
Follow-up changes will fix them too.
Bug: 8636060
Change-Id: If4b3d3cb1ed4b44c35f23e66aba3b5797236bba7
|  Jean Chalard | 1 | -8/+9 |
2014-01-20 | Use memmove for all place src and dest can be same.•••Change-Id: I03e5c8f95cb22c7096ff545f1181f914b80a6c58
|  Keisuke Kuroyanagi | 4 | -9/+9 |
2014-01-20 | Use sorted int[] to represent word separators•••Change-Id: I4103541d99fe59bfcf12379a1298a0a690497846
|  Tadashi G. Takaoka | 10 | -93/+117 |
2014-01-20 | Fix newline string resource•••The newline string resource "\n" doesn't work off-device simulation.
Bug: 12623502
Change-Id: I3ad63d8afe50be174493d43f00f7191062c87cb7
|  Tadashi G. Takaoka | 4 | -4/+4 |
2014-01-20 | Add SpacingAndPunctuationsTests•••Change-Id: I78d488ad84a11af809ee1f8d3d2fa01a89fbfa28
|  Tadashi G. Takaoka | 3 | -15/+424 |
2014-01-20 | Refactor logic to retrieve relevant suggestions a bit•••Change-Id: Ic7d2cbb2c1b2deaa4e735484bdc7413c0b3b1939
|  Tadashi G. Takaoka | 2 | -23/+18 |
2014-01-19 | Fix unit tests by adding @UsedForTesting•••Change-Id: I2d2d226e21a46239077394ab09db88a4bd563460
|  Keisuke Kuroyanagi | 1 | -0/+4 |
2014-01-17 | Make contacts dict and user dict version 4.•••Bug: 12515251
Change-Id: I0b332e03b9102957bffaea56d4de17b9ee3cef23
|  Keisuke Kuroyanagi | 4 | -32/+14 |
2014-01-17 | Refactor RichInputConnection a bit•••Change-Id: I866488a47ca04ca587e805663dfd597bb7b1ebce
|  Tadashi G. Takaoka | 2 | -32/+32 |
2014-01-17 | [IL61] Remove an internal use of key coordinates•••Bug: 8636060
Change-Id: Id87b0ac4a99ec6a26db6e250d6cd22defc02a23d
|  Jean Chalard | 1 | -9/+9 |
2014-01-17 | [IL60] Make InputLogicHandler package private•••Yay
Bug: 8636060
Change-Id: Iad9c3804504635094e861999198f4baf70e61955
|  Jean Chalard | 1 | -2/+1 |
2014-01-17 | [IL59] Rename a method•••Um... this is not async ? Remove that from the name
Bug: 8636060
Change-Id: Ida5f9bd6929eae75103eb2e3fb866ed7468af806
|  Jean Chalard | 2 | -2/+2 |
2014-01-17 | [IL58] Simplification•••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
|  Jean Chalard | 2 | -7/+5 |
2014-01-17 | Fix a bug specific to German capitalization.•••Bug: 9663105
Change-Id: Ib68ee4edb135e96dfca229c1ccce308e7e638bdd
|  Jean Chalard | 4 | -1/+33 |