- Nov 20, 2014
-
-
Jean Chalard authored
Bug: 18451316 Change-Id: Ia20bf388471f84c963354df050182e722d966a02
-
- Oct 29, 2014
-
-
Jean Chalard authored
Bug: 18108776 Change-Id: I9b399a44241e05a7add9bb8094263aa76de37880
-
- 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
-
Keisuke Kuroyanagi authored
5Bug: 14425059 Change-Id: I73cf6904e569d60996a3b079f16ea6df0cb90f02
-
Tadashi G. Takaoka authored
This CL also adds @SuppressWarning("unused" to java-overridable package. Bug: 18003991 Change-Id: If70527e30654384705d7a814f5efd181d9f539e1
-
- 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
-
Adrian Velicu authored
No behaviour changes. Unified the overloaded FusionDictionary::add method to always take an isPossiblyOffensive argument. Bug: 11031090 Change-Id: I5741a023ca1ce842d2cf10d4f6c926b0efabaa78
-
- Oct 09, 2014
-
-
Jean Chalard authored
That is, when auto-correcting or when manually picking. This is not great, but it's a good starting point. Bug: 11230254 Change-Id: I07627f48e2de1c28053d6572c7c72625808ec79c
-
- Oct 07, 2014
-
-
Jean Chalard authored
Also directly hold a ref to it. It's simpler for now, though we may want to remove it completely later to have a flat, purely weight-based system with no preference. Also split weights between gesturing and typing. Bug: 11230254 Change-Id: Ica15964a193ae6e7f14c85a9a3ed806130fa7efb
-
Jean Chalard authored
Bug: 11230254 Change-Id: Ife99df42bc145fbd2d5c3128330bc0f88b104de9
-
Jean Chalard authored
Bug: 11230254 Change-Id: Ied010ec6f1024080e8a499f682d2fc1780e82ef7
-
- Oct 06, 2014
-
-
Jean Chalard authored
Diff: +++ b/java/src/com/android/inputmethod/keyboard/internal/KeyboardBuilder.java @@ -735,7 +735,7 @@ public class KeyboardBuilder<KP extends KeyboardParams> { private boolean matchLocaleCodes(TypedArray caseAttr, final Locale[] locales) { // TODO: adujst this for multilingual input - return matchString(caseAttr, R.styleable.Keyboard_Case_languageCode, locales[0].toString()); + return matchString(caseAttr, R.styleable.Keyboard_Case_localeCode, locales[0].toString()); } private boolean matchLanguageCodes(TypedArray caseAttr, Locale[] locales) { Change-Id: Icefac18dd6d5fea97f591177cf8df1ba6de7f4f0
-
- Oct 03, 2014
-
-
Ken Wakasa authored
This reverts commit 15dbd382. Bug: 11230254 Reverting due to unit test breakage. Change-Id: Icf29ba5c808c754515aef2d1b4162d72f606acfe
-
Jean Chalard authored
Bug: 11230254 Change-Id: Idf3ed27b396d63ade9800c72c5ce0ed613f5f669
-
- Oct 02, 2014
-
-
Jean Chalard authored
Bug: 11230254 Change-Id: Ic579b93702c24f47e6cdb0c9a4da6b11f1fa76c8
-
- Sep 29, 2014
-
-
Keisuke Kuroyanagi authored
Bug: 14425059 Change-Id: Id06a71681fa8b5e589e29fba10fe5c1cfed66984
-
- Sep 26, 2014
-
-
Keisuke Kuroyanagi authored
Bug: 14425059 Change-Id: I48a193b965e3055bd10a00046322c2b7b19a6232
-
- Sep 19, 2014
-
-
Adrian Velicu authored
Bug: 16864527 Change-Id: I698a1b3e09e7e9a12722169b37f87bd51c8cbd34
-
Jean Chalard authored
...and rename an improperly named normalization value Bug: 11230254 Change-Id: I0f5633148a9f66dbfd7d28540b8a8985131c4549
-
- 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 16, 2014
-
-
Jean Chalard authored
This is the central change of multilingual input. Bug: 11230254 Change-Id: Id8b68fb101e837e8cf182ab4bc1e55e4da5cc49d
-
- Sep 11, 2014
-
-
Jean Chalard authored
Change-Id: I4c3dfaad38ec1cc91d1a9f81d5ff45ef12f70029
-
Jean Chalard authored
This change rewrites resetDictionariesWithDictNamePrefix so that it would work if there were several locales, which is going to happen shortly. This change on its own is quite large and difficult already, so I didn't want to merge it into the change that actually makes several locales happen; another such change is following. Change-Id: Ibb80b05b73c0f0f0bea64b7e308cc4d38ca448f9
-
- Sep 10, 2014
-
-
Keisuke Kuroyanagi authored
Bug: 16547557 Change-Id: I03eda34edc902fc4732d16d234216344d8d84d88
-
Keisuke Kuroyanagi authored
Bug: 16547557 Change-Id: If3d88a548e5a2255ff81c819b056f77bfbe237ae
-
Keisuke Kuroyanagi authored
Bug: 16547557 Change-Id: I8502585976deb5e93fff3b1e0266654b8a927bda
-
- Sep 04, 2014
-
-
Jean Chalard authored
We're going to have multiple DictionaryGroup objects and it would be very confusing to have this class name a plural. Change-Id: I8f5c621459ede49f245be26097fe71f44289761c
-
- Sep 01, 2014
-
-
Jean Chalard authored
...and remove it from SuggestionResults. Change-Id: Iae85ec7e82e2caf18cc6d7656aa46dc150707cdd
-
- Aug 29, 2014
-
-
Keisuke Kuroyanagi authored
Bug: 16547557 Change-Id: I5faba5e26d072b49c0fffcaeaf5062f9e0c2dcc0
-
- Aug 25, 2014
-
-
Keisuke Kuroyanagi authored
Bug: 16553957 Change-Id: Ida08ceaf34708daed52d61b3d5adfbdb48e42c71
-
- Aug 07, 2014
-
-
Keisuke Kuroyanagi authored
Bug: 13142176 Bug: 15531638 Change-Id: I7e4e5afa05c5cee6eedef62c053d81edac5fa6af
-
- Jul 08, 2014
-
-
Keisuke Kuroyanagi authored
Bug: 15758242 Change-Id: I703dc2703afdf9402c5d2ac27411b74ece993dba
-
- Jun 25, 2014
-
-
Keisuke Kuroyanagi authored
Bug: 14425059 Change-Id: I2bd6a872904a44b80f638a13d91a97559217cc1a
-
- Jun 23, 2014
-
-
Jean Chalard authored
Bug: 13238601 Change-Id: I54ee9a85ecfee3c50c8db3eb4cd6f391a775a630
-
- Jun 20, 2014
-
-
Keisuke Kuroyanagi authored
Bug: 15555552 Bug: 15552347 Change-Id: Ia4d8c79d079e3ce233d46d4bbad4fff1be5c5c39
-
- Jun 16, 2014
-
-
Keisuke Kuroyanagi authored
Bug: 14161647 Change-Id: Ia5f985ea467145fb381e3ad2c1f67f3b013f19e8
-
Keisuke Kuroyanagi authored
Change-Id: Ia2f8d5640cde816cca23b26ee261acf44f3cdcdc
-
Keisuke Kuroyanagi authored
Bug: 14161647 Change-Id: I2111f841c94e31d62b670da4236fc738df03a708
-
- Jun 10, 2014
-
-
Keisuke Kuroyanagi authored
This adds "Dump contextual dictionary". Bug: 14161647 Change-Id: I41a6d6e131d9d8c300ac0120d903d46d88bb3346
-