aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* am 7b4531a1: am bcec82de: Clean up constructorsKen Wakasa2012-08-122-33/+1
|\ | | | | | | | | * commit '7b4531a16f0d7f237822e94f3e962257ee9d0c16': Clean up constructors
| * Clean up constructorsKen Wakasa2012-08-132-33/+1
| | | | | | | | | | | | | | | | | | | | | | And, use C++ style casts and use float math functions rather than double ones to save memory space. Also, stop using FloatMath and NativeUtils as standard Math methods are faster now. See http://code.google.com/p/android/issues/detail?id=36199 and https://android-review.googlesource.com/40700 multi-project commit with I4259fb5ab8a15ac5760a7f04fc8f4c860529f04a Change-Id: I0b81cff8c91769f7559a59b9528c75a5aabb4211
* | am f9b2841f: am 81451030: Merge "Fix JNI" into jb-mr1-devsatok2012-08-122-4/+5
|\| | | | | | | | | * commit 'f9b2841fb592778ad34b5181e1c0bcbf551e3632': Fix JNI
| * Fix JNIsatok2012-08-112-4/+5
| | | | | | | | Change-Id: If134baf52e78fbe18b78611a23870f5d10c80955
* | am caa197d7: am f3850e55: Use JNI Region calls also in getSuggestions()Ken Wakasa2012-08-101-10/+8
|\| | | | | | | | | * commit 'caa197d76f8eb27dbb4fa400bace4db625b930bd': Use JNI Region calls also in getSuggestions()
| * Use JNI Region calls also in getSuggestions()Ken Wakasa2012-08-101-10/+8
| | | | | | | | Change-Id: I9cc0208397c202aeb6f7b5bb5ad59e00c5afbd80
* | am f85ec408: am f6c22008: Workaround to stop init dict traverse sessionSatoshi Kataoka2012-08-101-4/+4
|\| | | | | | | | | * commit 'f85ec4082f60d4b7a06d907505938d91b3dfcee5': Workaround to stop init dict traverse session
| * Workaround to stop init dict traverse sessionSatoshi Kataoka2012-08-101-4/+4
| | | | | | | | Change-Id: I3d46c54a96a9fc0359ef75b9d2f8590b44164a8b
* | am 407d23ad: am a5e57d67: Merge "Accept whitelisted entries from any ↵Jean Chalard2012-08-101-3/+12
|\| | | | | | | | | | | | | source." into jb-mr1-dev * commit '407d23ad246cb55e8e6a0138ca39d4d105c5b0a0': Accept whitelisted entries from any source.
| * Accept whitelisted entries from any source.Jean Chalard2012-08-101-3/+12
| | | | | | | | | | | | | | ...not only the WhitelistDictionary. Bug: 6906525 Change-Id: I7f181eb6936ec17bbccdc4e736fd09292af24e9c
* | am b5cb4447: am 58040e7d: Merge "Optimization & Simplification" into jb-mr1-devJean Chalard2012-08-102-17/+12
|\| | | | | | | | | * commit 'b5cb4447cfbc7d397f4da7d3753431bc97ee445e': Optimization & Simplification
| * 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
* | am 1599feda: am dc2fb6bc: Merge "Pass the type from native code all the way ↵Jean Chalard2012-08-101-2/+3
|\| | | | | | | | | | | | | to Java." into jb-mr1-dev * commit '1599feda42e0f0881368b948222a0667a09de728': Pass the type from native code all the way to Java.
| * Merge "Pass the type from native code all the way to Java." into jb-mr1-devJean Chalard2012-08-101-2/+3
| |\
| | * Pass the type from native code all the way to Java.Jean Chalard2012-08-101-2/+3
| | | | | | | | | | | | | | | Bug: 6906525 Change-Id: I057390d47a223450e22d8338509e22c28fc0d5f6
* | | am ab45cc6e: am e9f3e182: Add arguments for dic traverse sessionSatoshi Kataoka2012-08-092-7/+8
|\| | | | | | | | | | | | | | * commit 'ab45cc6e5c96bee7d020135639c66ba0322e3649': Add arguments for dic traverse session
| * | Add arguments for dic traverse sessionSatoshi Kataoka2012-08-102-7/+8
| |/ | | | | | | Change-Id: I8776ad528eeea9a5fc4dcf394ca13bb80c04fb6d
* | am eab16a4a: am 5bb42062: Use more JNI Region callsKen Wakasa2012-08-091-11/+7
|\| | | | | | | | | * commit 'eab16a4a4b7fd91072e5764d68b80455b981de54': Use more JNI Region calls
| * Use more JNI Region callsKen Wakasa2012-08-101-11/+7
| | | | | | | | Change-Id: I371db517ff4749c0b7e5bdb4362e6310c91a24dc
* | am 73fc766e: am 9d298716: Add reset method for dic travserse sessionSatoshi Kataoka2012-08-091-2/+12
|\| | | | | | | | | * commit '73fc766e8c03a84cad5a049d7c9a93a476097277': Add reset method for dic travserse session
| * Add reset method for dic travserse sessionSatoshi Kataoka2012-08-091-2/+12
| | | | | | | | Change-Id: Ia3dd924f92549da2cf8302ef77c629902d4f275b
* | am 80d63d22: am f40a6669: Merge "Update dictionary availability at ↵Tadashi G. Takaoka2012-08-091-0/+1
|\| | | | | | | | | | | | | onStartInputView" into jb-mr1-dev * commit '80d63d226308f70752634425e1cdd748429a1b83': Update dictionary availability at onStartInputView
| * Update dictionary availability at onStartInputViewTadashi G. Takaoka2012-08-091-0/+1
| | | | | | | | | | | | This is a follow up of I7901c0f9489b4deb79314c2c903b138611bfd78e Change-Id: I38c22e886db247c402a964e3ddd10b09a461151c
* | am b2c57991: am 9abea49d: Merge "Fix NPE and don\'t call UI API from non-UI ↵Tadashi G. Takaoka2012-08-081-14/+8
|\| | | | | | | | | | | | | thread" into jb-mr1-dev * commit 'b2c579910e44f3b768053ec4cc946fcb47491aa8': Fix NPE and don't call UI API from non-UI thread
| * Merge "Fix NPE and don't call UI API from non-UI thread" into jb-mr1-devTadashi G. Takaoka2012-08-081-14/+8
| |\
| | * Fix NPE and don't call UI API from non-UI threadTadashi G. Takaoka2012-08-091-14/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | This change also reverts I29ec3e9f10484f30288fac76f0c45b3707bc2259 Bug: 6956969 Bug: 6891020 Bug: 6947253 Change-Id: I7901c0f9489b4deb79314c2c903b138611bfd78e
* | | am da31bde5: am 60d4961f: Merge "Pass traverse session" into jb-mr1-devSatoshi Kataoka2012-08-082-4/+9
|\| | | | | | | | | | | | | | * commit 'da31bde599077608f5da595150626a32229b418f': Pass traverse session
| * | Merge "Pass traverse session" into jb-mr1-devSatoshi Kataoka2012-08-082-4/+9
| |\ \
| | * | Pass traverse sessionSatoshi Kataoka2012-08-082-4/+9
| | | | | | | | | | | | | | | | Change-Id: I84bfaaa406e3f51421c08a7ee8f9576ebdba54d4
* | | | am 8c5b13f4: am 181567f9: Merge "Add traverse session" into jb-mr1-devSatoshi Kataoka2012-08-082-0/+62
|\| | | | | | | | | | | | | | | | | | | * commit '8c5b13f49e47ff25c73f01a7ff9c46a2b4619866': Add traverse session
| * | | Merge "Add traverse session" into jb-mr1-devSatoshi Kataoka2012-08-082-0/+62
| |\| | | | |/ | |/|
| | * Add traverse sessionSatoshi Kataoka2012-08-082-0/+62
| | | | | | | | | | | | | | | | | | Bug: 6942265 Change-Id: I384cf701f5ee44c4b1037e5b8ddfa3d570286f55
* | | am 72cbfdcd: am 2bcd913e: Merge "Add SuggestInitializationListener to ↵Tadashi G. Takaoka2012-08-082-12/+11
|\| | | | | | | | | | | | | | | | | | | | BinaryDictionary.resetMainDict()" into jb-mr1-dev * commit '72cbfdcd80210dc412b8094df1060b0685b356df': Add SuggestInitializationListener to BinaryDictionary.resetMainDict()
| * | Add SuggestInitializationListener to BinaryDictionary.resetMainDict()Tadashi G. Takaoka2012-08-082-12/+11
| |/ | | | | | | Change-Id: I4c01f172ddb2ca60fa6e604384610c90b76e5457
* | am d9f9c118: am 27e48447: Lingering gesture floating preview text a bitTadashi G. Takaoka2012-08-061-37/+51
|\| | | | | | | | | * commit 'd9f9c1189d3b1a4bbeed92be843ea13219a01365': Lingering gesture floating preview text a bit
| * Lingering gesture floating preview text a bitTadashi G. Takaoka2012-08-071-37/+51
| | | | | | | | | | Bug: 6936095 Change-Id: I873343e9aa6afdf6bdb223795f03232509b012a7
* | am 2fbaed91: am 7a139757: Cleanup unused import and dead codeTadashi G. Takaoka2012-08-062-3/+0
|\| | | | | | | | | * commit '2fbaed919f4c2ac64c2be2b84b4a5d7e372813d5': Cleanup unused import and dead code
| * Cleanup unused import and dead codeTadashi G. Takaoka2012-08-062-3/+0
| | | | | | | | Change-Id: Ife877620561d29a8f25602916420741186104617
* | am 774e374f: am dba77186: Fix duplicate getSuggestions() call for main ↵Tadashi G. Takaoka2012-08-061-1/+1
|\| | | | | | | | | | | | | dictionary * commit '774e374f5f58e21692df6113128c1707ae767fc0': Fix duplicate getSuggestions() call for main dictionary
| * Fix duplicate getSuggestions() call for main dictionaryTadashi G. Takaoka2012-08-061-1/+1
| | | | | | | | Change-Id: I092480063452505cdf03dbd83b9c64e535822931
* | am 6365b38b: am b2795974: Fix Utils.getStackTrace()Tadashi G. Takaoka2012-08-061-1/+1
|\| | | | | | | | | * commit '6365b38b9c1a106c7de176e668f13b12c9ab4f1e': Fix Utils.getStackTrace()
| * Fix Utils.getStackTrace()Tadashi G. Takaoka2012-08-061-1/+1
| | | | | | | | Change-Id: Iaf160af32bb77b3ad5929cb5ee8eccd01165bdf6
* | am 76bfe7f7: am 44f12ed9: Merge "Separate updateSuggestionStrip from ↵Tadashi G. Takaoka2012-08-051-5/+7
|\| | | | | | | | | | | | | commitTyped" into jb-mr1-dev * commit '76bfe7f7b0f6b231e0596e400620cd34265a044f': Separate updateSuggestionStrip from commitTyped
| * Separate updateSuggestionStrip from commitTypedTadashi G. Takaoka2012-08-061-5/+7
| | | | | | | | | | | | | | | | | | The commitTyped() called updateSuggestionStrip(), and that led to call Suggest.getSuggestedWordsForTypingInput() even after a batch input was started because WordComposer.commitWord() reset the batch input state. Bug: 6932442 Change-Id: If645b1ef0343aa1e21ca71a9275b40c6c3be13df
* | ResearchLogging capture full n-gram dataKurt Partridge2012-08-051-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Captures complete motion data for all words in an n-gram. - Also filters n-grams properly; if any word in the n-gram is not in the dictionary, it is not included. - Simplify ResearchLog to not require explicit state - Added LogBuffer class MainLogBuffer class to allow n-gram-level decisions about privacy. - Moved LogUnit out from ResearchLogger multi-project change with Id997fb6572daa3ff55591afa1676953bb204f33a Because of a strange Gerrit interaction, earlier patchsets were recorded as the following separate changes (to soon be abandoned): - I59d86ae28123890ddb7aabc7dc9a73a75eecbca4 - I9cc95266fa4500d019e09ec53ec00e5dea7ffd38 - Ie6f23a2035e160f231406df1388a43725380df1d - Id87909e96fa7fa91174c86395a964404f3490fe1 - I57c5cbde0425c42538d589fa4d1802b3e5688f7c - Ic1f9d7727e416da1b6c4f1a45b53750cd4088dcf - I20a72ccc4ba1bc08ed3ee39bff71d2adb376588c - I417f6f364144b90085f5fef4bd2de1a40b5dfa79 Bug: 6188932 Change-Id: I771e57e3b8c0eb6721c2022e775cb0b528bdff93
* | am 2fb40ef3: am 15b28432: Merge "Cleanup unused code" into jb-mr1-devJean Chalard2012-08-031-5/+1
|\| | | | | | | | | * commit '2fb40ef30121da62386d64a2c9c5f5abffdcbc98': Cleanup unused code
| * Merge "Cleanup unused code" into jb-mr1-devJean Chalard2012-08-031-5/+1
| |\
| | * Cleanup unused codeJean Chalard2012-08-041-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Italian dictionary has been amended to contain words that include apostrophes, and accordingly the apostrophe is now excluded from word separators in Italian. This code was only used for Italian, and in the general case it does the wrong thing; it was only needed by limitations of the old dictionary. Bug: 6929108 Change-Id: I7ff4615e01899a1cebed2c4c51679cd0746740fe
* | | am 900910c0: am 54e84a00: Make a makedict command for dicttool (A3)Jean Chalard2012-08-032-6/+6
|\| | | | | | | | | | | | | | * commit '900910c02bc10f902a27681311b8a93279c34ec2': Make a makedict command for dicttool (A3)
| * | Make a makedict command for dicttool (A3)Jean Chalard2012-08-042-6/+6
| |/ | | | | | | | | | | | | | | | | | | | | This behaves exactly as the old makedict command. Further changes will redirect the calls to makedict to this, so as to consolidate similar code. Groundwork for Bug: 6429606 Change-Id: Ibeadbf48bec70f988a15ca36ebf5d1ce3b5b54ea