| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the input style to SuggestedWords.•••Change-Id: I81f37d08659d449822b027d3d5912e11eec8b8ff
|  Jean Chalard | 2014-08-14 | 1 | -1/+1 |
* | [HW15] Pass events instead of reading them from the transaction•••It's probably cleaner to just pass the events rather than read
them from a transaction, especially when a transaction may be
associated with several events in a chain.
Change-Id: I27830f0f3f3f32fe77ea8b9cad505b7ebee648af
|  Jean Chalard | 2014-08-05 | 1 | -1/+1 |
* | [HW14] Cleanup•••Do away with the didAutoCorrect local variables which are
unnatural to return out of all these functions.
Change-Id: I22024004d2c489de018beff812c2c589bfd8ca32
|  Jean Chalard | 2014-08-05 | 1 | -0/+16 |
* | [SD4] Restart suggestions on language change•••...otherwise we can't recompute the composition when we
change scripts.
This also fixes when we register that we need to take note
that the current subtype was used. Luckily this is a good
occasion for some cleanup that I've wanted to do for some
time: use InputTransaction for onTextInput (with the goal
to ultimately remove it entirely)
Bug: 15840116
Change-Id: Ie4f4f9157b66b79237eeb3db75535803124d3e19
|  Jean Chalard | 2014-06-30 | 1 | -0/+16 |
* | [IL128] Remove passing some handlers.•••Bug: 8636060
Change-Id: I088be9a7555265ca097667523defd73be4cbe37f
|  Jean Chalard | 2014-03-27 | 1 | -0/+25 |
* | [CB03] Pass whole events to the various input logic handlers.•••Bug: 13406701
Change-Id: I0a0e4e0b3357f116e1b915c548dee4575e300c92
|  Jean Chalard | 2014-03-13 | 1 | -11/+4 |
* | [IL123] Put the settings values inside the transaction•••A transaction should always operate with a consistent set
of settings. It's better to have it reference them than to
always pass them along.
Bug: 8636060
Change-Id: I3c642dfea6be30712fc6cbb279c64f3185895791
|  Jean Chalard | 2014-03-06 | 1 | -2/+7 |
* | [IL122] Put the code, x and y in the transaction•••Bug: 8636060
Change-Id: Icdf87995dedec410b54c306e8d312ba7ec25cea6
|  Jean Chalard | 2014-03-06 | 1 | -1/+14 |
* | [IL121] Introduce InputTransaction•••We probably can't put this off any longer
Bug: 8636060
Change-Id: I1e5d3cf62d719f4d064ced3282bebf2e822f6baa
|  Jean Chalard | 2014-03-05 | 1 | -0/+48 |