aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Add auto detection and decoding of dictionary files. (A2)Jean Chalard2012-10-252-2/+15
| | | | | | | | | | | | | | | | | | | | Bug: 7388852 Change-Id: I25e755fc15f5b383acc046f668e9681efa4f0c2f
* | | | am 7c22c62d: am 1f9eea44: am 306e0a80: Update AOSP dictionaries.Jean Chalard2012-10-241-0/+0
|\| | | | | | | | | | | | | | | | | | | * commit '7c22c62d8f50aebe2f96bf5dcf99077d64db6f8f': Update AOSP dictionaries.
| * | | Update AOSP dictionaries.Jean Chalard2012-10-241-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes : - Add "emoji" - Change the whitelist target of "foo" from "for" to "too" - Fix non-word frequencies to 0 - Fix the freq of common en_US vs en_GB words - Add "connection" to the en_GB dictionary Bug: 7368441 Bug: 7370033 Bug: 7371955 Change-Id: Ib22a97e97b486b05012d5496619557f406c441b9
* | | | 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-2219-102/+106
|/ / / / | | | | | | | | | | | | | | | | Bug: 7268357 Change-Id: I0b7e0c19f04af9ae30874d0a4c26ad81bc80be8c
* | | | Add Spanish Latin America keyboardTadashi G. Takaoka2012-10-191-0/+8
| | | | | | | | | | | | | | | | Change-Id: I83615a061be3267a7b9199ed2c5c818401ed0b64
* | | | Suggestion strip will honor haptic feedback settings of keyboardTadashi G. Takaoka2012-10-172-0/+5
| | | | | | | | | | | | | | | | | | | | Bug: 7313372 Change-Id: I427da8de68be3d2a78e810556340b96ab4edcc2d
* | | | Move AudioAndHapticFeedbackManager from LatinIME to KeyboardSwitcherTadashi G. Takaoka2012-10-173-23/+23
| | | | | | | | | | | | | | | | | | | | Bug: 7313372 Change-Id: I9bd3275f57ed3f5c2c4a95768443af505513ee97
* | | | am bb0bc326: am 5b095509: am 65225d82: Merge "Update AOSP dictionaries." ↵Jean Chalard2012-10-172-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | into jb-mr1-dev * commit 'bb0bc3260eccf6952e71655e4d933e7ca84e9a53': Update AOSP dictionaries.
| * | | Merge "Update AOSP dictionaries." into jb-mr1-devJean Chalard2012-10-172-0/+0
| |\ \ \
| | * | | Update AOSP dictionaries.Jean Chalard2012-10-182-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Differences : oh 90 -> 105 ooh 54 -> 54 hoy,kinkier,kinkiest,kinkiness,kinkily,kinky -> 0 trst -> remove New whitelist entries (actually old that had not been applied) "berm" -> "been" "foe" -> "for" "hid" -> "his" "thong" -> "thing" French : Add "six" and remove some non-words Bug: 7329149 Bug: 7356297 Change-Id: I55092f0538db8627148b0a314e50eff926c47275
| * | | | Merge "Import translations. DO NOT MERGE" into jb-mr1-devBaligh Uddin2012-10-161-1/+1
| |\ \ \ \
| | * | | | Import translations. DO NOT MERGEBaligh Uddin2012-10-161-1/+1
| | |/ / / | | | | | | | | | | | | | | | | | | | | Change-Id: I16dccd4bf5897d4b62a4642fbb3d24bd379deb4e Auto-generated-cl: translation import
* | | | | Shortcut key is enabled on the no language keyoardTadashi G. Takaoka2012-10-171-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6617754 Change-Id: Id8336f152456367320de3151823691eebc2e02f6
* | | | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2012-10-161-1/+1
|\ \ \ \ \
| * | | | | Import translations. DO NOT MERGEBaligh Uddin2012-10-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I69bfbfe56c58ccc2d1c0422c9d8e93d68c6202b5 Auto-generated-cl: translation import
* | | | | | 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 abd8170e: am f2eeb4ae: am c1bcb8ee: Let\'s enhanceJason Chen2012-10-148-1/+1
|\| | | | | | | | | | | | | | | | | | | * commit 'abd8170efd40804504eb9022a9e685bb01ffdc59': Let's enhance
| * | | Let's enhanceJason Chen2012-10-128-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add mipmap-* launcher icon assets. Remove drawable-* based assests. Change over reference to mipmap icon. Bug: 6718166 Change-Id: I01f84a03fd1be0ced9cce9cff322a5fe02820075
* | | | am a13087e1: am 9c318bc5: am ac2a154a: Merge "Detect bogus down-move-up ↵Tadashi G. Takaoka2012-10-123-36/+145
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | 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-123-36/+145
| |\ \ \
| | * | | Detect bogus down-move-up event and add workaroundTadashi G. Takaoka2012-10-123-36/+145
| | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | Add Swedish to the list of languages for which a Euro key is wanted.Fredrik Roubert2012-10-111-4/+4
| | | | | | | | | | | | | | | | | | | | Change-Id: I2ba4d0a7e82733c3d9526658195f22178e520926
* | | | | 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
| * | | | Merge "Don't cancel long press timer too early" into jb-mr1-devTadashi G. Takaoka2012-10-112-4/+2
| |\ \ \ \
| | * | | | Don't cancel long press timer too earlyTadashi G. Takaoka2012-10-112-4/+2
| | |/ / / | | | | | | | | | | | | | | | | | | | | Bug: 7328861 Change-Id: I1b77ec4a30ae15b2edda42a1ff58ebc528288553