aboutsummaryrefslogtreecommitdiffstats
path: root/native/jni/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Refactor proximity info stateSatoshi Kataoka2013-01-224-348/+409
| | | | Change-Id: I30cc0d8f2e48d70e214739a073eabf3a8ea73618
* Remove MAX_PROXIMITY_CHARS_SIZE_INTERNALKen Wakasa2013-01-228-58/+52
| | | | Change-Id: I18a997503de4033b5341b564145bca862a872098
* Refactor proximity infoSatoshi Kataoka2013-01-217-426/+592
| | | | Change-Id: I668e6abfe202e1a56d59b6b6e58d1b4f003b720a
* refactor proximity infoSatoshi Kataoka2013-01-216-256/+340
| | | | Change-Id: I1e37ca655b4c1ba91a04aaf5aea8267cd46b4f43
* Clean up in geometry_utils.hKen Wakasa2013-01-217-80/+87
| | | | Change-Id: I876bceed12cf533cb29d290fbc05a686f4030579
* refactor space proximitySatoshi Kataoka2013-01-182-0/+7
| | | | Change-Id: I9629986f77ece9addc3a70371679510d99f2659f
* Refactor proximity infoSatoshi Kataoka2013-01-186-146/+223
| | | | Change-Id: I96a4eb5cbdb3b2a402e286ac2aff36c3a52482ff
* Follow up to I21b54b35Ken Wakasa2013-01-162-4/+8
| | | | Change-Id: I3dd5fdd0c7f157724c82f6ddd6d3bea9bc853988
* Merge "refactor distance cache"Satoshi Kataoka2013-01-154-30/+66
|\
| * refactor distance cacheSatoshi Kataoka2013-01-154-30/+66
| | | | | | | | Change-Id: I21b54b356641a63d7be17fd34b9ede7a63ec738a
* | Small renaming for consistencyKen Wakasa2013-01-153-12/+12
|/ | | | Change-Id: I10c61d441f586e63045f8c7a606a9ee61366d870
* Use -fno-inline for debug builds & small cleanupsKen Wakasa2013-01-156-21/+15
| | | | Change-Id: I24f91d7130f2203715b868d4a82510660939886f
* Remove MAX_WORD_LENGTH_INTERNALKen Wakasa2013-01-1518-159/+130
| | | | Change-Id: Ie11ff000675601acff5fbb00e9e9f48eb32c5071
* Remove BinaryDictionary.MAX_PREDICTION and MAX_SPACES, and rename MAX_WORDS ↵Ken Wakasa2013-01-1111-65/+54
| | | | | | to MAX_RESULTS Change-Id: Iab2a422b367e7521f346481c7fe5e2575f2e9de3
* Merge "add a define"Satoshi Kataoka2013-01-091-0/+3
|\
| * add a defineSatoshi Kataoka2013-01-091-0/+3
| | | | | | | | Change-Id: I8139d0639d07afd200ba4507768bf76d0054687b
* | Merge "Replace assert() with ASSERT() & use -funwind-tables for debug builds"Ken Wakasa2013-01-085-17/+14
|\ \ | |/ |/|
| * Replace assert() with ASSERT() & use -funwind-tables for debug buildsKen Wakasa2013-01-095-17/+14
| | | | | | | | Change-Id: I9ec14eb24ebc45657119a45aba09517e71a22974
* | assert when the touch event goes back to the futureSatoshi Kataoka2013-01-092-0/+12
|/ | | | | | bug: 7911739 Change-Id: I29db6a5cb6749999666b1c53857ea61bcc19b8f1
* Misc small cleanupsKen Wakasa2013-01-089-50/+40
| | | | Change-Id: Iea61e6c76a9a0437a1b2e8143f6ab5b09a8e211e
* Tidy up GeometryUtils a bitKen Wakasa2012-12-271-5/+6
| | | | Change-Id: I33f4042265c0dcc2530cee43c610f73ec99c6792
* Tiny cleanupsKen Wakasa2012-12-213-14/+14
| | | | Change-Id: Ie648a9da326cb194d96cb5f5a6966af0608367b4
* Reorganize file and class names for typing and gestureKen Wakasa2012-12-208-113/+102
| | | | | | multi-project commit with Iecacb05c Change-Id: I0d21063335fb8c11184ad4eea00b123362de6853
* Cleanup decoder wrapperSatoshi Kataoka2012-12-202-10/+10
| | | | Change-Id: Iade1c3954f151edce313856395dc5083e820aa93
* add debugSatoshi Kataoka2012-12-182-40/+29
| | | | Change-Id: I101810d2cdd7c2702c489d76fe8f90da0a87a103
* Refactor most probable stringSatoshi Kataoka2012-12-172-3/+3
| | | | Change-Id: Ic14f1632f219f844c65a2e9c78d5ecf635e8234e
* Merge "Fix typing incremental decoder"Satoshi Kataoka2012-12-122-5/+23
|\
| * Fix typing incremental decoderSatoshi Kataoka2012-12-122-5/+23
| | | | | | | | Change-Id: Ia55d5c0200738c81f93530b3680bc3f37c0b2e28
* | Small cleanupsKen Wakasa2012-12-115-14/+5
|/ | | | Change-Id: I29b4dee15d66f8f1372035738658234395001d41
* Calculate isContinuationPossible for typingSatoshi Kataoka2012-12-113-12/+23
| | | | Change-Id: I11edb1e5155e5048a6c95f84b36e2ef34572178c
* Header clean upKen Wakasa2012-12-107-14/+4
| | | | Change-Id: If9b2ea4ed8c1c4cf73463f0ac4bc63d4bb8cba42
* Clean up sign conversions in binary_format.h (done by -Wsign-conversion)Ken Wakasa2012-12-101-12/+13
| | | | Change-Id: I9ca88c22ee5bbb66d50640e1d96021fbe71fc8ab
* Fix build breakage.Satoshi Kataoka2012-12-101-1/+1
| | | | Change-Id: I01b00827a3099097c1181a4ae91498a6cd14c3ca
* Rename functionSatoshi Kataoka2012-12-062-3/+3
| | | | Change-Id: Ia05d4b96158b17d4feef8f2d6ebd52e9dd69b25f
* turn off debug flagsSatoshi Kataoka2012-12-061-3/+3
| | | | Change-Id: I08710abe3e158ee48c954289fc6bb1269c4a7126
* Clean up int types in the Dictionary classKen Wakasa2012-12-033-12/+10
| | | | Change-Id: I49821c00186ce2a282bb23f369eb140b47d6c455
* Clean up int typesKen Wakasa2012-12-034-32/+29
| | | | Change-Id: Ib6819b9d7f00208f47533d7ab3d2e02ca3730981
* Merge "remove invalid comparison"Ken Wakasa2012-12-031-2/+0
|\
| * remove invalid comparisonSatoshi Kataoka2012-12-031-2/+0
| | | | | | | | Change-Id: I162c478debe5897be057998bd22924ed487d01af
* | Fix offdevice regression test build errorKen Wakasa2012-11-301-1/+1
|/ | | | Change-Id: I97128108b3bd75c61069517c3f8ce68ecc7bf285
* Merge "Tweak beeline speed"Satoshi Kataoka2012-11-303-29/+87
|\
| * Tweak beeline speedSatoshi Kataoka2012-11-303-29/+87
| | | | | | | | Change-Id: I77bbd5e1888281e838d87824dc04a574b1a7ecb7
* | Merge "Add utilities to read header values."Jean Chalard2012-11-292-0/+74
|\ \ | |/ |/|
| * Add utilities to read header values.Jean Chalard2012-11-292-0/+74
| | | | | | | | | | Bug: 7540132 Change-Id: I19d85481135e79d8782f711da5cbb3a5a7bc06f8
* | Prep for GCC 4.7Ken Wakasa2012-11-272-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On Galaxy Nexus (./vendor/google/apps/LatinImeGoogle/tests/etc/run-profile.sh -g) Before ==== test finished, terminate logcat ===== (0) 2506.11 (10.48%) (1) 21289.22 (89.01%) (2) 108.29 (0.45%) (3) 0.00 (0.00%) (4) 0.00 (0.00%) (5) 0.00 (0.00%) (6) 0.00 (0.00%) (20) 0.00 (0.00%) Total 23917.44 (sum of others 23903.62) After ==== test finished, terminate logcat ===== (0) 2499.58 (10.98%) (1) 20145.66 (88.51%) (2) 103.17 (0.45%) (3) 0.00 (0.00%) (4) 0.00 (0.00%) (5) 0.00 (0.00%) (6) 0.00 (0.00%) (20) 0.00 (0.00%) Total 22761.98 (sum of others 22748.42) Change-Id: I662cb361ff9205ef87d640c458b8473df7d54659
* | Tidy up SORTED_CHAR_MAP a bit more for obvious Latin charsKen Wakasa2012-11-261-16/+35
| | | | | | | | Change-Id: Ia18eacf4ad3ea882e4ec3cdfebc7f662503660d9
* | Update SORTED_CHAR_MAP[] in char_utils.cppKen Wakasa2012-11-261-61/+59
|/ | | | Change-Id: I683793a0fd0ccf41f5a378275ef11def4e70ce76
* Calculate point to point durationSatoshi Kataoka2012-11-223-28/+118
| | | | Change-Id: I4e0cabdbc628658619b7a71dc66aa3bf8a5030b2
* am 37fbcb0d: am 6d471258: am c9349db1: Merge "Add a constant for S_INT_MIN" ↵Jean Chalard2012-11-201-0/+6
|\ | | | | | | | | | | | | into jb-mr1.1-dev * commit '37fbcb0ddf2bf61f0e432534b671596b1b6f897e': Add a constant for S_INT_MIN
| * Add a constant for S_INT_MINJean Chalard2012-11-201-0/+6
| | | | | | | | | | | | | | This is necessary for I807ae4bd Bug: 7491364 Change-Id: I46ee92a76eb65e80b64538d0300b718eac6a3ddb