- Nov 13, 2023
-
-
Aleksandras Kostarevas authored
-
- Oct 16, 2023
-
-
Aleksandras Kostarevas authored
-
- Sep 28, 2023
-
-
Aleksandras Kostarevas authored
-
- Aug 14, 2023
-
-
Aleksandras Kostarevas authored
-
- Jul 06, 2023
-
-
abb128 authored
-
- May 04, 2015
-
-
Dan Zivkovic authored
Bug 20701628. Change-Id: I4de89587776a0859aeda5d2ed76ab1eb4f918458
-
- May 01, 2015
-
-
Dan Zivkovic authored
Bug 20733902. Change-Id: Ibe27e6cafe4db87ba62d7df708229e0d8564ffa8
-
- Apr 29, 2015
-
-
Dan Zivkovic authored
We want to let the facilitator decide if a word is valid or invalid, and cache the answer in the facilitator's cache. The spell checker session doesn't need its own word cache, except as a crutch to communicate suggestions to the code that populates the suggestion drop-down. We leave that in place. Bug 20018546. Change-Id: I3c3c53e0c1d709fa2f64a2952a232acd7380b57a
-
- Apr 10, 2015
-
-
Dan Zivkovic authored
Bug 20043003. Change-Id: I5ccac344c089855474263d1cdc547da1e6779301
-
- Mar 24, 2015
-
-
Dan Zivkovic authored
Bug 19908719. Change-Id: I5a00b5277e9cd7d964b53ff5823bada21be110fa
-
- Mar 20, 2015
-
-
Dan Zivkovic authored
Allows the facilitator to flush language models without a recurring task. Bug 19773937. Change-Id: I01a3c10da26f9df38fee05df33387eb082e2ff33
-
- Mar 12, 2015
-
-
Dan Zivkovic authored
This fixes unit tests and brings us closer to a green build. Change-Id: Iffcc392eda4a7671a238b79cc7367320ca648725
-
- Mar 11, 2015
-
-
Dan Zivkovic authored
Change-Id: I10ccf75d9c00d66b4e85de6c3c019242f2e90b0e
-
Dan Zivkovic authored
Bug 19669016. Change-Id: I8069fe561347851bf3c27423dbd8ba99d38c049e
-
- Mar 05, 2015
-
-
Dan Zivkovic authored
Bug 19612315. Change-Id: I75e84df88b4da5cfc6a39b956613972841342c4b
-
- Mar 03, 2015
-
-
Chieu Nguyen authored
Change-Id: I8b75aded3fc2b9b33128b6ba5a3e8d943dfca352
-
- Feb 26, 2015
-
-
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
-
-
Martin Paraskevov authored
Change-Id: I8bd544d03d9087a02294b08a9986cad229dae795
-
- Feb 24, 2015
-
-
Jatin Matani authored
Change-Id: I95500f210ed409c0ff254b08b68fe3b5b59ba4f4
-
- Feb 20, 2015
-
-
Jatin Matani authored
Change-Id: Iae20a0a3b7c1aa0c2f6d29cef780fb50dc9010cb
-
Jatin Matani authored
Also add empty implementation for dictionary facilitator iteration APIs Change-Id: Ia847e3faa75075c819fcfda89193d1024d2d5aca
-
- Feb 19, 2015
-
-
Tom Ouyang authored
Bug: 19441205 Change-Id: I41aff536a64271d2dc9489a20df33d64170756cc
-
- Feb 12, 2015
-
-
Jatin Matani authored
Break contacts binary dictionary into two parts - one that talks to contacts content provider and maintains local state. Includes a manager class and a content observer - other one that just manages the dict code. Change-Id: Ie8f89ac9ce174c803ff3168ee0bee5cbe7721d5b
-
- Feb 10, 2015
-
-
Jatin Matani authored
The API is used by the decoder to add term to the dictionary. Change-Id: I607c8c676b7650f3052b2d3ed3f7f656573fca45
-
- Feb 09, 2015
-
-
Dan Zivkovic authored
Bug 19296201. Change-Id: Ic834e5956347cd86a96bd14024c42ad8ee258659
-
- Feb 06, 2015
-
-
Dan Zivkovic authored
Bug 19296201. Change-Id: If016da2b7f4b3ecb9afd6d7aed9d19fbd4938758
-
- Feb 05, 2015
-
-
Dan Zivkovic authored
Change-Id: I18b701df6ecbcc20ff0c664c218289179c4b2b2d
-
Dan Zivkovic authored
We check different lists of dictionaries based on the use case. Bug 19270992. Change-Id: Ide69f2855978ebad32a58e9689b3a8d47e095994
-
- Feb 04, 2015
-
-
Mohammadinamul Sheik authored
Change-Id: Ie0c9ce805d9ad009fc9bbaac37b715aff90cd844
-
Dan Zivkovic authored
Change-Id: I20746381583ee8a4d7d42b1243f5c7ba45529e5e
-
- Feb 03, 2015
-
-
Dan Zivkovic authored
Removes the feature that adds strings to the user dictionary, aka the "green highlight with a plus sign". Bug 19237189. Change-Id: I2387129a3add2d69d625f2ff16ed8cab3f10a735
-
Jatin Matani authored
Change-Id: Ieff2cd37f869dca69abf53ac32a576c2e45cc1e3
-
- Jan 27, 2015
-
-
Mario Tanev authored
implementation DictionaryFacilitatorImpl.java and add a java-overridable factory DictionaryFacilitatorProvider.java used to create a DictionaryFacilitator. Change-Id: Id4a58ae31feaa4d12a048a772c8d76ff82fdee45
-
- Dec 16, 2014
-
-
Jatin Matani authored
Attempt to use dictionary facilitor without invoking preference manager. Instead use account from settings only when things are being reset/changed. Discussion forked from ag/591663 Overall, the idea here is to maintain an account information inside dictionary groups. Reset the dictionary groups if account changes (the way we do for locale). Since only user history dictionary is currently affected, the check to reset user history dictionary also includes the check to verify the account. For other things remain the same. SettingsValues holds the current account (and is updated if prefs change due to change in account settings). The updated settings are then propagated to dictionary facilitator via LatinIME#loadSettings. Bug:18104749,18469539 Change-Id: I553e776e7ea125d0fb7a1fe70a4c7eb0b2277fb8
-
- Nov 28, 2014
-
-
Jean Chalard authored
Change-Id: I7ea289f7e78aa33562c7737e91024a25c02333b6
-
- Nov 26, 2014
-
-
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 25, 2014
-
-
Jean Chalard authored
Bug: 18063142 Bug: 18130489 Bug: 18132240 Bug: 18136721 Bug: 18200415 Change-Id: Ica09d11cb95308dd014c4e4e0d99a30dd66bfea9
-
- Nov 21, 2014
-
-
Tadashi G. Takaoka authored
Change-Id: I82d574c67b25239510f3ecc8882efe46e40677eb
-
- Nov 20, 2014
-
-
Jean Chalard authored
Bug: 18451316 Change-Id: Ia20bf388471f84c963354df050182e722d966a02
-
- Oct 29, 2014
-
-
Jean Chalard authored
Bug: 18108776 Change-Id: I9b399a44241e05a7add9bb8094263aa76de37880
-