Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Fix a bug where a bigram would be ignored•••Bug: 7403386 Change-Id: I89f495d07f7059a9f1ccd97d487c2f2657a8ebd2 | 2012-10-24 | 1 | -0/+4 | ||
* | | | | Merge "Return the correct bigram frequency" | 2012-10-23 | 1 | -12/+21 | ||
|\ \ \ \ | ||||||
| * | | | | Return the correct bigram frequency•••The "correct" bigram frequency is now returned by the reading code. However, as the binary format represents the frequency in a lossy manner, the frequency is not guaranteed to be the exact same as the one in the source text format - only a close enough value. It is however the exact same value seen by the native code. Bug: 7395653 Change-Id: I49199ef18901c671189912b3550623e9643baedd | 2012-10-23 | 1 | -12/+21 | ||
* | | | | | Fix the build.•••It seems this change snuck out from a previous version. Change-Id: I9c33d51273732b1d55bfd60f0957184c86fa88ab | 2012-10-23 | 1 | -1/+7 | ||
* | | | | | Merge "Add reader and writer for the combined dict format." | 2012-10-22 | 1 | -7/+1 | ||
|\ \ \ \ \ | ||||||
| * | | | | | Add reader and writer for the combined dict format.•••This introduces a new textual format for the dictionary that combines words, bigrams and shortcuts to avoid complexity. It is also extensible to n-grams to fool-prof for the future, and easier to read than XML. Bug: 7388540 Change-Id: I942bbad51bd0c905a5a54c278667563fd6dd66ec | 2012-10-23 | 1 | -7/+1 | ||
| |/ / / / | ||||||
* | | | | | am 6fe6f38d: am d39e6435: am f960eb18: Don\'t put spaces after characters tha...•••* commit '6fe6f38d8af09b24e40a6e01eae919820cd04c16': Don't put spaces after characters that don't take one | 2012-10-22 | 2 | -1/+7 | ||
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / | ||||||
| * | | | Don't put spaces after characters that don't take one•••Bug: 7393639 Change-Id: I1245a7b5077e554642838d6856ce269ca7f91988 | 2012-10-23 | 2 | -1/+7 | ||
* | | | | Merge "Replace useless CharSequence to String" | 2012-10-22 | 26 | -298/+248 | ||
|\ \ \ \ | ||||||
| * | | | | Replace useless CharSequence to String•••Change-Id: Idc478f901185ee1b4912acc82d0cbc54fee4e991 | 2012-10-22 | 26 | -298/+248 | ||
* | | | | | Add @UsedForTesting and @ExternallyReferenced annotations•••Bug: 7268357 Change-Id: I0b7e0c19f04af9ae30874d0a4c26ad81bc80be8c | 2012-10-22 | 18 | -41/+98 | ||
|/ / / / | ||||||
* | | | | Suggestion strip will honor haptic feedback settings of keyboard•••Bug: 7313372 Change-Id: I427da8de68be3d2a78e810556340b96ab4edcc2d | 2012-10-17 | 1 | -0/+2 | ||
* | | | | Move AudioAndHapticFeedbackManager from LatinIME to KeyboardSwitcher•••Bug: 7313372 Change-Id: I9bd3275f57ed3f5c2c4a95768443af505513ee97 | 2012-10-17 | 3 | -23/+23 | ||
* | | | | Shortcut key is enabled on the no language keyoard•••Bug: 6617754 Change-Id: Id8336f152456367320de3151823691eebc2e02f6 | 2012-10-17 | 1 | -4/+3 | ||
* | | | | am b37e87e7: am 63b3fc0d: am 15142588: Merge "Have "no whitespace before curs...•••* commit 'b37e87e7d50725f20a6b2f8484fc25cc7db3134f': Have "no whitespace before cursor" upon gesture trigger phantom space | 2012-10-16 | 2 | -0/+15 | ||
|\| | | | ||||||
| * | | | Merge "Have "no whitespace before cursor" upon gesture trigger phantom space"... | 2012-10-16 | 2 | -0/+15 | ||
| |\ \ \ | ||||||
| | * | | | Have "no whitespace before cursor" upon gesture trigger phantom space•••Bug: 7359291 Bug: 7357758 Bug: 7197651 Change-Id: Ia805a87e922739ae0a06978a3bf00d91c94b6c51 | 2012-10-17 | 2 | -0/+15 | ||
* | | | | | am 344a7fef: am 658e935b: am c0bc3369: Merge "Fix more suggestions text width...•••* commit '344a7fef5bd101e2d1c4278cc35de2862f28a456': Fix more suggestions text width calculation | 2012-10-16 | 3 | -2/+9 | ||
|\| | | | | ||||||
| * | | | | Merge "Fix more suggestions text width calculation" into jb-mr1-dev | 2012-10-16 | 3 | -2/+9 | ||
| |\ \ \ \ | ||||||
| | * | | | | Fix more suggestions text width calculation•••Bug: 7345983 Change-Id: Ic1554db98e7aaf032eb90a98c0c37c7c789461b5 | 2012-10-16 | 3 | -2/+9 | ||
| | |/ / / | ||||||
* | | | | | am 6b169dc9: am 718a0744: am 0cbc19b0: Merge "Restrict bogus move event detec...•••* commit '6b169dc91d7533d36bc1f5864bcaf05450af3beb': Restrict bogus move event detector to a horizontal movement | 2012-10-16 | 1 | -21/+30 | ||
|\| | | | | ||||||
| * | | | | Merge "Restrict bogus move event detector to a horizontal movement" into jb-m... | 2012-10-16 | 1 | -21/+30 | ||
| |\ \ \ \ | ||||||
| | * | | | | Restrict bogus move event detector to a horizontal movement•••The bogus move detection threshold is in proportional to a diagonal length of a key. It was in proportional to a key width. Bug: 7346614 Change-Id: I796add8aea16dd05e9844d6c4fba8072eece39c6 | 2012-10-16 | 1 | -21/+30 | ||
| | |/ / / | ||||||
* | | | | | am 60211f0d: am 2631fe4c: am 6686e63f: Honor automatic shift turned off for g...•••* commit '60211f0d250ca931788d32d5a69c880f75ef7d49': Honor automatic shift turned off for gestures | 2012-10-16 | 2 | -3/+5 | ||
|\| | | | | ||||||
| * | | | | Honor automatic shift turned off for gestures•••Bug: 7354129 Change-Id: Ia02336e8cea2f04b629edbe74b7815cce0d7fad6 | 2012-10-17 | 2 | -3/+5 | ||
| |/ / / | ||||||
* | | | | am a13087e1: am 9c318bc5: am ac2a154a: Merge "Detect bogus down-move-up event...•••* commit 'a13087e1abf48f8599795b9abb4f49a596a6f32c': Detect bogus down-move-up event and add workaround | 2012-10-12 | 1 | -35/+144 | ||
|\| | | | ||||||
| * | | | Merge "Detect bogus down-move-up event and add workaround" into jb-mr1-dev | 2012-10-12 | 1 | -35/+144 | ||
| |\ \ \ | ||||||
| | * | | | Detect bogus down-move-up event and add workaround•••Bug: 7032858 Change-Id: I2e76bf49f1e07b436d05c19881e2f2c4fed21621 | 2012-10-12 | 1 | -35/+144 | ||
* | | | | | Make a better choice for the temporary file•••Change-Id: I745bb285b6b52875c8d2b3a94deb962352f9754e | 2012-10-12 | 2 | -8/+9 | ||
* | | | | | am 726e98b7: am c1a1937c: am 2220aeed: Merge "Put temporary files under a sep...•••* commit '726e98b7378987b2cfe46ea5395692640b108e83': Put temporary files under a separate directory. | 2012-10-11 | 2 | -2/+15 | ||
|\| | | | | ||||||
| * | | | | Merge "Put temporary files under a separate directory." into jb-mr1-dev | 2012-10-11 | 2 | -2/+15 | ||
| |\ \ \ \ | | |/ / / | |/| | | | ||||||
| | * | | | Put temporary files under a separate directory.•••Bug: 7328003 Change-Id: Ibe5278ea209d149f87fd08785c77b17e3859948e | 2012-10-11 | 2 | -2/+15 | ||
* | | | | | Fix excessive canceling of long-press timer while gesturing•••Change-Id: I2a68c777e66a6b83d16885780a92a21e91bd3f9e | 2012-10-11 | 1 | -1/+1 | ||
* | | | | | am c66a2d1d: am 61155c70: am 9d423536: Merge "Don\'t cancel long press timer ...•••* commit 'c66a2d1da69de796a2a7acb5dd6903cb5668585c': Don't cancel long press timer too early | 2012-10-11 | 2 | -4/+2 | ||
|\| | | | | ||||||
| * | | | | Don't cancel long press timer too early•••Bug: 7328861 Change-Id: I1b77ec4a30ae15b2edda42a1ff58ebc528288553 | 2012-10-11 | 2 | -4/+2 | ||
| |/ / / | ||||||
* | | | | am 0081681e: am c44314b4: am dc38a343: Merge "Use a freq of 1 instead of 0 fo...•••* commit '0081681e346ce5c958e5eef264caa3f257b094c5': Use a freq of 1 instead of 0 for non-word shortcuts. | 2012-10-09 | 1 | -1/+1 | ||
|\| | | | ||||||
| * | | | Merge "Use a freq of 1 instead of 0 for non-word shortcuts." into jb-mr1-dev | 2012-10-09 | 1 | -1/+1 | ||
| |\ \ \ | ||||||
| | * | | | Use a freq of 1 instead of 0 for non-word shortcuts.•••Also fix a spelling mistake in a comment Bug: 7301525 Change-Id: I4437403dce620fed03871485ee04f13c51ce34fc | 2012-10-09 | 1 | -1/+1 | ||
* | | | | | am 6b0fa314: am f5c10d00: am 7a17c1fc: Tuning gesture detection parameters•••* commit '6b0fa314d780ea77bd2c65b9bdd87297d50a0f6b': Tuning gesture detection parameters | 2012-10-09 | 2 | -36/+30 | ||
|\| | | | | ||||||
| * | | | | Tuning gesture detection parameters•••Bug: 7032858 Change-Id: Ie4f952aa33b99ce16027500a596d723ee9bafae9 | 2012-10-09 | 2 | -36/+30 | ||
| |/ / / | ||||||
* | | | | Merge "Disable touch position correction of MoreKeysKeyboard" | 2012-10-09 | 1 | -2/+19 | ||
|\ \ \ \ | ||||||
| * | | | | Disable touch position correction of MoreKeysKeyboard•••Change-Id: Ieec33894a348602fd71d6fe473142b43eb2551b6 | 2012-10-09 | 1 | -2/+19 | ||
* | | | | | Merge "Allow to start gesture from a non-letter key except from a modifier key" | 2012-10-09 | 1 | -2/+2 | ||
|\ \ \ \ \ | ||||||
| * | | | | | Allow to start gesture from a non-letter key except from a modifier key•••Bug: 7303982 Change-Id: Id54965c1d7b2b760ac2a76a0fc509b46948e75e6 | 2012-10-09 | 1 | -2/+2 | ||
| |/ / / / | ||||||
* / / / / | Make use of the NELEMS and KEYCODE_SPACE macro. Also, remove an unused param...•••Change-Id: I3c7e6c59990c92b0d5e2fb80493e8673cdd37b09 | 2012-10-09 | 1 | -8/+4 | ||
|/ / / / | ||||||
* | | | | am bb249cb9: am b1583b9e: am 052b162d: Merge "Add separate key hysteresis dis...•••* commit 'bb249cb992941ea0f3b6b962232ead147011865a': Add separate key hysteresis distance for sliding modifier input | 2012-10-07 | 3 | -22/+44 | ||
|\| | | | ||||||
| * | | | Merge "Add separate key hysteresis distance for sliding modifier input" into ... | 2012-10-06 | 3 | -22/+44 | ||
| |\ \ \ | ||||||
| | * | | | Add separate key hysteresis distance for sliding modifier input•••Bug: 7294402 Change-Id: I78c8be9e1a7b2d49d86bfe1e3a46d1785bfe5d48 | 2012-10-07 | 3 | -22/+44 | ||
| * | | | | Avoid calling switchToLastInputMethod when other IMEs are in effect (DO NOT M...•••Bug: 7299050 Change-Id: Ife6721a5fcbc4872bd36ffd8a8b81b04d73aebec | 2012-10-06 | 1 | -5/+8 | ||
| |/ / / | ||||||
* | | | | Fix a small typo•••Change-Id: I813d97b9453f8aa7aae99bd165336b1e5a81dc6a | 2012-10-07 | 1 | -1/+1 |