aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix memset() bugsKen Wakasa2012-08-102-6/+6
| | | | | | | | Change-Id: Icf4341c0a62e782cf8c2a863408591df4e6f07cb
* | Use JNI Region calls also in getSuggestions()Ken Wakasa2012-08-103-52/+73
| | | | | | | | Change-Id: I9cc0208397c202aeb6f7b5bb5ad59e00c5afbd80
* | Workaround to stop init dict traverse sessionSatoshi Kataoka2012-08-102-5/+8
| | | | | | | | Change-Id: I3d46c54a96a9fc0359ef75b9d2f8590b44164a8b
* | Fix a bug on jni of DicTraverseSessionSatoshi Kataoka2012-08-101-1/+1
| | | | | | | | Change-Id: Ieeac36cbad9a99d15911f2e6e2e841cae38ecb9b
* | Merge "step 23-A remove unused method" into jb-mr1-devSatoshi Kataoka2012-08-103-15/+0
|\ \
| * | step 23-A remove unused methodSatoshi Kataoka2012-08-103-15/+0
| | | | | | | | | | | | Change-Id: I382c654fd30aca1a3277a186ee25fc946449c639
* | | Merge "Accept whitelisted entries from any source." into jb-mr1-devJean Chalard2012-08-101-3/+12
|\ \ \
| * | | Accept whitelisted entries from any source.Jean Chalard2012-08-101-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ...not only the WhitelistDictionary. Bug: 6906525 Change-Id: I7f181eb6936ec17bbccdc4e736fd09292af24e9c
* | | | Merge "Optimization & Simplification" into jb-mr1-devJean Chalard2012-08-102-17/+12
|\| | | | |/ / |/| |
| * | Optimization & SimplificationJean Chalard2012-08-102-17/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | It's useless to do the whitelist lookup twice. Also, putting this test out of this method will allow whitelist entries to come from other sources. Bug: 6906525 Change-Id: I4afe678cae6556d16642d155ce770fbf4e61ad49
* | | Merge "Step 22-A implement session" into jb-mr1-devSatoshi Kataoka2012-08-103-0/+183
|\ \ \ | |/ / |/| |
| * | Step 22-A implement sessionSatoshi Kataoka2012-08-103-0/+183
| | | | | | | | | | | | Change-Id: Ida63382ffb756e20cc5b17c2702d2895e7e6e889
* | | Merge "Pass the type from native code all the way to Java." into jb-mr1-devJean Chalard2012-08-103-17/+23
|\ \ \
| * | | Pass the type from native code all the way to Java.Jean Chalard2012-08-103-17/+23
| | | | | | | | | | | | | | | | | | | | Bug: 6906525 Change-Id: I057390d47a223450e22d8338509e22c28fc0d5f6
* | | | Merge "Reinstate putting shortcut-only entries in the dictionary" into ↵Jean Chalard2012-08-101-0/+4
|\| | | | | | | | | | | | | | | jb-mr1-dev
| * | | Reinstate putting shortcut-only entries in the dictionaryJean Chalard2012-08-101-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not sure at which point this functionality got lost, but anyway, it's back Bug: 6906525 Change-Id: Ie87baa0dacdcee90e029917ca866099593d5d048
* | | | Merge "Add a shortcut-format version of the whitelist." into jb-mr1-devJean Chalard2012-08-101-0/+297
|\| | |
| * | | Add a shortcut-format version of the whitelist.Jean Chalard2012-08-101-0/+297
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will ultimately replace the whitelist resource, but this change doesn't delete it to avoid removing the functionality temporarily. Bug: 6906525 Change-Id: I576edc42cd2a964b86b7597f1ede1cf6ec8e26c3
* | | | Merge "Remove conservative MainKeyboardView.draw" into jb-mr1-devTadashi G. Takaoka2012-08-091-14/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | Remove conservative MainKeyboardView.drawTadashi G. Takaoka2012-08-101-14/+0
| | | | | | | | | | | | | | | | Change-Id: I52f58d1e013dfe1f1b0f8320cba903d3dbb4eabd
* | | | Merge "Support a syntax to add whitelist entries in shortcuts" into jb-mr1-devJean Chalard2012-08-092-13/+36
|\ \ \ \ | | |/ / | |/| |
| * | | Support a syntax to add whitelist entries in shortcutsJean Chalard2012-08-102-13/+36
| |/ / | | | | | | | | | | | | Bug: 6906525 Change-Id: Ie33586c07973bf76e38390766175ba424d72d655
* / / Add arguments for dic traverse sessionSatoshi Kataoka2012-08-1012-68/+124
|/ / | | | | | | Change-Id: I8776ad528eeea9a5fc4dcf394ca13bb80c04fb6d
* | Use more JNI Region callsKen Wakasa2012-08-102-46/+43
| | | | | | | | Change-Id: I371db517ff4749c0b7e5bdb4362e6310c91a24dc
* | Use GetStringUTFRegion for filenameKen Wakasa2012-08-091-6/+7
| | | | | | | | Change-Id: I2e9ad092ccf4c23c1c6b71916c962994314d37b6
* | Stop using STL string in additional_proximity_charsKen Wakasa2012-08-095-21/+25
| | | | | | | | Change-Id: Ic016fd5983b8855b0fd9506a17b205db86af3a2f
* | Fix string.compare() logic. It happens to be working luckily.Ken Wakasa2012-08-091-6/+3
| | | | | | | | Change-Id: I262c6d5779124e5b09ad1a66ca3c9ddb2fc6d7d5
* | Merge "Use GetStringUTFRegion" into jb-mr1-devKen Wakasa2012-08-093-12/+14
|\ \
| * | Use GetStringUTFRegionKen Wakasa2012-08-093-12/+14
| | | | | | | | | | | | Change-Id: I56ad66af4ee42ed32a6fd909a9a34d601874783a
* | | Add reset method for dic travserse sessionSatoshi Kataoka2012-08-093-5/+30
| | | | | | | | | | | | Change-Id: Ia3dd924f92549da2cf8302ef77c629902d4f275b
* | | Optimize keyboard drawing code a bitTadashi G. Takaoka2012-08-091-15/+10
| | | | | | | | | | | | | | | | | | | | | | | | * Remove useless boolean flag. * Use invalidate(int,int,int,int). * Don't draw background when hardware acceleration is enabled. Change-Id: Id560ac84f33b5151437a42a4ff22736284d71e2d
* | | Merge "Update dictionary availability at onStartInputView" into jb-mr1-devTadashi G. Takaoka2012-08-091-0/+1
|\ \ \ | |/ / |/| |
| * | Update dictionary availability at onStartInputViewTadashi G. Takaoka2012-08-091-0/+1
| | | | | | | | | | | | | | | | | | This is a follow up of I7901c0f9489b4deb79314c2c903b138611bfd78e Change-Id: I38c22e886db247c402a964e3ddd10b09a461151c
* | | Support stdin and stdout for compress/uncompressJean Chalard2012-08-091-16/+22
|/ / | | | | | | | | | | | | This will improve flexibility in dictionary generation by allowing pipelined commands. Change-Id: Ia07bdc82c8bd740b5dfee6b5fd1a067f4b8b7ba5
* | Merge "Fix NPE and don't call UI API from non-UI thread" into jb-mr1-devTadashi G. Takaoka2012-08-086-43/+45
|\ \
| * | Fix NPE and don't call UI API from non-UI threadTadashi G. Takaoka2012-08-096-43/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | This change also reverts I29ec3e9f10484f30288fac76f0c45b3707bc2259 Bug: 6956969 Bug: 6891020 Bug: 6947253 Change-Id: I7901c0f9489b4deb79314c2c903b138611bfd78e
* | | Merge "Pass traverse session" into jb-mr1-devSatoshi Kataoka2012-08-0810-38/+47
|\ \ \
| * | | Pass traverse sessionSatoshi Kataoka2012-08-0810-38/+47
| | | | | | | | | | | | | | | | Change-Id: I84bfaaa406e3f51421c08a7ee8f9576ebdba54d4
* | | | Start using JNI's Get<Type>ArrayRegion()Ken Wakasa2012-08-084-90/+48
| | | | | | | | | | | | | | | | Change-Id: Iaa1014efe639dd79540835b0d5201093dbd8dab8
* | | | Merge "Add traverse session" into jb-mr1-devSatoshi Kataoka2012-08-086-0/+164
|\| | |
| * | | Add traverse sessionSatoshi Kataoka2012-08-086-0/+164
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 6942265 Change-Id: I384cf701f5ee44c4b1037e5b8ddfa3d570286f55
* | | | Merge "Rename dicttool to dicttool_aosp and split commands" into jb-mr1-devJean Chalard2012-08-087-8/+57
|\ \ \ \
| * | | | Rename dicttool to dicttool_aosp and split commandsJean Chalard2012-08-087-8/+57
| |/ / / | | | | | | | | | | | | Change-Id: I83d948be2db5cd0203e876f019697e1d5e038818
* | / / Cleanup headers.Ken Wakasa2012-08-084-12/+9
| |/ / |/| | | | | | | | Change-Id: Ied1bedb8ba5fae590987ea23bed32f4db1a60d77
* | | Merge "Add toString() method to Keyboard" into jb-mr1-devTadashi G. Takaoka2012-08-081-0/+5
|\ \ \
| * | | Add toString() method to KeyboardTadashi G. Takaoka2012-08-081-0/+5
| |/ / | | | | | | | | | Change-Id: I74c8f006323ed78ec67414fd17849ab40966968e
* | | Merge "Add SuggestInitializationListener to ↵Tadashi G. Takaoka2012-08-082-12/+11
|\ \ \ | | | | | | | | | | | | BinaryDictionary.resetMainDict()" into jb-mr1-dev
| * | | Add SuggestInitializationListener to BinaryDictionary.resetMainDict()Tadashi G. Takaoka2012-08-082-12/+11
| |/ / | | | | | | | | | Change-Id: I4c01f172ddb2ca60fa6e604384610c90b76e5457
* | | Merge "Use ArrayList to implement PointerTrackerQueue" into jb-mr1-devTadashi G. Takaoka2012-08-073-48/+115
|\ \ \ | |/ / |/| |
| * | Use ArrayList to implement PointerTrackerQueueTadashi G. Takaoka2012-08-083-48/+115
| | | | | | | | | | | | Change-Id: Ie386e6c7869df4df940e09fccffc5cd661134557