aboutsummaryrefslogtreecommitdiffstats
path: root/native (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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
* | Tentatively suppress -Winline for gcc 4.7Ken Wakasa2012-11-201-1/+3
| | | | | | | | | | bug: 7584718 Change-Id: Ifcb7b6dbb5f0025fa3c44ef6023a95bd91452bc8
* | 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-165-18/+15
|/ / | | | | | | 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-103-195/+177
| | | | | | | | Change-Id: I7b88876f60720182910fab97ef79f3d04fbd81f0
* | Fix a build error in x86 buildsKen Wakasa2012-11-071-2/+5
| | | | | | | | Change-Id: I64a7c35d01540eb63f09cacddaab03f95729ed02
* | 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-0513-38/+52
| | | | | | | | | | | | 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-029-153/+177
| | | | | | | | 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-015-18/+18
| | | | | | | | Change-Id: I7cffb4d8da847b483cf4bb482508e3c88c4903be
* | Use 32-bit code points for suggestions outputKen Wakasa2012-11-0119-346/+310
| | | | | | | | | | | | | | This is a multi-project commit with Ic43dd666 bug: 6526418 Change-Id: I39c1acb4e91d04cd8a4ec5a943c8cf575da75ebc
* | Adjust C++ compiler warning flags with the off-device TRTKen Wakasa2012-10-291-1/+1
| | | | | | | | Change-Id: I031d191f8de99789fa0c000c01d61baffa2d3627
* | 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-0912-45/+35
|/ | | | | | 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
* Cleanups in LatinIME native source codeKen Wakasa2012-09-274-9/+9
| | | | Change-Id: I9b5e57583deb2d0c980e66c3dfbfd1e12734bc8e
* Merge "Make gestures work correctly on keyboards with accented keys" into ↵Tom Ouyang2012-09-261-3/+3
|\ | | | | | | jb-mr1-dev
| * Make gestures work correctly on keyboards with accented keysTom Ouyang2012-09-251-3/+3
| | | | | | | | | | | | | | | | Examples: Spanish, Russian Bug: 7225962 Change-Id: I6887bc6d81b84e4a73a74de679b955f7abf0ba4f
* | Fix lower case conversion bug for some charactersTom Ouyang2012-09-252-1/+5
|/ | | | | Bug: 7232296 Change-Id: Iaf3f6be55f1bdc2294533938bb54fedcf25fb0cb
* FIX: Wrong way to gesture speed calculation.Keisuke Kuroyanagi2012-09-251-2/+4
| | | | | | This is a follow-up to bug: 7165929 Change-Id: I7ad2bbd1f6ef1f74ea8770585f584d4232cb40b5
* Merge "Use touch position correction in the geometric input" into jb-mr1-devSatoshi Kataoka2012-09-243-9/+19
|\
| * Use touch position correction in the geometric inputSatoshi Kataoka2012-09-243-9/+19
| | | | | | | | | | | | bug: 7108161 Change-Id: I72d51bcfa26f241bec8fa907d64384e7eebe5c5e
* | Using relative speed instead of duration rate for gesture input distance ↵Keisuke Kuroyanagi2012-09-242-10/+37
|/ | | | | | | | calculation. bug: 7165929 Change-Id: I94fe18c57bf19fe58b5050f2c7b3085c6cba6fa8
* Refine gesture point duration calcuation to be more localizedTom Ouyang2012-09-191-2/+2
| | | | | Bug: 7165929 Change-Id: I3bb1c2622338023626fe4a879e43a86ac8fd0707
* Simplify distance calculating method for gesture input.Keisuke Kuroyanagi2012-09-192-15/+6
| | | | Change-Id: Ic466b787b6cc60e6d23b67c8a7f84ad4d0b521c7
* Fix offdevice full debug build crashKen Wakasa2012-09-191-4/+4
| | | | Change-Id: I7640863738d1548f7d9cf4b95c4a0d896eb667d7
* Stop using GNU extension in-class initializer for non-integral membersKen Wakasa2012-09-162-5/+11
| | | | Change-Id: Ibc8f1c67aba91bdfeceef763ac82d61cc8d2efe1
* Use more int values in ProximityInfoState::getPointScore()Ken Wakasa2012-09-141-11/+12
| | | | Change-Id: If2f8ce3c7211d28161d64acbad10e3b2abb8e634
* Using isSkippableChar instead of '\'' and '-'.Keisuke Kuroyanagi2012-09-144-5/+7
| | | | Change-Id: I295a72b683b2ebc28a006baa66baf7e1b97100eb