Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Make readHeader check the header size before using it.•••Change-Id: I5dc3e2b674f7343ef57317fde6bdb7349a7fe04c | 2013-08-13 | 1 | -2/+3 | ||
* | | | | | Merge "Import translations. DO NOT MERGE" | 2013-08-13 | 51 | -553/+462 | ||
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | Import translations. DO NOT MERGE•••Change-Id: I17e1fa887883a74297346d650cabfc4b0c411b2e Auto-generated-cl: translation import | 2013-08-12 | 51 | -553/+462 | ||
| |/ / / | ||||||
* | | | | Merge "Fix parenthesis direction for RTL languages" | 2013-08-13 | 1 | -4/+5 | ||
|\ \ \ \ | ||||||
| * | | | | Fix parenthesis direction for RTL languages•••Bug: 10284912 Change-Id: Ie0fc09b101034482a775961c8f8f1fcdf6dbec8f | 2013-08-13 | 1 | -4/+5 | ||
| |/ / / | ||||||
* | | | | Merge "Call onDictionaryReady" | 2013-08-13 | 1 | -0/+1 | ||
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Call onDictionaryReady•••Bug: 9429906 Change-Id: Ifc538b38b7d37469aecccd32a7e3f95a90558be7 | 2013-08-13 | 1 | -0/+1 | ||
* | | | | Merge "Remove redundant EditorInfo member from KeyboardLayoutSet.Builder" | 2013-08-12 | 1 | -6/+4 | ||
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Remove redundant EditorInfo member from KeyboardLayoutSet.Builder•••Change-Id: I9bbba9c27d3d478421c094e6cd0e1da31fd4f4c8 | 2013-08-12 | 1 | -6/+4 | ||
* | | | | Merge "Add PersionalizationDictionaryRegister" | 2013-08-12 | 5 | -9/+61 | ||
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | Add PersionalizationDictionaryRegister•••Bug: 9429906 Change-Id: Ibd4d5cedb371c0b4ee1342a3e6d221c9e34c2402 | 2013-08-12 | 5 | -9/+61 | ||
| |/ / | ||||||
* | | | Merge "Rationalize how to use AdditionalFeaturesSettingUtils" | 2013-08-12 | 1 | -2/+2 | ||
|\ \ \ | |/ / |/| | | ||||||
| * | | Rationalize how to use AdditionalFeaturesSettingUtils•••It should be called regardless of the gesture input being enabled or not Change-Id: I223a823ef18389227fc04d000cc7bf750797ba31 | 2013-08-10 | 1 | -2/+2 | ||
* | | | am 25402fd5: am 724db044: Deallocate gesture trail bitmap when unneeded further•••* commit '25402fd5309891884a843528d47f6b4646341a3f': Deallocate gesture trail bitmap when unneeded further | 2013-08-09 | 3 | -10/+14 | ||
|\ \ \ | |_|/ |/| | | ||||||
| * | | am 724db044: Deallocate gesture trail bitmap when unneeded further•••* commit '724db044957eb3544323c9814cbb4f20e81b8594': Deallocate gesture trail bitmap when unneeded further | 2013-08-09 | 3 | -10/+14 | ||
| |\ \ | ||||||
| | * | | Deallocate gesture trail bitmap when unneeded further•••Follow up to I5bc980c4dc41bc304be3c190934c1f7c55c9d244 bug: 8967766 Change-Id: I7b916daa5269cfde359a77555e8ffadf0e4a8f92 | 2013-08-09 | 3 | -10/+14 | ||
| * | | | am 5c057b32: Merge "Fix unit tests."•••* commit '5c057b32414fab5f5d8267f8fc8b4230b54d4cca': Fix unit tests. | 2013-08-08 | 1 | -0/+4 | ||
| |\| | | ||||||
| * | | | am 96b444d4: Merge "Remove processMotionEvent from MoreKeysKeyboardView"•••* commit '96b444d4292f0834c94b8d56ae124a6d6a947bd3': Remove processMotionEvent from MoreKeysKeyboardView | 2013-08-08 | 4 | -19/+8 | ||
| |\ \ \ | ||||||
| * \ \ \ | am 1181c5ac: Merge "Fix to follow the field naming conventions."•••* commit '1181c5acbc6bd8834551d8fadca55d41c886a6d8': Fix to follow the field naming conventions. | 2013-08-08 | 1 | -3/+3 | ||
| |\ \ \ \ | ||||||
| * \ \ \ \ | am d7b76727: Merge "Make user and contacts dict use ver3 format."•••* commit 'd7b76727b9411a003c66182af20617afd38edde5': Make user and contacts dict use ver3 format. | 2013-08-08 | 1 | -3/+2 | ||
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | am 769aefe0: Merge "Increase CHAR_LIMIT to 29 to accommodate German."•••* commit '769aefe00eac18240c70ad37ffd5b6b4fde81390': Increase CHAR_LIMIT to 29 to accommodate German. | 2013-08-08 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | am 4456d1a8: Merge "Have double-space-to-period cancel leave a single space"•••* commit '4456d1a8c18a4c674c8394570550f2977f5f117b': Have double-space-to-period cancel leave a single space | 2013-08-08 | 1 | -2/+4 | ||
| |\ \ \ \ \ \ \ | ||||||
* | | | | | | | | | Remove key preview backing view•••This change re-origanizes view hierarchy of IME's input view. Change-Id: I9d0a07692d0f41de3345d207366393bcd5424f7e | 2013-08-09 | 4 | -87/+52 | ||
| |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
* | | | | | | | | Reinstate a call to UsabilityStudyLogUtils#writeChar()•••The usability study mode has been broken. bug: 10251399 Change-Id: Iaa301241f102f412fa073f0d8b897a4c8b265a9c | 2013-08-09 | 1 | -0/+4 | ||
* | | | | | | | | Remove the code and comments about version 1 format.•••Change-Id: I827052f234eeaa4dbcfd37da69a99866896a158b | 2013-08-09 | 3 | -55/+70 | ||
* | | | | | | | | Merge "Small clean up of KeyboardView.onMeasure" | 2013-08-09 | 1 | -5/+6 | ||
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
| * | | | | | | | Small clean up of KeyboardView.onMeasure•••Change-Id: I46830f8482b46c6999b80793c8b4ae860b46e429 | 2013-08-08 | 1 | -5/+6 | ||
| | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | Merge "Fix unit tests." | 2013-08-08 | 1 | -0/+4 | ||
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Fix unit tests.•••Change-Id: Ic0013089625e112aaccc888d462330640ef7cc6f | 2013-08-08 | 1 | -0/+4 | ||
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | Merge "Remove processMotionEvent from MoreKeysKeyboardView" | 2013-08-08 | 4 | -19/+8 | ||
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Remove processMotionEvent from MoreKeysKeyboardView•••Change-Id: I5373df4a7c82f964f99acf70325bba8702111a75 | 2013-08-08 | 4 | -19/+8 | ||
| | |/ / / | |/| | | | ||||||
* | | | | | Merge "Fix to follow the field naming conventions." | 2013-08-08 | 1 | -3/+3 | ||
|\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| * | | | | Fix to follow the field naming conventions.•••Change-Id: I9b41b5f34e93a3f291a352cd85c5ac257beaa9ab | 2013-08-08 | 1 | -3/+3 | ||
* | | | | | Merge "Make user and contacts dict use ver3 format." | 2013-08-08 | 1 | -3/+2 | ||
|\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| * | | | | Make user and contacts dict use ver3 format.•••Bug: 6669677 Change-Id: I6a20eed2c8afdd1c16ada5bf85067864c7cd2a7f | 2013-08-08 | 1 | -3/+2 | ||
| | |/ / | |/| | | ||||||
* / | | | Increase CHAR_LIMIT to 29 to accommodate German.•••Bug: 10221961 Change-Id: Ib9967f7a258f499d24294da16a9191cc2dda4a32 | 2013-08-08 | 1 | -1/+1 | ||
|/ / / | ||||||
* | | | Merge "Have double-space-to-period cancel leave a single space" | 2013-08-08 | 1 | -2/+4 | ||
|\ \ \ | |/ / |/| | | ||||||
| * | | Have double-space-to-period cancel leave a single space•••Bug: 8911898 Change-Id: Ifb4bb63c14dc960d0a53f1511908830093cca012 | 2013-08-08 | 1 | -2/+4 | ||
* | | | Merge "Import translations. DO NOT MERGE" | 2013-08-07 | 51 | -103/+203 | ||
|\ \ \ | |_|/ |/| | | ||||||
| * | | Import translations. DO NOT MERGE•••Change-Id: Idb528323e197ce6e2de7ec3fe5e764fffc72e53e Auto-generated-cl: translation import | 2013-08-06 | 51 | -103/+203 | ||
* | | | Merge "Move createKeyboardSetForSpellChecker to AndroidSpellCheckService" | 2013-08-07 | 2 | -45/+22 | ||
|\ \ \ | ||||||
| * | | | Move createKeyboardSetForSpellChecker to AndroidSpellCheckService•••Change-Id: I4a9065e703e98ffed50f2a6d76ace938dfc26ddf | 2013-08-07 | 2 | -45/+22 | ||
* | | | | Merge "Add ResouceUtils.getDefaultKeyboardHeight" | 2013-08-07 | 4 | -54/+46 | ||
|\| | | | ||||||
| * | | | Add ResouceUtils.getDefaultKeyboardHeight•••Change-Id: I377f6a83ec86b0345b170e7ad995d4577220d0ad | 2013-08-07 | 4 | -54/+46 | ||
* | | | | Merge "Make key label from supplementary code point" | 2013-08-07 | 1 | -2/+7 | ||
|\ \ \ \ | ||||||
| * | | | | Make key label from supplementary code point•••Change-Id: I0a7834b5c4908a2116a8772cf85985ab8bed7091 | 2013-08-07 | 1 | -2/+7 | ||
| | |_|/ | |/| | | ||||||
* | | | | Merge "Add a session for the personalization dictionary" | 2013-08-07 | 6 | -29/+93 | ||
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | Add a session for the personalization dictionary•••Bug: 9429906 Bug: 4192129 Change-Id: I361ab380edeee5a8a8b364df3f9f4ab202b79105 | 2013-08-07 | 6 | -29/+93 | ||
* | | | | Remove orientation member from KeyboardId•••Change-Id: I2c16134a24088dbc30b74ae7c5bc578a9d84a960 | 2013-08-07 | 4 | -21/+9 | ||
| |/ / |/| | | ||||||
* | | | Merge "Reword "No language"" | 2013-08-06 | 2 | -16/+79 | ||
|\ \ \ |