aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/accessibility/KeyCodeDescriptionMapper.java (unfollow)
Commit message (Expand)AuthorFilesLines
2012-04-24Make the "Touch again to save" hint text touchable.•••Bug: 6355346 Change-Id: I96933719cc94f25e6c7ecb1d6345c11b6acc4134 Tadashi G. Takaoka1-7/+18
2012-04-24Fix NPE in AdditionalSubtypeSettings•••Bug: 6384416 Change-Id: I878071b8b78acce51649f9637b59830ab681c696 Tadashi G. Takaoka1-0/+1
2012-04-24Add methods to inverse compute the probability.•••For now the probability is just returned with the same value it had, but this is some ground work that needs to be done anyway. Bug: 6313806 Change-Id: I9bb8b96b294109771208ade558c9ad56932d2f8e Jean Chalard5-34/+48
2012-04-23Import translations. DO NOT MERGE•••Change-Id: I11d27b3c5c1005bd6679f59804f217640f8d5992 Eric Fischer19-304/+152
2012-04-24Cleanup <include/> and etc. in keyboard XML•••* Remove keyXPos and keyWidth from key_*.xml and make it more generic. * Add keyXPos and keyWidth to <include/> generalized key_*.xml. * Remove zero width <Spacer/> and fold into successive <include/>. Change-Id: I4b5c02a165ba0bc9ef8741be0b4938c1efaf5e27 Tadashi G. Takaoka35-132/+78
2012-04-23Remove alt-code-while-typing from tablet•••Change-Id: I4471d10e3f7c681c27805b966869c0b47508329f Tadashi G. Takaoka2-4/+4
2012-04-23Fix key preview when shifted hint letter is activated•••Change-Id: I70d2627318d21eb612c3c3fee2ce8e80555dba12 Tadashi G. Takaoka1-3/+4
2012-04-23Fix a bug where two spaces would be added instead of one•••Bug: 6378291 Change-Id: Id2453333ae16146f816faf0eb68baa8ea1dd106a Jean Chalard1-15/+16
2012-04-23Fix a bug where a batch edit would not be started.•••This would end up in TextView sometimes calling onUpdateSelection multiple times (this is the correct behavior for TextView). We now commit the space and the word in a batch edit, and we only get onUpdateSelection once. Bug: 6300527 Change-Id: I9579f3d8f5320c1cc24a7a42f19db8e105eb090d Jean Chalard1-1/+3
2012-04-23Separate Hebrew row4 on tablet•••Change-Id: Iea17aa7cae60e131d4b5bfeb78d287915fd04164 Tadashi G. Takaoka6-31/+95
2012-04-23Pass words as int[] to the native code.•••We need to get the bigrams during the call to getSuggestions for bug#6313806. We already give an int[] to getSuggestions and we wanted to get rid of char[]'s anyway because it doesn't work with surrogate pairs, so here we go. Bug: 6313806 Change-Id: I56ce99f1db6b3302cdf42f0527343bded837091e Jean Chalard9-28/+28
2012-04-23Modularize shortcut key on 10 inch tablet•••Change-Id: Ie4cace33f8bcffd092bea7ce2da0cee5a1cbd685 Tadashi G. Takaoka3-20/+38
2012-04-23Support Colemak layout•••Bug: 4460018 Change-Id: I60c3dfaf205c95b92a54022f0256c33f644c8b10 Tadashi G. Takaoka11-0/+495
2012-04-23Fix using keyboard layout display name in custom input style spinner•••Change-Id: I80626591574aa9995011202cf868f9c2c5168303 Tadashi G. Takaoka1-9/+8
2012-04-23Use the best matching cached dictionary for each category•••Bug: 6327270 Change-Id: I5a0e732c8a3fd55fd8ac3c8fe1c58e7f91555d97 Jean Chalard1-9/+62
2012-04-22Binary bigram lookup checks both uppercase and lowercase when previous word i...•••Bug: 6363029 Change-Id: I71a1ed5b88f54fcc15bfaf89d3645b8f17ebb821 Tom Ouyang3-14/+48
2012-04-22Remove unused methods and classes•••Change-Id: I1a82bf2202d436efa4c5135d705a048fe45a0257 Ken Wakasa1-75/+0
2012-04-22Remove an unused method•••Change-Id: I3abbf6462c31b11167e356fe77b8afca2514a869 Ken Wakasa1-24/+0
2012-04-20Fix the build•••Change-Id: I5c4e230500f058f7db86c05d554be45411004ffc Svetoslav Ganov1-2/+4
2012-04-20Import translations. DO NOT MERGE•••Change-Id: I901b68d89ab5f04c79b843aa73ec40caa2c1686c Eric Fischer6-96/+48
2012-04-20Add language switch key to symbols and symbols shifted layout•••Bug: 6370179 Change-Id: I061559ea5d0cb11a059de4b6e741f9c17ee69a27 Tadashi G. Takaoka10-30/+30
2012-04-20Predefined keyboard layouts are configurable via XML resource•••Bug: 4460018 Change-Id: Ia03ec826fb3853ea814d9764686903dbe31a6507 Tadashi G. Takaoka6-49/+73
2012-04-20Add language switch key to 7 inch tablet•••Bug: 6370443 Change-Id: I4079c4b06de7abd677376094dab341f34aa2d234 Tadashi G. Takaoka2-2/+29
2012-04-20Allow using a format version 2 word list in LatinIME•••Change-Id: I73a4df3a83e49be6e8d3a7d14eb027cfe10f1a23 Jean Chalard1-7/+13
2012-04-20Support Dvorak layout•••Bug: 4460018 Change-Id: I08a9b556720f6c4f7089a8838c0869c9f88f479c Tadashi G. Takaoka18-2/+802
2012-04-20Modularize keyboard XML files•••* Remove duplicated xml-sw768dp/keys_apostrophe_dash.xml * Separate keys_apostrophe_dash.xml to key_apostorhe.xml and key_dash.ml * Separate key_space.xml from row_qwerty4.xml * Separate key_f1.xml from xml{,-sw600dp}/row_qwerty4.xml * Separate keys_f1f2.xml from xml-sw768dp/row_qwerty4.xml * Fix incorrectly named rows_symbols{,_shift}4.xml to row_symbols{,_shift}4.xml Change-Id: Id71967a016a348174d1fc265b654dbc233c6562e Tadashi G. Takaoka42-356/+273
2012-04-20Don't allow cancelling manual pick.•••Bug: 6347202 Change-Id: I30b53256e83c534436b0f0ff594fd4aaabf4558c Jean Chalard1-0/+2
2012-04-20Fix confusable "label" usage, use "text" instead•••* Rename makelabel tool to maketext * Rename KeyboardLablesSet class to KeyboardTextsSet * Rename "!label/name" to "!text/name" Change-Id: Ia9494a89fe56f20ca8e8fedb253adbcf8b771bd3 Tadashi G. Takaoka101-428/+428
2012-04-20Use string attribute for icon name•••Change-Id: I336acf33c7e6bc993b9da9b17ec689975fa8127d Tadashi G. Takaoka17-185/+166
2012-04-20Make KeySpecParser case insensitive•••Change-Id: I76c3e9179dd8777d3cf3138ad76513d83672debf Tadashi G. Takaoka15-264/+468
2012-04-19remove unnecessary KeyboardState logging•••Bug: 6188932 Change-Id: Iafbb1825777122a1810fa3339853263aced3077e Kurt Partridge3-153/+0
2012-04-19researchLogger detail on IME sessions•••log device type, screen size, etc. also simplification inside ResearchLogger to use exceptions better, and fix ResearchLoggerTests to not change preferences to specify the logfile. multi-project change with Idfd193b16260215cca32886e288f03a0c12b2781 Bug: 6188932 Change-Id: Idd3ca6eb8e8e3934f68234b241c7fd7d0cc3bcd5 Kurt Partridge4-79/+109
2012-04-19Import translations. DO NOT MERGE•••Change-Id: I80769f5a263835b74a455905d2789e07c2042f16 Eric Fischer49-1/+785
2012-04-19Change binary dictionary output buffer size to match dictionary size.•••Bug: 6355943 Change-Id: Iaab7bc16ba0dbc7bfde70b06e7bd355519838831 Tom Ouyang1-32/+65
2012-04-20Add shortcut_as_more_key label•••This change also optimezes KeyboardLabelsSet.java by reordering donottranslate-more-keys.xml in makelabel tool. Change-Id: Ief46ee783454bedcdffb0f24d9d03df51b6edcd6 Tadashi G. Takaoka2-360/+355
2012-04-19Fix comment handling of makelabel tool•••Change-Id: Id40336b543987eee1d2777394d9ee5d0a6343a4c Tadashi G. Takaoka2-29/+65
2012-04-19Move main dictionary availability check to LatinIME•••Change-Id: Ib6183fec833d87bc32514b03bb691fec0a1e6ff8 Tadashi G. Takaoka2-19/+18
2012-04-19Fix SubtypeSwitcher to honor subtype•••Bug: 6364170 Change-Id: I31f9a7c9b6b4ca04a1c78a4210dcaae0db9825db Tadashi G. Takaoka2-136/+46
2012-04-19Fix English "e" more keys•••Change-Id: I982690a0d5f524769caa9a06d5da1528899552ef Tadashi G. Takaoka2-2/+2
2012-04-19Fix English "o" more keys•••Change-Id: If2457251a24686742f410e75938251deb91efdf8 Tadashi G. Takaoka2-2/+2
2012-04-19Fix stack overflow•••Change-Id: I977b240ea462b40852ba9504282312d5fa4e2885 Tadashi G. Takaoka1-1/+1
2012-04-19Remove LatinIME reference from DictionaryFactor class•••Change-Id: Iad10e71baa81a1b4eb3c84ead47d658d567b8201 Tadashi G. Takaoka1-7/+8
2012-04-19Add Constants class to hold public constants•••This change also gets rid of compiler warnings about "deprecations". Change-Id: Id9b83483c453a81ebac34b684656db05e3599657 Tadashi G. Takaoka10-83/+153
2012-04-19Add custom subtype settings•••Bug: 4460018 Change-Id: I4919d79516dcf574be2761bbaf9adcdc381b2ddc Tadashi G. Takaoka11-48/+640
2012-04-19Change predefined additional subtype format in preference•••This change also refactor StringUtils class Change-Id: Ie0b4d169b21c260bf238d6fcc9ab0ee8bfd6b508 Tadashi G. Takaoka9-58/+174
2012-04-18Import translations. DO NOT MERGE•••Change-Id: I0e373f7cd2b577cca91e042b7bb48540d5c09a23 Eric Fischer3-4/+4
2012-04-18Make predefined subtype configurable by XML resource•••Change-Id: I1f8486a1fb652f1e06789e7bfd2cc57273092234 Tadashi G. Takaoka5-15/+52
2012-04-18Cleanup InputMethodManagerCompatWrapper•••Change-Id: Id3b84ee19bb504ed8fbb398e260cc663a5b5ae0d Tadashi G. Takaoka7-104/+79
2012-04-18Fix typo of some methods' name•••Also changes some methods' argument type from Locale to String. Change-Id: Ib68b528a450dc68a01546483403230f76500bee4 Tadashi G. Takaoka11-38/+35
2012-04-18Fix the build•••Change-Id: I128224799835bc3c230fed1afce942650e1396e0 Jean Chalard1-1/+1