aboutsummaryrefslogtreecommitdiffstats
path: root/native/jni/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* | Use sizeof() more safely.Ken Wakasa2012-11-014-15/+15
| | | | | | | | Change-Id: I7cffb4d8da847b483cf4bb482508e3c88c4903be
* | Use 32-bit code points for suggestions outputKen Wakasa2012-11-0118-316/+284
| | | | | | | | | | | | | | This is a multi-project commit with Ic43dd666 bug: 6526418 Change-Id: I39c1acb4e91d04cd8a4ec5a943c8cf575da75ebc
* | am 005f3768: am 25b4a14e: am d03e065b: Don\'t consider non-words for split ↵Jean Chalard2012-10-171-1/+2
|\| | | | | | | | | | | | | word suggestion * commit '005f3768400ce1d7bb29ef69151183084aceeb2c': Don't consider non-words for split word suggestion
| * Don't consider non-words for split word suggestionJean Chalard2012-10-181-1/+2
| | | | | | | | | | Bug: 7368683 Change-Id: Iecd8348be788e5a749dafabdf7eddc4a14d901e0
* | Evaluate score by alignNextKeyToPath for not in the dictionary word.Keisuke Kuroyanagi2012-10-121-2/+2
| | | | | | | | Change-Id: I68d30e734f8b4f629797d73d6b4745e967bdb09d
* | Improve gesture input scoring method 3.Keisuke Kuroyanagi2012-10-122-2/+14
| | | | | | | | Change-Id: I3142cb5ec922e661f0d7c1e1706de6015360b2ff
* | Improve gesture input scoring method 2.Keisuke Kuroyanagi2012-10-115-209/+392
| | | | | | | | | | | | Align next key to path bases its scoring method on probabilities. Change-Id: I5247c965b92c0052bfdab8a9b1027bc86eb33218
* | am 00f3d809: am a62a1926: am 471252b9: Merge "Fix a bug in multiple shortcut ↵Ken Wakasa2012-10-091-1/+0
|\| | | | | | | | | | | | | handling code." into jb-mr1-dev * commit '00f3d8094733de407c9cd2669bf579a4d7740328': Fix a bug in multiple shortcut handling code.
| * Fix a bug in multiple shortcut handling code.Jean Chalard2012-10-091-1/+0
| | | | | | | | | | Bug: 7301525 Change-Id: Ib38f5ab4b7e4f7996bccbc6830d46f52fd71c6f9
* | Improve gesture input scoring method 1.Keisuke Kuroyanagi2012-10-094-59/+356
| | | | | | | | | | | | | | Calculate probabilities for each points in advance. It enables to input not in the dictionary word. Change-Id: I8d84642045dc3b8ad49719d9b70dda14457995cd
* | Make use of the NELEMS and KEYCODE_SPACE macro. Also, remove an unused ↵Ken Wakasa2012-10-099-33/+25
|/ | | | | | parameter. Change-Id: I3c7e6c59990c92b0d5e2fb80493e8673cdd37b09
* Follow up change for I5f166a738f6e84a1b807beSatoshi Kataoka2012-10-051-4/+4
| | | | | Bug: 7283955 Change-Id: Iec716d75e7c8a727b198688f44ef4a8cd1255ec1
* Fix addtional proximity correctionSatoshi Kataoka2012-10-051-12/+12
| | | | Change-Id: I3125764b98af28ce423dc12cbf0dac321ef22386