aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* am 6b5f5bb2: am 708cc94a: Remove gesture detection hacking codeTadashi G. Takaoka2012-08-122-22/+4
|\ | | | | | | | | * commit '6b5f5bb22710e15ecfd4d3ecbc955b7a8236c85d': Remove gesture detection hacking code
| * Remove gesture detection hacking codeTadashi G. Takaoka2012-08-132-22/+4
| | | | | | | | Change-Id: Idaec3753592ca0a5c5545eb5ab65254a3e32e662
* | am 7b4531a1: am bcec82de: Clean up constructorsKen Wakasa2012-08-124-39/+8
|\| | | | | | | | | * commit '7b4531a16f0d7f237822e94f3e962257ee9d0c16': Clean up constructors
| * Clean up constructorsKen Wakasa2012-08-134-39/+8
| | | | | | | | | | | | | | | | | | | | | | 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 7a9695e4: am ce38c62a: Merge "Remove conservative MainKeyboardView.draw" ↵Tadashi G. Takaoka2012-08-091-14/+0
|\| | | | | | | | | | | | | | | | | | | | into jb-mr1-dev * commit '7a9695e455d4cd5eeb509452eb58c06e5000cc03': Remove conservative MainKeyboardView.draw
| * | 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
* | | 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 03c580e8: am 877157e1: Optimize keyboard drawing code a bitTadashi G. Takaoka2012-08-091-15/+10
|\| | | | | | | | | * commit '03c580e801b66404b8edd8b99b7321d67ac70915': Optimize keyboard drawing code a bit
| * 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
* | 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-086-43/+45
|\| | | | | | | | | | | | | 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-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 "ResearchLogging upload via service"Kurt Partridge2012-08-084-250/+264
|\ \ \
| * | | ResearchLogging upload via serviceKurt Partridge2012-08-074-250/+264
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upload using an intent service rather than just a thread. More robust in case the keyboard is closed and the upload hasn't finished yet. multi-project commit with Idf39453f6ccc70af63e7b2c912f61f2533339870 Bug: 6188932 Change-Id: Id5484f2b6349e316e828d5bdc0ed9ca92887d5b8
* | | | 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 debc7ffd: am 732f2798: Merge "Add toString() method to Keyboard" into ↵Tadashi G. Takaoka2012-08-081-0/+5
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | jb-mr1-dev * commit 'debc7ffd692884f22904bd519124f9657170ec7e': Add toString() method to Keyboard
| * | | 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
* | | | 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()
| * | | 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
* | | | am 8d0d7415: am a890de42: Merge "Use ArrayList to implement ↵Tadashi G. Takaoka2012-08-072-47/+114
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | PointerTrackerQueue" into jb-mr1-dev * commit '8d0d7415f8d634f88ce4f391441f65960a1be0f4': Use ArrayList to implement PointerTrackerQueue
| * | | Use ArrayList to implement PointerTrackerQueueTadashi G. Takaoka2012-08-082-47/+114
| |/ / | | | | | | | | | Change-Id: Ie386e6c7869df4df940e09fccffc5cd661134557
* | | Merge "ResearchLogging log when preferences change"Kurt Partridge2012-08-071-0/+13
|\ \ \ | |_|/ |/| |