- Feb 11, 2015
-
-
Dan Zivkovic authored
For some reason, we can't import android.os package in our Constants. Change-Id: I357ed72d13c5039a83c6e2489cdf5ef74d0ffea8
-
Dan Zivkovic authored
Note this change does not affect the native decoder interface. Change-Id: I73b7dc008a5acaf75a31a36a2d332b5afabd82d0
-
- 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
-
- Jan 29, 2015
-
-
Dan Zivkovic authored
Bug 19188067. Change-Id: Ic9a3637f59dda30c699141222b9dcac3cd624b99
-
- 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
-
- Jan 16, 2015
-
-
Dan Zivkovic authored
This change deletes a bunch of code that was used to conditionally show/hide the keyboard app icon given system states and user preferences. Bug 19001197. Change-Id: I69a57aa21872a571af87a193b3e52b7f985e5168
-
- Dec 29, 2014
-
-
Jatin Matani authored
Change-Id: I24cbe94f128f54fb9bfeeef78cf271fee2216c8e
-
- 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
-
- Dec 12, 2014
-
-
Tadashi G. Takaoka authored
Change-Id: Ic4def69a9f742f13c98bc3e518c406658b52797d
-
- Dec 09, 2014
-
-
Jatin Matani authored
For now, it is a debug preference, but we may make this a proper user setting in the future. Thus note that the messaging is not final. Pref looks like : 1. https://screenshot.googleplex.com/OLxW0myWD9.png 2. https://screenshot.googleplex.com/YeqWYXGstw.png Bug: 18106936 Change-Id: I88bbc1a2ee0c23a48ff3972a91d57c218b10bb65
-
Tadashi G. Takaoka authored
This reverts commit 8584db14. Bug: 18675223 Bug: 18675476 Change-Id: I4e25d87ac261c44b1943df832115f8cca690103a
-
- Dec 05, 2014
-
-
Andy Wang authored
Keyboard location and location can now be set in the debug options section. Change-Id: I87c5a1d679489e12dccf26632c399af28087629e
-
- Dec 02, 2014
-
-
Andy Wang authored
Change-Id: I43a56beba0cf0fdf5f93c5c764edbd279ee033b2
-
- Dec 01, 2014
-
-
Tadashi G. Takaoka authored
Change-Id: I5661a7926cf5a404788516c542b25cc0707bb417
-
- Nov 27, 2014
-
-
Tadashi G. Takaoka authored
Change-Id: I68d2c85139e01684d5f0705f621ba223fc5e4425
-
- 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
-
- Nov 12, 2014
-
-
Tadashi G. Takaoka authored
Change-Id: If8b981715983e3a12867c9b7c53bfa5effaddd39
-
- Nov 06, 2014
-
-
Tadashi G. Takaoka authored
Change-Id: I0f95f603d80570c937e8c38ded88df341c11795e
-
Jean Chalard authored
Bug: 18108776 Change-Id: I0f57594617f8d5080aea9002b2356d18bfe97043
-
- Oct 30, 2014
-
-
Andy Wang authored
The keyboard height is controlled by a slider in the debug preferences. Without access to debug preferences, this change is a no-op. Bug: 6867494 Change-Id: I984064ed1cab752876615f5ed582818474d6041b
-
- Oct 28, 2014
-
-
Jean Chalard authored
Bug: 18108776 Change-Id: Ia46a4102a0e86e71118ca5e641f9f531998e166b
-
Tadashi G. Takaoka authored
Bug: 18147440 Change-Id: I7a7a47b3484e54146d34d11b5bd9c1305421d829
-
- Oct 27, 2014
-
-
Tadashi G. Takaoka authored
This CL also adds a settings option to enable/disable an Emoji-ALT physical key. Bug: 18122464 Change-Id: Iee1d97efec979a902b0492071d5e511ca1792ff0
-
- 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
-
Tadashi G. Takaoka authored
This CL also adds @SuppressWarning("unused" to java-overridable package. Bug: 18003991 Change-Id: If70527e30654384705d7a814f5efd181d9f539e1
-
- Oct 21, 2014
-
-
Yohei Yukawa authored
Finally it is turned out to be a XXL-size Lollipop. Change-Id: Icbd22506be9de514eba287cdd8d97fbfd070ac09
-
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 20, 2014
-
-
Tadashi G. Takaoka authored
Bug: 18003991 Change-Id: Ib005dd394faf546e4faed89ff2018ce49858a06e
-
- Oct 17, 2014
-
-
Tadashi G. Takaoka authored
Bug: 18025209 Change-Id: Id8dbb051e04270f6892cae12a443103bd0d32dcb
-
- Oct 16, 2014
-
-
Jean Chalard authored
We may want to add additional features from some of the other screens. Bug: 11230254 Bug: 17966252 Change-Id: I1bb877e5cbdd74f2ffa8010b5bc6af35fe77279a
-
- Oct 14, 2014
-
-
Sandeep Siddhartha authored
Bug: 17981687 Bug: 17464069 Change-Id: I0ae3400564fd346cc84af74dfef65f01cc1ce6a8
-
Sandeep Siddhartha authored
Bug: 17942814 Change-Id: I0bbef716dff47ed8eb880209d448629ad853b904
-
- Oct 13, 2014
-
-
Sandeep Siddhartha authored
Bug: 17464068 Change-Id: Icf994a7582491afebc5db522c127a30d079ce05c
-
- Oct 10, 2014
-
-
Sandeep Siddhartha authored
- Adds a preference for enabling sync, which controls the sync behavior - Make the ProductionFlags depend on appropriate flags to guarantee that we don't mess things when flipping some flags - Preferences now control the "syncable" property of the provider thereby controlling the policy and when this entry shows up in system settings. Bug: 17464069 Change-Id: I1d58351188518c1ae9f1f9e147b5ea15d32a3427
-
Sandeep Siddhartha authored
There are two categories of preferences: 1. That are part of the default shared preference They were all getting backed up and restored. Added a blacklist to not restore some of these. e.g. current account 2. That are in a non-default shared preference file. These are not getting backed up currently, but added a specific local preference file for all such preferences. Bug: 17288591 Change-Id: I2f748be971a2337543e5014434aa39313fd1e1d8
-
Jean Chalard authored
Bug: 11230254 Change-Id: Ic09518c818ae7b68942b1c63160dd462e5922cb5
-
- Oct 08, 2014
-
-
Jatin Matani authored
Change-Id: I5e81b7a1eed9c2177ad3ddfa6c96c2b85c433766
-
Ken Wakasa authored
Change-Id: I5a28c6775385ba3b0b7d86c85064fd28f3cbb353
-
- Oct 07, 2014
-
-
Jatin Matani authored
Bug:17464069 Change-Id: If683b80e882c07fba576959346ae74cd445dd83e
-
- Oct 06, 2014
-
-
Tadashi G. Takaoka authored
Bug: 17874801 Change-Id: Iaba935a6b2548376f10a0ecd80f07ea7ada6c60a
-