- Apr 15, 2015
-
-
Mohammadinamul Sheik authored
Does the following 1. Uses dictionaries from the files/ directory while populating the entries into the pendingUpdates table. So that a download happens only if the metadata.json says so. 2. Delete an unusable dictionaries from the files/ directory. Bug: 20142708 Change-Id: Ibd738793585c39735868e324b8ad682dff0eba34
-
- Apr 02, 2015
-
-
Dan Zivkovic authored
Bug 19987461. Change-Id: Ia2714f555146f8f31a6d8c61f555d2b6fecdab7d
-
- Mar 27, 2015
-
-
Chieu Nguyen authored
Bug: 19966676 Change-Id: I657d2989966804cc1b6e3b12670a2123b6f06127
-
- Mar 25, 2015
-
-
Mohammadinamul Sheik authored
- Also deleted a couple of dead methods. Bug:19929051 Change-Id: I4f88dbc2a8204d5e2a20d1ad8c205a23c6319f8d
-
- Mar 24, 2015
-
-
Mohammadinamul Sheik authored
- Also display the notification when the dictionaries are auto updated Bug: 19808828 Change-Id: If5c4efb73d8bb554d812afcf7deafec3ac40a462
-
- Mar 23, 2015
-
-
Jatin Matani authored
Bug:19532354 Change-Id: I50b3ae11b6e58f07b482353b624b1a7a73eadc99
-
- Mar 18, 2015
-
-
Chieu Nguyen authored
Bug: 19087415. Change-Id: I3974f1b676aa4a9bb04ab7f609b6daf1860c64f1
-
- Mar 17, 2015
-
-
Tom Ouyang authored
Bug: 19795382 Change-Id: Id6cc4a494a06de03d351aa6257632bd3b82e2ec4
-
Dan Zivkovic authored
Bug 19773815. Change-Id: Ib5eb27cdf385c81d1a3822836f424fa29c0bbaa8
-
- Mar 13, 2015
-
-
Dan Zivkovic authored
Bug 19710676. Change-Id: I6e66eddd507c11e424105869833fe6841b90275d
-
- 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
This prevents it from being optimized away. Change-Id: Iecd317568e23e86e4c0ece8134a4926a7a56d65b
-
Dan Zivkovic authored
We need this to assert the correct behavior in the facilitator. Bug 19695605. Change-Id: I3923d00791c99208bc72f7c4210ae1ea0a34bd0e
-
Dan Zivkovic authored
Change-Id: Id88b02b74bdfe4ca05b08181ceb6b34d5652fc0c
-
- Mar 10, 2015
-
-
Dan Zivkovic authored
Bug 19671650. Change-Id: I1a28a53e94bdb79aeb173f6905c1035022495acc
-
Dan Zivkovic authored
Bug 19625976. Change-Id: I6d8b0d2b0a77ccda1bfc914501cf568b92862980
-
- Mar 09, 2015
-
-
Dan Zivkovic authored
Bug 19625976. Change-Id: Iebbef7fed57a381498301dcf26fefa27d06802f7
-
Dan Zivkovic authored
Bug 19625976. Change-Id: Ia03f440a31b059b5af42d162e1145330bf7b5ddf
-
- Mar 04, 2015
-
-
Mohammadinamul Sheik authored
Change-Id: I86cef6c7f2f68a75428bb2b9c4d5a1dc1876b541
-
- Mar 02, 2015
-
-
Jatin Matani authored
UserManager#getUserProfiles > 1 implies managed profile. Workflow: - Disable sync prefs - Execute an async task to check for managed profile; if managed profile is found, remove the sync prefs. If not, enable the preference; - Move the logging pref from Advanced to Account & Privacy. Bug:19230544 Change-Id: I4dbd1fe8433b3263ccc74c35dc0ee0bb371122b3
-
- Feb 27, 2015
-
-
Mohammadinamul Sheik authored
Change-Id: I72d37cc21585b18f4a41ff32627024502f10e993
-
- Feb 26, 2015
-
-
Dan Zivkovic authored
Bug 19516048. Change-Id: Ibc27a792b4fa80fa8c6af4721c47a617526e9584
-
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
-
- Feb 24, 2015
-
-
Mohammadinamul Sheik authored
Bug: 19417599 Change-Id: I82174401c595b57b42fc74bc478b551869729ba6
-
Mohammadinamul Sheik authored
Change-Id: Icec45c364732c0aa9ac713846cad23439b9e42b5
-
- Feb 19, 2015
-
-
Dan Zivkovic authored
There should be 1 executor each for static and dynamic language models. This prevents too many dynamic LM updates from running in parallel, competing for resources. Change-Id: I8ec439e0ea2d92fba275bc20a0b8c9193346a0c1
-
- Feb 13, 2015
-
-
Mohammadinamul Sheik authored
Change-Id: Ia2c74acdc8ac6f7b605bb06a1078d23b32f388a1
-
- Feb 12, 2015
-
-
Dan Zivkovic authored
Unfortunately, our Locale objects don't always have a script code. But we can get almost the same functionality by specifying script codes for some languages, and defaulting the rest to Latin. Change-Id: Id81ff67bf44c84f44707a2e167c2787c60c6ecee
-
Dan Zivkovic authored
This way we can support all the languages for which we define a script code. Bug 19340741. Change-Id: Ia80eca4cc2511b70f11058f73bd31746948ded19
-
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 11, 2015
-
-
Dan Zivkovic authored
Note this change does not affect the native decoder interface. Change-Id: I73b7dc008a5acaf75a31a36a2d332b5afabd82d0
-
- 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
-
-
Mohammadinamul Sheik authored
Change-Id: Ie4d325b3152e1e7e424b8b436e222e194e4d9da0
-
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
-
- 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
-
- Dec 11, 2014
-
-
Tadashi G. Takaoka authored
Change-Id: I546f3b1943999a41803222bd14f9ddd23aa87a51
-
Tadashi G. Takaoka authored
Change-Id: I7bd71f1d4ef0fc0fe21ddfd9f3e11463f53ac4e7
-