aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Assuming that NO_EXTRACT_UI mode is NO_FULSCREENSatoshi Kataoka2012-10-251-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 7393485 Bug: 7272829 Change-Id: I873e8d99486c734e76484526631a90fc55e91c86
* | | | Finish up the "info" command in dicttool. (A6)Jean Chalard2012-10-252-2/+36
| | | | | | | | | | | | | | | | | | | | Bug: 7388857 Change-Id: I704f12a6be76ce1644ec5e8dd3b667f112e9c04a
* | | | Add auto detection and decoding of dictionary files. (A2)Jean Chalard2012-10-252-2/+15
| | | | | | | | | | | | | | | | | | | | Bug: 7388852 Change-Id: I25e755fc15f5b383acc046f668e9681efa4f0c2f
* | | | Fix a bug where a bigram would be ignoredJean Chalard2012-10-241-0/+4
| | | | | | | | | | | | | | | | | | | | Bug: 7403386 Change-Id: I89f495d07f7059a9f1ccd97d487c2f2657a8ebd2
* | | | Merge "Return the correct bigram frequency"Jean Chalard2012-10-231-12/+21
|\ \ \ \
| * | | | Return the correct bigram frequencyJean Chalard2012-10-231-12/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | Fix the build.Jean Chalard2012-10-231-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It seems this change snuck out from a previous version. Change-Id: I9c33d51273732b1d55bfd60f0957184c86fa88ab
* | | | | 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.Jean Chalard2012-10-231-7/+1
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | am 6fe6f38d: am d39e6435: am f960eb18: Don\'t put spaces after characters ↵Jean Chalard2012-10-222-1/+7
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / | | | | | | | | | | | | that don\'t take one * commit '6fe6f38d8af09b24e40a6e01eae919820cd04c16': Don't put spaces after characters that don't take one
| * | | Don't put spaces after characters that don't take oneJean Chalard2012-10-232-1/+7
| | | | | | | | | | | | | | | | | | | | Bug: 7393639 Change-Id: I1245a7b5077e554642838d6856ce269ca7f91988
* | | | Merge "Replace useless CharSequence to String"Tadashi G. Takaoka2012-10-2226-298/+248
|\ \ \ \
| * | | | Replace useless CharSequence to StringTadashi G. Takaoka2012-10-2226-298/+248
| | | | | | | | | | | | | | | | | | | | Change-Id: Idc478f901185ee1b4912acc82d0cbc54fee4e991
* | | | | Add @UsedForTesting and @ExternallyReferenced annotationsTadashi G. Takaoka2012-10-2218-41/+98
|/ / / / | | | | | | | | | | | | | | | | Bug: 7268357 Change-Id: I0b7e0c19f04af9ae30874d0a4c26ad81bc80be8c
* | | | Suggestion strip will honor haptic feedback settings of keyboardTadashi G. Takaoka2012-10-171-0/+2
| | | | | | | | | | | | | | | | | | | | Bug: 7313372 Change-Id: I427da8de68be3d2a78e810556340b96ab4edcc2d
* | | | Move AudioAndHapticFeedbackManager from LatinIME to KeyboardSwitcherTadashi G. Takaoka2012-10-173-23/+23
| | | | | | | | | | | | | | | | | | | | Bug: 7313372 Change-Id: I9bd3275f57ed3f5c2c4a95768443af505513ee97
* | | | Shortcut key is enabled on the no language keyoardTadashi G. Takaoka2012-10-171-4/+3
| | | | | | | | | | | | | | | | | | | | Bug: 6617754 Change-Id: Id8336f152456367320de3151823691eebc2e02f6
* | | | am b37e87e7: am 63b3fc0d: am 15142588: Merge "Have "no whitespace before ↵Jean Chalard2012-10-162-0/+15
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | cursor" upon gesture trigger phantom space" into jb-mr1-dev * commit 'b37e87e7d50725f20a6b2f8484fc25cc7db3134f': Have "no whitespace before cursor" upon gesture trigger phantom space
| * | | Merge "Have "no whitespace before cursor" upon gesture trigger phantom ↵Jean Chalard2012-10-162-0/+15
| |\ \ \ | | | | | | | | | | | | | | | space" into jb-mr1-dev
| | * | | Have "no whitespace before cursor" upon gesture trigger phantom spaceJean Chalard2012-10-172-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 7359291 Bug: 7357758 Bug: 7197651 Change-Id: Ia805a87e922739ae0a06978a3bf00d91c94b6c51
* | | | | am 344a7fef: am 658e935b: am c0bc3369: Merge "Fix more suggestions text ↵Tadashi G. Takaoka2012-10-163-2/+9
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | width calculation" into jb-mr1-dev * commit '344a7fef5bd101e2d1c4278cc35de2862f28a456': Fix more suggestions text width calculation
| * | | | Merge "Fix more suggestions text width calculation" into jb-mr1-devTadashi G. Takaoka2012-10-163-2/+9
| |\ \ \ \
| | * | | | Fix more suggestions text width calculationTadashi G. Takaoka2012-10-163-2/+9
| | |/ / / | | | | | | | | | | | | | | | | | | | | Bug: 7345983 Change-Id: Ic1554db98e7aaf032eb90a98c0c37c7c789461b5
* | | | | am 6b169dc9: am 718a0744: am 0cbc19b0: Merge "Restrict bogus move event ↵Tadashi G. Takaoka2012-10-161-21/+30
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | detector to a horizontal movement" into jb-mr1-dev * commit '6b169dc91d7533d36bc1f5864bcaf05450af3beb': Restrict bogus move event detector to a horizontal movement
| * | | | Merge "Restrict bogus move event detector to a horizontal movement" into ↵Tadashi G. Takaoka2012-10-161-21/+30
| |\ \ \ \ | | | | | | | | | | | | | | | | | | jb-mr1-dev
| | * | | | Restrict bogus move event detector to a horizontal movementTadashi G. Takaoka2012-10-161-21/+30
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | am 60211f0d: am 2631fe4c: am 6686e63f: Honor automatic shift turned off for ↵Jean Chalard2012-10-162-3/+5
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gestures * commit '60211f0d250ca931788d32d5a69c880f75ef7d49': Honor automatic shift turned off for gestures
| * | | | Honor automatic shift turned off for gesturesJean Chalard2012-10-172-3/+5
| |/ / / | | | | | | | | | | | | | | | | Bug: 7354129 Change-Id: Ia02336e8cea2f04b629edbe74b7815cce0d7fad6
* | | | am a13087e1: am 9c318bc5: am ac2a154a: Merge "Detect bogus down-move-up ↵Tadashi G. Takaoka2012-10-121-35/+144
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | event and add workaround" into jb-mr1-dev * commit 'a13087e1abf48f8599795b9abb4f49a596a6f32c': Detect bogus down-move-up event and add workaround
| * | | 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 workaroundTadashi G. Takaoka2012-10-121-35/+144
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 7032858 Change-Id: I2e76bf49f1e07b436d05c19881e2f2c4fed21621
* | | | | Make a better choice for the temporary fileJean Chalard2012-10-122-8/+9
| | | | | | | | | | | | | | | | | | | | Change-Id: I745bb285b6b52875c8d2b3a94deb962352f9754e
* | | | | am 726e98b7: am c1a1937c: am 2220aeed: Merge "Put temporary files under a ↵Ken Wakasa2012-10-112-2/+15
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | separate directory." into jb-mr1-dev * commit '726e98b7378987b2cfe46ea5395692640b108e83': Put temporary files under a separate directory.
| * | | | Merge "Put temporary files under a separate directory." into jb-mr1-devKen Wakasa2012-10-112-2/+15
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Put temporary files under a separate directory.Jean Chalard2012-10-112-2/+15
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 7328003 Change-Id: Ibe5278ea209d149f87fd08785c77b17e3859948e
* | | | | Fix excessive canceling of long-press timer while gesturingTadashi G. Takaoka2012-10-111-1/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: I2a68c777e66a6b83d16885780a92a21e91bd3f9e
* | | | | am c66a2d1d: am 61155c70: am 9d423536: Merge "Don\'t cancel long press timer ↵Tadashi G. Takaoka2012-10-112-4/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | too early" into jb-mr1-dev * commit 'c66a2d1da69de796a2a7acb5dd6903cb5668585c': Don't cancel long press timer too early
| * | | | Don't cancel long press timer too earlyTadashi G. Takaoka2012-10-112-4/+2
| |/ / / | | | | | | | | | | | | | | | | Bug: 7328861 Change-Id: I1b77ec4a30ae15b2edda42a1ff58ebc528288553
* | | | am 0081681e: am c44314b4: am dc38a343: Merge "Use a freq of 1 instead of 0 ↵Ken Wakasa2012-10-091-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | for non-word shortcuts." into jb-mr1-dev * commit '0081681e346ce5c958e5eef264caa3f257b094c5': Use a freq of 1 instead of 0 for non-word shortcuts.
| * | | 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.Jean Chalard2012-10-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fix a spelling mistake in a comment Bug: 7301525 Change-Id: I4437403dce620fed03871485ee04f13c51ce34fc
* | | | | am 6b0fa314: am f5c10d00: am 7a17c1fc: Tuning gesture detection parametersTadashi G. Takaoka2012-10-092-36/+30
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit '6b0fa314d780ea77bd2c65b9bdd87297d50a0f6b': Tuning gesture detection parameters
| * | | | Tuning gesture detection parametersTadashi G. Takaoka2012-10-092-36/+30
| |/ / / | | | | | | | | | | | | | | | | Bug: 7032858 Change-Id: Ie4f952aa33b99ce16027500a596d723ee9bafae9
* | | | Merge "Disable touch position correction of MoreKeysKeyboard"Tadashi G. Takaoka2012-10-091-2/+19
|\ \ \ \
| * | | | Disable touch position correction of MoreKeysKeyboardTadashi G. Takaoka2012-10-091-2/+19
| | | | | | | | | | | | | | | | | | | | Change-Id: Ieec33894a348602fd71d6fe473142b43eb2551b6
* | | | | 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 keyTadashi G. Takaoka2012-10-091-2/+2
| |/ / / / | | | | | | | | | | | | | | | | | | | | Bug: 7303982 Change-Id: Id54965c1d7b2b760ac2a76a0fc509b46948e75e6
* / / / / Make use of the NELEMS and KEYCODE_SPACE macro. Also, remove an unused ↵Ken Wakasa2012-10-091-8/+4
|/ / / / | | | | | | | | | | | | | | | | | | | | parameter. Change-Id: I3c7e6c59990c92b0d5e2fb80493e8673cdd37b09
* | | | am bb249cb9: am b1583b9e: am 052b162d: Merge "Add separate key hysteresis ↵Tadashi G. Takaoka2012-10-073-22/+44
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | distance for sliding modifier input" into jb-mr1-dev * commit 'bb249cb992941ea0f3b6b962232ead147011865a': Add separate key hysteresis distance for sliding modifier input
| * | | Merge "Add separate key hysteresis distance for sliding modifier input" into ↵Tadashi G. Takaoka2012-10-063-22/+44
| |\ \ \ | | | | | | | | | | | | | | | jb-mr1-dev