aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Implement a part of ver 3 dictionary reading methods.Keisuke Kuroynagi2013-08-064-7/+256
| | | | | | | | | | | | | | | | | | | | Bug: 6669677 Change-Id: I83c159838ad99b2093907b9de7df6cb7a97b4165
* | | | 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
* | | | Merge "Small cleanup"Tadashi G. Takaoka2013-08-052-1/+1
|\ \ \ \
| * | | | Small cleanupTadashi G. Takaoka2013-08-052-1/+1
| |/ / / | | | | | | | | | | | | Change-Id: I7dce7373b371f1ed5a985815f5d43fb6c6ee1f84
* | / / Fix a typoJean Chalard2013-08-0554-112/+112
| |/ / |/| | | | | | | | Change-Id: Ie724a444ce056ee43b7ca2f10f30cce5843e61ad
* | | Merge "Remove checkFirstCharacter from BigramDictionary."Keisuke Kuroynagi2013-08-055-55/+23
|\ \ \ | |/ / |/| |
| * | Remove checkFirstCharacter from BigramDictionary.Keisuke Kuroynagi2013-07-315-55/+23
| | | | | | | | | | | | | | | Bug: 10028452 Change-Id: I27b147e83b312d73e975a0b2bc8074b33906e56e
* | | am 2e9d50a9: (-s ours) Merge "Fix Catalan keyboard layout"Jean-Baptiste Queru2013-08-020-0/+0
|\ \ \ | |_|/ |/| | | | | | | | * commit '2e9d50a95d5648bffcf88da1ebec13cf58ce317f': Fix Catalan keyboard layout
| * | Merge "Fix Catalan keyboard layout"Jean-Baptiste Queru2013-08-026-12/+43
| |\ \
| | * | Fix Catalan keyboard layoutTadashi G. Takaoka2013-08-016-12/+43
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | - Place "ç" (U+00E7) insteand of "ñ" (U+00F1). - Place "L·L" (L/U+00B7/L) instead of "Ŀ" (U+013F) in more keys of "L". - Add "·" (U+00B7) to more keys of "." in main keyboard and "-" in symbols keyboard. Change-Id: I60e4aa6716f8166ca60ab5687b0faf2d84cd846b
* | | Fix buildSatoshi Kataoka2013-08-021-2/+2
| | | | | | | | | | | | Change-Id: I5748f7fb753f06e7be31e94c5e665130d818c4a9
* | | Merge "Add a debug preference for using only personalization dictionary"Satoshi Kataoka2013-08-025-11/+48
|\ \ \
| * | | Add a debug preference for using only personalization dictionarySatoshi Kataoka2013-08-025-11/+48
| | | | | | | | | | | | | | | | | | | | 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
* | | | | 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
|\ \ \ \ \ \ | |/ / / / / |/| | | | |