| Commit message (Expand) | Author | Files | Lines |
2014-05-12 | Add freq=0 words to user history depending on the option.•••Bug: 14686585
Change-Id: Ia1c3adb1bcc625788016e378e1ac7b0792ea9f4e
|  Keisuke Kuroyanagi | 2 | -5/+7 |
2014-05-12 | Support unigram historical information migration.•••Bug: 13406708
Change-Id: Ibed15b3bc5d5ae68faefa379028dbe10d32b0c0f
|  Keisuke Kuroyanagi | 7 | -27/+110 |
2014-05-12 | Add initial reordering rules for Myanmar•••Bug: 13945569
Change-Id: Ib546ba110e87bf72afa7f42c878cc5f638bff6c7
|  Jean Chalard | 3 | -4/+434 |
2014-05-12 | Improve multi-word suggestion handling for user history.•••Bug: 12902664
Change-Id: I03deed16047f0beaba8932d87c6129ec8061ba9c
|  Keisuke Kuroyanagi | 3 | -14/+29 |
2014-05-12 | Fix javadoc comment of keyboard layout tests•••Change-Id: I22592486ab306a57c4f6ca5a94e0ff69b68a58d6
|  Tadashi G. Takaoka | 4 | -13/+20 |
2014-05-12 | Remove voice key from keyboard layout•••Bug: 14419121
Change-Id: I71031f1ed9735a5a05dc584299b56512fb0b6866
|  Tadashi G. Takaoka | 18 | -64/+46 |
2014-05-12 | Fix import and javadoc comments of unit tests•••Change-Id: Ic3f249bf9e3a5ec7ffd07abd4bc38d343bb14d39
|  Tadashi G. Takaoka | 2 | -19/+2 |
2014-05-12 | Enable voice and language switch keys for keyboard layout tests•••Change-Id: I19ee05e30d09eb13753b737961882e345591c1df
|  Tadashi G. Takaoka | 11 | -30/+21 |
2014-05-12 | Create the path for specifying combining rules in the subtype•••Also add the skeleton of the combining rules for Myanmar
reordering as a pilot.
Bug: 13945569
Change-Id: Iabeb6838f45f1efff482143595ce5b48543e0c43
|  Jean Chalard | 10 | -3/+138 |
2014-05-12 | Add voice key to suggestions strip•••Bug: 14419121
Change-Id: I3b2bdc3c07bb7e49ea7be53649bd6dd134fea27c
|  Tadashi G. Takaoka | 8 | -14/+64 |
2014-05-12 | Activate pseudo LMP theme•••Bug: 14419121
Change-Id: I00265315c204de2279250d9ae20f630c2ee5dec6
|  Tadashi G. Takaoka | 1 | -2/+1 |
2014-05-12 | Remove ContextualDictionary.haveContentsChanged().•••Change-Id: I7023ba4d9515dcad90e0a226f70936550c5241f4
|  Keisuke Kuroyanagi | 1 | -6/+1 |
2014-05-12 | Cleanup : remove a useless member•••Change-Id: I7871c3243c82b5a19acf266033187795a2ea1767
|  Jean Chalard | 1 | -3/+2 |
2014-05-12 | Add pseudo LMP theme•••This CL introduce pseudo LMP theme. This keyboard theme is a
placeholder and not final. The drawables and colors that this CL
introduces should be replaced with the final assets.
Bug: 14419121
Change-Id: I7a37c884e4ee0cac09ad21ff729996c2b9c1b4af
|  Tadashi G. Takaoka | 69 | -20/+343 |
2014-05-12 | Refactor KeyboardTheme•••This CL introduces two preference keys in addition to the existing one.
- pref_keyboard_theme: The new preference key that is used only in the
preference settings.
- pref_keyboard_layout_20110916: The previous preference key that
holds keyboard color scheme settings. This is superseded by the next
key.
- pref_keyboard_theme_20140509: The new preference key that holds
keyboard theme settings. This value is forcibly reset to LMP theme
on a LMP device. On a KitKat and previous device, the settings of
the pref_keyboard_layout_20110916 is carried on into this
preference.
This CL must be checked in together with Id7b3ddd8aa.
Change-Id: I2d55602d026e30b38d8f822d2124f5c5e4a9a812
|  Tadashi G. Takaoka | 10 | -45/+269 |
2014-05-09 | Revert "Refactor KeyboardTheme"•••This reverts commit 19688b584bb903192559196a0e3836bc4c957696.
Build breakage.
Change-Id: I95d4be1578824eaee5a2fb08ec277250727ac668
|  Ken Wakasa | 9 | -269/+34 |
2014-05-09 | Revert "Add pseudo LMP theme"•••This reverts commit dd9ed45c6332e6cb45da0953d23b9748ddddc548.
Unit test breakage.
https://sponge.corp.google.com/target?id=f7fd85a6-8e3b-4fda-8c84-d4e1b342e839&target=com.google.android.inputmethod.latin.tests&searchFor=&show=FAILED&sortBy=STATUS
Change-Id: Ia971834b368890c344a06602473a56887709bbca
|  Ken Wakasa | 68 | -339/+28 |
2014-05-09 | Add pseudo LMP theme•••This CL introduce pseudo LMP theme. This keyboard theme is a
placeholder and not final. The drawables and colors that this CL
introduces should be replaced with the final assets.
Bug: 14419121
Change-Id: Iba4751c525775fc12763c0a55309410e0d82ce9b
|  Tadashi G. Takaoka | 68 | -28/+339 |
2014-05-09 | Refactoring: Use UnigramProperty to add/update unigram.•••Bug: 13406708
Change-Id: I26fd541fb465d3543faa5f155becc455ddbb6c9c
|  Keisuke Kuroyanagi | 6 | -80/+81 |
2014-05-09 | Refactor KeyboardTheme•••This CL introduces two preference keys in addition to the existing one.
- pref_keyboard_theme: The new preference key that is used only in the
preference settings.
- pref_keyboard_layout_20110916: The previous preference key that
holds keyboard color scheme settings. This is superseded by the next
key.
- pref_keyboard_theme_20140509: The new preference key that holds
keyboard theme settings. This value is forcibly reset to LMP theme
on a LMP device. On a KitKat and previous device, the settings of
the pref_keyboard_layout_20110916 is carried on into this
preference.
This CL must be checked in together with Ifcedeabbec.
Change-Id: Ibe75146e2c1c7eebf964ca86550baf244fedb79a
|  Tadashi G. Takaoka | 9 | -34/+269 |
2014-05-09 | Add VERSION4_TEST for testing.•••Bug: 13406708
Change-Id: I0b434717ea3edbb131650af634c53cfbfe113c3e
|  Keisuke Kuroyanagi | 13 | -24/+102 |
2014-05-09 | Fix unit tests by adding @UsedForTesting•••Change-Id: I9448b1bfa7bf94039de737725851e63a2921a443
|  Keisuke Kuroyanagi | 1 | -2/+1 |
2014-05-09 | Reorder accented letters of English•••This is a follow up change of Idff0b6d08e.
Bug: 13177865
Change-Id: I00ea7cda954efbd248d2abc2fa6d4995d6acbf19
|  Tadashi G. Takaoka | 3 | -28/+28 |
2014-05-08 | Periodic GC for personalization dict.•••Change-Id: I1ef922684cbf1de10c45c66eb119c2343d194da3
|  Keisuke Kuroyanagi | 2 | -3/+2 |
2014-05-08 | Reorder accented letters of English•••Bug: 13177865
Change-Id: Idff0b6d08e6dd0ec1eb39072ba4f99e6ec7df802
|  Tadashi G. Takaoka | 2 | -20/+20 |
2014-05-08 | Avoid copying bigram list if possible.•••Constructing en_US main dict using dicttool:
Before:
real 1m8.699s
user 1m10.600s
sys 0m2.390s
After:
real 0m17.204s
user 0m20.560s
sys 0m0.720s
Bug: 13406708
Change-Id: I3b0476be57e5cb93c6497025b3ffa7064ac326c6
|  Keisuke Kuroyanagi | 3 | -41/+66 |
2014-05-07 | Import translations. DO NOT MERGE•••Change-Id: I7fab17fff5b54a5c409ac5c469db00dc95d1fb7a
Auto-generated-cl: translation import
|  Baligh Uddin | 1 | -9/+9 |
2014-05-08 | Implement migrateNative().•••Bug: 13406708
Change-Id: Ie786a68e780baa298fedf82d21390ba45d871a52
|  Keisuke Kuroyanagi | 4 | -2/+88 |
2014-05-08 | Extend jni interface for dictionary migration.•••Bug: 13406708
Change-Id: Iadad6df296467d0e5b631fba4a409d53c8a5a6f2
|  Keisuke Kuroyanagi | 3 | -2/+24 |
2014-05-08 | Check whether contacts have changed using hashCode().•••Bug: 13755213
Change-Id: Ie2f7b7f9dc8bd3fce395618877d9f234287dcb21
|  Keisuke Kuroyanagi | 4 | -71/+39 |
2014-05-07 | Use DistracterFilter when getting Language Model Param of a word•••A preparation for implementing Distracter Filter.
This CL should be checked in together with Icfefa0463180
Bug: 13142176
Change-Id: If9e5ca840c4a81cb0339ab70f146b42fbfa7af5d
|  Xiaojun Bi | 2 | -10/+18 |
2014-05-07 | Make initial additional buffer size 0.•••Bug: 14113369
Change-Id: I3b7b3a452544725577101dc3b9bcb85b3e08afe9
|  Keisuke Kuroyanagi | 1 | -2/+2 |
2014-05-07 | Use margin instead of padding in SuggestionStripView•••This CL also tunes the width of suggestions strip to be able to
display 15~16 letters without x-scaling at the center slot.
Bug: 14419121
Change-Id: Ia5766cee043899533e24e2ebc621e8dc279370b3
|  Tadashi G. Takaoka | 10 | -20/+26 |
2014-05-07 | Fix: mIsUserDictEnabled is never updated.•••Bug: 14602321
Change-Id: Ib98d5648ea2a901393b79c7f300bc6d209ee98d1
|  Keisuke Kuroyanagi | 1 | -0/+1 |
2014-05-07 | Make KeyboardView style as a parent of SuggestionStripView style•••With this CL, SuggestionStripView can refer an icon asset in a
keyboard theme.
Bug: 14419121
Change-Id: I30d595c08ce02b8c7d3f111e1edab2820c0b602e
|  Tadashi G. Takaoka | 3 | -8/+11 |
2014-05-05 | Import translations. DO NOT MERGE•••Change-Id: I507926af8d82abc3ef14e99dde443e6d3068a848
Auto-generated-cl: translation import
|  Baligh Uddin | 57 | -114/+57 |
2014-05-05 | Import translations. DO NOT MERGE•••Change-Id: I597ed10762a3c2e79e77ef21ef8d7bac4ee7488b
Auto-generated-cl: translation import
|  Baligh Uddin | 1 | -9/+9 |
2014-05-03 | Fix NPE•••Follow up to I2b0ec091a11aa8a495794d633efecb6d8b818f42
bug: 14488351
Change-Id: Ic88adbd6775910f35338d798dc0d5493715708e4
|  Ken Wakasa | 1 | -1/+3 |
2014-05-01 | Add new bigram entry at the tail of existing list.•••Bug: 13406708
Change-Id: If3162e65fc9aa2c47f046aee528276cb51fad9f4
|  Keisuke Kuroyanagi | 4 | -8/+33 |
2014-05-01 | Add contextual dictionary to the dictionary facilitator.•••Bug: 14161647
Change-Id: I0e706b2abd0cb9f351e28681e275cd7f2fdbfd9c
|  Keisuke Kuroyanagi | 3 | -1/+65 |
2014-05-01 | Remove Dictionaries.mDictMap.•••Bug: 13755213
Change-Id: I9ded695c31d3db05f561956c61d56ebd16d34703
|  Keisuke Kuroyanagi | 1 | -29/+35 |
2014-05-01 | Use dictType to class map to create sub dicts.•••Bug: 13755213
Change-Id: I4dcd5684bc65f13361bf9c4f9d50b07b1e33c62d
|  Keisuke Kuroyanagi | 5 | -10/+40 |
2014-05-01 | Add Marathi keyboard layout•••Bug: 10028772
Change-Id: I7bca05bbbfdb2e5f61d5db611dff62ace3b71e31
|  Tadashi G. Takaoka | 41 | -232/+1302 |
2014-05-01 | More meaningful Emoji descriptions•••Bug: 11452158
Change-Id: I3e7c2c935bc7c371869240487928160d5ab850e2
|  Tadashi G. Takaoka | 1 | -29/+29 |
2014-05-01 | Move dict version check to proper place.•••Change-Id: I89a5b4fa93153081b4f7a9183619cbe7c9ea01fa
|  Keisuke Kuroyanagi | 1 | -9/+9 |
2014-05-01 | Create factory methods for sub dicts.•••Bug: 13755213
Change-Id: I046af54b4860d2839328f2089ea785d81d04cf43
|  Keisuke Kuroyanagi | 5 | -35/+29 |
2014-05-01 | Guard accessibility function calls•••This is a follow up of I2b0ec091a1.
Change-Id: I2801bd1530556cfa6cc176efac9d9f09f2405892
|  Tadashi G. Takaoka | 1 | -1/+3 |
2014-05-01 | Simplify DictionaryFacilitatorForSuggest.•••Bug: 13755213
Change-Id: I9663d1d60fccd8deb1a22683fb06fe64dee06b45
|  Keisuke Kuroyanagi | 3 | -121/+80 |
2014-05-01 | Introduce clustering punctuation•••Bug: 10081730
Change-Id: If198fa3df68ecb267da0a278da41fd509d6165f1
|  Jean Chalard | 6 | -10/+49 |
2014-05-01 | Make AccessibleKeyboardViewProxy not singleton•••This CL also renames AccessibleKeyboardViewProxy and
AccessibilityEntityProvider to MainKeyboardAccessibilityDelegate and
MainKeyboardAccessibilityNodeProvider.
Change-Id: I2b0ec091a11aa8a495794d633efecb6d8b818f42
|  Tadashi G. Takaoka | 6 | -86/+27 |