aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/accessibility/KeyCodeDescriptionMapper.java (unfollow)
Commit message (Expand)AuthorFilesLines
2013-03-07[FileEncap6] Extract Uploader class•••Gerrit was stuck on original change I9ef4eb7450 Change-Id: I6d4ee686944074779aca5b09b018782c7033874d Kurt Partridge2-162/+197
2013-03-07Import translations. DO NOT MERGE•••Change-Id: I363753d020e086f5a60abd84377afff7a4b280ea Auto-generated-cl: translation import Baligh Uddin1-2/+2
2013-03-07Refactor ProximityType and CorrectionType•••Bug: 8277656 Change-Id: Ia7940bbf81fcf4ff5eb7869b105d98aa34155d33 Satoshi Kataoka4-28/+29
2013-03-06Remove unused scale parameter from getPointToKeyLength()•••Change-Id: I7bbe1b68264a389923f8a19bb37646c8ab0cb46f Tom Ouyang4-30/+7
2013-03-06Import translations. DO NOT MERGE•••Change-Id: I715549b3e9bad6dd856883af8b6e828798921e38 Auto-generated-cl: translation import Baligh Uddin1-2/+2
2013-03-06Import translations. DO NOT MERGE•••Change-Id: I7cc086bac4494d1238ef6c5f9939a651100ee42d Auto-generated-cl: translation import Baligh Uddin1-2/+2
2013-03-06[FileEncap5] Move conditional logic to caller•••Change-Id: I6599539059f86dc8902210d325439c08035b2e2a Kurt Partridge1-3/+4
2013-03-06[FileEncap4] Simplify logic•••Change-Id: Ibb8660d12812b867856259d3e5c04a31e281027d Kurt Partridge1-4/+5
2013-03-06[FileEncap3] Extract isUploadingUnconditionally method•••- remove isUploadingUnconditionally local variable Change-Id: I69be8708c1f306568cbb9c5cbefc9e42a87df497 Kurt Partridge1-5/+8
2013-03-06[FileEncap2] Remove mCanUpload instance variable•••Change-Id: I62a100c4d73bb64a14a7994f7dd9af7b6946d064 Kurt Partridge1-6/+5
2013-03-06[FileEncap1] Extract hasUploadingPermisssions method•••Change-Id: Ica1dabcf066cde6580035f12fa35a404cb32fb3f Kurt Partridge1-4/+7
2013-03-05Make some methods visible for testing•••bug: 8302967 multi-project commit with Icf915abb57ef00840ee93b67a25db42ba51f1c38 Change-Id: I105bda5bdff871508140fb99487dddbf17992790 Kurt Partridge1-0/+3
2013-03-05Little cleanups•••Change-Id: I2ded3d0a29610941fac27c9b26168dd6c06ceccc Kurt Partridge1-7/+4
2013-03-05Clean up initialization ordering•••This change is based on an earlier one that got stuck in Gerrit: Iab77504b Change-Id: I27ad9dfb1bbb2300bd1e61d881a6ea0e116db066 Kurt Partridge1-29/+24
2013-03-05Make Cyrillic Hard Signs base letters of Soft Signs per cyrillic•••keyboard layouts bug: 8269407 Change-Id: I52962ef1b6cbec125f6cfd3afc110fcbb06409df Ken Wakasa1-2/+4
2013-03-05refactor MAX_POINT_TO_KEY_LENGTH•••Change-Id: I3b44068bce784531516f3cdfe67b3b46b1f1b805 Satoshi Kataoka6-10/+11
2013-03-05Add show setup wizard icon preference settings•••Bug: 8239067 Change-Id: If6106a3632d3abad3e22ce29f1351525a5152ec7 Tadashi G. Takaoka5-32/+57
2013-03-04Clean up logic in onUserLoggingConsent•••- Make ResearchSetting for whether the user has seen the splash screen - Inline #setLoggingAllowed, which is short and is now only called by onUserLoggingConsent Change-Id: Icdf4592777b80643807b6ccf1d3896459c503e02 Kurt Partridge2-17/+17
2013-03-04Clean up PREF_USABILITY_STUDY_MODE•••- Refer to a common default value in DebugSettings - Make PREF_USABILITY_STUDY_MODE independent of the ResearchLogger - ResearchLogger uses its own preference through ResearchSettings multi-project commit with Ie0df836c9d779eba484b522666ec357f4e234823 Change-Id: I88547a2f619db6e7364abbbec12f9f76855dd11a Kurt Partridge4-15/+20
2013-03-04Add CorrectionType•••Change-Id: Ibbad8476be40e322cadfbf9636a13e575338ec1d Satoshi Kataoka1-0/+14
2013-03-02Small cleanup in CompatUtils•••Change-Id: I9b4a8d7eae744ba6252a6475b75240248c70a3c0 Ken Wakasa1-4/+4
2013-03-01Remove MainLogBuffer#setSuggest()•••multi-project commit with Ia98b1406fc2ee11a96893c77ea58d800fece7624 Change-Id: I8bc3d07b83dbe7d8fc56a618de07dade7f510b13 Kurt Partridge3-11/+14
2013-03-01Import translations. DO NOT MERGE•••Change-Id: Ic31bc6d188785972dd3f11d96ff22592040ceb9f Auto-generated-cl: translation import Baligh Uddin49-586/+14
2013-03-01Import translations. DO NOT MERGE•••Change-Id: If6d46dc75d94094554f018a3bc20d20363cab21a Auto-generated-cl: translation import Baligh Uddin49-586/+14
2013-03-01Import translations. DO NOT MERGE•••Change-Id: I1852e989314ddd2e3f806486a0774ffe446473e8 Auto-generated-cl: translation import Baligh Uddin49-1174/+98
2013-03-01Add setup wizard launcher icon•••The setup wizard icon will be hidden if the Android Keyboard is in system image. Bug: 8239067 Change-Id: Ib0c0c9e3a0954512c3e03e42a661cdf86eff0dca Tadashi G. Takaoka8-20/+208
2013-03-01Cleanup getProximityType•••Change-Id: I89c5871bbcf0fe3d5f50052e8f64932d8efbce94 Satoshi Kataoka4-21/+44
2013-03-01rename define•••Change-Id: I4767eff187c76541648cc066a88293e46a90f033 Satoshi Kataoka1-3/+3
2013-02-28Separate suggestions from SuggestionView•••This is a cleanup change, but it's also necessary for Bug: 8152758 Change-Id: Id6ba06243f573fdb856f87d1df03277c9f2e5e71 Jean Chalard3-29/+44
2013-03-01Add translatable="false" to setup wizard's string resources•••Bug: 8265778 Change-Id: I351dc2b88e4fa33c2008107a1d6d19940c4db6ab Tadashi G. Takaoka1-10/+11
2013-02-28Move UUID preference reading to ResearchSettings.java•••Change-Id: I8157249259cf8c3218c5c82a5729f4cbc1fb4eeb Kurt Partridge2-19/+45
2013-03-01add a default vaule for getMatchedProximityType•••Change-Id: Id940f1226ca493d0a1b82e2810b1882184ef8987 Satoshi Kataoka1-0/+2
2013-02-28[TestPrep22] Make variable package-private for testing•••Change-Id: I902a6a40df1c672c611672f34d2f3237b0d1821b Kurt Partridge1-1/+1
2013-02-28[TestPrep20] Clean up import statement•••Change-Id: Ifcfec09b669d8b2012b1c960bd4b1471c7946870 Kurt Partridge1-1/+0
2013-02-28Revert "Fix description of setup wizard 1st step"•••This reverts commit b5f4cac53266e6c3783b6a0ff62f40f2e293c24f Change-Id: Ic5787fcf63663885285c20403534572d5e7d7696 Tadashi G. Takaoka1-1/+1
2013-02-28Fix description of setup wizard 1st step•••Bug: 8265778 Change-Id: Ie25be9d43089b2e9cb7b690df374bad1f8966b16 Tadashi G. Takaoka1-1/+1
2013-02-27Import translations. DO NOT MERGE•••Change-Id: Ib43ed30fcf7d9be1d29af9da9dfe148371a3aec7 Auto-generated-cl: translation import Baligh Uddin28-606/+306
2013-02-27Import translations. DO NOT MERGE•••Change-Id: I14643d519433db75403b8a7f5b9a409e316c1f1e Auto-generated-cl: translation import Baligh Uddin28-606/+306
2013-02-27Remove closing method from KeyboardView•••This is a follow up of Ie00ba827. After the change, the KeyboardView.closing() method does nothing important. Change-Id: I9659ea56ce82a95f8798a4136bf93f164b67fae7 Tadashi G. Takaoka3-9/+0
2013-02-27Keep Keyboard object while closing KeyboardView•••Bug: 8217626 Change-Id: Ie00ba827bc391aa152427965c57488b66308a75c Tadashi G. Takaoka1-1/+1
2013-02-26[TestPrep18] Make class public for testing•••Change-Id: I4b457f44dd6a5a595c61a62061ea02c251fa9ab1 Kurt Partridge1-1/+1
2013-02-26[TestPrep17] Allow fake dictionary for testing•••Currently ResearchLog requires a full dictionary to perform privacy-related checks. This makes testing difficult. This change allows a fake dictionary to be used instead. Change-Id: Ifca5bd8647475a6b84e4324117e0faa0a35479ee Kurt Partridge1-0/+13
2013-02-26Ensure Preference listener is unregistered•••Change-Id: I1a4d1e7bc45fc30cb1b63ea6020f0eee6e804333 Kurt Partridge2-0/+9
2013-02-26[TestPrep11] Only use mHasWrittenData to control JsonWriter#endArray() call•••Change-Id: If2107e38575b009a4c372194ecd827e27bdbb2b4 Kurt Partridge1-9/+5
2013-02-26[TestPrep10] Add some comments•••Change-Id: Ia8e0bd72b0dc09bfc256ec5d1996637554376b5f Kurt Partridge1-4/+28
2013-02-26Small cleanup of RunInLocale•••Change-Id: Ib588e67da2c88345fc4eb51587b07ebfa434e0bb Tadashi G. Takaoka1-2/+3
2013-02-26Fix failed unit test due to resource string change•••Change-Id: Ie7acdf6895a9769eb43ea8a1c70c0d13b32ed349 Tadashi G. Takaoka1-3/+3
2013-02-25Import translations. DO NOT MERGE•••Change-Id: I6592c412b60b21baaae7716dc897a65060463161 Auto-generated-cl: translation import Baligh Uddin18-410/+206
2013-02-25Import translations. DO NOT MERGE•••Change-Id: Iec690c5a0e2a945319ae9805a593b21ad50808fe Auto-generated-cl: translation import Baligh Uddin18-410/+206
2013-02-23Send the dictionaries descriptions to the dict pack•••Bug: 8255795 Change-Id: I12a5922f50c2d2e3aa639457abcc1483e6a48721 Jean Chalard2-3/+16