aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Add initial reordering rules for Myanmar"Jean Chalard2014-05-121-1/+2
|\
| * Add initial reordering rules for MyanmarJean Chalard2014-05-121-1/+2
| | | | | | | | | | Bug: 13945569 Change-Id: Ib546ba110e87bf72afa7f42c878cc5f638bff6c7
* | Merge "Add freq=0 words to user history depending on the option."Keisuke Kuroyanagi2014-05-122-5/+7
|\ \
| * | Add freq=0 words to user history depending on the option.Keisuke Kuroyanagi2014-05-122-5/+7
| | | | | | | | | | | | | | | Bug: 14686585 Change-Id: Ia1c3adb1bcc625788016e378e1ac7b0792ea9f4e
* | | Merge "Improve multi-word suggestion handling for user history."Keisuke Kuroyanagi2014-05-123-14/+29
|\| | | |/ |/|
| * Improve multi-word suggestion handling for user history.Keisuke Kuroyanagi2014-05-123-14/+29
| | | | | | | | | | Bug: 12902664 Change-Id: I03deed16047f0beaba8932d87c6129ec8061ba9c
* | Create the path for specifying combining rules in the subtypeJean Chalard2014-05-126-2/+51
| | | | | | | | | | | | | | | | Also add the skeleton of the combining rules for Myanmar reordering as a pilot. Bug: 13945569 Change-Id: Iabeb6838f45f1efff482143595ce5b48543e0c43
* | Add voice key to suggestions stripTadashi G. Takaoka2014-05-121-12/+48
| | | | | | | | | | Bug: 14419121 Change-Id: I3b2bdc3c07bb7e49ea7be53649bd6dd134fea27c
* | Remove ContextualDictionary.haveContentsChanged().Keisuke Kuroyanagi2014-05-121-6/+1
| | | | | | | | Change-Id: I7023ba4d9515dcad90e0a226f70936550c5241f4
* | Merge "Add contextual dictionary to the dictionary facilitator."Keisuke Kuroyanagi2014-05-123-1/+65
|\ \
| * | Add contextual dictionary to the dictionary facilitator.Keisuke Kuroyanagi2014-05-013-1/+65
| | | | | | | | | | | | | | | Bug: 14161647 Change-Id: I0e706b2abd0cb9f351e28681e275cd7f2fdbfd9c
* | | Cleanup : remove a useless memberJean Chalard2014-05-121-3/+2
| | | | | | | | | | | | Change-Id: I7871c3243c82b5a19acf266033187795a2ea1767
* | | Refactor KeyboardThemeTadashi G. Takaoka2014-05-122-3/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge "Revert "Refactor KeyboardTheme""Ken Wakasa2014-05-092-24/+3
|\ \ \
| * | | Revert "Refactor KeyboardTheme"Ken Wakasa2014-05-092-24/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 19688b584bb903192559196a0e3836bc4c957696. Build breakage. Change-Id: I95d4be1578824eaee5a2fb08ec277250727ac668
* | | | Merge "Refactor KeyboardTheme"Tadashi G. Takaoka2014-05-092-3/+24
|\| | |
| * | | Refactor KeyboardThemeTadashi G. Takaoka2014-05-092-3/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Merge "Add VERSION4_TEST for testing."Keisuke Kuroyanagi2014-05-093-3/+11
|\ \ \ \
| * | | | Add VERSION4_TEST for testing.Keisuke Kuroyanagi2014-05-093-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 13406708 Change-Id: I0b434717ea3edbb131650af634c53cfbfe113c3e
* | | | | Fix unit tests by adding @UsedForTestingKeisuke Kuroyanagi2014-05-091-2/+1
| |/ / / |/| | | | | | | | | | | Change-Id: I9448b1bfa7bf94039de737725851e63a2921a443
* | | | Merge "Check whether contacts have changed using hashCode()."Keisuke Kuroyanagi2014-05-094-71/+39
|\ \ \ \
| * | | | Check whether contacts have changed using hashCode().Keisuke Kuroyanagi2014-05-084-71/+39
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 13755213 Change-Id: Ie2f7b7f9dc8bd3fce395618877d9f234287dcb21
* | | | | Merge "Periodic GC for personalization dict."Keisuke Kuroyanagi2014-05-092-3/+2
|\ \ \ \ \
| * | | | | Periodic GC for personalization dict.Keisuke Kuroyanagi2014-05-082-3/+2
| | |_|_|/ | |/| | | | | | | | | | | | | Change-Id: I1ef922684cbf1de10c45c66eb119c2343d194da3
* | | | | Merge "Extend jni interface for dictionary migration."Keisuke Kuroyanagi2014-05-082-2/+9
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | Extend jni interface for dictionary migration.Keisuke Kuroyanagi2014-05-082-2/+9
| |/ / | | | | | | | | | | | | | | | Bug: 13406708 Change-Id: Iadad6df296467d0e5b631fba4a409d53c8a5a6f2
* | | Merge "Use margin instead of padding in SuggestionStripView"Tadashi G. Takaoka2014-05-082-9/+8
|\ \ \
| * | | Use margin instead of padding in SuggestionStripViewTadashi G. Takaoka2014-05-072-9/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Merge "Use DistracterFilter when getting Language Model Param of a word"Xiaojun Bi2014-05-082-10/+18
|\ \ \ \ | |/ / / |/| | |
| * | | Use DistracterFilter when getting Language Model Param of a wordXiaojun Bi2014-05-072-10/+18
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | A preparation for implementing Distracter Filter. This CL should be checked in together with Icfefa0463180 Bug: 13142176 Change-Id: If9e5ca840c4a81cb0339ab70f146b42fbfa7af5d
* / / Fix: mIsUserDictEnabled is never updated.Keisuke Kuroyanagi2014-05-071-0/+1
|/ / | | | | | | | | | | Bug: 14602321 Change-Id: Ib98d5648ea2a901393b79c7f300bc6d209ee98d1
* | Merge "Remove Dictionaries.mDictMap."Keisuke Kuroyanagi2014-05-011-29/+35
|\|
| * Remove Dictionaries.mDictMap.Keisuke Kuroyanagi2014-05-011-29/+35
| | | | | | | | | | Bug: 13755213 Change-Id: I9ded695c31d3db05f561956c61d56ebd16d34703
* | Merge "Use dictType to class map to create sub dicts."Keisuke Kuroyanagi2014-05-015-10/+40
|\|
| * Use dictType to class map to create sub dicts.Keisuke Kuroyanagi2014-05-015-10/+40
| | | | | | | | | | Bug: 13755213 Change-Id: I4dcd5684bc65f13361bf9c4f9d50b07b1e33c62d
* | Merge "Create factory methods for sub dicts."Keisuke Kuroyanagi2014-05-015-35/+29
|\|
| * Create factory methods for sub dicts.Keisuke Kuroyanagi2014-05-015-35/+29
| | | | | | | | | | Bug: 13755213 Change-Id: I046af54b4860d2839328f2089ea785d81d04cf43
* | Move dict version check to proper place.Keisuke Kuroyanagi2014-05-011-9/+9
| | | | | | | | Change-Id: I89a5b4fa93153081b4f7a9183619cbe7c9ea01fa
* | Merge "Simplify DictionaryFacilitatorForSuggest."Keisuke Kuroyanagi2014-05-013-121/+80
|\|
| * Simplify DictionaryFacilitatorForSuggest.Keisuke Kuroyanagi2014-05-013-121/+80
| | | | | | | | | | Bug: 13755213 Change-Id: I9663d1d60fccd8deb1a22683fb06fe64dee06b45
* | Merge "Introduce clustering punctuation"Jean Chalard2014-05-012-10/+20
|\ \
| * | Introduce clustering punctuationJean Chalard2014-05-012-10/+20
| | | | | | | | | | | | | | | Bug: 10081730 Change-Id: If198fa3df68ecb267da0a278da41fd509d6165f1
* | | Merge "Make AccessibleKeyboardViewProxy not singleton"Tadashi G. Takaoka2014-05-011-5/+0
|\ \ \
| * | | Make AccessibleKeyboardViewProxy not singletonTadashi G. Takaoka2014-05-011-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This CL also renames AccessibleKeyboardViewProxy and AccessibilityEntityProvider to MainKeyboardAccessibilityDelegate and MainKeyboardAccessibilityNodeProvider. Change-Id: I2b0ec091a11aa8a495794d633efecb6d8b818f42
* | | | Merge "Some cleanup and reinforcement"Jean Chalard2014-05-011-19/+30
|\ \ \ \
| * | | | Some cleanup and reinforcementJean Chalard2014-05-011-19/+30
| | |/ / | |/| | | | | | | | | | | | | | Bug: 9520584 Change-Id: I1c0f9e1b530d4d5bf5f52c2905c20f5ab7c26442
* | | | Merge "Handle user dict as an ExpandableBinaryDictionary."Keisuke Kuroyanagi2014-04-303-31/+21
|\ \ \ \ | | |_|/ | |/| |
| * | | Handle user dict as an ExpandableBinaryDictionary.Keisuke Kuroyanagi2014-04-303-31/+21
| | | | | | | | | | | | | | | | | | | | Bug: 13755213 Change-Id: I2d242a3332e9633d4e41e08c0bbfafcefd814ecd
* | | | Merge "TalkBack correct shift state"Tadashi G. Takaoka2014-04-301-12/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | TalkBack correct shift stateTadashi G. Takaoka2014-04-301-12/+0
| | |/ | |/| | | | | | | Change-Id: I3097805c6c8b4a4ac19fbe062f763e2639eb5cbf