- Jul 06, 2023
-
-
abb128 authored
-
- Mar 12, 2015
-
-
Dan Zivkovic authored
This fixes unit tests and brings us closer to a green build. Change-Id: Iffcc392eda4a7671a238b79cc7367320ca648725
-
- Feb 26, 2015
-
-
Jatin Matani authored
Change-Id: I6c8d3cf10e05e606308cea42d1e935a415ada9f8
-
- Feb 24, 2015
-
-
Mario Tanev authored
hasn't been called yet. This breaks the AOSP SpellChecker. This seems to be a bug introduced recently, when the DictionaryFacilitatorLruCache was turned into a "cache" of 1 element. Change-Id: I55f6c18b274c9a33fd62cb25bcd02f64788d5ff0
-
- Feb 23, 2015
-
-
Dan Zivkovic authored
The objective is to show an app icon when the user installs the keyboard from the Play Store, but not show the icon when it comes from the system image. The latter rule applies to AOSP keyboards and to the Google Keyboard on a Nexus device. This change partially reverts ag/613096. Bug 19001197. Change-Id: Icb202deffe9f1ab2bde9b3c9d221347da6793a19
-
- Feb 20, 2015
-
-
Dan Zivkovic authored
This is a step in the direction of removing the LRU cache completely. Change-Id: I8886f7ef74e6b1b35135e68f169cb461682964e9
-
- Feb 19, 2015
-
-
Dan Zivkovic authored
Change-Id: I112c957e20d4573daaa71aa218b575037585385c
-
- Feb 06, 2015
-
-
Dan Zivkovic authored
Bug 19296201. Change-Id: If016da2b7f4b3ecb9afd6d7aed9d19fbd4938758
-
- Feb 05, 2015
-
-
Dan Zivkovic authored
Change-Id: I18b701df6ecbcc20ff0c664c218289179c4b2b2d
-
- 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
-
- 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 07, 2014
-
-
Jean Chalard authored
Bug: 11230254 Change-Id: Ife99df42bc145fbd2d5c3128330bc0f88b104de9
-
- Sep 16, 2014
-
-
Jean Chalard authored
This is the central change of multilingual input. Bug: 11230254 Change-Id: Id8b68fb101e837e8cf182ab4bc1e55e4da5cc49d
-
- Aug 27, 2014
-
-
Keisuke Kuroyanagi authored
This class is separated from AndroidSpellCheckerService Bug: 16547557 Change-Id: I3e58521207395588cecb2977234b89067d6da8c3
-