aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/compat/TextViewCompatUtils.java (unfollow)
Commit message (Expand)AuthorFilesLines
2014-10-01Fix NPE in KeyboardParams•••Bug: 17707885 Change-Id: Ie6a54ac5ab60f5d11363ac8da8eef850d65dba7c Tadashi G. Takaoka1-3/+9
2014-10-01Introduce NgramProperty in Java side.•••Bug: 14425059 Change-Id: I8b3458ad22730b3dccbe0caea2c5930f5276dc82 Keisuke Kuroyanagi12-43/+105
2014-09-30Add StatsUtils#onLoadSettings for when settings are changed•••Non-blocking call in nature. Bug:17013677 Change-Id: Iff737422bbacbf22c9b0ff6eaf1c1f75e6bf23c3 Jatin Matani2-0/+5
2014-09-30Avoid double space when autocorrect is triggered•••Bug: 17596034 Change-Id: Iaa6cc066eefd2436195a91791f2628e9a5f1c449 Adrian Velicu3-3/+32
2014-09-30Fix bug of testCodePointTable.•••Bug:17097992 Change-Id: Ia26bfceb008f52e2c3b760159c5129b7eca5d6d6 Akifumi Yoshimoto2-6/+9
2014-09-29Rename BigramProperty to NgramProperty.•••Remaining work is changing bigram to ngram for supporting ngram entry counting, dumping, and migration. Bug: 14425059 Change-Id: Ifba288a1166996d62a5e57698f63537ea0a2a8ee Keisuke Kuroyanagi26-101/+96
2014-09-29Import translations. DO NOT MERGE•••Change-Id: Iaee29fb909327ab892f1b5c88cac0f9f0bd62ea3 Auto-generated-cl: translation import Baligh Uddin2-3/+3
2014-09-29Import translations. DO NOT MERGE•••Change-Id: I2865485fc1e9c76ecdc2f138f04bae77691e8d3f Auto-generated-cl: translation import Baligh Uddin1-2/+2
2014-09-29Fix 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 Yohei Yukawa2-4/+4
2014-09-29Fix verbalizing missing emoticons•••Bug: 15585153 Change-Id: I8ae184047558d1a78e20efde0b08e40beb4458b9 Tadashi G. Takaoka2-1/+34
2014-09-29Quit using currentTimeMillis() for user history unit tests.•••Change-Id: I24bd81e6781148302d5679850ed0a9bda71a3d27 Keisuke Kuroyanagi1-5/+4
2014-09-29Rename PrevWordsInfo to NgramContext.•••Bug: 14425059 Change-Id: Id06a71681fa8b5e589e29fba10fe5c1cfed66984 Keisuke Kuroyanagi33-345/+341
2014-09-26Add authentication/http request related code to LatinIme•••Bug: 17464068 Bug: 17464805 Change-Id: I533ae8821e0628fdf6591538a96ab50f805c0cdf Sandeep Siddhartha5-0/+698
2014-09-26Refactoring PrevWordsInfo.•••Bug: 14425059 Change-Id: I48a193b965e3055bd10a00046322c2b7b19a6232 Keisuke Kuroyanagi6-44/+142
2014-09-26Fix adding more diacritics letters for Nordic languages•••Bug: 10787354 Change-Id: Ia71417069a0cc10d7908d0c404ce85eb0cd76540 Tadashi G. Takaoka19-210/+586
2014-09-26Add Serbian Latin keyboard•••Bug: 9687668 Change-Id: I0631ab04cf33e3d454c965e98a756c31666537bf Tadashi G. Takaoka20-83/+675
2014-09-26Create a code point table based on occurrence counts.•••Bug:17097992 Change-Id: Ifd76dbd4d385d800af416368e25c9e56a76d0fbf Akifumi Yoshimoto5-2/+164
2014-09-26Read dicttool option for switching code point table•••Bug:17097992 Change-Id: I0b3f12c4450f784b9a33470d1dc4c306062de91e Akifumi Yoshimoto3-19/+43
2014-09-26Add info log of custom input styles•••Bug: 17622871 Change-Id: Ia97c7bc2f0923417b458b178fbd8776d5cd0758c Tadashi G. Takaoka1-3/+15
2014-09-26Add 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 Tadashi G. Takaoka2-9/+33
2014-09-26Fix unit tests' size to @LargeTest for action label tests•••Bug: 17654015 Change-Id: Id6a5030881603ad29cb38909f02ac3c0709c8aaf Tadashi G. Takaoka18-36/+36
2014-09-25Save/restore account preference when running tests•••Change-Id: I0b1ec2144007b60fc53b4fcfa04be1b6dc21ced2 Sandeep Siddhartha1-5/+10
2014-09-25Add 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 Sandeep Siddhartha1-0/+4
2014-09-26Split up long unit tests into smaller ones•••Bug: 17654015 Change-Id: Ia2fe61554c1c5752fe38928ae6433ebaedcfdda7 Tadashi G. Takaoka23-211/+744
2014-09-25Add !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 Tadashi G. Takaoka10-295/+547
2014-09-25Introduce subtype filter to unit test•••Change-Id: I3de573ffa38c46b78e1f8a602f99c49c164516f0 Tadashi G. Takaoka2-24/+58
2014-09-25Fix checking a11y status just before calling an a11y method•••Bug: 17035860 Change-Id: I9627d525a570ced085281b4db93fe6896081e818 Tadashi G. Takaoka4-9/+15
2014-09-25Add allowRedundantMoreKeys attribute•••This CL also adds a couple of custom layout tests of Nordic languages. Bug: 10787354 Change-Id: I5e875d3f30863395511afa82f0a02deb093d3a6f Tadashi G. Takaoka23-269/+769
2014-09-25[ML10.1] Adjust call for additional features•••Bug: 11230254 Change-Id: I7b60d9174d7d267eb1b3cd848cff36cdbea75b12 Jean Chalard2-2/+2
2014-09-25Fix typo.•••Change-Id: Ib090a3dfa7e53232e0d1ef5e4d2cbe48130f657f Keisuke Kuroyanagi1-3/+3
2014-09-25Quit reading unigram probability in Ver4PatriciaTrieNodeReader.•••Bug: 14425059 Change-Id: I4fc7b0e236151a2c64e7131772264024c6597633 Keisuke Kuroyanagi6-38/+20
2014-09-25Use std::move for dictionary properties.•••Change-Id: I15056b36b7493f4bac1dbcbb46a0b44343ede153 Keisuke Kuroyanagi9-48/+58
2014-09-24Add 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 Sandeep Siddhartha6-41/+235
2014-09-24Fix: native unit test.•••Bug: 14425059 Change-Id: I7c5103eac35e01a5732f1f4594d730df06dfca96 Keisuke Kuroyanagi1-4/+4
2014-09-24Use CodePointArrayView in WordProperty.•••Change-Id: I45a9755c413003831788d190beb499fee8ce63aa Keisuke Kuroyanagi4-12/+7
2014-09-24Refactoring method to get code points and code point count.•••Bug: 14425059 Change-Id: I4731bd6076d34556e46e6714180fed324fb6aba3 Keisuke Kuroyanagi10-61/+47
2014-09-24Move word flags to language model dict content.•••Bug: 14425059 Change-Id: I64712e5c83d0bc241e6f0f16117ab47b5d75bd4b Keisuke Kuroyanagi9-42/+68
2014-09-24Stop showing more suggestions while important notice is showing•••Bug: 15812659 Change-Id: I314e235cfffae3ae655320a9a75867efc28066bf Tadashi G. Takaoka1-1/+8
2014-09-24Cleanup action key label unit tests•••Change-Id: Iae08ef5689235310ad59035f4f19c6d631ca0602 Tadashi G. Takaoka7-163/+223
2014-09-24Call stopTestModeInNativeCode() in testDecaying().•••Change-Id: I939fdbda31ff066ea6e807ad1438a8f77fb6ddef Keisuke Kuroyanagi1-0/+1
2014-09-22Handle split layout tests for phones•••Bug: 17577919 Change-Id: I060d81cfa11b9f9406f3d32307c7b949a057ffb3 Sandeep Siddhartha2-35/+17
2014-09-22Prepare supporting n-gram for user history dictionary.•••Bug:17097992 Change-Id: Ic8bfde3d4cc0e720bf7681e08e16fb2ad94d5670 Keisuke Kuroyanagi3-12/+33
2014-09-22[ML9.1] Add option for multi-lingual support•••Bug: 11230254 Change-Id: I15d42fad155142fa6f556f13e84cad489be00dbd Jean Chalard2-3/+4
2014-09-22Quit using try catch in addAndWriteRandomWords.•••Change-Id: I1f3137bacf02bf6bad03a9a99fa56346ff0cd763 Keisuke Kuroyanagi1-7/+3
2014-09-22Fix not intercepting touch event while in modal mode•••Bug: 17600156 Change-Id: Ife8f04550411d88311e08dd33e370a410d791ca2 Tadashi G. Takaoka2-2/+13
2014-09-22Hiding SuggestedWords.EMPTY and refactoring code that compares SuggestedWords...•••Bug: 17560717 Change-Id: I7032bf0ab46f9cf5e3b3312a14e689b5496764c1 Adrian Velicu7-24/+26
2014-09-22Fix 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 Tadashi G. Takaoka2-5/+258
2014-09-22Quit depending on SoftReference in UserHistoryDictionaryTests.•••Change-Id: I96533abf939d39873c5eaab9a9b02f71681aafcf Keisuke Kuroyanagi1-45/+38
2014-09-22Add plus-sign hint to PIN's zero key•••Bug: 16378846 Change-Id: Ia1f95a33db4e1eb6b2fe367cfffa4aada567b6d9 Tadashi G. Takaoka1-0/+1
2014-09-21Add StatsUtilManager.onStartInput & onFinishInput•••Bug:15657192 Change-Id: I6e976202812d1c1675bd7822c4a15686d1ec1fe9 Jatin Matani2-0/+8