| Commit message (Expand) | Author | Age | Files | Lines |
* | Make "Show correction suggestions" as a binary option•••Formerly "Show correction suggestions" had three options, "always
show", "show in portrait mode", and "always hide". The reason behind
"show in portrait mode" was that there may not be enough screen estate
in landscape mode to show suggestions. Because recent phone devices
have relatively large screen, we decide to remove "show in portrait
mode" option.
Bug: 15780939
Change-Id: I896d737452c3893d43ce20bd88127f10c1eb3d83
|  Tadashi G. Takaoka | 2014-07-27 | 1 | -39/+24 |
* | Hide voice input key from URI, Email, Number, and Phone layout•••Bug: 15709298
Change-Id: I05d9433d4e1c2cc475a2136cc97bc32bde6fc745
|  Tadashi G. Takaoka | 2014-06-18 | 1 | -2/+1 |
* | Fix logic to show suggestions•••Bug: 15531465
Change-Id: Ic7fe5743ad3767cdaed699e5e2d1ebcaa75e22c2
|  Tadashi G. Takaoka | 2014-06-11 | 1 | -0/+2 |
* | Always update voice key visibility•••Bug: 15128166
Change-Id: Ie15724c323efa3b102f6aebddc3bda210aad1727
|  Tadashi G. Takaoka | 2014-06-06 | 1 | -1/+5 |
* | Remove unused supportsSwitchingToShortcutIme attribute•••Change-Id: I51c5247ac925a158facb79057f704b763b903552
|  Tadashi G. Takaoka | 2014-06-06 | 1 | -1/+2 |
* | Merge "Rename some boolean variables for readability" |  Tadashi G. Takaoka | 2014-06-05 | 1 | -6/+6 |
|\ |
|
| * | Rename some boolean variables for readability•••Change-Id: I434cf507e68349b9893ac084645986d6b3d7da91
|  Tadashi G. Takaoka | 2014-06-05 | 1 | -6/+6 |
* | | Refactor show voice key preferece migration code•••Change-Id: I4f13e85a3db1ba4adf36c596cb23827bdcf93ae7
|  Tadashi G. Takaoka | 2014-06-05 | 1 | -8/+8 |
|/ |
|
* | Keep showing important notice when "show correction suggestions" is off•••When
1. The important notice message is shown on the suggestions strip.
2. And the "Show correction suggestions" settings is off.
we will keep showing the important notice message on the suggestion
strip.
Bug: 13741460
Change-Id: I411007ab1e5e6959b6cdba7a6601a84635259313
|  Tadashi G. Takaoka | 2014-05-26 | 1 | -2/+3 |
* | Enable "show language switch key" settings on K and before•••"Show language switch key" and "Switch to other IME" settings are
enabled on KitKat and before. On L and later, its preference settings
UI gets hide and the settings values are forcibly set to true.
Bug: 14854377
Change-Id: I10456408452280a1b7688fd1f168933937666c9f
|  Tadashi G. Takaoka | 2014-05-24 | 1 | -4/+6 |
* | Simplify StatsUtils•••With this CL, the implementation of StatsUtils no longer
needs to know how to read settings from the system.
Insted, the LatinIME class is now responsible for notifying
StatsUtils whenever the settings is changed.
BUG: 14324207
Change-Id: Ic3d26ec31c8d2c082d3e7487b578b323aad2f960
|  Yohei Yukawa | 2014-05-15 | 1 | -1/+2 |
* | Add initial reordering rules for Myanmar•••Bug: 13945569
Change-Id: Ib546ba110e87bf72afa7f42c878cc5f638bff6c7
|  Jean Chalard | 2014-05-12 | 1 | -1/+2 |
* | Move some advanced settings to debug settings•••This CL moves "Show slide indicator" and "Key long press delay"
advanced options to the debug settings.
Bug: 11866784
Change-Id: Iec16e09ba6e7c9f82ce0fa73a0d75766b843b44b
|  Tadashi G. Takaoka | 2014-04-25 | 1 | -1/+1 |
* | [IL126] Move a setting value to SettingsValues•••Bug: 8636060
Change-Id: I7cb082df13a10cf5a3aa5786e6a9599376652dee
|  Jean Chalard | 2014-03-19 | 1 | -0/+2 |
* | Guard possible NumberFormatException•••Bug: 13472379
Change-Id: Ib7640b3d8816d8d7fb4747d2288eedd94bc49b06
|  Tadashi G. Takaoka | 2014-03-18 | 1 | -1/+1 |
* | Remove "Use only personalization dictionary".•••Bug: 13216198
Change-Id: I20ce61c4a10c360e028bf6427f632cc5299763e4
|  Keisuke Kuroyanagi | 2014-02-27 | 1 | -5/+0 |
* | Revert "Turn off personalization default settings"•••This reverts commit 0a4ac795d6fdd117b590902d7f5901f0db12d25c.
Bug: 10587358
Change-Id: Ib4c472756fb9a6ebba4a66d34a9652f1b5afc714
|  Tadashi G. Takaoka | 2014-02-20 | 1 | -1/+1 |
* | Turn off personalization default settings•••Because the previous personalization settings default value was on,
this CL changes the preference key of the personalization settings.
Bug: 10587358
Change-Id: I80233e8af4b532d8c67d8fb184c2865862bb35dd
|  Tadashi G. Takaoka | 2014-02-19 | 1 | -1/+1 |
* | Dump settings.•••Bug: 10315296
Change-Id: Ieb020a23886514b3ba97611d8a6001f32b322f63
|  Jean Chalard | 2014-02-12 | 1 | -0/+82 |
* | Add debug settings for keypress popup animations•••Bug: 12928125
Change-Id: I49faab754c7d1dcf4a791dfc535d3a78b62ce67a
|  Tadashi G. Takaoka | 2014-02-07 | 1 | -0/+19 |
* | Show "Touch again to save" in system locale•••Bug: 12811156
Change-Id: I928daf17297ec5c526720850d6203cb9af0496ac
|  Tadashi G. Takaoka | 2014-01-30 | 1 | -2/+0 |
* | Passing SpacingAndPunctuations to StringUtils.looksValidForDictionaryInsertion•••This change must be checked in together with Iec437d6df0.
Change-Id: Idf745b8870965f3bdf690de7ff3b22f83f6204bf
|  Tadashi G. Takaoka | 2014-01-09 | 1 | -48/+0 |
* | Add American typography boolean to SpacingAndPunctuations•••Change-Id: Ic2663eaef38fbe7c5bd1fb3a81771e94c2d4de52
|  Tadashi G. Takaoka | 2014-01-09 | 1 | -4/+6 |
* | Revert "Revert "Separate spacing and punctuation related settings values""•••This reverts commit 8bc427799a9b7a53103d1edba4a447033fbd8cfa.
Change-Id: I34f509998afdb1a7c120fbfdb9f0a1b188224a4d
|  Jean Chalard | 2014-01-08 | 1 | -66/+7 |
* | Revert "Separate spacing and punctuation related settings values"•••This is conflicting with later changes. Temporary revert for cherry-pick.
This reverts commit 0b593ce858d4b406e949f0e809cb77f41da691f9.
Change-Id: Id53eadb023a950cfcca496c0cfbfe583c7ec7b8c
|  Jean Chalard | 2014-01-08 | 1 | -7/+66 |
* | Separate spacing and punctuation related settings values•••Bug: 12179576
Change-Id: Ibafd824a0ea2251843b388e95dcbd8f9bca92d5c
|  Tadashi G. Takaoka | 2014-01-08 | 1 | -66/+7 |
* | Use SettingsValues instead of Settings in Suggest.•••Bug: 8187060
Change-Id: Idba1e708d67c036072b728949d17f8bd98ae0115
|  Keisuke Kuroyanagi | 2013-12-25 | 1 | -6/+2 |
* | Fix NPE in SettingsValues.•••Change-Id: I96fc381d2b45881aeb342d33207cd7fe82f5077c
|  Keisuke Kuroyanagi | 2013-12-25 | 1 | -1/+1 |
* | [IL24] Move mDisplayOrientation to SettingsValues.•••Bug: 8636060
Change-Id: Id57ced0cca9dc9e5e85c3a53683588feb28c1402
|  Jean Chalard | 2013-12-20 | 1 | -5/+11 |
* | Fix an NPE•••Change-Id: I6307c1545d9d48cdea66d08f8efc1b7fbb08ee42
|  Jean Chalard | 2013-12-20 | 1 | -2/+6 |
* | [IL21] Move the workaround utils to a better place.•••Bug: 8636060
Change-Id: I566f9e109ebcabe3a6a778118434ce79d02d1113
|  Jean Chalard | 2013-12-20 | 1 | -2/+28 |
* | Add option to enable personalization dictionaries.•••Bug: 11757851
Change-Id: I4872c10793d4fd55c0bd9e5bc4650925de6d2c1d
|  Keisuke Kuroyanagi | 2013-12-16 | 1 | -2/+3 |
* | Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20c•••The bulk merge from -bayo to klp-dev should not have been merged to master.
Change-Id: I527a03a76f5247e4939a672f27c314dc11cbb854
|  Ken Wakasa | 2013-12-13 | 1 | -18/+15 |
* | Make the sentence separator a resource.•••This will help handing correctly the armenian full stop.
Bug: 10082781
Change-Id: Id7bb219ebd89daba203216eab362d1cc26a65a36
|  Jean Chalard | 2013-10-08 | 1 | -0/+4 |
* | Suppress exceptions that have always been happening.•••Change-Id: I5f85a7a0f94ea9ecbe0c4a8caebcf551fa9c9669
|  Ken Wakasa | 2013-10-04 | 1 | -6/+11 |
* | [AC5] Introduce the setting for phrase gesture.•••Bug: 9059617
Change-Id: I6fa0f675f4edac10bd19228cd2f0c8fca97cebd6
|  Jean Chalard | 2013-09-13 | 1 | -0/+3 |
* | [AC4] Add native methods necessary for auto-commit•••Bug: 9059617
Change-Id: I7a47b0675446fc4f39628c60d16de9aea90d1b4d
|  Jean Chalard | 2013-09-13 | 1 | -1/+2 |
* | Consolidate voice input key options no.1•••Change-Id: I2f928522a0795f57b4133072f270d8fd2498cae9
|  Satoshi Kataoka | 2013-09-05 | 1 | -16/+18 |
* | Merge "[AC2] Reference a dict rather than a string in suggestion infos" |  Jean Chalard | 2013-08-20 | 1 | -1/+1 |
|\ |
|
| * | [AC2] Reference a dict rather than a string in suggestion infos•••Bug: 9059617
Change-Id: Ic17bc0fd5d812268fd37d7fd35b4e9ebfb95fa5e
|  Jean Chalard | 2013-08-20 | 1 | -1/+1 |
* | | Merge "[AC1] Add a memory of where to cut the first word." |  Jean Chalard | 2013-08-20 | 1 | -1/+2 |
|\| |
|
| * | [AC1] Add a memory of where to cut the first word.•••Bug: 9059617
Change-Id: I931b6d1eb49f9f7dd7d5b18956e35751d1b2b631
|  Jean Chalard | 2013-08-20 | 1 | -1/+2 |
* | | Add a functionality to boost scores of personalization dictionary•••Bug: 9429906
Change-Id: I1518c5cbc7d41188e7dc6a35d226da277ed5913f
|  Satoshi Kataoka | 2013-08-20 | 1 | -0/+8 |
|/ |
|
* | Support languages that don't use spaces.•••Thai is an example.
Bug: 10138062
Change-Id: Ib9a8264c77ed42b4256432d7c8a60d08575dcdc7
|  Jean Chalard | 2013-08-16 | 1 | -0/+3 |
* | 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 Chalard | 2013-08-14 | 1 | -0/+54 |
* | Deallocate gesture trail bitmap when unneeded further•••Follow up to I5bc980c4dc41bc304be3c190934c1f7c55c9d244
bug: 8967766
Change-Id: I7b916daa5269cfde359a77555e8ffadf0e4a8f92
|  Ken Wakasa | 2013-08-09 | 1 | -2/+2 |
* | Merge "Fix some warnings" |  Jean Chalard | 2013-07-31 | 1 | -1/+0 |
|\ |
|
| * | Fix some warnings•••Change-Id: I7290cd1fb675a1b85b9b6ac2d464c932b5bca1dd
|  Jean Chalard | 2013-07-31 | 1 | -1/+0 |
* | | Fix inconsistency with mutable settings.•••Change-Id: I0550044199273cecb6f5713aa2e43ae16319cd47
|  Jean Chalard | 2013-07-30 | 1 | -1/+4 |
|/ |
|
* | Make RunInLocale as top-level class•••Change-Id: I07ed606b7aba098a5be85533e5baff300b21fb44
|  Tadashi G. Takaoka | 2013-07-24 | 1 | -1/+2 |