aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-09-11[ML6] Have asyncReloadMainDictionary support multiple localesJean Chalard1-11/+14
Change-Id: I4c3dfaad38ec1cc91d1a9f81d5ff45ef12f70029
2014-09-11[ML5] Rewrite resetDictionariesWithDictNamePrefixJean Chalard2-50/+79
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
2014-09-11Implement IntArrayView.copyToBuffer().Keisuke Kuroyanagi2-1/+30
Bug: 14425059 Change-Id: Ic1b7de72701eae0c0b1bb28d12514099446a66a9
2014-09-11add productionFlag for checking split keyboard statusJatin Matani1-0/+5
Change-Id: Ic999c9b0b2c116858801b8c38363c956de6d5faf
2014-09-10Remove unigram probability from dicNode.Keisuke Kuroyanagi6-32/+11
Bug: 14425059 Change-Id: Ie848e8568bb4dbb1d8358e823a881d9157a1aad3
2014-09-10Quit using dicNode.getUnigramProbability().Keisuke Kuroyanagi4-8/+16
Bug: 14425059 Change-Id: I192070cc11e5d46c8413ebc19982d6a8c93577fc
2014-09-10Use CodePointArrayView to create children DicNodes.Keisuke Kuroyanagi6-13/+20
Change-Id: Ie940b6595f3f3f804fbb8dd03c710ea062b75af3
2014-09-10Use WordAttributes for checking flags.Keisuke Kuroyanagi8-41/+22
Bug: 14425059 Change-Id: Idee84478a482a0e7b5cc53e5dbd4e2484584ba79
2014-09-10Introduce WordAttributes to get word probability and flags.Keisuke Kuroyanagi10-28/+116
Bug: 14425059 Change-Id: Iee11d038e0893d7ddd6c52447907f8c55fecb6a5
2014-09-10Use getProbabilityOfWordInContext for prediction.Keisuke Kuroyanagi2-8/+12
Bug: 14425059 Change-Id: I9d5c905a0adda3503c593bfbf0bb9af8d1686f5d
2014-09-10Implement LanguageModelDictContent.getWordProbability().Keisuke Kuroyanagi8-40/+95
Bug: 14425059 Change-Id: I290a05cee6f341caa25fb222892505529cef1eb7
2014-09-10Enable personalization for multilingual users.Keisuke Kuroyanagi5-18/+25
Bug: 16547557 Change-Id: I03eda34edc902fc4732d16d234216344d8d84d88
2014-09-10Get locale using detected language for personalization.Keisuke Kuroyanagi3-32/+208
Bug: 16547557 Change-Id: If3d88a548e5a2255ff81c819b056f77bfbe237ae
2014-09-10Adds StatsUtil methods for LatinIME.on{Start,Create,Finish}inputViewJatin Matani2-0/+20
Change-Id: I4e7dc008b98e398c38aafea5cb31156dde7f42ea
2014-09-10Move case and OOV detection logic into distracter filter.Keisuke Kuroyanagi6-70/+130
Bug: 16547557 Change-Id: I8502585976deb5e93fff3b1e0266654b8a927bda
2014-09-10Add backspace event methods to StatsUtilsMohammadinamul Sheik2-0/+34
Change-Id: Id45d217073e49ca5f2ba639b608d168d136bba58
2014-09-09Import translations. DO NOT MERGEBaligh Uddin73-685/+7
Change-Id: Id31c38a0c1c737071e3659fc374eaca40f441102 Auto-generated-cl: translation import
2014-09-09Import translations. DO NOT MERGEBaligh Uddin57-532/+0
Change-Id: I55f98af1c1d261d2f6b477439ac7692a52415b0c Auto-generated-cl: translation import
2014-09-09Use MultiBigramMap in structure policy.Keisuke Kuroyanagi9-20/+82
Bug: 14425059 Change-Id: I4d78da4839ef177e0223e6e5bcf0ebd7315c3099
2014-09-09Keep aspect ratio of Material action key backgroundTadashi G. Takaoka9-26/+90
Bug: 15681452 Change-Id: Ie4b823dca541b76b68cade580845a21ff0b21e2f
2014-09-09Add FormatUtilsTest.Keisuke Kuroyanagi2-0/+98
Change-Id: I39ee1d18e0b70d9f4504d29a94cabc9354e4527e
2014-09-09Rename probability to unigramProbability.Keisuke Kuroyanagi7-21/+25
Bug: 14425059 Change-Id: I6a204c3b8fb257d037ad95a1a455ae6fb89068fd
2014-09-09Remove mHasChildrenPtNodes from DicNodeProperties.Keisuke Kuroyanagi6-23/+13
Bug: 14425059 Change-Id: I3a9511e7f7c3a722f9942f525530f04def5965da
2014-09-08Fix a missing initializationJean Chalard1-0/+2
Change-Id: I14a35f5a38b6e0f48c95cbb8c0c6e4507cd61fa7
2014-09-08Don't resume suggestions with H/W keyboardJean Chalard1-41/+72
...unless we do support a hardware keyboard, which we still do not at the moment. Change-Id: Iec24b1ae8ba5e23e0bbb7e5a468b7404296d4b18
2014-09-08Fix the sentence separator for Hindi.Jean Chalard5-7/+65
Change-Id: I623e4ccbc324751eb67ec4bb777e2be5ae2a60d1 Bug: 17418371
2014-09-08Fix a bug where recorrection would stop on connectorsJean Chalard4-26/+54
Bug: 16733686 Change-Id: I7a9f79a81e33a1f5bf5f3daf0b78d0f1e4447e7a
2014-09-08Mark isDefault="true" for all supported subtypesTadashi G. Takaoka18-0/+432
Bug: 17381393 Change-Id: I3a2852c76d6f3dda551529673e7d4e957ced53ca
2014-09-08Follow up API signature changes of CursorAnchorInfoYohei Yukawa2-13/+18
This is a follow up CL for Ic8c6fab58c01206872a34e7ee604cdda. No behavior change is intended in this CL. BUG: 17365414 BUG: 17335734 Change-Id: I4299536d0cb0c660b7b564653c72c9cb409a7aa5
2014-09-08Revert "Use right arrow for the commit indicator"Yohei Yukawa1-16/+10
This reverts commit 2412d9ae3c89db4fea8943cca884f0fb105795ef. Change-Id: Ie8090735850e2f2d075d0bdaf3ef628d866b5514
2014-09-08Fix a bug with the Greek question mark.Jean Chalard5-5/+67
Bug: 17398284 Change-Id: If49593e2c959935a183a4cd9d988407cc1160599
2014-09-08Implement Floating Action Button more keys keyboardTadashi G. Takaoka10-3/+117
Bug: 15681452 Change-Id: I8484e4fe4d989b391f2b5230836dc9dfac218429
2014-09-07Add StatsUtils.onPickSuggestionManually and SuggestedWords.indexOf.Mohammadinamul Sheik3-0/+18
Change-Id: I1588448154d086569cb026825fdc36cd1812a582
2014-09-08Move more keys divider to MoreKeysKeyboardViewTadashi G. Takaoka9-27/+49
Bug: 15681452 Change-Id: I1b32719cc927a24db4c41fdeb812b39f7e98a85c
2014-09-05Resolve an old TODO.Jean Chalard4-30/+37
This is cleaner. Bug: 17347779 Change-Id: I5b612783b1ec98a1a11401f00d68db49654f3023
2014-09-05Remove DicNode.getPtNodePos().Keisuke Kuroyanagi6-36/+20
Bug: 14425059 Change-Id: If6e291d23e68342792febb85f8a576ce785b3845
2014-09-05Fix a bug where CAPS_WORDS would not be returned.Jean Chalard2-1/+14
Also introduce some unit tests that would have caught the bug. Bug: 17398284 Change-Id: Idb715b7bd2f70992d6cdf4e25ef368809382caef
2014-09-05Refactor action label/icon definitionsTadashi G. Takaoka7-268/+292
Bug: 15782668 Change-Id: Ibf1205d46e9293d516a56030ba10841128f57450
2014-09-05Create donottranslate debug settings string resources fileTadashi G. Takaoka4-41/+60
This is a follow up of the I26e4d292de. Bug: 15678343 Bug: 17385083 Change-Id: I2c2b08b8dd991ac981aa8f8c8436de9e4399da5f
2014-09-04Import translations. DO NOT MERGEBaligh Uddin1-1/+1
Change-Id: I054d5673b4b3fcb9303e53c8409f3ba26226e335 Auto-generated-cl: translation import
2014-09-04Import translations. DO NOT MERGEBaligh Uddin73-1/+95
Change-Id: I33d3e1e6dc9695ef779be31952ba4126d5233df2 Auto-generated-cl: translation import
2014-09-04Import translations. DO NOT MERGEBaligh Uddin73-2972/+1336
Change-Id: I198c14a1374a0b61bf5aa3cdf013fca8260bc97f Auto-generated-cl: translation import
2014-09-04Import translations. DO NOT MERGEBaligh Uddin57-0/+76
Change-Id: I5407b6fcae6f12cd6f27c1a621a57b13d71d3891 Auto-generated-cl: translation import
2014-09-04Import translations. DO NOT MERGEBaligh Uddin1-1/+1
Change-Id: I7fbf4df1000e05cbd5a12a95bd60d36b5eac14d9 Auto-generated-cl: translation import
2014-09-04[ML4] Rename Dictionaries to DictionaryGroupJean Chalard1-54/+54
We're going to have multiple DictionaryGroup objects and it would be very confusing to have this class name a plural. Change-Id: I8f5c621459ede49f245be26097fe71f44289761c
2014-09-04Add HeaderReadWriteUtilsTestKeisuke Kuroyanagi4-2/+82
Change-Id: I08aeaa3e5852008874e38ed4799ab8989759e861
2014-09-04Update active key backgroundsTadashi G. Takaoka16-0/+0
Bug: 15681452 Change-Id: I05f06b35748d090a58f3524df719586093431d07
2014-09-04Add unit tests for enter key's more keysTadashi G. Takaoka3-0/+380
Bug: 15681452 Change-Id: I3070c46bb2c0cb8ccaae66eaea132b41c567e135
2014-09-03Add shared abstract test class for action label testTadashi G. Takaoka3-154/+179
Bug: 15681452 Change-Id: I0ad21e6979aed1b5c8c210399c4edfd5993adbdc
2014-09-03Update spacebar background for MaterialTadashi G. Takaoka20-6/+6
Bug: 17318036 Change-Id: Iaa091b525433d56db9aca9e0301f3727ce392605