aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Move motion event dispatcher to PointerTracker•••Change-Id: I967bf4629b7d1002be6aff6007dc03d2db05c562 Tadashi G. Takaoka2013-08-023-53/+72
| | |/ | |/|
* | | am ed56ea86: Merge "Deallocate offscreen buffer for non-HW-accel draw"•••* commit 'ed56ea86d0114e85763e449a05b40e670addfc48': Deallocate offscreen buffer for non-HW-accel draw Ken Wakasa2013-08-012-0/+6
|\| |
| * | Merge "Deallocate offscreen buffer for non-HW-accel draw"Ken Wakasa2013-08-012-0/+6
| |\ \
| | * | Deallocate offscreen buffer for non-HW-accel draw•••Follow up to I5bc980c4dc41bc304be3c190934c1f7c55c9d244 This frees up 800KB on occam_svelte when LatinIME is in background. Confirmed the performance effect in keyboard-bring up speed was unperceivable. bug: 8967766 Change-Id: I0fab179c61179564bd3a0349c9825e7d61f7e1f2 Ken Wakasa2013-08-012-0/+6
* | | | am 54dd1bed: Clean up ResearchLogger log method•••* commit '54dd1bed528331208f15df2693bcd01004dd471a': Clean up ResearchLogger log method Tadashi G. Takaoka2013-08-012-35/+32
|\| | |
| * | | Clean up ResearchLogger log method•••Change-Id: I06c30aab462ce5b17157ff71d5d76f9755178080 Tadashi G. Takaoka2013-08-012-35/+32
* | | | am b7f62601: Merge "Move non-distinct multitouch support to a separate class"•••* commit 'b7f62601959e81dc08ce33013f023c67a0da9424': Move non-distinct multitouch support to a separate class Tadashi G. Takaoka2013-08-013-67/+112
|\| | |
| * | | Move non-distinct multitouch support to a separate class•••Move code that support non-distinct multitouch screen device to the NonDistinchMultitouchHelper class. Change-Id: I2e44f782b83dbcd095ee8e51c36b0766da0cd457 Tadashi G. Takaoka2013-08-013-67/+112
| |/ /
* | | am a299421f: Merge "Remove getTimer() reference except from PointerTracker"•••* commit 'a299421f67e6800e3d19021df275029f5d084a8b': Remove getTimer() reference except from PointerTracker Tadashi G. Takaoka2013-08-012-3/+15
|\| |
| * | Merge "Remove getTimer() reference except from PointerTracker"Tadashi G. Takaoka2013-08-012-3/+15
| |\ \
| | * | Remove getTimer() reference except from PointerTracker•••Change-Id: I142eb5b61b932e60452b9b3514d6ddca3d21ec9d Tadashi G. Takaoka2013-08-012-3/+15
* | | | am 503b7902: Merge "Connect the personalization dictionary"•••* commit '503b79029a41d672f6a4c22e2d4f24709a1dfc80': Connect the personalization dictionary Satoshi Kataoka2013-08-013-9/+48
|\| | |
| * | | Merge "Connect the personalization dictionary"Satoshi Kataoka2013-08-013-9/+48
| |\ \ \ | | |/ / | |/| |
| | * | Connect the personalization dictionary•••Bug: 9429906 Bug: 4192129 Change-Id: I9c9f3ed7699f74339ad92be6dcddb8a52c377545 Satoshi Kataoka2013-08-013-9/+48
| | |/
* | | am c83da069: Merge "Move key repeat function to PointerTracker"•••* commit 'c83da0693997280c1b996154f10ab808b3d957d6': Move key repeat function to PointerTracker Tadashi G. Takaoka2013-08-012-44/+43
|\| |
| * | Move key repeat function to PointerTracker•••Change-Id: I26e553692faf48e30e9c43c71fac6980b8432111 Tadashi G. Takaoka2013-08-012-44/+43
| |/
* | am 552a4b84: Merge "Add UsabilityStudyLogUtils.writeMotionEvent"•••* commit '552a4b84f87452f2df6a3b85bcb6ef33547f70ca': Add UsabilityStudyLogUtils.writeMotionEvent Tadashi G. Takaoka2013-07-312-43/+40
|\|
| * Merge "Add UsabilityStudyLogUtils.writeMotionEvent"Tadashi G. Takaoka2013-07-312-43/+40
| |\
| | * Add UsabilityStudyLogUtils.writeMotionEvent•••Change-Id: I41ee6d1879dc937e1554fedfc603d9bb5bec40f2 Tadashi G. Takaoka2013-07-312-43/+40
* | | am 567e7f05: Add the personalization prediction dictionary•••* commit '567e7f05c131505c24dcad1ea04be09a59512c02': Add the personalization prediction dictionary Satoshi Kataoka2013-07-311-0/+36
|\| |
| * | Add the personalization prediction dictionary•••Bug: 9429906 Bug: 4192129 Change-Id: I0663de025405b2c92eebd528339b82baec97e2ce Satoshi Kataoka2013-07-311-0/+36
* | | am 853d0fd1: Refactor the personalization dictionary•••* commit '853d0fd122ab8fd06ee50217d5f7ff960614a144': Refactor the personalization dictionary Satoshi Kataoka2013-07-312-17/+15
|\| |
| * | Refactor the personalization dictionary•••Bug: 9429906 Bug: 4192129 Change-Id: I9f094bc5a6ce4652e310e090f1536e43f1f24ad1 Satoshi Kataoka2013-07-312-17/+15
* | | am 883bd364: Merge "Deallocate gesture trail bitmap when unneeded"•••* commit '883bd364eb7905af94c470540950f055094f0d87': Deallocate gesture trail bitmap when unneeded Ken Wakasa2013-07-313-0/+10
|\| |
| * | Merge "Deallocate gesture trail bitmap when unneeded"Ken Wakasa2013-07-313-0/+10
| |\ \
| | * | Deallocate gesture trail bitmap when unneeded•••This frees up 1.7MB on Nexus 4 (occam), and 900KB on occam_svelte while LatinIME goes to background. The keyboard bring-up speed feels acceptable on both devices. bug: 8967766 Change-Id: I5bc980c4dc41bc304be3c190934c1f7c55c9d244 Ken Wakasa2013-07-313-0/+10
* | | | am 3b1eb886: Merge "Refactor the user history dictionary"•••* commit '3b1eb886582a6bfab63cee24323f0b139d70087f': Refactor the user history dictionary Satoshi Kataoka2013-07-312-26/+35
|\| | |
| * | | Merge "Refactor the user history dictionary"Satoshi Kataoka2013-07-312-26/+35
| |\ \ \ | | |/ / | |/| |
| | * | Refactor the user history dictionary•••Bug: 9429906 Bug: 4192129 Change-Id: If53bc3220627802d82ab7c396d0aabdb658573fa Satoshi Kataoka2013-07-312-26/+35
| | |/
* | | am 2d7e9273: Fix inconsistencies with mSuggest.•••* commit '2d7e92735478115330be21b4fe250eea6e2f71b8': Fix inconsistencies with mSuggest. Jean Chalard2013-07-311-30/+29
|\| |
| * | Fix inconsistencies with mSuggest.•••This should fix some NPEs, but they are so unlikely that we never see them. Bug: 10065412 Change-Id: I2aefea1f52024405cc3fda9106fea41a02aaf4d8 Jean Chalard2013-07-311-30/+29
| |/
* | am acb3cc74: Merge "Refactor on the user history dictionary"•••* commit 'acb3cc74736342be10b4cbc9339eda383bc34a01': Refactor on the user history dictionary Satoshi Kataoka2013-07-318-424/+419
|\|
| * Merge "Refactor on the user history dictionary"Satoshi Kataoka2013-07-318-424/+419
| |\
| | * Refactor on the user history dictionary•••Bug: 9429906 Bug: 4192129 Change-Id: I1a2bfe96e18119d30a72290aa48746f77a021018 Satoshi Kataoka2013-07-318-424/+419
* | | am 310ea9ab: Remove sudden jump touch event hack•••* commit '310ea9ab9058e922a562309cb0dc5d5e092000f1': Remove sudden jump touch event hack Tadashi G. Takaoka2013-07-313-196/+4
|\| |
| * | Remove sudden jump touch event hack•••This hack was for Nexus One and Droid that can't run on ICS or later. Change-Id: I1f9cef2022b0bbb333235e6b7c311c9785a1d894 Tadashi G. Takaoka2013-07-313-196/+4
* | | am 3b5c05f1: Merge "Fix Catalan keyboard layout"•••* commit '3b5c05f18c3628a99b5e676af636b6f64e58f1c5': Fix Catalan keyboard layout Tadashi G. Takaoka2013-07-313-8/+33
|\| |
| * | Merge "Fix Catalan keyboard layout"Tadashi G. Takaoka2013-07-313-8/+33
| |\ \
| | * | Fix Catalan keyboard layout•••Bug: 10098472 Change-Id: I60e4aa6716f8166ca60ab5687b0faf2d84cd846b Tadashi G. Takaoka2013-07-313-8/+33
* | | | am fea0862c: Merge "Fix missing Azerbaijani text resource"•••* commit 'fea0862cf6eafb676238ea95a80a8ce47db12ce0': Fix missing Azerbaijani text resource Tadashi G. Takaoka2013-07-311-1/+2
|\| | |
| * | | Merge "Fix missing Azerbaijani text resource"Tadashi G. Takaoka2013-07-311-1/+2
| |\| | | | |/ | |/|
| | * Fix missing Azerbaijani text resource•••Though Azerbaijani subtype is disabled temporary by Ib8a38f85f4. Change-Id: I887cf3508bd2945016c506eae1969778ba4582d3 Tadashi G. Takaoka2013-07-311-1/+2
* | | am 8d46ea91: Merge "Fix some warnings"•••* commit '8d46ea915645361856a0b3df3db1c83888cb39ff': Fix some warnings Jean Chalard2013-07-3120-52/+36
|\| |
| * | Merge "Fix some warnings"Jean Chalard2013-07-3120-52/+36
| |\ \
| | * | Fix some warnings•••Change-Id: I7290cd1fb675a1b85b9b6ac2d464c932b5bca1dd Jean Chalard2013-07-3120-52/+36
* | | | am 7d654d8c: Merge "Fix inconsistency with mutable settings."•••* commit '7d654d8cae47f50127021918c24201bb1f0e9a06': Fix inconsistency with mutable settings. Jean Chalard2013-07-313-57/+69
|\| | |
| * | | Merge "Fix inconsistency with mutable settings."Jean Chalard2013-07-313-57/+69
| |\ \ \ | | |_|/ | |/| |
| | * | Fix inconsistency with mutable settings.•••Change-Id: I0550044199273cecb6f5713aa2e43ae16319cd47 Jean Chalard2013-07-303-57/+69
* | | | am 21cabc98: Merge "Fix duplicated apostrophe on AZERTY/tablet"•••* commit '21cabc98d58ef3b763ca2a56aec388310f5eb371': Fix duplicated apostrophe on AZERTY/tablet Tadashi G. Takaoka2013-07-313-4/+4
|\| | |
| * | | Merge "Fix duplicated apostrophe on AZERTY/tablet"Tadashi G. Takaoka2013-07-313-4/+4
| |\ \ \