aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/accessibility/KeyCodeDescriptionMapper.java (unfollow)
Commit message (Expand)AuthorFilesLines
2013-02-25Import translations. DO NOT MERGE•••Change-Id: I6592c412b60b21baaae7716dc897a65060463161 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
2013-02-23Fix a possible crash•••If the dictionary ID, as indicated in the metadata, is less than three chars long, it crashes LatinIME. Of course we don't have such dictionary IDs in the current metadata, but it's still better to be able to handle the case gracefully ^^; Change-Id: I60cdf6f8ecce9f4d44b42ddd5d157aebff9a4163 Jean Chalard1-3/+7
2013-02-23Remove a cluttering log•••Bug: 8175067 Change-Id: I9a104a32ba2b3b52a5dfa250f8c642abd6169cc0 Jean Chalard1-4/+5
2013-02-22Pass the client ID to the dictionary pack in settings•••Bug: 6789534 Bug: 8256209 Change-Id: Ib63c18e7f18117ba888324febea13da47332b6c6 Jean Chalard1-1/+5
2013-02-22Fix a bug with the passed dictionary id•••We used to make the dictionary that we passed to the dictionary pack as an initial value based on the locale. This is wrong - it should be read from the dictionary. This change fixes that. Bug: 7005813 Change-Id: Ib08ed31dd9c216f6f7b9c6c3174ca514bf96e06f Jean Chalard2-6/+11
2013-02-22Tiny cleanup•••Change-Id: I5d7150a4abb3a498e790f41af569093217cb8b43 Jean Chalard1-1/+0
2013-02-22Fix how the Enter action is decided•••This unifies the software and hardware keyboard code under a single decision process that works. Bug: 8129303 Bug: 8152758 Change-Id: I7574c563d5f957d57bfe62fe5e3eec59a519d335 Jean Chalard7-33/+38
2013-02-22Import translations. DO NOT MERGE•••Change-Id: I75753bfe196bf52c7ec5534ce1996e035ea0f956 Auto-generated-cl: translation import Baligh Uddin53-1170/+1178
2013-02-21[TestPrep8] Narrow try/catch scope•••Change-Id: If15f250feb81c2ad55ce1bc7dc3dafa57de87aef Kurt Partridge1-10/+9
2013-02-21[TestPrep7] Encapsulate JsonWriter creation•••Change-Id: I4e97fa28dd0bb1101edc0db03f024432fee6f6fe Kurt Partridge1-8/+19
2013-02-21Use common incremental decoder output scale.•••Change-Id: Ib6bd7be45be9229a075b6a8feb46c67ec75a9b06 Tom Ouyang1-0/+1
2013-02-21add defines•••Change-Id: I8bc009bf258cbdf01e15dc63a7a8afad47db5d96 Satoshi Kataoka1-0/+4
2013-02-20[TestPrep5] Parameterize MainLogBuffer•••Change-Id: I6d84f490922cd1f40e44ca4f95c9d950fba38290 Kurt Partridge2-19/+19
2013-02-20[TestPrep4] Add some finals•••Change-Id: Ib437a6ad7fd6a897e2bbc65afe881ae8a3b1cbb0 Kurt Partridge1-3/+3
2013-02-20[TestPrep3] Add helper method to retrive dictionary•••Change-Id: Id6e03c6f8a3e96979d589f0605ac056fcad7e1ff Kurt Partridge1-7/+9
2013-02-20[TestPrep2] Rename a method•••Change-Id: Id9a72045afa3558b20b9d63c8720fb7443d34fd9 Kurt Partridge2-4/+4
2013-02-20[TestPrep1] Move MotionEvent.Action strings to LoggingUtils•••Change-Id: I7b9ed800552f2fd546ed21e9dc06ea1ff5798337 Kurt Partridge2-11/+39
2013-02-21Add preliminary setup wizard•••Bug: 8159728 Change-Id: I30d9cd637fb1d2e64588550e0aa4387bc1f7e6e5 Tadashi G. Takaoka15-5/+745
2013-02-20Use WordComposer.addKeyInfo for testing•••Change-Id: I500654e7a26717aa5547942357e56060afb72969 Tadashi G. Takaoka1-1/+3
2013-02-20Add debug output•••Change-Id: I45fd249a6536e438125782e6e7800760f8e8d426 Satoshi Kataoka1-0/+3
2013-02-18Fix layout direction of Keyboard and Suggestions view•••Bug: 8167348 Change-Id: I5e0432707fff1dd3032686b733ba28bef305173a Tadashi G. Takaoka1-0/+6
2013-02-15Implement getting data files with protocol v2•••This also does it for deleting them Bug: 8167342 Bug: 6789534 Change-Id: I1823f98508881f109a667146d3608003f87aa4cb Jean Chalard1-26/+55
2013-02-14Add placeholder of keyboard setup wizard•••Bug: 8159728 Change-Id: I5552e9d0ffa8f94d183e76378d55bba6f718adfe Tadashi G. Takaoka2-5/+52
2013-02-14clean up seach key vector•••Bug: 8197301 Change-Id: I6a67d2914bd44b3ceca655adcd65c9c42796b026 Satoshi Kataoka6-62/+57
2013-02-13Determine the protocol version of the dictionary pack•••...for query. Bug: 8167342 Change-Id: Ieb8e5b31c4b62bf507593c4631e31799aad5f267 Jean Chalard1-14/+44
2013-02-13Import translations. DO NOT MERGE•••Change-Id: Ib49331c1511dcc9efac19ceda0b70e3604f30791 Auto-generated-cl: translation import Baligh Uddin1-2/+2
2013-02-13Prep for GCC 4.6 that will be used in unbundled branches•••Change-Id: I31c1d1bc573ee10779efce0f221d378ad758e9ca Ken Wakasa2-6/+7
2013-02-12Cleanup in preparation for tests•••multi-project commit with I1212da392ecda0ad78962da68941870b5a651eee Change-Id: Ie74af59d4e45bf954723fee9dcf350a36468c381 Kurt Partridge3-9/+16
2013-02-12Clean up dictionary pack presence test.•••This method is much cleaner and much more readable. Change-Id: I8055c169ef7c4453ab45c463704bd56a6080da4f Jean Chalard1-39/+21
2013-02-12Import translations. DO NOT MERGE•••Change-Id: I49fbafa8f9ef932fe4d2354c83fa86514726bb00 Auto-generated-cl: translation import Baligh Uddin53-1378/+0
2013-02-12Separate caps mode related utils to CapsModeUtils•••Change-Id: I32700c434b296bb3fd39e040c2dda1fe90667daf Tadashi G. Takaoka29-492/+542
2013-02-12Move parseCsvString to StringUtils•••Change-Id: I602f33991ca57b6057ec2defe01573552b322857 Tadashi G. Takaoka6-50/+57
2013-02-12Fix RTL language key code mapping•••Bug: 8168899 Bug: 8169343 Change-Id: I23120704e97d89d5ddec2b2bdff2a98a6daac4d5 Tadashi G. Takaoka1-0/+5
2013-02-11Cleanups•••Follow-up to Idc6f419a Change-Id: I4aae8f4e19f27a0a309879dc19af6e40906d58c5 Jean Chalard7-27/+27
2013-02-11Some cleanups•••Improve a slew of logging statements, and put commands that we don't expect to need protecting against exceptions out of a try {} block. This is a followup to Id3dc510a Change-Id: Idc6f419ac095b5b0f2d6862d58926ef888cb34e6 Jean Chalard1-18/+21
2013-02-12Add translatable="false" for dictionary-pack.xml•••This is a follow up of I770335a2. Change-Id: If0c021f4fb630bda7e8985591094488e11917e9b Tadashi G. Takaoka1-2/+2
2013-02-11Don't try to issue delete() commands on missing provider•••Bug: 8173622 Change-Id: Id3dc510ae3535169b5290e87075cb2f433a1f603 Jean Chalard1-21/+50
2013-02-11Remove unnecessary whitespace•••This is a cleanup followup to Id3dc510a Change-Id: Ie64395eb4b6218fd8c73cacddeed2fba1df65d26 Jean Chalard1-1/+1
2013-02-11Don't try to issue delete() commands on missing provider•••Bug: 8173622 Change-Id: Id3dc510ae3535169b5290e87075cb2f433a1f603 Jean Chalard1-21/+50
2013-02-11Import translations. DO NOT MERGE•••Change-Id: Ibd74870cf9822bce34f54504972e8f7d52c43036 Auto-generated-cl: translation import Baligh Uddin53-0/+1378
2013-02-10Follow up to If933fcad56d81dcc956b6114727e01be9686ee9c•••Bug: 7405756 Change-Id: I415936db98296cd1d2fe6e4a590375061935ba8a Ken Wakasa1-1/+1
2013-02-08Change targetSdkVersion to 17•••Bug: 7405756 Change-Id: If933fcad56d81dcc956b6114727e01be9686ee9c Tadashi G. Takaoka1-1/+1
2013-02-08Add keyboard hypotenuse metric to ProximityInfo.•••Change-Id: If4a23041b460326a579e8b8cab20b5c027441e23 Tom Ouyang2-0/+4
2013-02-08Import translations. DO NOT MERGE•••Change-Id: I1f4b366714462f2aa084ead58c67f8c82618cff5 Auto-generated-cl: translation import Baligh Uddin2-4/+4
2013-02-08Separate resource file for dictionary pack metadata•••Change-Id: I770335a25c3db12ec8440c4fcb208ca1d9c1fa32 Tadashi G. Takaoka2-2/+23
2013-02-08Close file properly•••Change-Id: Ied55b6a6f1e64bbca558316d8d3d207d7655cf91 Kurt Partridge1-4/+12
2013-02-08Add batchMode field to PickSuggestionManually•••Change-Id: Iaaffc71378154240538bf90f0b85c3f17f3f78b3 Kurt Partridge1-2/+2
2013-02-06[B14] Implement sending the dictionary list.•••Bug: 7005813 Change-Id: Ic3ef69510d2b385d0d403191b2f701b6527d0166 Jean Chalard2-16/+57
2013-02-06Fix a test•••The test is wrong - it checks a struct that contains a string instead of checking the string itself. Bug: 8149360 Change-Id: Ifb93d61f25a64a64e1c1e689de792f27994487b6 Jean Chalard1-1/+1