aboutsummaryrefslogtreecommitdiffstats
path: root/native/jni/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| * Merge "[DO NOT MERGE] Correct a wrong base character in Russian" into ↵Jean Chalard2012-11-141-2/+2
| |\ | | | | | | | | | jb-mr1.1-dev
| | * [DO NOT MERGE] Correct a wrong base character in RussianJean Chalard2012-11-141-2/+2
| | | | | | | | | | | | | | | Bug: 7516306 Change-Id: I80cee4b2b11e5bfa68c12923049cb612abd0bc7e
| * | DO NOT MERGE - Fix an error in the base char table for LETTER L WITH STROKEKen Wakasa2012-11-151-1/+1
| |/ | | | | | | | | | | | | Cherrypick of I67a431d8 bug: 7539944 Change-Id: I0d1f9649f30c36b8e464944a5b881c2cb9c05ccf
* | Tidy up the base char mapKen Wakasa2012-11-191-165/+172
| | | | | | | | Change-Id: I1c3119c5db35faaf73180f17a0888224e301c121
* | Merge "Cleanup speed related code"Satoshi Kataoka2012-11-162-141/+149
|\ \
| * | Cleanup speed related codeSatoshi Kataoka2012-11-162-141/+149
| | | | | | | | | | | | Change-Id: Id6ea99a9e28f20f3ac34b9bfdac1bf62fd7a9a5d
* | | Remove unused variablesKen Wakasa2012-11-164-12/+10
|/ / | | | | | | Change-Id: Ia5079368a1bc86ccdf0052445dc6945041c0abca
* | Fix debug logsSatoshi Kataoka2012-11-151-4/+4
| | | | | | | | Change-Id: Ie7dc32f28915df62a7c31bdaed38c0ad7a4b0f1c
* | Fix debug build errorKen Wakasa2012-11-152-10/+10
| | | | | | | | Change-Id: Id18d72093a36d41859744f98238b3b761ddb667e
* | Fix an error in the base char table for LETTER L WITH STROKEKen Wakasa2012-11-141-1/+1
| | | | | | | | | | bug: 7539944 Change-Id: I67a431d8d60f3236fb7d616504c5d0cf2166f486
* | Correct a wrong base character in RussianJean Chalard2012-11-141-2/+2
| | | | | | | | | | | | | | This is the master counterpart of I80cee4b2 Bug: 7516306 Change-Id: I1db4362bf12a98542c5f6fca3ae8010f16bd61a9
* | Cleanup basechars.cppKen Wakasa2012-11-102-194/+177
| | | | | | | | Change-Id: I7b88876f60720182910fab97ef79f3d04fbd81f0
* | Tidy up visibility of members of BinaryFormat.Ken Wakasa2012-11-051-26/+27
| | | | | | | | Change-Id: I38a00076b82de8e1a19209c67954fe01585f7943
* | Adjust compiler warning options with the offdevice MakefileKen Wakasa2012-11-0512-37/+49
| | | | | | | | | | | | Make use of AK_FORCE_INLINE for -Winline and better performance Change-Id: If0016e2ef61c1fe007c83bb1a5133a6b6bde568e
* | Follow up to Ic6af0c596374d936d2b9b31e626fb62bd265ce64Ken Wakasa2012-11-035-140/+140
| | | | | | | | | | | | Tidy up inline functions with AK_FORCE_INLINE. Moved back some inline methods to header files. Change-Id: Ibd37b595666ebddda198d9237f19f6712653a8e8
* | Add more compiler warning flagsKen Wakasa2012-11-028-153/+176
| | | | | | | | Change-Id: Ic6af0c596374d936d2b9b31e626fb62bd265ce64
* | A small code cleanup in geometry_utils.hKen Wakasa2012-11-022-20/+20
| | | | | | | | Change-Id: Ie9ff77c661693a1e21d0aa4cfc079bfbf3171f49