aboutsummaryrefslogtreecommitdiffstats
path: root/native (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-157-23/+17
| | | | Change-Id: I24f91d7130f2203715b868d4a82510660939886f
* Remove MAX_WORD_LENGTH_INTERNALKen Wakasa2013-01-1521-197/+171
| | | | Change-Id: Ie11ff000675601acff5fbb00e9e9f48eb32c5071
* Remove BinaryDictionary.MAX_PREDICTION and MAX_SPACES, and rename MAX_WORDS ↵Ken Wakasa2013-01-1112-69/+65
| | | | | | 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-087-22/+21
|\ \ | |/ |/|
| * Replace assert() with ASSERT() & use -funwind-tables for debug buildsKen Wakasa2013-01-097-22/+21
| | | | | | | | Change-Id: I9ec14eb24ebc45657119a45aba09517e71a22974
* | assert when the touch event goes back to the futureSatoshi Kataoka2013-01-092-0/+12
|/ | | | | | bug: 7911739 Change-Id: I29db6a5cb6749999666b1c53857ea61bcc19b8f1
* Yet another small cleanupsKen Wakasa2013-01-087-31/+23
| | | | Change-Id: Ie940c4d4d9d85c95e2f04ba23f00a54ba3dc53bf
* Misc small cleanupsKen Wakasa2013-01-0813-61/+44
| | | | Change-Id: Iea61e6c76a9a0437a1b2e8143f6ab5b09a8e211e
* am 5dc24372: am d61f9981: Merge "Add -ldl for new stlport"Andrew Hsieh2012-12-281-0/+1
|\ | | | | | | | | * commit '5dc243723bec5ff5d77c5553ac5156980b3748d4': Add -ldl for new stlport
| * am d61f9981: Merge "Add -ldl for new stlport"Andrew Hsieh2012-12-211-0/+1
| |\ | | | | | | | | | | | | * commit 'd61f9981da7ece48b669ae67cad29a770bf61308': Add -ldl for new stlport
| | * Add -ldl for new stlportAndrew Hsieh2012-12-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | The new stlport in NDK r8d+ supports exception support via gabi++. The new gabi++ depends on dlopen, etc, meaning that we need to add -ldl for project links stlport with "-nostdlib -Wl,--no-undefined" (ie. all *.so in Android) Change-Id: I7321a075d2852a6a72f82f40bb24d64ec211cf39
* | | 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-209-116/+105
| | | | | | | | | | | | | | | | | | multi-project commit with Iecacb05c Change-Id: I0d21063335fb8c11184ad4eea00b123362de6853
* | | fix build breakageSatoshi Kataoka2012-12-201-1/+1
| | | | | | | | | | | | Change-Id: I3ab0a143eff063e2e5be672a207c9b3cb45a69d7
* | | 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
* | | | Fix liblog declaration in Makefile to make it more NDK-build friendlyKen Wakasa2012-11-271-2/+2
| | | | | | | | | | | | | | | | Change-Id: I1459124b84e1db9df13700514f8029851bc21c97
* | | | 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