Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make gestures work correctly on keyboards with accented keys•••Examples: Spanish, Russian Bug: 7225962 Change-Id: I6887bc6d81b84e4a73a74de679b955f7abf0ba4f | 2012-09-25 | 1 | -3/+3 | |
* | Use touch position correction in the geometric input•••bug: 7108161 Change-Id: I72d51bcfa26f241bec8fa907d64384e7eebe5c5e | 2012-09-24 | 1 | -3/+15 | |
* | Merge "Generalize incremental recognition to non-Latin languages" into jb-mr1... | 2012-09-13 | 1 | -24/+9 | |
|\ | |||||
| * | Generalize incremental recognition to non-Latin languages•••Bug: 7043019 Change-Id: I9a26f74177d4f8f03b7b65e2e255e4087d5ef8d9 | 2012-09-12 | 1 | -24/+9 | |
* | | Fix an issue on FP calculation diff of osx and linux•••sugar on mac result_type=1 expected=<1093> actual=<1047> result_type=4 expected=<730> actual=<698> result_type=5 expected=<177> actual=<173> sugar on linux result_type=1 expected=<1093> actual=<1047> result_type=4 expected=<730> actual=<698> result_type=5 expected=<177> actual=<173> Change-Id: I4cd39becb0de4076dd37d870adda6463a96de424 | 2012-09-13 | 1 | -1/+3 | |
|/ | |||||
* | Variable type cleanups•••Change-Id: I5d892494200c09f8cb8a46c327c29bbd63eab093 | 2012-09-10 | 1 | -4/+4 | |
* | Restricting children for gesture input.•••Change-Id: Id2607ef48e67685b0a71b8c628663eceb6b6fe95 | 2012-09-04 | 1 | -0/+1 | |
* | Cosmetic fixes and a bug fix in UnigramDictionary::testCharGroupForContinuedL...•••This change has actually been extracted from a change work in progress I4fe423834b8131fb122251892c98228a6e08ba25 Change-Id: I52568fa09da2ea22be7f8bfe9676b7cd73c31fa4 | 2012-09-04 | 1 | -30/+30 | |
* | Fix a bug giving broken characters•••Bug: 7050587 Change-Id: I54ff7e680c228e78236567bb79832a43086b70c6 | 2012-08-29 | 1 | -1/+1 | |
* | Address warnings by -Weffc++•••Change-Id: Icd60f1ed2ace0b975d8785bc8a386c7944846075 | 2012-08-24 | 1 | -5/+8 | |
* | Step 26-A Cleanup geometory_utils•••Change-Id: I839c498c85009a5d6428a71f121a2906fd667db8 | 2012-08-14 | 1 | -21/+16 | |
* | Clean up constructors•••And, use C++ style casts and use float math functions rather than double ones to save memory space. Also, stop using FloatMath and NativeUtils as standard Math methods are faster now. See http://code.google.com/p/android/issues/detail?id=36199 and https://android-review.googlesource.com/40700 multi-project commit with I4259fb5ab8a15ac5760a7f04fc8f4c860529f04a Change-Id: I0b81cff8c91769f7559a59b9528c75a5aabb4211 | 2012-08-13 | 1 | -2/+2 | |
* | Fix memset() bugs•••Change-Id: Icf4341c0a62e782cf8c2a863408591df4e6f07cb | 2012-08-10 | 1 | -2/+2 | |
* | Step 22-A implement session•••Change-Id: Ida63382ffb756e20cc5b17c2702d2895e7e6e889 | 2012-08-10 | 1 | -0/+64 | |
* | Stop using STL string in additional_proximity_chars•••Change-Id: Ic016fd5983b8855b0fd9506a17b205db86af3a2f | 2012-08-09 | 1 | -6/+6 | |
* | Use GetStringUTFRegion•••Change-Id: I56ad66af4ee42ed32a6fd909a9a34d601874783a | 2012-08-09 | 1 | -5/+10 | |
* | Start using JNI's Get<Type>ArrayRegion()•••Change-Id: Iaa1014efe639dd79540835b0d5201093dbd8dab8 | 2012-08-08 | 1 | -25/+31 | |
* | Cleanup headers.•••Change-Id: Ied1bedb8ba5fae590987ea23bed32f4db1a60d77 | 2012-08-08 | 1 | -2/+2 | |
* | Header cleanup. Moved a couple of functions from .h to .cpp.•••Change-Id: Ifd12a7632f75395bd0ef5e394d5c2abd6cbe28c6 | 2012-08-02 | 1 | -3/+2 | |
* | Cleanup headers•••Change-Id: I9124366b2000cad54966fb6936bb4691bbf115a3 | 2012-07-31 | 1 | -3/+3 | |
* | Cosmetic fixes and style fixes•••Change-Id: I69c42ff945cdf0d5205c6ca61d6861a0479492dc | 2012-07-25 | 1 | -2/+2 | |
* | Change native functions' interface for gesture•••Change-Id: I106a858f0be7452dd89f425805a6f72aa88c3f65 | 2012-06-27 | 1 | -0/+22 | |
* | Fix debug build•••Change-Id: I48a87967ac741455502ac1a18465ae6ed7ef0d12 | 2012-06-13 | 1 | -1/+1 | |
* | refactor native step 2•••- proximity_info is now stateless Change-Id: I62725bfe05b161fa8fc050ea6b50867e10a354e2 | 2012-06-08 | 1 | -53/+0 | |
* | Separate state from proximity_info step1•••Bug: 6548943 Change-Id: I7b4fbe20615a28151a74875be43b9f4a20e0dce9 | 2012-06-07 | 1 | -242/+41 | |
* | Add missing includes.•••Change-Id: Ic7199045d0cffb208871f52cc167194013351d32 | 2012-05-16 | 1 | -0/+1 | |
* | Move the "src" directory as a preparation for Ib4a47342 and I66f6c5b9•••Change-Id: I3ab65059f6e356530484bfd0bba26a634a4cba65 | 2012-03-30 | 1 | -0/+466 |