aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Clean up ResearchLogger log methodTadashi G. Takaoka2013-08-012-35/+32
| | | | | | | | | | | | | | | | | | | | Change-Id: I06c30aab462ce5b17157ff71d5d76f9755178080
* | | | | Merge "Move non-distinct multitouch support to a separate class"Tadashi G. Takaoka2013-08-013-67/+112
|\ \ \ \ \
| * | | | | 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 "DynamicPatriciaTrieReadingUtils for version 3 dictionary."Keisuke Kuroynagi2013-08-012-0/+110
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | DynamicPatriciaTrieReadingUtils for version 3 dictionary.Keisuke Kuroynagi2013-08-012-0/+110
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6669677 Change-Id: I7105258a00159a5ddda7ff520c490c4ac9fa7902
* | | | | | Merge "Give PatriciaTrieReadingUtils methods for reading nodes."Keisuke Kuroynagi2013-08-019-113/+306
|\| | | | | | |/ / / / |/| | | |
| * | | | Give PatriciaTrieReadingUtils methods for reading nodes.Keisuke Kuroynagi2013-08-019-113/+306
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | The remaining methods in BinaryFormat will be removed. Bug: 6669677 Change-Id: I866f828d69a600c0ac03b68d71b1f6ee2ce4dd36
* | | | 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
* | | | | Merge "Move key repeat function to PointerTracker"Tadashi G. Takaoka2013-08-012-44/+43
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Move key repeat function to PointerTrackerTadashi G. Takaoka2013-08-012-44/+43
| | | | | | | | | | | | | | | | | | | | Change-Id: I26e553692faf48e30e9c43c71fac6980b8432111
* | | | | Fix: Include wrong file in dynamic_patricia_trie_policy.cpp.Keisuke Kuroynagi2013-08-011-1/+0
| | | | | | | | | | | | | | | | | | | | Change-Id: If994f17e41c7d07e979fa6b0aa4661da0523eb0a
* | | | | Merge "Introduce DynamicPatriciaTriePolicy for ver 3 dictionary."Keisuke Kuroynagi2013-08-014-3/+144
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Introduce DynamicPatriciaTriePolicy for ver 3 dictionary.Keisuke Kuroynagi2013-07-304-3/+144
| | |_|/ | |/| | | | | | | | | | | | | | Bug: 6669677 Change-Id: Idd3189558aa6fbbd6b2fd007c5721bf39dde9f48
* | | | Merge "Move binary_format.h to policyimpl."Keisuke Kuroynagi2013-08-014-3/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Move binary_format.h to policyimpl.Keisuke Kuroynagi2013-07-314-3/+1
| | | | | | | | | | | | | | | | | | | | Bug: 6669677 Change-Id: I3712f60528c7fcf364746f792cec6e180ab2dbef
* | | | 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-319-429/+424
|\ \ \ \ | |/ / / |/| | |
| * | | Refactor on the user history dictionarySatoshi Kataoka2013-07-319-429/+424
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 9429906 Bug: 4192129 Change-Id: I1a2bfe96e18119d30a72290aa48746f77a021018
* | | | Merge "Fix: appendTwoWords cannot handle MAX_WORD_LENGTH-chars word."Keisuke Kuroynagi2013-07-311-1/+1
|\ \ \ \
| * | | | Fix: appendTwoWords cannot handle MAX_WORD_LENGTH-chars word.Keisuke Kuroynagi2013-07-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 9892258 Change-Id: Ib4ef7850c8fc8b1d99d594bb7ef68ce645f0f1f3
* | | | | Remove sudden jump touch event hackTadashi G. Takaoka2013-07-313-196/+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-316-12/+43
|\ \ \ \ \
| * | | | | Fix Catalan keyboard layoutTadashi G. Takaoka2013-07-316-12/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | Merge "Fix inconsistency with mutable settings."Jean Chalard2013-07-313-57/+69
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix inconsistency with mutable settings.Jean Chalard2013-07-303-57/+69
| | | | | | | | | | | | | | | | | | | | Change-Id: I0550044199273cecb6f5713aa2e43ae16319cd47
* | | | | Merge "Fix duplicated apostrophe on AZERTY/tablet"Tadashi G. Takaoka2013-07-313-4/+4
|\ \ \ \ \
| * | | | | Fix duplicated apostrophe on AZERTY/tabletTadashi G. Takaoka2013-07-313-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 10099353 Change-Id: I2394a7a7900f42a2cf9e962293fae9bd68e58dee
* | | | | | Merge "Clean up PointerTracker a bit"Tadashi G. Takaoka2013-07-314-55/+54
|\ \ \ \ \ \
| * | | | | | Clean up PointerTracker a bitTadashi G. Takaoka2013-07-314-55/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If4ff87348fbc40f271c68dad255dbc42f9b26eb6
* | | | | | | Merge "Fix a problem where settings were not renewed correctly."Jean Chalard2013-07-311-2/+5
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | / / / | |_|_|/ / / |/| | | | |
| * | | | | Fix a problem where settings were not renewed correctly.Jean Chalard2013-07-301-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 10065412 Change-Id: Id05284f45466cd5b2697a695c3d1bdfbf3cc1f24
* | | | | | Merge "Clarify the expected cursor position in RichInputConnection."Jean Chalard2013-07-311-26/+29
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Clarify the expected cursor position in RichInputConnection.Jean Chalard2013-07-311-26/+29
| | |_|/ / | |/| | | | | | | | | | | | | Change-Id: I4d36a23567415c3a293a588b51b46006256c148f
* | | | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2013-07-302-4/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Import translations. DO NOT MERGEBaligh Uddin2013-07-292-4/+2
| | |/ / | |/| | | | | | | | | | | | | | Change-Id: Iac90270d4db88ffff492b36e15a424a50af8dddd Auto-generated-cl: translation import