aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix Eclipse warnings.Jean Chalard2011-04-2610-22/+15
| | | | | | | This change is only there to fix warning issued by Eclipse. It should have absolutely no impact on the program logic. Change-Id: Ie0e242ac6c167297d33de19902340b0f6ecae9e1
* Do not use contacts for bigram prediction.Jean Chalard2011-04-261-0/+8
| | | | | | bug: 4346034 Change-Id: Ibc3c27ca92ed61f1f689df3e90e2eb60fa0cbd33
* Merge "Display the language name on the spacebar if the full display locale ↵satok2011-04-252-12/+19
|\ | | | | | | name is too longer than the space bar"
| * Display the language name on the spacebar if the full display locale name is ↵satok2011-04-252-12/+19
| | | | | | | | | | | | | | too longer than the space bar Bug: 4329512 Change-Id: I477684747bf9e70a6909c25877fbe9e622571fd4
* | Merge "Refresh the dictionary when the language settings were changed on ↵satok2011-04-251-0/+5
|\ \ | | | | | | | | | Dogfood keyboard"
| * | Refresh the dictionary when the language settings were changed on Dogfood ↵satok2011-04-251-0/+5
| |/ | | | | | | | | | | | | keyboard Bug: 4339319 Change-Id: Id6361927f579797932c465988f6728191748f143
* / Disable sliding language switch on phone and number layoutTadashi G. Takaoka2011-04-251-2/+9
|/ | | | | Bug: 4331621 Change-Id: Id02c64bb2724a5f990d6dcc548a8d98a1034d531
* Narrower the language switch threshold to key width x 1.25Tadashi G. Takaoka2011-04-221-2/+2
| | | | Change-Id: I4ea9553bce34bc3783f03d1615c34b6abb153077
* Release the previous key if multi touch input is startedTadashi G. Takaoka2011-04-221-1/+1
| | | | Change-Id: Ib1205e67e900353976150e5ad58abfc92c3dfc21
* Fix repeat key behaviorTadashi G. Takaoka2011-04-222-18/+36
| | | | Change-Id: Ia7e5b2e9579aa0e5050857cdb14f16fa05a33621
* Merge "Clear spacebar sliding language switch diff"Tadashi G. Takaoka2011-04-221-0/+1
|\
| * Clear spacebar sliding language switch diffTadashi G. Takaoka2011-04-221-0/+1
| | | | | | | | Change-Id: If82540b6632476e049fa9c4b3122e9c053227d6e
* | Merge "Fix the spacebar language switcher"satok2011-04-221-0/+1
|\ \ | |/ |/|
| * Fix the spacebar language switchersatok2011-04-221-0/+1
| | | | | | | | Change-Id: I54711ff2014facefe3afd22e536045cd0ffe4955
* | Fix language switch previewTadashi G. Takaoka2011-04-223-8/+13
| | | | | | | | | | | | This change also makes the delay after key preview longer to 60ms. Change-Id: If7cf3b493824bb12e0bf44aa0bc3c186b15b51f6
* | Fix NPE on non-distict multitouch deviceTadashi G. Takaoka2011-04-221-2/+4
| | | | | | | | Change-Id: I6d8a05bf62e510d0556fa4831b3d510041cca63a
* | Move sliding language switch code to PointerTrackerTadashi G. Takaoka2011-04-226-122/+95
| | | | | | | | | | | | | | This change is hack and temporal. Big: 4328445 Change-Id: I0b8851e9f05390db20ddaa10f35cff1cc9f016da
* | Merge "Actually use the bigram prediction option."Jean Chalard2011-04-221-16/+21
|\ \
| * | Actually use the bigram prediction option.Jean Chalard2011-04-221-16/+21
| | | | | | | | | | | | | | | | | | | | | | | | This change also rename methods that should have been renamed in a previous commit (namely, the *SetBigramSuggestions family -> *UpdateBigramSuggestions) Change-Id: I18cac17ba2b93fcc011ea133324f2c7f3532946c
* | | Merge "Add an debug option to use spacebar switcher"satok2011-04-222-3/+15
|\ \ \ | |/ / |/| |
| * | Add an debug option to use spacebar switchersatok2011-04-222-3/+15
| |/ | | | | | | Change-Id: Icc483f097696a1c5a2a7ab037afce19c9cfe837f
* | Add an option for using bigram prediction.Jean Chalard2011-04-222-4/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change adds the option for bigram prediction under the option for bigram suggestion. The "prediction" option depends on the "suggestion" option. This change also reorders a tad bit the settings screen. Namely, it sticks both bigram options under a "bigram" category, and groups the options that did not have a group under a "other options", or misc, category. Finally this change also renames the internal name of the "text corrections" option category to "correction_category" instead of "prediction_category" which was misleading. Change-Id: I2d8787c8a391fd8202ed3a686c613494b7260a1e
* | Use user-history bigrams when no input if available.Jean Chalard2011-04-225-37/+168
| | | | | | | | | | | | | | | | This also fixes a small inconsistency upon clicking on whitespace twice in a row. Also add some unit tests for an introduced and an existing method. Change-Id: I1be2fb53c9624f4d0f5299009632cb4384fdfc15
* | Merge "Rename and reorganize key code"Tadashi G. Takaoka2011-04-214-15/+13
|\ \ | |/ |/|
| * Rename and reorganize key codeTadashi G. Takaoka2011-04-214-15/+13
| | | | | | | | Change-Id: I13d6fef7af1c4356a22b0e8aebc9e613b1693ece
* | Fix language selection settingssatok2011-04-211-12/+22
| | | | | | | | Change-Id: I84e51ce2b80a21650e309e5e6c9ee5f1739170c9
* | Fix language selection settingssatok2011-04-212-8/+5
|/ | | | Change-Id: I99e2039579a5bd606a8e698cdee2739465b998bc
* Merge "Disable key preview of space, return and delete"Tadashi G. Takaoka2011-04-213-13/+18
|\
| * Disable key preview of space, return and deleteTadashi G. Takaoka2011-04-213-13/+18
| | | | | | | | | | | | This change also re-orders punctuation mini keyboard. Change-Id: I987ef14fe5956d13439a0a76de367feed825314c
* | Optimize InputLanguageSelectionsatok2011-04-211-32/+23
| | | | | | | | Change-Id: I49117a1e5f7766fcfa0140ff602ff1e19ba1e3d2
* | Merge "Check the availability of layouts for showing the input languages in ↵satok2011-04-214-17/+76
|\ \ | |/ |/| | | the settings"
| * Check the availability of layouts for showing the input languages in the ↵satok2011-04-214-17/+76
| | | | | | | | | | | | | | | | settings Bug: 4316889 Change-Id: I746b3ff79c2a6cd4925fca1817d5b209623b5108
* | Compute content and visible insets even in voice modeTadashi G. Takaoka2011-04-211-5/+7
|/ | | | | Bug: 4317779 Change-Id: If54d15466db9d0362b4470a2ba4618377bdffc2a
* Merge "Display spacebar language switcher even when key preview is off"Tadashi G. Takaoka2011-04-202-8/+17
|\
| * Display spacebar language switcher even when key preview is offTadashi G. Takaoka2011-04-212-8/+17
| | | | | | | | | | Bug: 4313884 Change-Id: I9d4a474302dadbfc610324799f8768b803705e52
* | Remove a useless import.Jean Chalard2011-04-201-1/+0
|/ | | | Change-Id: I911e3e928a45bbca352a87e6b0616a2ba9bd9e9c
* Merge "Tweak the normalized score for the words with spaces"satok2011-04-201-1/+10
|\
| * Tweak the normalized score for the words with spacessatok2011-04-201-1/+10
| | | | | | | | Change-Id: Icc0c4fd0474ed5094fb274a6ea745ca583ba524d
* | Merge "Move language-specific keyboard setting to resources."Jean Chalard2011-04-203-28/+78
|\ \ | |/ |/|
| * Move language-specific keyboard setting to resources.Jean Chalard2011-04-203-28/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Some flag settings used to be stored in a keyboard layout extravalue setting. This change: - Introduces the capability of setting such specific flags in values/config.xml - Retains the ability to use extravalues (for layout-specific settings), though there is no more any such setting at the moment. - Fixes a bug where loading a dictionary from outside does not initialize the flags. - Moves Flag to another class. Note: this needs I705ec68c to avoid breaking the build Change-Id: Ia7703aae3215b06c0b3cb792821649806e8998c1
* | Merge "Tweak edit distance"satok2011-04-201-5/+22
|\ \
| * | Tweak edit distancesatok2011-04-201-5/+22
| | | | | | | | | | | | | | | | | | - The edit distance of transposed characters will be changed to 1 from 2 Change-Id: I369e2f94278b3b290957eef43d23cb7048166a99
* | | Merge "Tweak voice layout for Dogfood"satok2011-04-193-7/+16
|\ \ \ | |_|/ |/| |
| * | Tweak voice layout for Dogfoodsatok2011-04-203-7/+16
| |/ | | | | | | Change-Id: Ic51a044901a63c4cec907163e35cd5e458f36dde
* / Fix a typo.Jean Chalard2011-04-201-4/+4
|/ | | | Change-Id: I245deb5af6b504ff20617929c0510036d0c930d5
* Refactor key preview codeTadashi G. Takaoka2011-04-196-150/+158
| | | | | | | This change removes mOldPreviewKeyIndex from KeyboardView. Bug: 4298393 Change-Id: I832eb6deab7e078609973bf0b8be09f73db204d7
* Merge "Remove mPreviousKey in PointerTracker"Tadashi G. Takaoka2011-04-194-59/+63
|\
| * Remove mPreviousKey in PointerTrackerTadashi G. Takaoka2011-04-194-59/+63
| | | | | | | | | | | | This change also introduces PointerTracker.onLongPressed. Change-Id: I079eb52175d8fe8b88ce3f13e31493d34d00ad5e
* | Merge "Show all languages supported in LatinImeGoogle in InputLanguageSelection"satok2011-04-181-24/+30
|\ \ | |/ |/|
| * Show all languages supported in LatinImeGoogle in InputLanguageSelectionsatok2011-04-181-24/+30
| | | | | | | | | | Bug: 4311203 Change-Id: I7a94e9697758cb79743c026e7f1c023f618a9aa1