aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Pass words as int[] to the native code.Jean Chalard2012-04-231-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Import translations. DO NOT MERGEEric Fischer2012-04-2319-304/+152
| | | | | | | | | | | | Change-Id: I11d27b3c5c1005bd6679f59804f217640f8d5992
* | | Cleanup <include/> and etc. in keyboard XMLTadashi G. Takaoka2012-04-2435-132/+78
| | | | | | | | | | | | | | | | | | | | | | | | * 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
* | | Merge "Remove alt-code-while-typing from tablet"Tadashi G. Takaoka2012-04-232-4/+4
|\ \ \
| * | | Remove alt-code-while-typing from tabletTadashi G. Takaoka2012-04-232-4/+4
| | |/ | |/| | | | | | | Change-Id: I4471d10e3f7c681c27805b966869c0b47508329f
* | | Merge "Binary bigram lookup checks both uppercase and lowercase when ↵Tom Ouyang2012-04-232-14/+37
|\ \ \ | | | | | | | | | | | | previous word is uppercase."
| * | | Binary bigram lookup checks both uppercase and lowercase when previous word ↵Tom Ouyang2012-04-222-14/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | is uppercase. Bug: 6363029 Change-Id: I71a1ed5b88f54fcc15bfaf89d3645b8f17ebb821
* | | | Merge "Fix key preview when shifted hint letter is activated"Tadashi G. Takaoka2012-04-231-3/+4
|\ \ \ \
| * | | | Fix key preview when shifted hint letter is activatedTadashi G. Takaoka2012-04-231-3/+4
| | |/ / | |/| | | | | | | | | | Change-Id: I70d2627318d21eb612c3c3fee2ce8e80555dba12
* / | | Separate Hebrew row4 on tabletTadashi G. Takaoka2012-04-236-31/+95
|/ / / | | | | | | | | | Change-Id: Iea17aa7cae60e131d4b5bfeb78d287915fd04164
* | | Modularize shortcut key on 10 inch tabletTadashi G. Takaoka2012-04-233-20/+38
| | | | | | | | | | | | Change-Id: Ie4cace33f8bcffd092bea7ce2da0cee5a1cbd685
* | | Support Colemak layoutTadashi G. Takaoka2012-04-2311-0/+495
| | | | | | | | | | | | | | | Bug: 4460018 Change-Id: I60c3dfaf205c95b92a54022f0256c33f644c8b10
* | | Merge "Fix using keyboard layout display name in custom input style spinner"Tadashi G. Takaoka2012-04-221-9/+8
|\ \ \ | |_|/ |/| |
| * | Fix using keyboard layout display name in custom input style spinnerTadashi G. Takaoka2012-04-231-9/+8
| |/ | | | | | | Change-Id: I80626591574aa9995011202cf868f9c2c5168303
* / Use the best matching cached dictionary for each categoryJean Chalard2012-04-231-9/+62
|/ | | | | Bug: 6327270 Change-Id: I5a0e732c8a3fd55fd8ac3c8fe1c58e7f91555d97
* Remove unused methods and classesKen Wakasa2012-04-221-75/+0
| | | | Change-Id: I1a82bf2202d436efa4c5135d705a048fe45a0257
* Remove an unused methodKen Wakasa2012-04-221-24/+0
| | | | Change-Id: I3abbf6462c31b11167e356fe77b8afca2514a869
* Fix the buildSvetoslav Ganov2012-04-201-2/+4
| | | | Change-Id: I5c4e230500f058f7db86c05d554be45411004ffc
* Import translations. DO NOT MERGEEric Fischer2012-04-206-96/+48
| | | | Change-Id: I901b68d89ab5f04c79b843aa73ec40caa2c1686c
* Merge "Add language switch key to symbols and symbols shifted layout"Tadashi G. Takaoka2012-04-2010-30/+30
|\
| * Add language switch key to symbols and symbols shifted layoutTadashi G. Takaoka2012-04-2010-30/+30
| | | | | | | | | | Bug: 6370179 Change-Id: I061559ea5d0cb11a059de4b6e741f9c17ee69a27
* | Merge "Predefined keyboard layouts are configurable via XML resource"Tadashi G. Takaoka2012-04-205-39/+63
|\ \ | |/ |/|
| * Predefined keyboard layouts are configurable via XML resourceTadashi G. Takaoka2012-04-205-39/+63
| | | | | | | | | | Bug: 4460018 Change-Id: Ia03ec826fb3853ea814d9764686903dbe31a6507
* | Merge "Allow using a format version 2 word list in LatinIME"Jean Chalard2012-04-201-7/+13
|\ \
| * | Allow using a format version 2 word list in LatinIMEJean Chalard2012-04-201-7/+13
| |/ | | | | | | Change-Id: I73a4df3a83e49be6e8d3a7d14eb027cfe10f1a23
* / Add language switch key to 7 inch tabletTadashi G. Takaoka2012-04-202-2/+29
|/ | | | | Bug: 6370443 Change-Id: I4079c4b06de7abd677376094dab341f34aa2d234
* Support Dvorak layoutTadashi G. Takaoka2012-04-2018-2/+802
| | | | | Bug: 4460018 Change-Id: I08a9b556720f6c4f7089a8838c0869c9f88f479c
* Merge "Modularize keyboard XML files"Tadashi G. Takaoka2012-04-2042-356/+273
|\
| * Modularize keyboard XML filesTadashi G. Takaoka2012-04-2042-356/+273
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | Merge "Don't allow cancelling manual pick."Jean Chalard2012-04-201-0/+2
|\ \ | |/ |/|
| * Don't allow cancelling manual pick.Jean Chalard2012-04-201-0/+2
| | | | | | | | | | Bug: 6347202 Change-Id: I30b53256e83c534436b0f0ff594fd4aaabf4558c
* | Fix confusable "label" usage, use "text" insteadTadashi G. Takaoka2012-04-2048-262/+262
|/ | | | | | | | * Rename makelabel tool to maketext * Rename KeyboardLablesSet class to KeyboardTextsSet * Rename "!label/name" to "!text/name" Change-Id: Ia9494a89fe56f20ca8e8fedb253adbcf8b771bd3
* Use string attribute for icon nameTadashi G. Takaoka2012-04-2014-167/+144
| | | | Change-Id: I336acf33c7e6bc993b9da9b17ec689975fa8127d
* Merge "Make KeySpecParser case insensitive"Tadashi G. Takaoka2012-04-1911-124/+86
|\
| * Make KeySpecParser case insensitiveTadashi G. Takaoka2012-04-2011-124/+86
| | | | | | | | Change-Id: I76c3e9179dd8777d3cf3138ad76513d83672debf
* | Merge "remove unnecessary KeyboardState logging"Kurt Partridge2012-04-193-153/+0
|\ \
| * | remove unnecessary KeyboardState loggingKurt Partridge2012-04-193-153/+0
| | | | | | | | | | | | | | | Bug: 6188932 Change-Id: Iafbb1825777122a1810fa3339853263aced3077e
* | | Merge "researchLogger detail on IME sessions"Kurt Partridge2012-04-193-55/+107
|\| |
| * | researchLogger detail on IME sessionsKurt Partridge2012-04-193-55/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge "Change binary dictionary output buffer size to match dictionary size."Tom Ouyang2012-04-191-32/+65
|\ \ \ | |_|/ |/| |
| * | Change binary dictionary output buffer size to match dictionary size.Tom Ouyang2012-04-191-32/+65
| | | | | | | | | | | | | | | Bug: 6355943 Change-Id: Iaab7bc16ba0dbc7bfde70b06e7bd355519838831
* | | Import translations. DO NOT MERGEEric Fischer2012-04-1949-1/+785
| | | | | | | | | | | | Change-Id: I80769f5a263835b74a455905d2789e07c2042f16
* | | Add shortcut_as_more_key labelTadashi G. Takaoka2012-04-201-329/+323
| |/ |/| | | | | | | | | | | This change also optimezes KeyboardLabelsSet.java by reordering donottranslate-more-keys.xml in makelabel tool. Change-Id: Ief46ee783454bedcdffb0f24d9d03df51b6edcd6
* | Fix comment handling of makelabel toolTadashi G. Takaoka2012-04-191-29/+62
| | | | | | | | Change-Id: Id40336b543987eee1d2777394d9ee5d0a6343a4c
* | Move main dictionary availability check to LatinIMETadashi G. Takaoka2012-04-192-19/+18
| | | | | | | | Change-Id: Ib6183fec833d87bc32514b03bb691fec0a1e6ff8
* | Fix SubtypeSwitcher to honor subtypeTadashi G. Takaoka2012-04-192-136/+46
| | | | | | | | | | Bug: 6364170 Change-Id: I31f9a7c9b6b4ca04a1c78a4210dcaae0db9825db
* | Fix English "e" more keysTadashi G. Takaoka2012-04-191-1/+1
| | | | | | | | Change-Id: I982690a0d5f524769caa9a06d5da1528899552ef
* | Fix English "o" more keysTadashi G. Takaoka2012-04-191-1/+1
| | | | | | | | Change-Id: If2457251a24686742f410e75938251deb91efdf8
* | Fix stack overflowTadashi G. Takaoka2012-04-191-1/+1
| | | | | | | | Change-Id: I977b240ea462b40852ba9504282312d5fa4e2885
* | Remove LatinIME reference from DictionaryFactor classTadashi G. Takaoka2012-04-191-7/+8
| | | | | | | | Change-Id: Iad10e71baa81a1b4eb3c84ead47d658d567b8201