- Apr 22, 2024
-
-
Aleksandras Kostarevas authored
-
- Feb 01, 2024
-
-
Aleksandras Kostarevas authored
-
- Jan 30, 2024
-
-
Aleksandras Kostarevas authored
-
- Nov 28, 2023
-
-
Aleksandras Kostarevas authored
-
- Nov 13, 2023
-
-
Aleksandras Kostarevas authored
-
- Aug 19, 2023
-
-
Aleksandras Kostarevas authored
-
- Jul 06, 2023
-
-
abb128 authored
-
- Jul 31, 2020
-
-
Jeff Sharkey authored
See https://source.android.com/setup/contribute/respectful-code for reference Bug: 161896447 Change-Id: I171bc299e660f96f20041a67a3052bd8a2ed781c
-
- Mar 19, 2015
-
-
Mohammadinamul Sheik authored
Bug: 19712589 Bug: 19715579 Change-Id: Ie06665cab8405455c1b0a2ff034e0bb0731c9156
-
- Mar 17, 2015
-
-
Dan Zivkovic authored
Bug 19744396. Change-Id: I64e59b3fb1ab627c70bf27a12a78d8d927da7e97
-
- Mar 16, 2015
-
-
Dan Zivkovic authored
InputLogic should not have code that tweaks suggestion ranking based on the language of the source dictionary. Bug 19744396. Change-Id: I8c0849555e74cec1302e78da04148dedd1cddabe
-
- Mar 12, 2015
-
-
Dan Zivkovic authored
This fixes unit tests and brings us closer to a green build. Change-Id: Iffcc392eda4a7671a238b79cc7367320ca648725
-
- Feb 26, 2015
-
-
Dan Zivkovic authored
Currently, the Delight3DictionaryFacilitator sets a boolean flag when the top suggestion score exceeds the auto-correction threshold. This flag is used to trigger auto-correction of the typed word. Also, the existing logic assumes that if allowsToBeAutoCorrected then the word is invalid, which is no longer true after we stopped using whitelists. Bug 19518376. Change-Id: Ifa7f6a09c07d25ac68c6cf3aec91f358bd88689f
-
Mario Tanev authored
Simplify interfaces by passing Keyboard instead of KeyboardLayout and ProximityInfo directly. Also require the Keyboard passed be non-null and change the SpellChecker to bail out if there is no keyboard for the locale. Change-Id: I960f15ff60171f55d3e0a96fd6469b7dc3a045e2
-
- Feb 25, 2015
-
-
Dan Zivkovic authored
Bug 19390471. Change-Id: Ie09b916ca80591c98f48ae1d74d4fd5b0c5d6b33
-
Martin Paraskevov authored
Change-Id: I8bd544d03d9087a02294b08a9986cad229dae795
-
- Feb 04, 2015
-
-
Mohammadinamul Sheik authored
Change-Id: Ie0c9ce805d9ad009fc9bbaac37b715aff90cd844
-
- Nov 26, 2014
-
-
Jean Chalard authored
When there isn't a close word in another language of the current multi-language set, we allow whitelist entries to take force even if we are not confident in the current language. Bug: 18063142 Bug: 18130489 Bug: 18132240 Bug: 18136721 Bug: 18200415 Change-Id: I044674ba7b70aa86ab2a48d2e4d53a1c8007b62c
-
Jean Chalard authored
With this the most obvious problem is fixed. However there are two remaining items : we should still enforce whitelist when there are no close candidates at all, and we should start in confident mode when pressing the globe key. Bug: 18063142 Bug: 18130489 Bug: 18132240 Bug: 18136721 Bug: 18200415 Change-Id: Ibc0571ae35fc28f8d13760aa86b25db1163d3e31
-
- Nov 20, 2014
-
-
Jean Chalard authored
...when applicable of course. This will allow for informing the language switching authorities that the typed word was a specific language, instead of leaving them in the dark. Bug: 18063142 Bug: 18130489 Bug: 18132240 Bug: 18136721 Bug: 18200415 Change-Id: Ice3e7026a68c3018f54d730ec84f6762bf55899b
-
Jean Chalard authored
That allows to carry the language information in an accurate manner. Bug: 18063142 Change-Id: I0bca8981372ae10648274095b18b26a3686b762b
-
- Nov 07, 2014
-
-
Jean Chalard authored
Change-Id: If4d358b3a11fb25fc214c728269519d8c25f9adc
-
- Oct 29, 2014
-
-
Jean Chalard authored
Bug: 18108776 Change-Id: I9b399a44241e05a7add9bb8094263aa76de37880
-
- Oct 28, 2014
-
-
Jean Chalard authored
Bug: 18108776 Change-Id: Ia46a4102a0e86e71118ca5e641f9f531998e166b
-
Jean Chalard authored
Bug: 13238601 Change-Id: I72a78be5848485f7fd77f5586573692529c7547b
-
- Oct 23, 2014
-
-
Ken Wakasa authored
Our intention is to have classes of latinime-common under the common package as much as we can. Change-Id: I76efbbbe7bebf1a4aa943715cdff64f91675e20d
-
- Oct 21, 2014
-
-
Tadashi G. Takaoka authored
This CL fixes the following compiler warnings. - Indirect access to static member - Access to a non-accessible member of an enclosing type - Parameter assignment - Method can be static - Local variable declaration hides another field or variable - Value of local variable is not used - Unused import - Unused private member - Unnecessary 'else' statement - Unnecessary declaration of throw exception - Redundant type arguments - Missing '@Override' annotation - Unused '@SuppressWarning' annotations Bug: 18003991 Change-Id: Icfebe753e53a2cc621848f769d6a3d7ce501ebc7
-
- Oct 17, 2014
-
-
Jean Chalard authored
Bug: 15379262 Change-Id: I27fad12f468b5bc6ad1a0876aac72e5f5ca5760a
-
- Oct 07, 2014
-
-
Jean Chalard authored
Bug: 11230254 Change-Id: Ied010ec6f1024080e8a499f682d2fc1780e82ef7
-
- Sep 29, 2014
-
-
Keisuke Kuroyanagi authored
Bug: 14425059 Change-Id: Id06a71681fa8b5e589e29fba10fe5c1cfed66984
-
- Sep 18, 2014
-
-
Tadashi G. Takaoka authored
This is a cherry-pick of Ic72d6fecc3 from lmp-dev. Bug: 17536096 Change-Id: Id76b8f8dc85d03bc7ed5f24800301c081a82a8d2
-
Tadashi G. Takaoka authored
Bug: 17536096 Change-Id: Ic72d6fecc3241c1a9aba87b82a46750cbd69e001
-
- Sep 17, 2014
-
-
Adrian Velicu authored
Bug: 17537869 Change-Id: Ibfc1c84aff72aeb76c9b127503369d00f3dfaceb
-
- Sep 16, 2014
-
-
Jean Chalard authored
This is the central change of multilingual input. Bug: 11230254 Change-Id: Id8b68fb101e837e8cf182ab4bc1e55e4da5cc49d
-
- Sep 01, 2014
-
-
Jean Chalard authored
...and remove it from SuggestionResults. Change-Id: Iae85ec7e82e2caf18cc6d7656aa46dc150707cdd
-
- Aug 26, 2014
-
-
Jean Chalard authored
This is because prediction can't be easily distinguished in style. This fixes the bug by simulating the right members, but some refactoring should be done to remove useless booleans. Bug: 17271923 Change-Id: Ib88f3fb95678021624e59535492926dd315d26fb
-
- Aug 14, 2014
-
-
Jean Chalard authored
Change-Id: I81f37d08659d449822b027d3d5912e11eec8b8ff
-
- Jul 17, 2014
-
-
Tadashi G. Takaoka authored
Bug: 15318007 Change-Id: Ic0268fd12865c9a692a5e7110a9beb76cb8b6d7f
-
- Jul 08, 2014
-
-
Keisuke Kuroyanagi authored
Bug: 15758242 Change-Id: I703dc2703afdf9402c5d2ac27411b74ece993dba
-
- Jun 30, 2014
-
-
Jean Chalard authored
Bug: 13238601 Change-Id: I99cc62e91b1e89130358fded572987023d919507
-