aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fast key preview"Tadashi G. Takaoka2011-04-1315-206/+98
|\
| * Fast key preview•••Previously the key preview was implemented by PopupWindow. The key preview popup window would be dismissed and shown each time the key was released and pressed. It turned out that it was taking several milliseconds. This change implements the key preview by a simple TextView which will be layout-ed at absolute coordinates within the screen FrameLayout. And dismissing and showing the key preview is implemented by the TextView's visibility. This implementation needs careful coordination of candidates.xml layout and LatinIME.onComputeInsets to control suggestion strip visibility. Bug: 4179964 Change-Id: Id6347cb35b91eb14ab20dd2f312e58b54b6625a7 Tadashi G. Takaoka2011-04-1315-206/+98
* | Merge "Support language bar swich for InputMethodSubtype"satok2011-04-137-129/+275
|\ \
| * | Support language bar swich for InputMethodSubtype•••Change-Id: Ie49f0c1c7aea135331dc1d4a635197b3f4a96e93 satok2011-04-137-129/+275
| |/
* / Fix Arabic mini keyboard precedence•••Change-Id: I73e9e8bb243ae89944bf346885529fc3dd6df226 Tadashi G. Takaoka2011-04-131-4/+4
|/
* Merge "Remove voice subtypes"satok2011-04-121-102/+103
|\
| * Remove voice subtypes•••Bug: 4176028 Change-Id: Icbd699370051c377da281016df3c363f8544a788 satok2011-04-131-102/+103
* | Additional tweak of gaps for delete/shift keys•••bug: 4269094 Change-Id: I62c5b80276d743f86dcf2f3eb5cdc6d7aa519024 Ken Wakasa2011-04-126-11/+11
* | Import revised translations.•••Change-Id: Id2c4aac29ce82298a3c3d64540592932767f1e45 Eric Fischer2011-04-112-4/+4
* | Add Arabic keyboard to phone•••Change-Id: I60c312fe9dc383a8048b46d9b54eee535c515aaa Tadashi G. Takaoka2011-04-111-0/+119
* | Add visualInsetsLeft and Right as Key attribute•••Bug: 4269094 Change-Id: Ic38d326a8e9ef802453c909f3a81d556863acc9b Tadashi G. Takaoka2011-04-119-26/+46
|/
* Fix suggestion strip layout•••This change also removes unused drawable and xml resources. Bug: 4181825 Change-Id: Ia723376bc5d40900a513df62e89cdfe35b2c859f Tadashi G. Takaoka2011-04-0814-159/+18
* Merge "Remove redandant key from popup mini keyboard which has settings key"Tadashi G. Takaoka2011-04-084-87/+56
|\
| * Remove redandant key from popup mini keyboard which has settings key•••Bug: 4196879 Change-Id: If0ed5cace2d4d0c1f0e225e1003d54c055690387 Tadashi G. Takaoka2011-04-084-87/+56
* | Merge "Reinforce user-history based bigram use."Jean Chalard2011-04-082-19/+16
|\ \
| * | Reinforce user-history based bigram use.•••- Have user-history based bigrams used as soon as they are entered, not after 6 times. - Limit bigram frequency to 255 (this limits the multiplier to 1.8, and has no effect on main dict bigrams which already have this limit) - Some TODO resolving bug: 4192129 Change-Id: I4777f1a58c43dd55381c4b01252d722ab3a70547 Jean Chalard2011-04-062-19/+16
* | | Merge "Increase the horizontal gap between shift/delete and normal keys"Tadashi G. Takaoka2011-04-0815-14/+34
|\ \ \
| * | | Increase the horizontal gap between shift/delete and normal keys•••This change also adds capability to add horizontal padding to the keyboard. Bug: 4269094 Change-Id: I805e76b253a497079517c01bd2a976f8702f7e56 Tadashi G. Takaoka2011-04-0815-14/+34
| | |/ | |/|
* | | Merge "Disable popup preview and long press on disabled key"Tadashi G. Takaoka2011-04-082-1/+6
|\ \ \
| * | | Disable popup preview and long press on disabled key•••Bug: 4268147 Change-Id: Ibcb54791ef78737dd09d8a594b5a53b0909609d6 Tadashi G. Takaoka2011-04-082-1/+6
| |/ /
* / / Shrink sym_keyboard_voice_off_holo for phone•••Bug: 4225070 Change-Id: Ic61c3c0263158ed3429553b134f13e8e94f5f5b7 satok2011-04-082-0/+0
|/ /
* | Add logOnSeparator•••This is a supplement for I9abb8141f23100d Change-Id: I529d2a78f4fe630611db4cba830d933370c8c34f satok2011-04-084-23/+42
* | Merge "Remove "settings" key popup from "slash" and "atmark" key"Tadashi G. Takaoka2011-04-071-23/+52
|\ \
| * | Remove "settings" key popup from "slash" and "atmark" key•••Removing "settings" key popup from these keys when there's a dedicated "settings" key in the layout. This is followup chnage of I119528c0. Bug: 4196879 Change-Id: I742cc6d1d890c095610f1e8b9ac91a044ec540b7 Tadashi G. Takaoka2011-04-081-23/+52
* | | Merge "Import revised translations."Eric Fischer2011-04-0741-8/+92
|\ \ \ | |/ / |/| |
| * | Import revised translations.•••Change-Id: I8c2fb2177e47ad50cf0ae1a191d2b8b4186c0700 Eric Fischer2011-04-0741-8/+92
| |/
* | Simplify the Key's on state transition•••Because handling shift locked state of alphabet keyboard is done by KeyboardSwitcher, there is no need to change the "on" state of Key when releasing the key. On the other hand, symbol and symbol shifted keyboard has fixed "on" state "ALT/MORE" key. This change also renames the attribute "isModifier" to "isFunctional". Change-Id: I082885bd2376ae26bdfc378c14add2b5d6be1d4e Tadashi G. Takaoka2011-04-0710-47/+34
* | Merge "Disable successive modifier key while sliding input"Tadashi G. Takaoka2011-04-071-11/+33
|\ \
| * | Disable successive modifier key while sliding input•••When user starts sliding key input, sliding through successive modifier key will be ignored. Bug: 4181843 Depends: I082885bd2376ae26bdfc378c14add2b5d6be1d4e Change-Id: Ibe890b9cc1183dbe9f68a421650fcd97e7ff221c Tadashi G. Takaoka2011-04-071-11/+33
* | | Remove "settings key" popup from "comma key"•••Bug: 4196879 Change-Id: I119528c03526b47a1398d9efc2aa307eb0c07ffe Tadashi G. Takaoka2011-04-071-5/+18
|/ /
* / Fix popup key preview on tablet•••This change temporally enable popup key preview option on tablet. (config_enable_show_popup_on_keypress_option). Bug: 3286117 Change-Id: Iabbac5a333460e1ed2f8d05ba82f4bae81854b85 Tadashi G. Takaoka2011-04-0716-72/+36
|/
* Merge "Add settings for theme, userfeedback and other settings (temporary)"satok2011-04-012-80/+83
|\
| * Add settings for theme, userfeedback and other settings (temporary)•••Change-Id: I063c48dbf021f5608c241a3543aa2628b5faaa40 satok2011-04-012-80/+83
* | Merge "Revert all hdpi assets to gingerbread"satok2011-04-01128-0/+0
|\ \
| * | Revert all hdpi assets to gingerbread•••Bug: 4196962 - all hdpi assets are blurred. Change-Id: I4a589f99ead2b8db96f03c19771f083306276e61 satok2011-04-01128-0/+0
| |/
* | Merge "Enable VoiceInput even if there is no shortcut subtype supported"satok2011-04-016-11/+165
|\ \
| * | Enable VoiceInput even if there is no shortcut subtype supported•••Change-Id: I1d455348f56d73ecb942f22c2bbd03f240b489a6 satok2011-04-016-11/+165
| |/
* / Disable Recorrection when APIs are not supported.•••Change-Id: I3b8fdc149d350215fd4852a50456824fe3fabe0b satok2011-04-013-79/+39
|/
* Fix a NPE in InputMethodManagerCompatWrapper•••Change-Id: Ia7c9b7135ba38a8df29464f7776b51d412f71acb satok2011-03-251-0/+3
* Fix some compat bugs and add VoiceInputLoggerCompatUtils•••Change-Id: I54ed0853ed4423704a300977d7880678e066a6fb satok2011-03-257-13/+65
* Move a debug utility function to EditorInfoCompatUtils•••- imeOptionName Change-Id: I7a7ea9bee410cedc0ef9b3d2aa4df8260d7f6a35 satok2011-03-253-24/+44
* Added InputTypeCompatUtils•••Also Moved utilities related to InputType to InputTypeCompatUtils Change-Id: Iab8ff5389f624f2abe627ece2acb156b0e1285ef satok2011-03-254-36/+108
* Added InputConnectionCompatUtils and EditorInfoCompatUtils•••Change-Id: Ie69d5e90c4ee978d3ecb40b68e6466082569ca7a satok2011-03-244-12/+141
* Merge "Moved a functionality of setOverScrollMode to InputMethodServiceCompat...satok2011-03-243-4/+27
|\
| * Moved a functionality of setOverScrollMode to InputMethodServiceCompatWrapper•••Change-Id: Ie473c9fced9f0a8da5643390b44aa4b86128396d satok2011-03-243-4/+27
* | Merge "Added VibratorCompatWrapper"satok2011-03-243-7/+52
|\ \ | |/ |/|
| * Added VibratorCompatWrapper•••Change-Id: I7640f051873f42aa15337edc718ac95ec1c51698 satok2011-03-243-7/+52
* | Merge "Moved a functionality of setting touchableRegion to InputMethodService...satok2011-03-243-2/+42
|\ \ | |/ |/|
| * Moved a functionality of setting touchableRegion to InputMethodServiceCompatW...•••Change-Id: I8b9fe507885ef5ae7cb09db93a977e23b1bbd0db satok2011-03-243-2/+42
* | Merge "Added InputMethodInfoCompatWrapper"satok2011-03-244-17/+82
|\ \