aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/accessibility/KeyCodeDescriptionMapper.java (unfollow)
Commit message (Expand)AuthorFilesLines
2013-05-06Import translations. DO NOT MERGE•••Change-Id: I2e89e3da74724731dc26f081c9d468200e90b31e Auto-generated-cl: translation import Baligh Uddin3-5/+5
2013-05-03Import translations. DO NOT MERGE•••Change-Id: I5c8c885e2971d73ffa5a8ac45dd39dd836c935c8 Auto-generated-cl: translation import Baligh Uddin3-6/+6
2013-05-01Import translations. DO NOT MERGE•••Change-Id: I840f5e7a7f140fbf5ccf27371077b2d8c86506c2 Auto-generated-cl: translation import Baligh Uddin2-17/+17
2013-05-01DO NOT MERGE: Return possible suggestions in Google Spell Checker•••Bug: 8772531 By the change in the suggestion algorithm, the pruning of the suggestions is not required anymore. This has been fixed in master branch properly. Change-Id: I6ab9da953d69ff726d2bc328c09064e6ade0dcea Satoshi Kataoka2-10/+0
2013-05-01Don't do recorrection when suggestions are off.•••Bug: 8767981 Change-Id: If5c775e488b91ae03ecce2673c99918ac8134928 Jean Chalard1-2/+7
2013-04-30Import translations. DO NOT MERGE•••Change-Id: I90d5918cc37eaa6d3e19822e149a8a16b9d76744 Auto-generated-cl: translation import Baligh Uddin1-1/+1
2013-04-26Import translations. DO NOT MERGE•••Change-Id: Id6eb0824603681ad04462fc08c0dcf071efa1d72 Auto-generated-cl: translation import Baligh Uddin1-1/+1
2013-04-26Update dictionaries•••Full diff too long: truncated Summary diff >>> dictionaries/ru_wordlist.combined.gz Header : date : 1366277083 <=> 1366957492 version : 31 <=> 32 Contents : - Reinstate 2- and 3- letter words that were demoted to avoid bad space insertion (343 entries) - Add missing words as per b/6341908 and b/5674314 (98 entries) This has zero effect on the regression tests Bug: 6341908 Bug: 5674314 Change-Id: Ifce268a7eab5edd264d963489187e975017f8b72 Jean Chalard2-0/+0
2013-04-26Support ICS on the user dictionary settings•••Bug: 8600958 Change-Id: I50e9228afc7b04147eb7c4734d3145abe8859a30 Satoshi Kataoka7-68/+148
2013-04-26Remove graying animation of alt-code keys while typing•••Bug: 8727807 Change-Id: Idcc76dade3ceba5649666d795b6e4f94a161d748 Tadashi G. Takaoka2-0/+7
2013-04-26Add strings-appname.xml to AOSP Android Keyboard project•••Change-Id: I8dea5393ad3b12c2398bbeb7f1040b66d82c9c35 Tadashi G. Takaoka3-18/+43
2013-04-26Keep task stack when invoking settings from setup wizard•••Bug: 8336068 Change-Id: If1df32595f72285b2dad16e28b4429b7b6059839 Tadashi G. Takaoka1-2/+1
2013-04-25Always consider corrections of intentional omissions (e.g., apostrophe)•••Example: "thts" -> "that's" Bug: 8721815 Change-Id: I8c1efbf651d2569ba3600516cc7447d46bf30fa4 Tom Ouyang3-4/+12
2013-04-25Fix deleting a dictionary•••When the user presses the "delete" button in the Add-on dictionary interface, we send an empty dictionary to Latin IME as a dummy for it to use instead of the pre-installed one. The old "empty" placeholder was rejected by initial verification. This one is still empty, but passes the check. Bug: 7980985 Change-Id: I751bbf67d8078dd5fbdce1dd2f0db72a8207816d Jean Chalard1-1/+1
2013-04-25[ZF3] Add the option to block potentially offensive words•••Bug: 7226877 Change-Id: I2171c946258468b0a39d6590c7af994ef25ba552 Jean Chalard2-0/+11
2013-04-25[ZF2] Read settings for profanity filtering.•••Bug: 7226877 Change-Id: Ie0c713e1eba1529c0b288a1e5011023a79bedd6b Jean Chalard4-3/+21
2013-04-25[ZF1] Check profanity in Java rather than in native•••Bug: 7226877 Change-Id: Ib6c32bfee9977c27dbf7e1e590b2b00d9ceb7301 Jean Chalard4-10/+33
2013-04-25Work around a bug in older DownloadManager versions.•••This adds a number to the extension. Note that for DownloadManager to keep this, the server needs to send it a mime type it does not recognize. Right now, it does not recognize application/json so it's okay, but we'd do well to remove the content/type header from the server to prevent problems. Bug: 8467516 Change-Id: Ic484f66ac3f67c36f59f2c0bcb8c7fdeb6e8590d Jean Chalard4-5/+21
2013-04-25[PB8] Add an animation upon status change.•••Bug: 7600384 Change-Id: If5efb9357075193d10255187008e870e2933bdb8 Jean Chalard3-8/+42
2013-04-25[PB7] Export animation code out of the preference•••Bug: 7600384 Change-Id: I8009b31d96646acd667db410b94e969daea91d52 Jean Chalard3-24/+108
2013-04-25Fix missing initialization of PreviewPlacerView•••Bug: 8716050 Change-Id: I234f1134274b9f72c8abbd729783f9ffe8f20f64 Tadashi G. Takaoka1-0/+1
2013-04-25Put temp files within app files•••Bug: 8715614 Change-Id: I307d83923070994525cf0d27aad403e881a89314 Jean Chalard2-1/+14
2013-04-25Fix exact match checking for words with digraph.•••Bug: 8624690 Change-Id: I8946d6618609c8e0cb638aa96992b51b435232c7 Keisuke Kuroynagi9-102/+115
2013-04-25Implement a functionality to add an entry to the user dictionary•••Bug: 8600958 Change-Id: Ic472500406b9d54ec4052c490ee7cef62fc4e52a Satoshi Kataoka15-5/+1242
2013-04-25[PB6] Encapsulate the buttons into a view•••Handling buttons directly in the preference causes large problems of code readability and interface. It's better to have a class to manage the buttons and their animations separately. This is feature-equivalent, and mostly delegates stuff for now. Bug: 7600384 Change-Id: Ia8da0ec68ffac84fc1d65e1760539a87a73fa776 Jean Chalard3-36/+91
2013-04-24Import translations. DO NOT MERGE•••Change-Id: Iefa9cf774c772bc113d481199a0a9c564a0aba27 Auto-generated-cl: translation import Baligh Uddin53-294/+507
2013-04-24Import translations. DO NOT MERGE•••Change-Id: Id29ddedac05059e465f8af96bc6efb6d3aedab2b Auto-generated-cl: translation import Baligh Uddin53-294/+507
2013-04-24Import translations. DO NOT MERGE•••Change-Id: Ic979ab299132925396513d01ece53a6dc02cfa80 Auto-generated-cl: translation import Baligh Uddin1-3/+3
2013-04-24[PB5] Store state in a more convenient manner•••This is more readable and will help with animations going forward. Bug: 7600384 Change-Id: I255598d860d1e451fef106b00da63c282fe95f95 Jean Chalard2-11/+47
2013-04-24[PB4] Make a memory non-static•••The life span of this object is actually the life span of the interface. It should not be static. Also, we'll have a few other things to store in there soon. Bug: 7600384 Change-Id: I708019e9ee53653e83a1e52c8e76326c3e39bcf3 Jean Chalard3-9/+40
2013-04-24[PB3] Simplify storage•••By looping through children, there is no need to remember the last index. Bug: 7600384 Change-Id: I8b42b0aa38874ee494c6c4ecc09194a1d3c16922 Jean Chalard1-23/+19
2013-04-24[PB2] Small bugfix•••The button would not display after it got hidden once. Bug: 7600384 Change-Id: I57f9f1191be3b8fff55dde7a2781dbef68a2df62 Jean Chalard1-3/+13
2013-04-24Fix proximity/edit correction detection that affects the terminal cost.•••Bug: 8624690 Change-Id: If59305674a781e0fcc284d236e3d8ba9cdf9ed08 Keisuke Kuroynagi3-18/+25
2013-04-24Add next axction to setup wizard•••Bug: 8159728 Change-Id: Ia37ab32b63e4eda29bf1411719d00846525c278f Tadashi G. Takaoka3-23/+54
2013-04-24Tune setup wizard layout for landscape and tablet•••Bug: 8159728 Change-Id: Ic2206d50562d62578f8e5e50bbd3c36625dbafb7 Tadashi G. Takaoka10-42/+282
2013-04-24Make aggressive threshold really aggressive•••Bug: 8701480 Change-Id: If8242cfe61f3e56712fd6e25e36858cff7f0d177 Satoshi Kataoka2-5/+13
2013-04-24Refactor SetupStepGroup•••Bug: 8159728 Change-Id: I1ab846d0910aacbd2f979289d72bafea8a8e0378 Tadashi G. Takaoka2-34/+43
2013-04-24Add setup wizard indicator size resource•••This is a follow up of Ie8e058bc3c. Bug: 8159728 Change-Id: I171fc99374789e69c15506c37970e6fcafbcb1e2 Tadashi G. Takaoka2-3/+4
2013-04-23[PB1] Cleanup•••This preference is not a DialogPreference any more, as it doesn't ever display a Dialog. Bug: 7600384 Change-Id: Ia5965617c83d3cb964010f9b40d833065dccef60 Jean Chalard1-9/+2
2013-04-23Disable shadow of gesture trail (DO NOT MERGE)•••Bug: 8689880 Change-Id: I908c22d362f2f6f07e5e04be14d3aaa749a8ac8e Tadashi G. Takaoka2-6/+10
2013-04-23Disable shadow of gesture trail•••Cherry-picked from JB-MR2 I908c22d362. Bug: 8689880 Change-Id: Ie759c5d63056509e3ca61d9fb6823ab04ddf41ed Tadashi G. Takaoka2-6/+10
2013-04-23Use resources for dimensions of setup wizard•••This is a ground work to fit the setup wizard to smaller phones and larger tablets. Bug: 8159728 Change-Id: Ie8e058bc3cba30cac3b31eb5a3ce975f2ee311d9 Tadashi G. Takaoka6-24/+39
2013-04-23Remove wording "wizard" from setup application•••Bug: 8676811 Bug: 8662102 Change-Id: Ie234d8871651344b6815ae68c8b1f0663a9f6c79 Tadashi G. Takaoka2-7/+10
2013-04-23Add an additional ID to the client info.•••Bug: 8651863 Change-Id: I748f35726d72ede926d5b06ed87ff029317f1ac3 Jean Chalard4-25/+110
2013-04-22Fix autocompletion lookahead handling•••Bug: 8689370 Change-Id: I056b1788764bd5c4d8ad9da86e790562d2781f06 Tom Ouyang2-3/+3
2013-04-22Check bigrams for lowercased previous word if original is not found•••Bug: 8592527 Change-Id: I70c4b81263d8b2cb7050364c124589f66900cfce Tom Ouyang3-11/+9
2013-04-22Import translations. DO NOT MERGE•••Change-Id: Ib14aef97ea78806e1560fbd3d3e1f40f01bf8c0a Auto-generated-cl: translation import Baligh Uddin53-114/+2708
2013-04-22Import translations. DO NOT MERGE•••Change-Id: I31d6c29388e9f38762ca35c5d9fd001f0bb6da5d Auto-generated-cl: translation import Baligh Uddin106-2711/+2497
2013-04-22Import translations. DO NOT MERGE•••Change-Id: I58c4fff8e92f66f7e85446d6fd05e61e3f081aca Auto-generated-cl: translation import Baligh Uddin57-1606/+16
2013-04-22Legal notice•••Bug: 8533258 Change-Id: I00e4916f86f29dd476c51a65e8fa5a6c136fd179 Satoshi Kataoka7-12/+36