aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add auto detection and decoding of dictionary files. (A2)Jean Chalard2012-10-256-14/+206
| | | | | Bug: 7388852 Change-Id: I25e755fc15f5b383acc046f668e9681efa4f0c2f
* Some initial refactoring in dicttool. (A1)Jean Chalard2012-10-252-10/+43
| | | | | Bug: 7388852 Change-Id: I5ff70d12f3a8096ae6fb8cd4883a32ffe1683c9b
* am 7c22c62d: am 1f9eea44: am 306e0a80: Update AOSP dictionaries.Jean Chalard2012-10-245-0/+0
|\ | | | | | | | | * commit '7c22c62d8f50aebe2f96bf5dcf99077d64db6f8f': Update AOSP dictionaries.
| * am 1f9eea44: am 306e0a80: Update AOSP dictionaries.Jean Chalard2012-10-245-0/+0
| |\ | | | | | | | | | | | | * commit '1f9eea44dc4e9b8365938647b2f257f229abfff4': Update AOSP dictionaries.
| | * am 306e0a80: Update AOSP dictionaries.Jean Chalard2012-10-245-0/+0
| | |\ | | | | | | | | | | | | | | | | * commit '306e0a800f2ac9fc6af24d41bfff2d8445e963c4': Update AOSP dictionaries.
| | | * Update AOSP dictionaries.Jean Chalard2012-10-245-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
* | | | Fix the build (again)Jean Chalard2012-10-231-1/+1
| | | | | | | | | | | | | | | | Change-Id: Idb7addede891a5c672d7fc09ddfe4d2585f8d647
* | | | 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-224-19/+319
|\ \ \ \ \
| * | | | | Add reader and writer for the combined dict format.Jean Chalard2012-10-234-19/+319
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | am d39e6435: am f960eb18: Don\'t put spaces after characters that don\'t ↵Jean Chalard2012-10-222-1/+7
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | take one * commit 'd39e64350c99b0dd3076214ebb1ec9ed1eb6e386': Don't put spaces after characters that don't take one
| | * | | am f960eb18: Don\'t put spaces after characters that don\'t take oneJean Chalard2012-10-222-1/+7
| | |\ \ \ | | | | |/ | | | |/| | | | | | | | | | | * commit 'f960eb186d63aa4f9fecd22f036fc8724d39d949': 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 "Use a buffered writer for XML output"Jean Chalard2012-10-221-1/+3
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Use a buffered writer for XML outputJean Chalard2012-10-231-1/+3
| | | | | | | | | | | | | | | | | | | | Change-Id: I85aa133985282993542659db2ee61960b02042d7
* | | | | Merge "Replace useless CharSequence to String"Tadashi G. Takaoka2012-10-2227-299/+249
|\ \ \ \ \
| * | | | | Replace useless CharSequence to StringTadashi G. Takaoka2012-10-2227-299/+249
| |/ / / / | | | | | | | | | | | | | | | Change-Id: Idc478f901185ee1b4912acc82d0cbc54fee4e991
* / / / / Add @UsedForTesting and @ExternallyReferenced annotationsTadashi G. Takaoka2012-10-2223-117/+116
|/ / / / | | | | | | | | | | | | | | | | Bug: 7268357 Change-Id: I0b7e0c19f04af9ae30874d0a4c26ad81bc80be8c
* | | | Sync package name and source pathTadashi G. Takaoka2012-10-199-0/+0
| | | | | | | | | | | | | | | | Change-Id: I8d3ded01c508c3afaa0d8afa9ce1445117626ddc
* | | | 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-177-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | into jb-mr1-dev * commit 'bb0bc3260eccf6952e71655e4d933e7ca84e9a53': Update AOSP dictionaries.
| * | | am 5b095509: am 65225d82: Merge "Update AOSP dictionaries." into jb-mr1-devJean Chalard2012-10-177-0/+0
| |\| | | | | | | | | | | | | | | | | | * commit '5b095509c989166ee5d8cbf9ebed674fc730abe5': Update AOSP dictionaries.
| | * | am 65225d82: Merge "Update AOSP dictionaries." into jb-mr1-devJean Chalard2012-10-177-0/+0
| | |\| | | | | | | | | | | | | | | | | * commit '65225d8211ee4f551c0996cf58552c721e45c39c': Update AOSP dictionaries.
| | | * Merge "Update AOSP dictionaries." into jb-mr1-devJean Chalard2012-10-177-0/+0
| | | |\
| | | | * Update AOSP dictionaries.Jean Chalard2012-10-187-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 "Shortcut key is enabled on the no language keyoard"Tadashi G. Takaoka2012-10-171-4/+3
|\ \ \ \ \
| * | | | | Shortcut key is enabled on the no language keyoardTadashi G. Takaoka2012-10-171-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6617754 Change-Id: Id8336f152456367320de3151823691eebc2e02f6
* | | | | | am 005f3768: am 25b4a14e: am d03e065b: Don\'t consider non-words for split ↵Jean Chalard2012-10-171-1/+2
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / / | | | | | | | | | | | | | | | word suggestion * commit '005f3768400ce1d7bb29ef69151183084aceeb2c': Don't consider non-words for split word suggestion
| * | | | am 25b4a14e: am d03e065b: Don\'t consider non-words for split word suggestionJean Chalard2012-10-171-1/+2
| |\| | | | | | | | | | | | | | | | | | | | | | | * commit '25b4a14e5f44d8921aa834755f4550960846de0c': Don't consider non-words for split word suggestion
| | * | | am d03e065b: Don\'t consider non-words for split word suggestionJean Chalard2012-10-171-1/+2
| | |\| | | | | | | | | | | | | | | | | | | | | | * commit 'd03e065b861bd1cdb90bc70f18b7d7a3815b7a4d': Don't consider non-words for split word suggestion
| | | * | Don't consider non-words for split word suggestionJean Chalard2012-10-181-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 7368683 Change-Id: Iecd8348be788e5a749dafabdf7eddc4a14d901e0
* | | | | am ee4b3e64: (-s ours) am e5fd5ea5: am dbba676c: Merge "Import translations. ↵Baligh Uddin2012-10-160-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DO NOT MERGE" into jb-mr1-dev * commit 'ee4b3e64ee95bd17c81cdd87a0de60ebbbf1ebe9': Import translations. DO NOT MERGE
| * | | | am e5fd5ea5: am dbba676c: Merge "Import translations. DO NOT MERGE" into ↵Baligh Uddin2012-10-160-0/+0
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jb-mr1-dev * commit 'e5fd5ea596c769f496be54960e26ef0da220f83e': Import translations. DO NOT MERGE
| | * | | am dbba676c: Merge "Import translations. DO NOT MERGE" into jb-mr1-devBaligh Uddin2012-10-160-0/+0
| | |\| | | | | | | | | | | | | | | | | | | | | | * commit 'dbba676c00cd5479e292a91c5672d920b9137759': Import translations. DO NOT MERGE
| | | * | 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
* | | | | am 72339a62: (-s ours) am c561cc2b: Merge "Import translations. DO NOT ↵Baligh Uddin2012-10-160-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MERGE" into jb-mr1-aah-dev * commit '72339a62e13c0d51fbc67e59d28b1e7cff5142d9': Import translations. DO NOT MERGE
| * | | | am c561cc2b: Merge "Import translations. DO NOT MERGE" into jb-mr1-aah-devBaligh Uddin2012-10-161-1/+1
| |\| | | | | | | | | | | | | | | | | | | | | | | * commit 'c561cc2b641cecdc8f5c29a7a3ac17bae6282747': Import translations. DO NOT MERGE
| | * | | Merge "Import translations. DO NOT MERGE" into jb-mr1-aah-devBaligh Uddin2012-10-161-1/+1
| | |\ \ \
| | | * | | Import translations. DO NOT MERGEBaligh Uddin2012-10-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ibab3b46b8d19b4d8d2dc69f08be84dcc7431ddf1 Auto-generated-cl: translation import
* | | | | | 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
| * | | | | | am 63b3fc0d: am 15142588: Merge "Have "no whitespace before cursor" upon ↵Jean Chalard2012-10-162-0/+15
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gesture trigger phantom space" into jb-mr1-dev * commit '63b3fc0d23696ec33b3cbe817bdd77f5d1a0aa03': Have "no whitespace before cursor" upon gesture trigger phantom space