- Aug 07, 2014
-
-
Ken Wakasa authored
This reverts commit 44454c2b. Due to unit test breakage. Bug: 14419121 Change-Id: Id0bbc2276fc035aa090f7bb4fa8112a1aecd483f
-
Tadashi G. Takaoka authored
Bug: 14419121 Change-Id: I6a477b9bf9022e369d4a6a77415490dc2b9eefc6
-
Tadashi G. Takaoka authored
This CL removes the following unused Key attributes - Key.keyLabelFlags' followKeyLargeLabelRatio - Keyboard.keyLargeLabelRatio Change-Id: Ib4fb13cc7ca902ac1733ecf27bd284d07e10bc3e
-
Tadashi G. Takaoka authored
Change-Id: Idc0670588bb51e6a2b3eac9489cb643db293815a
-
Tadashi G. Takaoka authored
The Key.keyLabelFlags's flag "alignButtom" (misspelled) has been removed by Iae3cd66744. This CL re-introduce the same flag with "alignIconToBottom". Bug: 16803172 Change-Id: I412590f394c6ca9b36358d6acfe8675071403bdd
-
Tadashi G. Takaoka authored
Change-Id: I745ed21b88fbdb1f3a16a71ebf3461d909ae448e
-
Tadashi G. Takaoka authored
Change-Id: I9e1209b80b8919669b4496102b967220ab16146b
-
- Aug 06, 2014
-
-
Ken Wakasa authored
This reverts commit ef74e737. Apparently, this CL broke several unit tests. Change-Id: I86cf5f1ffb0214707afe99ee97f92ba8c5157f3f
-
Jean Chalard authored
...and prepare for the future Change-Id: Ieed96ab552993fd148e80b9c3355f1b569bd716f
-
- Aug 07, 2014
-
-
Tadashi G. Takaoka authored
This CL adds two Key attributes to control how much a label should be off centered. - keyLabelOffCenterRatio - keyHintLabelOffCenterRatio Bug: 14419121 Change-Id: I26650eefdd375f0eeca8a1ca6034a8339d2a3182
-
- Aug 06, 2014
-
-
Jean Chalard authored
This reverts commit f1accd4f. Bug: 16830599 Change-Id: I4c9367f742b8ee8463920e91263b05c2195f8480
-
Jean Chalard authored
This reverts commit 93b00a31. Bug: 16830599 Change-Id: I955e7da77978c3a495660aa29247e010d489c36b
-
Tadashi G. Takaoka authored
Bug: 13779052 Change-Id: If87ee2edbcfec4ad0444d13c7bd502df88cac89a
-
Tadashi G. Takaoka authored
Bug: 15526978 Change-Id: Ia73d825c7e00097018822704e61272d0e448f39a
-
Tadashi G. Takaoka authored
Bug: 16805043 Change-Id: I9730a6aa5d761924457edaabcee25db930e20f02
-
Jean Chalard authored
Change-Id: Ie703e14bff42d34608f11d0c2d7758950b84c88c
-
Jean Chalard authored
There is a bug in ICS where the input connection won't take any writing commands after rotation until the cursor moves. This fixes it by wiggling the cursor position once before trying to do anything. Bug: 16810766 Change-Id: Ib14c70bd0550420cecfa86dea501d13a1a91e296
-
Jean Chalard authored
Bug: 8152758 Change-Id: Ida05df7d151ceb582886e2ad06c5bdf0b59978ee
-
- Aug 05, 2014
-
-
Tadashi G. Takaoka authored
Bug: 16210054 Change-Id: I632158951a60ab527246410caefd9fbe471dd859
-
Tadashi G. Takaoka authored
The overriding defaultEnterKeyStyle was needed because there were two Key's attributes to control key's visual, keyLabel and keyIcon. Because these were merged into one keySpec attribute, there is no need to override defaultEnterKeyStyle. Bug: 16787857 Change-Id: I78ca2c7c9349e4532c67e8d6468a5b98309adc05
-
Jean Chalard authored
Change-Id: I4e1e4f101050ebda77c629a61c548d3c8efb330f
-
Jean Chalard authored
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
-
Tadashi G. Takaoka authored
Bug: 16351091 Change-Id: I6af18ea210c00916157138b9cfbeb073aee6ca1b
-
Jean Chalard authored
Do away with the didAutoCorrect local variables which are unnatural to return out of all these functions. Change-Id: I22024004d2c489de018beff812c2c589bfd8ca32
-
Jean Chalard authored
Change-Id: I503c5403dcaea5db632eba85ae3fae9ba9a1f946
-
- Aug 04, 2014
-
-
Jean Chalard authored
Bug: 8152758 Change-Id: Ic57d3918b08e775769d4ba5d73ba5c31231e0d6a
-
Jean Chalard authored
Change-Id: I1619f6132f8f71bc1291fd6a5604a5e1e3431ae2
-
Tadashi G. Takaoka authored
Change-Id: I95a682052037d292801477db0f05e04926b61412
-
- Jul 31, 2014
-
-
Jean Chalard authored
Change-Id: Ia866d3f9a5981c687766f8c39979fb6091018e44
-
Jean Chalard authored
Change-Id: I5f7932097627766e907764a99a5e9c170f725bc0
-
Jean Chalard authored
The 'processedEvent' variables will ultimately disappear entirely. Change-Id: I612c5ce7dedc341b64921a86ac028fe91b75359b
-
- Jul 30, 2014
-
-
Jean Chalard authored
Change-Id: I18021b7ec1588fc52533c48b7d8774bec7764822
-
- Jul 31, 2014
-
-
Jean Chalard authored
The default value for the script needs to be Latin, as we don't specify it in the files. Change-Id: I1275f13f1cd92f00dc5708748fefb4982f0a60b3
-
- Jul 30, 2014
-
-
Ken Wakasa authored
This reverts commit 1db3d860. Reverting due to a few critical bugs and unit test failures. Change-Id: I5e2d02300320438ef9c29577ec5b0860ea91d822
-
- Jul 29, 2014
-
-
Jean Chalard authored
If anyone has better names for those... Change-Id: Ia2dfc75381816bd688948647e2c50c10657b9e89
-
- Jul 27, 2014
-
-
Tadashi G. Takaoka authored
Formerly "Show correction suggestions" had three options, "always show", "show in portrait mode", and "always hide". The reason behind "show in portrait mode" was that there may not be enough screen estate in landscape mode to show suggestions. Because recent phone devices have relatively large screen, we decide to remove "show in portrait mode" option. Bug: 15780939 Change-Id: I896d737452c3893d43ce20bd88127f10c1eb3d83
-
- Jul 29, 2014
-
-
Jean Chalard authored
Deleted: 38 words Probability adjusted: 11 words Added: 1299 words [Category diff] +1 15 -1 0 +2 0 -2 0 +3 0 -3 0 +4 0 -4 0 +5 0 -5 3 +6 1 -6 0 +7 0 -7 13 [Weighted category diff] +1 15 -1 0 +2 0 -2 0 +3 0 -3 0 +4 0 -4 0 +5 0 -5 3 +6 1 -6 0 +7 0 -7 13 Change-Id: I1a6513954d60b30738cb849578ce535c5e05eb1a
-
Tadashi G. Takaoka authored
Bug: 15813742 Change-Id: I8b1feb5c35377e62199e5a909640d9c50f970654
-
- Jul 28, 2014
-
-
Jean Chalard authored
This would wrongly emit a 'timeout' log entry when switching between two instances of the same language. Change-Id: I56e5de121b87f3e762b58f0b2a77e9abc784036e
-
- Jul 30, 2014
-
-
Ken Wakasa authored
This reverts commit 99aff0af. Reverting due to a few critical bugs and unit test failures. Change-Id: Id41d802981d079f17134a03cc30ab36a3cdd4ac1
-