Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2014-09-16 | [ML7] Have multiple DictionaryGroup instances in facilitator•••This is the central change of multilingual input. Bug: 11230254 Change-Id: Id8b68fb101e837e8cf182ab4bc1e55e4da5cc49d | 7 | -111/+187 | |
2014-09-16 | Update input checking logic for adding/removing n-gram.•••Bug: 14425059 Change-Id: Ifb4e3c3f06aaf9a16f632ff208ba76cf741cea83 | 3 | -20/+39 | |
2014-09-16 | Have mPrevWordCount in DicNodeProperties.•••Bug: 14425059 Change-Id: I5ce22bace4ec08d0da4e5c167288a742c4426c33 | 1 | -6/+11 | |
2014-09-14 | Support decaying dict in getWordProbability().•••Bug: 14425059 Change-Id: I24db3f9131c2999fc388035dc365c7faaef3bdb1 | 4 | -13/+18 | |
2014-09-14 | Use passed previous word count in PrevWordsInfo.•••Bug: 14425059 Change-Id: I04007bdacf0176a05be7a27ef1c20c5b851d8bed | 7 | -48/+67 | |
2014-09-14 | Fix key preview popup for Material theme•••This CL also removes unused key preview resources for Tablet. Bug: 15143928 Change-Id: Icbf4f7b6d5c7839b4fe7a27d320a2184f0625130 | 30 | -12/+12 | |
2014-09-13 | Tune keyboard height and letter size of tablet•••The height of Google Keyboard is limited by maximum and minimum ratio to the display height. Because screen aspect ratio of some large tablet is close to 1:1, the height of the keyboard may become taller than expected. This CL lowers the minimum ratio to allow shorter height. This CL also increase text size of Material theme keyboard on tablet as well. Bug: 17050390 Change-Id: I87c5f49ce554950c525a1f31dfddfd1beb3fafda | 10 | -32/+60 | |
2014-09-13 | Wording update for settings.•••"Appearance" -> "Appearance & layouts". bug: 11866784 Change-Id: I9843b76cadb0245973cec07134d07212c8c5667e | 1 | -2/+2 | |
2014-09-12 | Initial split QWERTY layout•••Change [2/3] Add an attribute that's used in layout xmls for specifying the split-keyboard layout. This attribute will be checked/set by the KeyboardBuilder which knows about the "splittability" of the keyboard. Bug: 4968173 Change-Id: I5d792e570b9648e09022e9b7e92a972a161009ee | 16 | -143/+756 | |
2014-09-12 | Add a canSplitKeyboard attribute for specifying split keyboard layouts•••Change [1/3] This'll be used in conjunction with a user preference to split the keyboard when possible. Bug: 4968173 Change-Id: I7a05948d67b94a55024790115ae261d7fef7941a | 4 | -7/+22 | |
2014-09-12 | Reorganize settings in Google Keyboard•••Changes : Input languages -> Languages Input preferences -> Preferences Multi lingual Options -> Multilingual Options Keyboard Theme -> Theme Gesture typing preferences -> Gesture typing **New Appearance -> Theme -> Custom input style **Removed Multilingual options from L dynamically Bug: 11866784 Change-Id: I07404c27868e1b087b0cafb63d2031a5b493a885 | 13 | -78/+132 | |
2014-09-12 | Only do double-space-period on real text fields.•••Bug: 15559216 Change-Id: Id6ecadc58c03889496967d67371457e4050d695b | 2 | -1/+13 | |
2014-09-12 | Fix not always showing input view with physical keyboard connected•••Bug: 17163374 Change-Id: I57f7eeac0c9ac0a15d3d55927e18a2d97849c508 | 2 | -24/+24 | |
2014-09-12 | Update AOSP launcher icon•••Bug: 16635354 Bug: 16635354 Change-Id: I68f9c4ec21a01b9db0fc73c1785c972f5d7ac05b | 5 | -0/+0 | |
2014-09-11 | Add xxxhdpi assets•••Bug: 17432407 Change-Id: I68e5f660425db567688d4e119c94fc34430f8ff3 | 97 | -0/+0 | |
2014-09-11 | Use WordIdArrayView for prevWordIds.•••Bug: 14425059 Change-Id: Ia84fb997d89564e60111b46ca83bbfa3b187f316 | 20 | -138/+133 | |
2014-09-11 | [ML6] Have asyncReloadMainDictionary support multiple locales•••Change-Id: I4c3dfaad38ec1cc91d1a9f81d5ff45ef12f70029 | 1 | -11/+14 | |
2014-09-11 | [ML5] Rewrite resetDictionariesWithDictNamePrefix•••This change rewrites resetDictionariesWithDictNamePrefix so that it would work if there were several locales, which is going to happen shortly. This change on its own is quite large and difficult already, so I didn't want to merge it into the change that actually makes several locales happen; another such change is following. Change-Id: Ibb80b05b73c0f0f0bea64b7e308cc4d38ca448f9 | 2 | -50/+79 | |
2014-09-11 | Support CursorAnchorInfo in the full-screen mode•••This CL allows to emulate the behavior of CursorAnchorInfo in the full-screen mode to work around the limitation of the framework. Basically this CL copies relevant code from the framework to LatinIME. This is actually a code duplicate which isn't great, but probably the only way that is available right now. Change-Id: I30bc8c3387c91c8e47252ba699cbd967d8927dad | 3 | -20/+291 | |
2014-09-11 | Implement IntArrayView.copyToBuffer().•••Bug: 14425059 Change-Id: Ic1b7de72701eae0c0b1bb28d12514099446a66a9 | 2 | -1/+30 | |
2014-09-11 | add productionFlag for checking split keyboard status•••Change-Id: Ic999c9b0b2c116858801b8c38363c956de6d5faf | 1 | -0/+5 | |
2014-09-10 | Remove unigram probability from dicNode.•••Bug: 14425059 Change-Id: Ie848e8568bb4dbb1d8358e823a881d9157a1aad3 | 6 | -32/+11 | |
2014-09-10 | Quit using dicNode.getUnigramProbability().•••Bug: 14425059 Change-Id: I192070cc11e5d46c8413ebc19982d6a8c93577fc | 4 | -8/+16 | |
2014-09-10 | Use CodePointArrayView to create children DicNodes.•••Change-Id: Ie940b6595f3f3f804fbb8dd03c710ea062b75af3 | 6 | -13/+20 | |
2014-09-10 | Use WordAttributes for checking flags.•••Bug: 14425059 Change-Id: Idee84478a482a0e7b5cc53e5dbd4e2484584ba79 | 8 | -41/+22 | |
2014-09-10 | Introduce WordAttributes to get word probability and flags.•••Bug: 14425059 Change-Id: Iee11d038e0893d7ddd6c52447907f8c55fecb6a5 | 10 | -28/+116 | |
2014-09-10 | Use getProbabilityOfWordInContext for prediction.•••Bug: 14425059 Change-Id: I9d5c905a0adda3503c593bfbf0bb9af8d1686f5d | 2 | -8/+12 | |
2014-09-10 | Implement LanguageModelDictContent.getWordProbability().•••Bug: 14425059 Change-Id: I290a05cee6f341caa25fb222892505529cef1eb7 | 8 | -40/+95 | |
2014-09-10 | Enable personalization for multilingual users.•••Bug: 16547557 Change-Id: I03eda34edc902fc4732d16d234216344d8d84d88 | 5 | -18/+25 | |
2014-09-10 | Get locale using detected language for personalization.•••Bug: 16547557 Change-Id: If3d88a548e5a2255ff81c819b056f77bfbe237ae | 3 | -32/+208 | |
2014-09-10 | Adds StatsUtil methods for LatinIME.on{Start,Create,Finish}inputView•••Change-Id: I4e7dc008b98e398c38aafea5cb31156dde7f42ea | 2 | -0/+20 | |
2014-09-10 | Move case and OOV detection logic into distracter filter.•••Bug: 16547557 Change-Id: I8502585976deb5e93fff3b1e0266654b8a927bda | 6 | -70/+130 | |
2014-09-10 | Add backspace event methods to StatsUtils•••Change-Id: Id45d217073e49ca5f2ba639b608d168d136bba58 | 2 | -0/+34 | |
2014-09-09 | Import translations. DO NOT MERGE•••Change-Id: Id31c38a0c1c737071e3659fc374eaca40f441102 Auto-generated-cl: translation import | 73 | -685/+7 | |
2014-09-09 | Import translations. DO NOT MERGE•••Change-Id: I760fae2840e78c7dce10f6caf9cae4fffdef71c1 Auto-generated-cl: translation import | 73 | -685/+7 | |
2014-09-09 | Use MultiBigramMap in structure policy.•••Bug: 14425059 Change-Id: I4d78da4839ef177e0223e6e5bcf0ebd7315c3099 | 9 | -20/+82 | |
2014-09-09 | Keep aspect ratio of Material action key background•••Bug: 15681452 Change-Id: Ie4b823dca541b76b68cade580845a21ff0b21e2f | 9 | -26/+90 | |
2014-09-09 | Add FormatUtilsTest.•••Change-Id: I39ee1d18e0b70d9f4504d29a94cabc9354e4527e | 2 | -0/+98 | |
2014-09-09 | Rename probability to unigramProbability.•••Bug: 14425059 Change-Id: I6a204c3b8fb257d037ad95a1a455ae6fb89068fd | 7 | -21/+25 | |
2014-09-09 | Remove mHasChildrenPtNodes from DicNodeProperties.•••Bug: 14425059 Change-Id: I3a9511e7f7c3a722f9942f525530f04def5965da | 6 | -23/+13 | |
2014-09-08 | Fix a missing initialization•••Change-Id: I14a35f5a38b6e0f48c95cbb8c0c6e4507cd61fa7 | 1 | -0/+2 | |
2014-09-08 | Don't resume suggestions with H/W keyboard•••...unless we do support a hardware keyboard, which we still do not at the moment. Change-Id: Iec24b1ae8ba5e23e0bbb7e5a468b7404296d4b18 | 1 | -41/+72 | |
2014-09-08 | Fix the sentence separator for Hindi.•••Change-Id: I623e4ccbc324751eb67ec4bb777e2be5ae2a60d1 Bug: 17418371 | 5 | -7/+65 | |
2014-09-08 | Fix a bug where recorrection would stop on connectors•••Bug: 16733686 Change-Id: I7a9f79a81e33a1f5bf5f3daf0b78d0f1e4447e7a | 4 | -26/+54 | |
2014-09-08 | Mark isDefault="true" for all supported subtypes•••Bug: 17381393 Change-Id: I3a2852c76d6f3dda551529673e7d4e957ced53ca | 18 | -0/+432 | |
2014-09-08 | Follow up API signature changes of CursorAnchorInfo•••This is a follow up CL for Ic8c6fab58c01206872a34e7ee604cdda. No behavior change is intended in this CL. BUG: 17365414 BUG: 17335734 Change-Id: I4299536d0cb0c660b7b564653c72c9cb409a7aa5 | 2 | -13/+18 | |
2014-09-08 | Revert "Use right arrow for the commit indicator"•••This reverts commit 2412d9ae3c89db4fea8943cca884f0fb105795ef. Change-Id: Ie8090735850e2f2d075d0bdaf3ef628d866b5514 | 1 | -16/+10 | |
2014-09-08 | Fix a bug with the Greek question mark.•••Bug: 17398284 Change-Id: If49593e2c959935a183a4cd9d988407cc1160599 | 5 | -5/+67 | |
2014-09-08 | Implement Floating Action Button more keys keyboard•••Bug: 15681452 Change-Id: I8484e4fe4d989b391f2b5230836dc9dfac218429 | 10 | -3/+117 | |
2014-09-07 | Add StatsUtils.onPickSuggestionManually and SuggestedWords.indexOf.•••Change-Id: I1588448154d086569cb026825fdc36cd1812a582 | 3 | -0/+18 |