Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2014-10-01 | Fix NPE in KeyboardParams•••Bug: 17707885 Change-Id: Ie6a54ac5ab60f5d11363ac8da8eef850d65dba7c | 1 | -3/+9 | |
2014-10-01 | Introduce NgramProperty in Java side.•••Bug: 14425059 Change-Id: I8b3458ad22730b3dccbe0caea2c5930f5276dc82 | 12 | -43/+105 | |
2014-09-30 | Add StatsUtils#onLoadSettings for when settings are changed•••Non-blocking call in nature. Bug:17013677 Change-Id: Iff737422bbacbf22c9b0ff6eaf1c1f75e6bf23c3 | 2 | -0/+5 | |
2014-09-30 | Avoid double space when autocorrect is triggered•••Bug: 17596034 Change-Id: Iaa6cc066eefd2436195a91791f2628e9a5f1c449 | 3 | -3/+32 | |
2014-09-30 | Fix bug of testCodePointTable.•••Bug:17097992 Change-Id: Ia26bfceb008f52e2c3b760159c5129b7eca5d6d6 | 2 | -6/+9 | |
2014-09-29 | Rename BigramProperty to NgramProperty.•••Remaining work is changing bigram to ngram for supporting ngram entry counting, dumping, and migration. Bug: 14425059 Change-Id: Ifba288a1166996d62a5e57698f63537ea0a2a8ee | 26 | -101/+96 | |
2014-09-29 | Import translations. DO NOT MERGE•••Change-Id: Iaee29fb909327ab892f1b5c88cac0f9f0bd62ea3 Auto-generated-cl: translation import | 2 | -3/+3 | |
2014-09-29 | Import translations. DO NOT MERGE•••Change-Id: I2865485fc1e9c76ecdc2f138f04bae77691e8d3f Auto-generated-cl: translation import | 1 | -2/+2 | |
2014-09-29 | Fix NPE due to the lack of null-check•••The case that was not coverted well is that CursorAnchorInfoCompatWrapper could be instantiated with null object. In such situations, we should do nothing. BUG: 17682582 Change-Id: I6625a2f0ed8c5580ed9edfe4728f342da77a8e40 | 2 | -4/+4 | |
2014-09-29 | Fix verbalizing missing emoticons•••Bug: 15585153 Change-Id: I8ae184047558d1a78e20efde0b08e40beb4458b9 | 2 | -1/+34 | |
2014-09-29 | Quit using currentTimeMillis() for user history unit tests.•••Change-Id: I24bd81e6781148302d5679850ed0a9bda71a3d27 | 1 | -5/+4 | |
2014-09-29 | Rename PrevWordsInfo to NgramContext.•••Bug: 14425059 Change-Id: Id06a71681fa8b5e589e29fba10fe5c1cfed66984 | 33 | -345/+341 | |
2014-09-26 | Add authentication/http request related code to LatinIme•••Bug: 17464068 Bug: 17464805 Change-Id: I533ae8821e0628fdf6591538a96ab50f805c0cdf | 5 | -0/+698 | |
2014-09-26 | Refactoring PrevWordsInfo.•••Bug: 14425059 Change-Id: I48a193b965e3055bd10a00046322c2b7b19a6232 | 6 | -44/+142 | |
2014-09-26 | Fix adding more diacritics letters for Nordic languages•••Bug: 10787354 Change-Id: Ia71417069a0cc10d7908d0c404ce85eb0cd76540 | 19 | -210/+586 | |
2014-09-26 | Add Serbian Latin keyboard•••Bug: 9687668 Change-Id: I0631ab04cf33e3d454c965e98a756c31666537bf | 20 | -83/+675 | |
2014-09-26 | Create a code point table based on occurrence counts.•••Bug:17097992 Change-Id: Ifd76dbd4d385d800af416368e25c9e56a76d0fbf | 5 | -2/+164 | |
2014-09-26 | Read dicttool option for switching code point table•••Bug:17097992 Change-Id: I0b3f12c4450f784b9a33470d1dc4c306062de91e | 3 | -19/+43 | |
2014-09-26 | Add info log of custom input styles•••Bug: 17622871 Change-Id: Ia97c7bc2f0923417b458b178fbd8776d5cd0758c | 1 | -3/+15 | |
2014-09-26 | Add an internal state test to ImportantNoticeUtilsTests•••On some 32bit-x86 testing emulators, it seems the internal state after clear the related settings seems like a contradiction state. This CL adds an test to check such internal state in order to investigate what is happening on these emulators. Bug: 17635340 Change-Id: Iba85f06c46959b1dc22e2a9213c50c9e7e30949b | 2 | -9/+33 | |
2014-09-26 | Fix unit tests' size to @LargeTest for action label tests•••Bug: 17654015 Change-Id: Id6a5030881603ad29cb38909f02ac3c0709c8aaf | 18 | -36/+36 | |
2014-09-25 | Save/restore account preference when running tests•••Change-Id: I0b1ec2144007b60fc53b4fcfa04be1b6dc21ced2 | 1 | -5/+10 | |
2014-09-25 | Add the sync related permissions to LatinIme too•••This can go in master because the actual code changes will also go in here, and not in lmp-dev Bug: 17464069 Change-Id: Ica1a22c61aa07efb6dadf8db53513607be437b73 | 1 | -0/+4 | |
2014-09-26 | Split up long unit tests into smaller ones•••Bug: 17654015 Change-Id: Ia2fe61554c1c5752fe38928ae6433ebaedcfdda7 | 23 | -211/+744 | |
2014-09-25 | Add !string/<resource_name> reference•••This CL introduces new text reference notation !string/<resource_name> to refer a string resource on the fly. This notation is mainly used to represent action key labels may refer a string in a system locale in run-time. This notation is needed to implement Hinglish and Serbian-Latin keyboards that need to refer its own action key labels. Bug: 17169632 Bug: 9687668 Change-Id: I042f6bd04714e0e448cd92031730eb9fb422e6d3 | 10 | -295/+547 | |
2014-09-25 | Introduce subtype filter to unit test•••Change-Id: I3de573ffa38c46b78e1f8a602f99c49c164516f0 | 2 | -24/+58 | |
2014-09-25 | Fix checking a11y status just before calling an a11y method•••Bug: 17035860 Change-Id: I9627d525a570ced085281b4db93fe6896081e818 | 4 | -9/+15 | |
2014-09-25 | Add allowRedundantMoreKeys attribute•••This CL also adds a couple of custom layout tests of Nordic languages. Bug: 10787354 Change-Id: I5e875d3f30863395511afa82f0a02deb093d3a6f | 23 | -269/+769 | |
2014-09-25 | [ML10.1] Adjust call for additional features•••Bug: 11230254 Change-Id: I7b60d9174d7d267eb1b3cd848cff36cdbea75b12 | 2 | -2/+2 | |
2014-09-25 | Fix typo.•••Change-Id: Ib090a3dfa7e53232e0d1ef5e4d2cbe48130f657f | 1 | -3/+3 | |
2014-09-25 | Quit reading unigram probability in Ver4PatriciaTrieNodeReader.•••Bug: 14425059 Change-Id: I4fc7b0e236151a2c64e7131772264024c6597633 | 6 | -38/+20 | |
2014-09-25 | Use std::move for dictionary properties.•••Change-Id: I15056b36b7493f4bac1dbcbb46a0b44343ede153 | 9 | -48/+58 | |
2014-09-24 | Add account change receiver to handle account removal•••Also cleanup the manifest to group similar components together. Moving LoginAccountUtils to its own package Bug: 17464068 Change-Id: Iad7928855531d58334b1e4039bb45b97dde75462 | 6 | -41/+235 | |
2014-09-24 | Fix: native unit test.•••Bug: 14425059 Change-Id: I7c5103eac35e01a5732f1f4594d730df06dfca96 | 1 | -4/+4 | |
2014-09-24 | Use CodePointArrayView in WordProperty.•••Change-Id: I45a9755c413003831788d190beb499fee8ce63aa | 4 | -12/+7 | |
2014-09-24 | Refactoring method to get code points and code point count.•••Bug: 14425059 Change-Id: I4731bd6076d34556e46e6714180fed324fb6aba3 | 10 | -61/+47 | |
2014-09-24 | Move word flags to language model dict content.•••Bug: 14425059 Change-Id: I64712e5c83d0bc241e6f0f16117ab47b5d75bd4b | 9 | -42/+68 | |
2014-09-24 | Stop showing more suggestions while important notice is showing•••Bug: 15812659 Change-Id: I314e235cfffae3ae655320a9a75867efc28066bf | 1 | -1/+8 | |
2014-09-24 | Cleanup action key label unit tests•••Change-Id: Iae08ef5689235310ad59035f4f19c6d631ca0602 | 7 | -163/+223 | |
2014-09-24 | Call stopTestModeInNativeCode() in testDecaying().•••Change-Id: I939fdbda31ff066ea6e807ad1438a8f77fb6ddef | 1 | -0/+1 | |
2014-09-22 | Handle split layout tests for phones•••Bug: 17577919 Change-Id: I060d81cfa11b9f9406f3d32307c7b949a057ffb3 | 2 | -35/+17 | |
2014-09-22 | Prepare supporting n-gram for user history dictionary.•••Bug:17097992 Change-Id: Ic8bfde3d4cc0e720bf7681e08e16fb2ad94d5670 | 3 | -12/+33 | |
2014-09-22 | [ML9.1] Add option for multi-lingual support•••Bug: 11230254 Change-Id: I15d42fad155142fa6f556f13e84cad489be00dbd | 2 | -3/+4 | |
2014-09-22 | Quit using try catch in addAndWriteRandomWords.•••Change-Id: I1f3137bacf02bf6bad03a9a99fa56346ff0cd763 | 1 | -7/+3 | |
2014-09-22 | Fix not intercepting touch event while in modal mode•••Bug: 17600156 Change-Id: Ife8f04550411d88311e08dd33e370a410d791ca2 | 2 | -2/+13 | |
2014-09-22 | Hiding SuggestedWords.EMPTY and refactoring code that compares SuggestedWords...•••Bug: 17560717 Change-Id: I7032bf0ab46f9cf5e3b3312a14e689b5496764c1 | 7 | -24/+26 | |
2014-09-22 | Fix when to show important notice•••This CL introduces a timeout duration to show an important notice message. When the timeout has passed, the important notice message will be suppressed without user intervention. This CL also adds unit tests and fixes a bug in getNextImportantNoticeTitle(). Bug: 17181982 Change-Id: If321c0060cc2f7ca14ad0631b84f4990f88bd659 | 2 | -5/+258 | |
2014-09-22 | Quit depending on SoftReference in UserHistoryDictionaryTests.•••Change-Id: I96533abf939d39873c5eaab9a9b02f71681aafcf | 1 | -45/+38 | |
2014-09-22 | Add plus-sign hint to PIN's zero key•••Bug: 16378846 Change-Id: Ia1f95a33db4e1eb6b2fe367cfffa4aada567b6d9 | 1 | -0/+1 | |
2014-09-21 | Add StatsUtilManager.onStartInput & onFinishInput•••Bug:15657192 Change-Id: I6e976202812d1c1675bd7822c4a15686d1ec1fe9 | 2 | -0/+8 |