aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/accessibility/KeyCodeDescriptionMapper.java (unfollow)
Commit message (Expand)AuthorFilesLines
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-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
2014-09-22Fix Turkish/Azerbaijani keyboard to add more accented letters•••Bug: 16807005 Change-Id: Ifd0ab3aeb8207cdecacf8cfe5b1d58c07690142f Tadashi G. Takaoka6-559/+588
2014-09-22Get stats from dictionary.•••Bug: 16553957 Change-Id: I70c7a7be3c902dc8a0dfe8f946f9ef75ba6c9655 Keisuke Kuroyanagi5-26/+60
2014-09-22Create DictionaryStats in executor.•••Bug: 16553957 Change-Id: Ie4e9a6ee67f90ba0086af2075068e078efc7f189 Keisuke Kuroyanagi1-7/+10
2014-09-21Import translations. DO NOT MERGE•••Change-Id: I51bc9a71a30b362938d155e091a7b0d4694eacbf Auto-generated-cl: translation import Baligh Uddin73-9/+1227
2014-09-21Import translations. DO NOT MERGE•••Change-Id: I5c04251f5db42dab2189da52895e171c9082348b Auto-generated-cl: translation import Baligh Uddin6-9/+9
2014-09-21Import translations. DO NOT MERGE•••Change-Id: If1d120fdaf20fb218947f008816c6533a9756591 Auto-generated-cl: translation import Baligh Uddin57-9/+954
2014-09-20Revert "Disable preliminary subtypes on E-release"•••This reverts commit 0e6dd1a6f1945088d59396dad23d7480d95031f2. This CL enables the following preliminary subtypes. - hi_ZZ: Hinglish - my_MM: Myanmar Bug: 17587199 Change-Id: I6a2e621f1d50715b1b379fe2a19c48dac022eb92 Tadashi G. Takaoka1-4/+0
2014-09-20Disable preliminary subtypes on E-release•••This CL disables the following preliminary subtypes. - hi_ZZ: Hinglish - my_MM: Myanmar Bug: 17587199 Change-Id: Ib7c88fc4817b79f8e46b5d499c6bb748c24d6c7d Tadashi G. Takaoka1-0/+4
2014-09-19Fix native crash.•••Change-Id: Ia8871db0248ddbc821605079e2a3e93859f4c9b7 Keisuke Kuroyanagi1-1/+1
2014-09-19Avoid the add-to-dictionary indicator from being clipped•••With this CL, the display bounds is taken into consideration when the location of add-to-dictionary indicator is determined. BUG: 17578360 Change-Id: I31e458fa7bbc33e539578b331fe1c51ff7f8668e Yohei Yukawa3-28/+42
2014-09-19Add small unit test for adding/removing trigrams.•••Bug:17097992 Change-Id: I0ed0b4a172130726d822dadb6d7a806b94130104 Keisuke Kuroyanagi1-0/+76
2014-09-19Fix unit tests.•••Change-Id: I7706db4c9279488552ea5fabc16dd1dd2bc7fa05 Keisuke Kuroyanagi2-5/+26
2014-09-19Native side reads character table•••Bug:17097992 Change-Id: Ibcfc67833a6754fe6a2d82a3e3023b33886b9ea2 Akifumi Yoshimoto18-56/+133
2014-09-19(DO NOT MERGE) Remove some logs which spam encrypted boot•••Bug: 17539539 Change-Id: Idb442c2f0db2361b8e535f39b02d209b1edd1069 (cherry picked from commit 4b6c6fa0e475b987fe3734989dee4159b1d6d548) Jean Chalard1-10/+8
2014-09-18Invoke onWordCommitUserTyped on startInput() with non empty wordcomposer•••In chat clients, the last committed word is not committed via rich input connection. This will handle those missed out cases. Change-Id: If3f1f6e1927cdf56a09d3e9124f05c66ca75de53 Mohammadinamul Sheik1-0/+7