Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge "Rename some boolean variables for readability" | 2014-06-05 | 1 | -6/+6 | |
|\ | |||||
| * | Rename some boolean variables for readability•••Change-Id: I434cf507e68349b9893ac084645986d6b3d7da91 | 2014-06-05 | 1 | -6/+6 | |
* | | Refactor show voice key preferece migration code•••Change-Id: I4f13e85a3db1ba4adf36c596cb23827bdcf93ae7 | 2014-06-05 | 1 | -8/+8 | |
|/ | |||||
* | Add a preference item for metrics logging•••BUG: 14324207 Change-Id: Idc8582655bc73cb24e416e8ba78470209b2ff702 | 2014-06-04 | 1 | -0/+15 | |
* | Remove LatinImeLogger and UsabilityStudyLogUtils•••This CL must be checked in together with Ie52007dc5c. Bug: 15318007 Change-Id: Ie665f296e43b5485ae8ba7e949aa262794ee0dcc | 2014-05-29 | 2 | -40/+11 | |
* | Remove researcher logger•••This CL must be checked in together with I5cc76807e3. Bug: 15318007 Change-Id: I61423c3377ddc299fb332e742d6626c2e47145bb | 2014-05-29 | 2 | -6/+0 | |
* | 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 | 2014-05-26 | 1 | -2/+3 | |
* | Merge "Enable "show language switch key" settings on K and before" | 2014-05-23 | 3 | -10/+18 | |
|\ | |||||
| * | 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 | 2014-05-24 | 3 | -11/+19 | |
* | | Use Java 7 diamond operator•••Change-Id: If16ef50ae73147594615d0f49d6a22621eaf1aef | 2014-05-24 | 2 | -7/+4 | |
|/ | |||||
* | 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 | 2014-05-15 | 2 | -1/+4 | |
* | Add initial reordering rules for Myanmar•••Bug: 13945569 Change-Id: Ib546ba110e87bf72afa7f42c878cc5f638bff6c7 | 2014-05-12 | 1 | -1/+2 | |
* | 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 | 2014-05-12 | 2 | -3/+24 | |
* | Revert "Refactor KeyboardTheme"•••This reverts commit 19688b584bb903192559196a0e3836bc4c957696. Build breakage. Change-Id: I95d4be1578824eaee5a2fb08ec277250727ac668 | 2014-05-09 | 2 | -24/+3 | |
* | 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 | 2014-05-09 | 2 | -3/+24 | |
* | Introduce clustering punctuation•••Bug: 10081730 Change-Id: If198fa3df68ecb267da0a278da41fd509d6165f1 | 2014-05-01 | 1 | -0/+7 | |
* | 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 | 2014-04-25 | 4 | -51/+51 | |
* | Use KeyboardTheme id insteand of index•••This CL must be checked in together with I771216f8bd. Bug: 14042743 Change-Id: I45c3acf9242985fb03721a9a6d377fbccc8e2019 | 2014-04-14 | 1 | -37/+0 | |
* | Refactor KeyboardTheme as top-level class•••This CL should be checked in together with I63e33388f9. Bug: 14042743 Change-Id: I13f0a45bac6f19e006bf1280a36173e52d6d7160 | 2014-04-14 | 1 | -2/+2 | |
* | Use platform default theme for activities and dialogs•••Bug: 13698528 Change-Id: Ib904c911452525e3749c0eb287434b504576db5f | 2014-04-04 | 1 | -1/+3 | |
* | Check null before passing to Integer.parseInt•••Just after user data is cleared, user preference associated with PREF_KEYBOARD_LAYOUT is always empty. In such case, we might want to return the default value immediately, rather than calling Integer.parseInt(null) and catching NumberFormatException unnecessarily. BUG: 13472379 Change-Id: I8dca9a22780d057013c032bd1f56e730dcada3ce | 2014-03-24 | 1 | -0/+3 | |
* | Remove reference of KeyboardTextsSet from SpacingAndPunctuations•••Change-Id: I76a8fcbd2466bcaf9cd85501af270db5aa913999 | 2014-03-20 | 1 | -4/+1 | |
* | [IL126] Move a setting value to SettingsValues•••Bug: 8636060 Change-Id: I7cb082df13a10cf5a3aa5786e6a9599376652dee | 2014-03-19 | 1 | -0/+2 | |
* | Guard possible NumberFormatException•••Bug: 13472379 Change-Id: Ib7640b3d8816d8d7fb4747d2288eedd94bc49b06 | 2014-03-18 | 2 | -11/+23 | |
* | Remove "Use only personalization dictionary".•••Bug: 13216198 Change-Id: I20ce61c4a10c360e028bf6427f632cc5299763e4 | 2014-02-27 | 2 | -7/+0 | |
* | Change important notice version preference file•••This CL also reset the notice version to 1. This CL must be checked in together with Iea8d9ff038. Change-Id: I838f7b5b295388d64d6aba90f50b06654eba16e5 | 2014-02-20 | 1 | -4/+0 | |
* | Fix build due to Ib4c472756f•••Change-Id: I27aad91d3f821b5c0d6a3c6405b4a9d03c5bd814 | 2014-02-20 | 1 | -1/+1 | |
* | Merge "Revert "Turn off personalization default settings"" | 2014-02-20 | 2 | -2/+2 | |
|\ | |||||
| * | Revert "Turn off personalization default settings"•••This reverts commit 0a4ac795d6fdd117b590902d7f5901f0db12d25c. Bug: 10587358 Change-Id: Ib4c472756fb9a6ebba4a66d34a9652f1b5afc714 | 2014-02-20 | 2 | -2/+2 | |
* | | Turn personalization on when important notice dialog is displayed•••This change must be checked in together with Ifde70b1d3b. Bug: 10587358 Change-Id: I9dc48f9d521e0e6f6269e4f184389ba805f3053f | 2014-02-19 | 1 | -0/+4 | |
|/ | |||||
* | 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 | 2014-02-19 | 2 | -2/+2 | |
* | Add InputMethodSubtypeCompatUtils.isAsciiCapable()•••Change-Id: I8145f090486f6fe30ef1e992db374cfba0c31012 | 2014-02-17 | 1 | -4/+4 | |
* | Remove key show up and dismiss animation•••Bug: 11518021 Change-Id: I4a5eb0732f399612141f7c22d83e2210da612d7e | 2014-02-17 | 2 | -0/+2 | |
* | Add PunctuationSuggestions class•••This change must be checked in together with I366c477516. Bug: 12640318 Change-Id: I8d3864b9d9649c9e3306e82b01a6327b11281b1f | 2014-02-14 | 1 | -32/+8 | |
* | Dump settings.•••Bug: 10315296 Change-Id: Ieb020a23886514b3ba97611d8a6001f32b322f63 | 2014-02-12 | 2 | -0/+107 | |
* | Fix possible NPE while finding device override value from resource•••Bug: 12949735 Change-Id: Iffda08db413b3b3d338ab9bf625bb0968c2e48dd | 2014-02-10 | 1 | -4/+12 | |
* | Add debug settings for keypress popup animations•••Bug: 12928125 Change-Id: I49faab754c7d1dcf4a791dfc535d3a78b62ce67a | 2014-02-07 | 3 | -6/+155 | |
* | Conditionally store the raw suggestions.•••Bug: 12913520 Change-Id: Ie15f97d90c142c51089280252b35b5ad1d226e19 | 2014-02-06 | 1 | -2/+2 | |
* | Add dictionary dump buttons in debug settings.•••Bug: 11736680 Bug: 12810574 Change-Id: I1f797b5ac6acf94b40d9698d4535e8f5da2bfb17 | 2014-02-04 | 1 | -1/+51 | |
* | Move some methods to MoreKeySpec class•••Change-Id: I025ed15e36ac3113db6a5fccefa0c87f016703fa | 2014-01-31 | 1 | -1/+2 | |
* | Show "Touch again to save" in system locale•••Bug: 12811156 Change-Id: I928daf17297ec5c526720850d6203cb9af0496ac | 2014-01-30 | 1 | -2/+0 | |
* | Use sorted int[] to represent word separators•••Change-Id: I4103541d99fe59bfcf12379a1298a0a690497846 | 2014-01-20 | 2 | -7/+4 | |
* | Add SpacingAndPunctuationsTests•••Change-Id: I78d488ad84a11af809ee1f8d3d2fa01a89fbfa28 | 2014-01-20 | 1 | -15/+16 | |
* | Fix a bug specific to German capitalization.•••Bug: 9663105 Change-Id: Ib68ee4edb135e96dfca229c1ccce308e7e638bdd | 2014-01-17 | 1 | -1/+3 | |
* | Merge "Check corpus handles during startup for personalization." | 2014-01-10 | 1 | -0/+13 | |
|\ | |||||
| * | Check corpus handles during startup for personalization.•••Bug: 12479792 Change-Id: I62fd75d4bebd28afebd9631e865f5d59385511e7 | 2014-01-10 | 1 | -0/+13 | |
* | | Merge "Periodic wipe of the personalization dict." | 2014-01-10 | 1 | -0/+10 | |
|\| | |||||
| * | Periodic wipe of the personalization dict.•••Bug: 12216453 Change-Id: Ie59dd19c044e9b1eb9b8bd805366200737ea506a | 2014-01-10 | 1 | -0/+10 | |
* | | Passing SpacingAndPunctuations to StringUtils.looksValidForDictionaryInsertion•••This change must be checked in together with Iec437d6df0. Change-Id: Idf745b8870965f3bdf690de7ff3b22f83f6204bf | 2014-01-09 | 2 | -67/+0 | |
* | | Add American typography boolean to SpacingAndPunctuations•••Change-Id: Ic2663eaef38fbe7c5bd1fb3a81771e94c2d4de52 | 2014-01-09 | 3 | -8/+18 | |
|/ |