aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/settings (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge "[AC5] Introduce the setting for phrase gesture."Jean Chalard2013-09-172-0/+10
|\
| * [AC5] Introduce the setting for phrase gesture.•••Bug: 9059617 Change-Id: I6fa0f675f4edac10bd19228cd2f0c8fca97cebd6 Jean Chalard2013-09-132-0/+10
* | Save & restore emoji keyboard state•••Bug: 10538430 Change-Id: I7982f53f5dfa44071e74da63826acffcdc2547e6 Satoshi Kataoka2013-09-161-0/+24
|/
* [AC4] Add native methods necessary for auto-commit•••Bug: 9059617 Change-Id: I7a47b0675446fc4f39628c60d16de9aea90d1b4d Jean Chalard2013-09-131-1/+2
* Consolidate voice input key options no.1•••Change-Id: I2f928522a0795f57b4133072f270d8fd2498cae9 Satoshi Kataoka2013-09-053-31/+27
* Pass additionalFeaturesOptions for getSuggestions().•••This fixes null pointer exceptions that are caused when getSuggestion() is called from spell checker. Change-Id: Ifc9e7abb900e1a4646e33c91022effde439673e4 Keisuke Kuroyanagi2013-08-282-4/+3
* Merge "[AC2] Reference a dict rather than a string in suggestion infos"Jean Chalard2013-08-201-1/+1
|\
| * [AC2] Reference a dict rather than a string in suggestion infos•••Bug: 9059617 Change-Id: Ic17bc0fd5d812268fd37d7fd35b4e9ebfb95fa5e Jean Chalard2013-08-201-1/+1
* | Merge "[AC1] Add a memory of where to cut the first word."Jean Chalard2013-08-201-1/+2
|\|
| * [AC1] Add a memory of where to cut the first word.•••Bug: 9059617 Change-Id: I931b6d1eb49f9f7dd7d5b18956e35751d1b2b631 Jean Chalard2013-08-201-1/+2
* | Add a functionality to boost scores of personalization dictionary•••Bug: 9429906 Change-Id: I1518c5cbc7d41188e7dc6a35d226da277ed5913f Satoshi Kataoka2013-08-203-0/+16
|/
* Merge "Support languages that don't use spaces."Jean Chalard2013-08-161-0/+3
|\
| * Support languages that don't use spaces.•••Thai is an example. Bug: 10138062 Change-Id: Ib9a8264c77ed42b4256432d7c8a60d08575dcdc7 Jean Chalard2013-08-162-1/+3
* | Add hex string utils•••Bug: 9429906 Change-Id: I3267d1d86122ab471c3e63008c73e9f9b758fc8e Satoshi Kataoka2013-08-161-1/+13
|/
* Add looksValidForDictionaryInsertion•••...and test it. Also at the same time, add a facility to create a SettingsValues for test, and some minor performance improvement to surrounding methods. Change-Id: I13b629ae14755c244af2a9406a7e9b4a4a16090f Jean Chalard2013-08-141-0/+54
* Merge "Rationalize how to use AdditionalFeaturesSettingUtils"Ken Wakasa2013-08-121-2/+2
|\
| * Rationalize how to use AdditionalFeaturesSettingUtils•••It should be called regardless of the gesture input being enabled or not Change-Id: I223a823ef18389227fc04d000cc7bf750797ba31 Ken Wakasa2013-08-101-2/+2
* | Deallocate gesture trail bitmap when unneeded further•••Follow up to I5bc980c4dc41bc304be3c190934c1f7c55c9d244 bug: 8967766 Change-Id: I7b916daa5269cfde359a77555e8ffadf0e4a8f92 Ken Wakasa2013-08-091-2/+2
|/
* Merge "Add a debug preference for using only personalization dictionary"Satoshi Kataoka2013-08-022-1/+11
|\
| * Add a debug preference for using only personalization dictionary•••Bug: 9429906 Change-Id: I2003060c7065e736d42f3b3303fbba549358dd18 Satoshi Kataoka2013-08-022-1/+11
* | Fix a concurrency bug.•••This probably only ever happens in tests, but still, that's the right thing to do. Bug: 10139031 Change-Id: I259be9e7306162e19faf738a093a77762f2e7675 Jean Chalard2013-08-021-14/+27
|/
* Merge "Fix some warnings"Jean Chalard2013-07-312-2/+0
|\
| * Fix some warnings•••Change-Id: I7290cd1fb675a1b85b9b6ac2d464c932b5bca1dd Jean Chalard2013-07-312-2/+0
* | Fix inconsistency with mutable settings.•••Change-Id: I0550044199273cecb6f5713aa2e43ae16319cd47 Jean Chalard2013-07-302-9/+6
|/
* Make RunInLocale as top-level class•••Change-Id: I07ed606b7aba098a5be85533e5baff300b21fb44 Tadashi G. Takaoka2013-07-242-2/+3
* Move subtype related utility class to utils package•••Change-Id: I3564796531ea85f2ebafde40cd822b806b8741df Tadashi G. Takaoka2013-07-243-24/+24
* Move settings related classes to "settings"•••Change-Id: Id170dbfe2dcfc93130b7be4a84615940403ec37f Ken Wakasa2013-07-2210-0/+2202