aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add ResouceUtils.getDefaultKeyboardHeightTadashi G. Takaoka2013-08-074-54/+46
| | | | Change-Id: I377f6a83ec86b0345b170e7ad995d4577220d0ad
* Remove orientation member from KeyboardIdTadashi G. Takaoka2013-08-074-21/+9
| | | | Change-Id: I2c16134a24088dbc30b74ae7c5bc578a9d84a960
* Merge "Reword "No language""Jean Chalard2013-08-061-2/+2
|\
| * Reword "No language"Jean Chalard2013-08-051-2/+2
| | | | | | | | | | Bug: 10064334 Change-Id: Ie4e6c333566eee9000fa5c8e59e9df8b9b56a5b3
* | Merge "Consolidate forwardTouchEvent with dispatchTouchEvent"Tadashi G. Takaoka2013-08-061-14/+10
|\ \
| * | Consolidate forwardTouchEvent with dispatchTouchEventTadashi G. Takaoka2013-08-061-14/+10
| | | | | | | | | | | | Change-Id: Ib73962acff72be0a78a3565028572ad694fb8501
* | | Merge "Add emoji icon and code as a groundwork"Tadashi G. Takaoka2013-08-064-0/+9
|\ \ \ | |/ / |/| |
| * | Add emoji icon and code as a groundworkTadashi G. Takaoka2013-08-064-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | The emoji switching key icon asset should be updated. The icons in this change are just borrowed from Hangout. Bug: 10179862 Bug: 6370846 Change-Id: Icea26d2cf2ac6a6df9beb4c98f646dbe309bdcd9
* | | Remove unnecessary suggestion strip containerTadashi G. Takaoka2013-08-062-15/+13
|/ / | | | | | | Change-Id: I3710e1fe1574c0f69f7f448619e939fb45e9b8d3
* | Merge "Small optimization for readability"Tadashi G. Takaoka2013-08-061-31/+32
|\ \
| * | Small optimization for readabilityTadashi G. Takaoka2013-08-051-31/+32
| | | | | | | | | | | | Change-Id: I8a24fc0981e58a7dc30f0577c4415a1d3bc5ed4d
* | | Merge "Fix keyboard caching bug for testing"Tadashi G. Takaoka2013-08-061-1/+1
|\| |
| * | Fix keyboard caching bug for testingTadashi G. Takaoka2013-08-051-1/+1
| |/ | | | | | | Change-Id: I00584a68d868f38c065bb6a41e8e5f4eafd44e7f
* | Remove CODE_RESEARCHTadashi G. Takaoka2013-08-054-17/+9
| | | | | | | | | | | | | | Instead of CODE_RESEARCH, special outputText ".research." is used to invoke a research feedback dialog. Change-Id: Ic95c956ab4f2b5f0c3f2205c9bbcdcfb67db5d6e
* | Small cleanupTadashi G. Takaoka2013-08-052-1/+1
|/ | | | Change-Id: I7dce7373b371f1ed5a985815f5d43fb6c6ee1f84
* Merge "Add a debug preference for using only personalization dictionary"Satoshi Kataoka2013-08-023-11/+40
|\
| * Add a debug preference for using only personalization dictionarySatoshi Kataoka2013-08-023-11/+40
| | | | | | | | | | Bug: 9429906 Change-Id: I2003060c7065e736d42f3b3303fbba549358dd18
* | Merge "Fix a concurrency bug."Jean Chalard2013-08-021-14/+27
|\ \
| * | Fix a concurrency bug.Jean Chalard2013-08-021-14/+27
| | | | | | | | | | | | | | | | | | | | | | | | This probably only ever happens in tests, but still, that's the right thing to do. Bug: 10139031 Change-Id: I259be9e7306162e19faf738a093a77762f2e7675
* | | Small cleanupKen Wakasa2013-08-021-1/+1
| | | | | | | | | | | | Change-Id: I7a35eb4cb7cee4c120236a2bc1974d7b345f4188
* | | Remove unnecessary setLayerType() callsKen Wakasa2013-08-024-4/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Calling up setLayerType(LAYER_TYPE_HARDWARE, ..) on non-HW accelerated devices was ending up with having a drawing cache in View that is not quite needed for PreviewPlacerView. bug: 8967766 Change-Id: Ic8e6eeaf536530ff5f23eb353b0a8e5ba96fa0e2
* | | Forgot to reset the matrix of offscreen canvasKen Wakasa2013-08-021-0/+1
| | | | | | | | | | | | | | | | | | | | | Follow up to I5bc980c4dc41bc304be3c190934c1f7c55c9d244 bug: 8967766 Change-Id: I37c2e8e70ff4966ca5e4f29e5cac8349d8fe73b6
* | | Move motion event dispatcher to PointerTrackerTadashi G. Takaoka2013-08-023-53/+72
| |/ |/| | | | | Change-Id: I967bf4629b7d1002be6aff6007dc03d2db05c562
* | Merge "Deallocate offscreen buffer for non-HW-accel draw"Ken Wakasa2013-08-012-0/+6
|\ \
| * | Deallocate offscreen buffer for non-HW-accel drawKen Wakasa2013-08-012-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Clean up ResearchLogger log methodTadashi G. Takaoka2013-08-012-35/+32
| | | | | | | | | | | | Change-Id: I06c30aab462ce5b17157ff71d5d76f9755178080
* | | Move non-distinct multitouch support to a separate classTadashi G. Takaoka2013-08-013-67/+112
|/ / | | | | | | | | | | | | Move code that support non-distinct multitouch screen device to the NonDistinchMultitouchHelper class. Change-Id: I2e44f782b83dbcd095ee8e51c36b0766da0cd457
* | Merge "Remove getTimer() reference except from PointerTracker"Tadashi G. Takaoka2013-08-012-3/+15
|\ \
| * | Remove getTimer() reference except from PointerTrackerTadashi G. Takaoka2013-08-012-3/+15
| | | | | | | | | | | | Change-Id: I142eb5b61b932e60452b9b3514d6ddca3d21ec9d
* | | Merge "Connect the personalization dictionary"Satoshi Kataoka2013-08-013-9/+48
|\ \ \ | |/ / |/| |
| * | Connect the personalization dictionarySatoshi Kataoka2013-08-013-9/+48
| |/ | | | | | | | | | | Bug: 9429906 Bug: 4192129 Change-Id: I9c9f3ed7699f74339ad92be6dcddb8a52c377545
* / Move key repeat function to PointerTrackerTadashi G. Takaoka2013-08-012-44/+43
|/ | | | Change-Id: I26e553692faf48e30e9c43c71fac6980b8432111
* Merge "Add UsabilityStudyLogUtils.writeMotionEvent"Tadashi G. Takaoka2013-07-312-43/+40
|\
| * Add UsabilityStudyLogUtils.writeMotionEventTadashi G. Takaoka2013-07-312-43/+40
| | | | | | | | Change-Id: I41ee6d1879dc937e1554fedfc603d9bb5bec40f2
* | Add the personalization prediction dictionarySatoshi Kataoka2013-07-311-0/+36
| | | | | | | | | | | | Bug: 9429906 Bug: 4192129 Change-Id: I0663de025405b2c92eebd528339b82baec97e2ce
* | Refactor the personalization dictionarySatoshi Kataoka2013-07-312-17/+15
| | | | | | | | | | | | Bug: 9429906 Bug: 4192129 Change-Id: I9f094bc5a6ce4652e310e090f1536e43f1f24ad1
* | Merge "Deallocate gesture trail bitmap when unneeded"Ken Wakasa2013-07-313-0/+10
|\ \
| * | Deallocate gesture trail bitmap when unneededKen Wakasa2013-07-313-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge "Refactor the user history dictionary"Satoshi Kataoka2013-07-312-26/+35
|\ \ \ | |/ / |/| |
| * | Refactor the user history dictionarySatoshi Kataoka2013-07-312-26/+35
| |/ | | | | | | | | | | | | Bug: 9429906 Bug: 4192129 Change-Id: If53bc3220627802d82ab7c396d0aabdb658573fa
* / Fix inconsistencies with mSuggest.Jean Chalard2013-07-311-30/+29
|/ | | | | | | | This should fix some NPEs, but they are so unlikely that we never see them. Bug: 10065412 Change-Id: I2aefea1f52024405cc3fda9106fea41a02aaf4d8
* Merge "Refactor on the user history dictionary"Satoshi Kataoka2013-07-318-424/+419
|\
| * Refactor on the user history dictionarySatoshi Kataoka2013-07-318-424/+419
| | | | | | | | | | | | Bug: 9429906 Bug: 4192129 Change-Id: I1a2bfe96e18119d30a72290aa48746f77a021018
* | Remove sudden jump touch event hackTadashi G. Takaoka2013-07-312-165/+4
| | | | | | | | | | | | This hack was for Nexus One and Droid that can't run on ICS or later. Change-Id: I1f9cef2022b0bbb333235e6b7c311c9785a1d894
* | Merge "Fix Catalan keyboard layout"Tadashi G. Takaoka2013-07-311-4/+27
|\ \
| * | Fix Catalan keyboard layoutTadashi G. Takaoka2013-07-311-4/+27
| | | | | | | | | | | | | | | Bug: 10098472 Change-Id: I60e4aa6716f8166ca60ab5687b0faf2d84cd846b
* | | Merge "Fix missing Azerbaijani text resource"Tadashi G. Takaoka2013-07-311-1/+2
|\| | | |/ |/|
| * Fix missing Azerbaijani text resourceTadashi G. Takaoka2013-07-311-1/+2
| | | | | | | | | | | | Though Azerbaijani subtype is disabled temporary by Ib8a38f85f4. Change-Id: I887cf3508bd2945016c506eae1969778ba4582d3
* | Merge "Fix some warnings"Jean Chalard2013-07-3120-52/+36
|\ \
| * | Fix some warningsJean Chalard2013-07-3120-52/+36
| | | | | | | | | | | | Change-Id: I7290cd1fb675a1b85b9b6ac2d464c932b5bca1dd