Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2012-10-03 | Fix possible NPE caused while monkey test•••Bug: 7269036 Change-Id: I9054b33ad3c8996cac3ee5f0e9c01ba8ceea4971 | 3 | -11/+21 | |
2012-10-01 | Show gesture floating preview text by default•••Bug: 7244214 Change-Id: Ib4ab810ef50798828dd10c39a8077466165772e4 | 4 | -9/+20 | |
2012-10-01 | Import translations. DO NOT MERGE•••Change-Id: I8f8c7f722d6fe55146428305f0a12b5e1b1d8dce Auto-generated-cl: translation import | 37 | -633/+323 | |
2012-10-01 | Remove debug prints.•••Bug: 7226098 Change-Id: Ibacb740022a6af56c9d555d6797dd402a89f6ca4 | 2 | -12/+17 | |
2012-09-28 | Import translations. DO NOT MERGE•••Change-Id: I4ae7e56a20803cc9c3d5ba2d85db1ea63c943303 Auto-generated-cl: translation import | 15 | -300/+150 | |
2012-09-28 | Fix gesture detection algorithm•••This change also * Introduces adaptive gesture detecting threshold for time domain in addition to length domain. * Tunes the parameters for detecting gesture after fast typing. * Fixes a bug in dismissing gesture floating preview text. * Cleanup debug messages Bug: 7218902 Change-Id: Iafccd872c6efe0c3b5ae65fa40b04c80d9f139c7 | 4 | -129/+172 | |
2012-09-28 | Temporarily suppress key popup preview after gesture input•••Bug: 7244317 Change-Id: I39cdb0fbda51f3e4339301d9cc53403b1ad15409 | 1 | -7/+21 | |
2012-09-28 | Remove dead code for disabling gesture input after fast typing•••Bug: 7218902 Change-Id: Iccc1d4cf0dd3ac84b30c68e11eee9a6ad89f14c4 | 5 | -37/+0 | |
2012-09-28 | Import translations. DO NOT MERGE•••Change-Id: I3748ecaecef1f07e1537831eb0f7c5503a460b56 Auto-generated-cl: translation import | 1 | -4/+2 | |
2012-09-28 | Ignore the broken file.•••bug: 7249561 Change-Id: If001bf75ef12b4d342a77e54706c7fed90c89afb | 1 | -1/+3 | |
2012-09-27 | Cleanups in LatinIME native source code•••Change-Id: I9b5e57583deb2d0c980e66c3dfbfd1e12734bc8e | 4 | -9/+9 | |
2012-09-27 | Cleanup: Make some classes as final•••Change-Id: I6009b3c1950ba32b7f1e205a3db2307fe0cd688e | 89 | -140/+138 | |
2012-09-27 | Calculate default touch position correction data for keys on 4th row•••This change also disables touch position correction for Phone/Dvorak keyboard. Bug: 7243101 Change-Id: Idfcc7ad1feabbe6a81635dceba5be087401fa18b | 36 | -30/+124 | |
2012-09-27 | Use BinaryDictInputOutput to save UserHistoryDictionary.•••bug: 6669677 Change-Id: I08193c26f76dbd48168f8ac02c1b737525bfc7b2 | 4 | -354/+270 | |
2012-09-26 | Import translations. DO NOT MERGE•••Change-Id: Ia971fee8c85d6726840317326d07fd2d9f93b33f Auto-generated-cl: translation import | 52 | -469/+1043 | |
2012-09-26 | Draw gesture trail that is above the keyboard•••Bug: 7233992 Change-Id: Ia848543a9d008c68d6ecbc7f715aa6ccdba9d1c6 | 3 | -46/+96 | |
2012-09-26 | Add updateParentAddress.•••bug: 6669677 Change-Id: I353f8ae53720cdf7a809271a28cb703709609f53 | 1 | -0/+30 | |
2012-09-26 | Add moved char groups.•••bug: 6669677 Change-Id: I372f841044fe8e076a50a80ac10b715e5f8fd4eb | 3 | -11/+43 | |
2012-09-26 | Postpone gesture start detection on non-letter key•••Bug: 7108223 Change-Id: Ie1ead5cec947ddf86c5150dca5b20b224527e511 | 1 | -2/+5 | |
2012-09-26 | Don't cancel gesture trail update drawing•••Bug: 7216955 Change-Id: Ie12bf45637b1012c9addb47279f9653334fae702 | 2 | -21/+2 | |
2012-09-25 | Make gestures work correctly on keyboards with accented keys•••Examples: Spanish, Russian Bug: 7225962 Change-Id: I6887bc6d81b84e4a73a74de679b955f7abf0ba4f | 1 | -3/+3 | |
2012-09-25 | Fix lower case conversion bug for some characters•••Bug: 7232296 Change-Id: Iaf3f6be55f1bdc2294533938bb54fedcf25fb0cb | 2 | -1/+5 | |
2012-09-26 | Update keyboard settings wording•••Bug: 7129441 Change-Id: I1130b322126ad7c400845c1257a785ccbc7dff81 | 2 | -25/+35 | |
2012-09-25 | Import translations. DO NOT MERGE•••Change-Id: I6047254f069176a832fd7919d8c6257008698740 Auto-generated-cl: translation import | 30 | -125/+65 | |
2012-09-25 | add capacity to FusionDictionaryBufferInterface.•••bug: 6669677 Change-Id: I4627093811a19c46ce13fe351d1db63cbd78cf4a | 2 | -0/+11 | |
2012-09-25 | Make getTerminalPosition read linked-list nodes.•••bug: 6669677 Change-Id: I599d276f430efe23d402695c325e23906b7705b3 | 1 | -32/+48 | |
2012-09-25 | Introduce typing aware gesture detection•••Bug: 7218902 Change-Id: I11ad85914bf991eca513e04ed8b5d12779101dda | 3 | -15/+57 | |
2012-09-25 | Fix touch position correction data passing•••Bug: 7225811 Change-Id: I3dcc0385ed633585d6810fdb742e0f88c2efbbd2 | 4 | -24/+41 | |
2012-09-25 | FIX: Wrong way to gesture speed calculation.•••This is a follow-up to bug: 7165929 Change-Id: I7ad2bbd1f6ef1f74ea8770585f584d4232cb40b5 | 1 | -2/+4 | |
2012-09-25 | Make children addresses and parent addresses use signed addresses.•••Signed addresses are used only in version 3 with dynamic update. bug: 6669677 Change-Id: Iadaeab199b5019d2330b4573c24da74d64f0945e | 2 | -67/+166 | |
2012-09-24 | Import translations. DO NOT MERGE•••Change-Id: I1e46157047699a32560c484d0d3a4da0403b666f Auto-generated-cl: translation import | 8 | -32/+16 | |
2012-09-24 | Use touch position correction in the geometric input•••bug: 7108161 Change-Id: I72d51bcfa26f241bec8fa907d64384e7eebe5c5e | 3 | -9/+19 | |
2012-09-24 | Add suggestion span upon starting a gesture.•••Bug: 7196761 Change-Id: If60cb809b205159ced1887f94b7caf9775fcf3bb | 1 | -5/+11 | |
2012-09-24 | Using relative speed instead of duration rate for gesture input distance calc...•••bug: 7165929 Change-Id: I94fe18c57bf19fe58b5050f2c7b3085c6cba6fa8 | 2 | -10/+37 | |
2012-09-24 | Fix a bug where the cursor pos wouldn't be tracked correctly•••This would cause Bug: 7208199 Change-Id: I8474985bfe349e1530b27bc98842937627bbe4e0 | 1 | -1/+1 | |
2012-09-24 | Set punctuation suggestions at start if activated•••Bug: 7218468 Change-Id: I9f8c1f13dc26cedb95b65279a34a825021dfa72a | 1 | -1/+3 | |
2012-09-24 | Second finger can start gesture input•••Bug: 7108075 Change-Id: I17c419086a86c0bdac7a3858f8c66f6893678e67 | 1 | -10/+5 | |
2012-09-24 | Fix a race condition with shift•••Bug: 7062092 Change-Id: Ie1984673e9ffc9291d9650ec38ce99031ad93585 | 1 | -4/+6 | |
2012-09-24 | Combine mHasParentAddress with mHasLinkedListNode into mSupportsDynamicUpdate.•••bug: 6669677 Change-Id: I82799af199358420f09ac34fc005091e202c5d3b | 4 | -68/+42 | |
2012-09-24 | Disable gesture input while fast typing•••Bug: 7032858 Change-Id: I0f9f92c712dbe45f4ba0b3cf331fbe11426c1db4 | 6 | -1/+37 | |
2012-09-24 | Add subtypeId to nl_BE•••Bug: 6809603 Change-Id: I8010564cfdfeef5a0c4f7542b9451202ed966a53 | 1 | -0/+1 | |
2012-09-21 | DO NOT MERGE: Clear cache of the user dictionary when a word is added•••This is a backport of Iec2793de3fff7bf15f68f Change-Id: If16d1c48edf084d892da722fb288e467f211b08e | 1 | -0/+23 | |
2012-09-21 | Use all Lexiteria sources and update existing directories.•••New dictionaries : - Danish - Greek - Finnish - Lithuanian - Latvian - Dutch - Polish - Russian - Slovene - Serbian - Swedish - Turkish Also, compress those files to reduce the footprint in the repository. Also, update and improve English and French dictionaries, and add the ligatures shortcut into the French dictionary. Finally, move the Russian binary dictionary here now that it can at last be open sourced. Bug: 5587752 Bug: 6775251 Bug: 6995793 Bug: 7149666 Change-Id: Iec9831d4dce425a2b5b0657571e4448436610525 | 44 | -2185283/+0 | |
2012-09-21 | Fix gesture start detection algorithm•••Bug: 7032858 Change-Id: I9f4d939fa87fdead4c5a5921338a16cd0a59b7ac | 5 | -63/+127 | |
2012-09-21 | Cleanup settings•••bug: 7200189 Change-Id: Ibfd9254670cde5f4b2b693cc9334ee2845bede59 | 5 | -35/+35 | |
2012-09-21 | Add deleteWord.•••bug: 6669677 Change-Id: I1a5b90ee05e5cffd74a5c140384a3e37c79e7e70 | 3 | -2/+59 | |
2012-09-20 | Import translations. DO NOT MERGE•••Change-Id: Ifdd37dae4c4cbe095ed00288a7e3f95303318bdc Auto-generated-cl: translation import | 52 | -52/+204 | |
2012-09-20 | Make readUnigramsAndBigramsBinary read linked-list nodes.•••Change-Id: I07ae036b0b06e71d7a18f2bf11e4692cd4213568 | 1 | -1/+12 | |
2012-09-20 | Use device independent parameter for gesture•••Change-Id: Iea95992e4482108a498f14ec595f3eacc7d7fc4b | 1 | -31/+32 | |
2012-09-20 | Fix stuck gesture floatin preview text•••Bug: 7192483 Change-Id: Ic62253180446a625330966a114a6fabf74ab4ec8 | 1 | -9/+9 |