aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Fix a bug where a bigram would be ignored•••Bug: 7403386 Change-Id: I89f495d07f7059a9f1ccd97d487c2f2657a8ebd2 Jean Chalard2012-10-241-0/+4
* | | | Merge "Return the correct bigram frequency"Jean Chalard2012-10-231-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 Jean Chalard2012-10-231-12/+21
* | | | | Fix the build.•••It seems this change snuck out from a previous version. Change-Id: I9c33d51273732b1d55bfd60f0957184c86fa88ab Jean Chalard2012-10-231-1/+7
* | | | | Merge "Add reader and writer for the combined dict format."Jean Chalard2012-10-221-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 Jean Chalard2012-10-231-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 Jean Chalard2012-10-222-1/+7
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Don't put spaces after characters that don't take one•••Bug: 7393639 Change-Id: I1245a7b5077e554642838d6856ce269ca7f91988 Jean Chalard2012-10-232-1/+7
* | | | Merge "Replace useless CharSequence to String"Tadashi G. Takaoka2012-10-2226-298/+248
|\ \ \ \
| * | | | Replace useless CharSequence to String•••Change-Id: Idc478f901185ee1b4912acc82d0cbc54fee4e991 Tadashi G. Takaoka2012-10-2226-298/+248
* | | | | Add @UsedForTesting and @ExternallyReferenced annotations•••Bug: 7268357 Change-Id: I0b7e0c19f04af9ae30874d0a4c26ad81bc80be8c Tadashi G. Takaoka2012-10-2218-41/+98
|/ / / /
* | | | Suggestion strip will honor haptic feedback settings of keyboard•••Bug: 7313372 Change-Id: I427da8de68be3d2a78e810556340b96ab4edcc2d Tadashi G. Takaoka2012-10-171-0/+2
* | | | Move AudioAndHapticFeedbackManager from LatinIME to KeyboardSwitcher•••Bug: 7313372 Change-Id: I9bd3275f57ed3f5c2c4a95768443af505513ee97 Tadashi G. Takaoka2012-10-173-23/+23
* | | | Shortcut key is enabled on the no language keyoard•••Bug: 6617754 Change-Id: Id8336f152456367320de3151823691eebc2e02f6 Tadashi G. Takaoka2012-10-171-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 Jean Chalard2012-10-162-0/+15
|\| | |
| * | | Merge "Have "no whitespace before cursor" upon gesture trigger phantom space"...Jean Chalard2012-10-162-0/+15
| |\ \ \
| | * | | Have "no whitespace before cursor" upon gesture trigger phantom space•••Bug: 7359291 Bug: 7357758 Bug: 7197651 Change-Id: Ia805a87e922739ae0a06978a3bf00d91c94b6c51 Jean Chalard2012-10-172-0/+15
* | | | | am 344a7fef: am 658e935b: am c0bc3369: Merge "Fix more suggestions text width...•••* commit '344a7fef5bd101e2d1c4278cc35de2862f28a456': Fix more suggestions text width calculation Tadashi G. Takaoka2012-10-163-2/+9
|\| | | |
| * | | | Merge "Fix more suggestions text width calculation" into jb-mr1-devTadashi G. Takaoka2012-10-163-2/+9
| |\ \ \ \
| | * | | | Fix more suggestions text width calculation•••Bug: 7345983 Change-Id: Ic1554db98e7aaf032eb90a98c0c37c7c789461b5 Tadashi G. Takaoka2012-10-163-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 Tadashi G. Takaoka2012-10-161-21/+30
|\| | | |
| * | | | Merge "Restrict bogus move event detector to a horizontal movement" into jb-m...Tadashi G. Takaoka2012-10-161-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 Tadashi G. Takaoka2012-10-161-21/+30
| | |/ / /
* | | | | am 60211f0d: am 2631fe4c: am 6686e63f: Honor automatic shift turned off for g...•••* commit '60211f0d250ca931788d32d5a69c880f75ef7d49': Honor automatic shift turned off for gestures Jean Chalard2012-10-162-3/+5
|\| | | |
| * | | | Honor automatic shift turned off for gestures•••Bug: 7354129 Change-Id: Ia02336e8cea2f04b629edbe74b7815cce0d7fad6 Jean Chalard2012-10-172-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 Tadashi G. Takaoka2012-10-121-35/+144
|\| | |
| * | | Merge "Detect bogus down-move-up event and add workaround" into jb-mr1-devTadashi G. Takaoka2012-10-121-35/+144
| |\ \ \
| | * | | Detect bogus down-move-up event and add workaround•••Bug: 7032858 Change-Id: I2e76bf49f1e07b436d05c19881e2f2c4fed21621 Tadashi G. Takaoka2012-10-121-35/+144
* | | | | Make a better choice for the temporary file•••Change-Id: I745bb285b6b52875c8d2b3a94deb962352f9754e Jean Chalard2012-10-122-8/+9
* | | | | am 726e98b7: am c1a1937c: am 2220aeed: Merge "Put temporary files under a sep...•••* commit '726e98b7378987b2cfe46ea5395692640b108e83': Put temporary files under a separate directory. Ken Wakasa2012-10-112-2/+15
|\| | | |
| * | | | Merge "Put temporary files under a separate directory." into jb-mr1-devKen Wakasa2012-10-112-2/+15
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Put temporary files under a separate directory.•••Bug: 7328003 Change-Id: Ibe5278ea209d149f87fd08785c77b17e3859948e Jean Chalard2012-10-112-2/+15
* | | | | Fix excessive canceling of long-press timer while gesturing•••Change-Id: I2a68c777e66a6b83d16885780a92a21e91bd3f9e Tadashi G. Takaoka2012-10-111-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 Tadashi G. Takaoka2012-10-112-4/+2
|\| | | |
| * | | | Don't cancel long press timer too early•••Bug: 7328861 Change-Id: I1b77ec4a30ae15b2edda42a1ff58ebc528288553 Tadashi G. Takaoka2012-10-112-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. Ken Wakasa2012-10-091-1/+1
|\| | |
| * | | Merge "Use a freq of 1 instead of 0 for non-word shortcuts." into jb-mr1-devKen Wakasa2012-10-091-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 Jean Chalard2012-10-091-1/+1
* | | | | am 6b0fa314: am f5c10d00: am 7a17c1fc: Tuning gesture detection parameters•••* commit '6b0fa314d780ea77bd2c65b9bdd87297d50a0f6b': Tuning gesture detection parameters Tadashi G. Takaoka2012-10-092-36/+30
|\| | | |
| * | | | Tuning gesture detection parameters•••Bug: 7032858 Change-Id: Ie4f952aa33b99ce16027500a596d723ee9bafae9 Tadashi G. Takaoka2012-10-092-36/+30
| |/ / /
* | | | Merge "Disable touch position correction of MoreKeysKeyboard"Tadashi G. Takaoka2012-10-091-2/+19
|\ \ \ \
| * | | | Disable touch position correction of MoreKeysKeyboard•••Change-Id: Ieec33894a348602fd71d6fe473142b43eb2551b6 Tadashi G. Takaoka2012-10-091-2/+19
* | | | | Merge "Allow to start gesture from a non-letter key except from a modifier key"Tadashi G. Takaoka2012-10-091-2/+2
|\ \ \ \ \
| * | | | | Allow to start gesture from a non-letter key except from a modifier key•••Bug: 7303982 Change-Id: Id54965c1d7b2b760ac2a76a0fc509b46948e75e6 Tadashi G. Takaoka2012-10-091-2/+2
| |/ / / /
* / / / / Make use of the NELEMS and KEYCODE_SPACE macro. Also, remove an unused param...•••Change-Id: I3c7e6c59990c92b0d5e2fb80493e8673cdd37b09 Ken Wakasa2012-10-091-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 Tadashi G. Takaoka2012-10-073-22/+44
|\| | |
| * | | Merge "Add separate key hysteresis distance for sliding modifier input" into ...Tadashi G. Takaoka2012-10-063-22/+44
| |\ \ \
| | * | | Add separate key hysteresis distance for sliding modifier input•••Bug: 7294402 Change-Id: I78c8be9e1a7b2d49d86bfe1e3a46d1785bfe5d48 Tadashi G. Takaoka2012-10-073-22/+44
| * | | | Avoid calling switchToLastInputMethod when other IMEs are in effect (DO NOT M...•••Bug: 7299050 Change-Id: Ife6721a5fcbc4872bd36ffd8a8b81b04d73aebec Tadashi G. Takaoka2012-10-061-5/+8
| |/ / /
* | | | Fix a small typo•••Change-Id: I813d97b9453f8aa7aae99bd165336b1e5a81dc6a Ken Wakasa2012-10-071-1/+1