| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
| |
This change is needed to introduce new theme easily.
Bug: 4436327
Change-Id: Idc368b66d892d9c888ba7a26bfa3527c21678292
|
|
|
|
|
|
|
|
|
|
| |
This change removes horizontal scroll from candidates strip. Instead
of that this change introduces "fixed 3 items candidates strip" and
"expandable candidates pane".
Bug: 4175031
Change-Id: Ia367d9074436fdea76d3b653d81798ce2749170e
|
|
|
|
|
| |
Bug: 4175031
Change-Id: I8073739ac7624d2c0a111c5ef7043d8766162a83
|
|
|
|
|
|
|
| |
This change is one of the preparations for suggestion strip redesign.
Bug: 4175031
Change-Id: I82675936773ed6cf132a52486909ff21af828256
|
|
|
|
|
|
|
| |
This change is one of the preparations for suggestion strip redesign.
Bug: 4175031
Change-Id: Ia0dc487c11c3005ef19b87ec0efcc18e48411f76
|
|
|
|
|
|
|
|
|
| |
This change reduces the number of layout files and make these
theme-generic. This might be very helpful to re-design suggestion
strip.
Bug: 4175031
Change-Id: Idca10a4aa0bf7ac496eedd1879311e59780a423b
|
|
|
|
|
| |
Bug: 4175031
Change-Id: I95f379b9943d1dcab1dc5527b6e5ac5abd58e280
|
|
|
|
|
| |
Bug: 4436327
Change-Id: I2573786aac5fd8d543cf12d24c951b67c7353fd7
|
|\ |
|
| |
| |
| |
| |
| | |
Bug: 4393288
Change-Id: I6cad1d186db25174a3f31a57975165e720b41266
|
|/
|
|
| |
Change-Id: I8d68b944762ccde05020978f20b3742eb6ab945b
|
|
|
|
| |
Change-Id: Ic51a044901a63c4cec907163e35cd5e458f36dde
|
|
|
|
| |
Change-Id: I530de62b7cf088cff01c98a8a47d75393e8725b2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
This change also removes unused drawable and xml resources.
Bug: 4181825
Change-Id: Ia723376bc5d40900a513df62e89cdfe35b2c859f
|
|
|
|
|
|
|
|
| |
This change also adds capability to add horizontal padding to the
keyboard.
Bug: 4269094
Change-Id: I805e76b253a497079517c01bd2a976f8702f7e56
|
|
|
|
|
|
|
|
| |
This change temporally enable popup key preview option on
tablet. (config_enable_show_popup_on_keypress_option).
Bug: 3286117
Change-Id: Iabbac5a333460e1ed2f8d05ba82f4bae81854b85
|
|
|
|
| |
Change-Id: I008ac7099c815fb74a9ab374419617b336453f97
|
|
|
|
| |
Change-Id: I0267e4e4296d127fb44d77323d7cc4eb2f63666d
|
|\
| |
| |
| | |
honeycomb
|
| |
| |
| |
| | |
Change-Id: I1b01458aff98447b7b3d5459b765968bed5515cb
|
|/
|
|
|
|
|
|
| |
view loaded.
Bug: 3352322
Change-Id: I9a7b2a745b47bdc62a96a5cd2c0d8ad717e1b406
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
There has been a bit of refactoring in RecognitionView in particular to fix the portrait layout.
The main issues found were:
- the size of the keyboard is specified in inches, and
(cm)(inches + inches) != ((cm) inches) + ((cm) inches))
- the height of keyboard background is high as the landscape keyboard, but it higher than
the portrait keyboard. This is not an issue on LatinKeyboard, as it overwrite the
onMeasure method. However, if I use the same image background in RelativeLayout
the Relative layout height is set to the height of the background, thus higher than the keyboard
- the change configuration was not propageted correctly
Change-Id: Id5dca425826997c573ccae7a085d5ddc9719733b
|
|
|
|
|
| |
Bug: 3322539
Change-Id: Ib9bc54da8d3725f64c86dbe6d9700e386f74de5e
|
|
|
|
| |
Change-Id: I980e568f9b4b87b0f414aa7ce0197dba39a7708f
|
|
|
|
| |
Change-Id: I81677a785640d37296be8b42c7a74bd0c00edf46
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change re-implements CandidateView using HorizontalScrollView and
customized Button, so that the candidate strip can be flingable.
This change also introduces the following features.
- Highlighting candidate strip and space bar is configurable by
@bool/config_candidate_highlight_enabled.
- Candidate strip can be centered with left/right padding if
@dimen/candidate_strip_padding size is greater than 0.
- Candidate text size is configurable by @dimen/candidate_text_size.
Bug: 1575885
Bug: 3230726
Change-Id: Iedf78ff31bc9f2f6291a8e8fb7faa0e6b961dd6d
|
|
|
|
|
|
|
|
|
| |
This change introduces new package com.android.inputmethod.keyboard
which hosts keyboard related classes.
Also adds missing @Override and @SuppressWarning("unused") annotation
Change-Id: I0317f5cfa317e13f3c77815f48ffc69b5d1ade05
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change introduces,
- center align "More" key label
- remove drop shadow from key label
- darker key label color when manual temporary upper case
- narrower pop up mini keyboard
- remove unnecessary key background from pop up mini keyboard
- smaller key label in portrait
Bug: 3216592
Change-Id: I77e0733f467a88aa32e09fcbace56fe08f755229
|
|
|
|
| |
Change-Id: I232f874c6dd8f60bd0634111e2f7fc60b6082c14
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change introduces shiftedIcon attribute for Key which specifies
icon to draw the shift key while the key is in shifted state.
This change also intriduces new configurable dimension value
key_label_horizontal_alignment_padding which represents horizontal
padding for left or right alignment of key label.
Bug: 3216592
Bug: 3201839
Change-Id: I3aa7392227ce573c404517678e6340a8d1fcb328
|
|
|
|
| |
Change-Id: Ibbfb99e0e2b15df301f83af6739b7bca01ebf490
|
|
|
|
| |
Change-Id: I2db335a601ddb0062a637a71289e14cf1d375a1e
|
|
|
|
|
|
|
| |
Now key top height is slightly shorter 13.0mm compared to previous 14.0mm.
Bug: 3181068
Change-Id: Ib6f9cfb9269020166e5037467d18133d342d47ec
|
|
|
|
| |
Change-Id: I496ecbfa7d398583d01f821398f49f75d17311d8
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Cherrypick I44f3b2eef8086d6e0b0db53d38f08487549060c6 from Gingerbread
This change also introduces the key background drawables which has no
fixed bottom padding. Instead of relying on bottom padding in
drawable, this change also specifies Keyboard.verticalGap with
physical unit. Other keyboard related length, distance and size are
also specified by physical unit.
Bug: 3066107
Change-Id: Ib38355ebfc2f8d5b1d26c4e90eba87196fbeddfa
|
|
|
|
|
|
|
|
|
| |
Before this change, the delay was 500 ms that came from
ViewConfiguration.getLongPressTimeout(). This change reduces the
delay to 400 ms.
Bug: 3074984
Change-Id: Ia5af5e877a3c4bb29211ef4040c728ac09a9fe85
|
|
|
|
| |
Change-Id: I5240ffdd8e48bcb99c2edf878d8efaba2cafeb07
|
|
|
|
|
|
|
| |
This unexpectedly bloated keys in mini popup keyboard.
bug: 3048638
Change-Id: I2b717c9007ce7717bac514f1d8bcae1280130cf4
|
|
|
|
|
|
|
|
|
|
| |
- Make the background of popup key a full transparent color
- Updated the background mdpi asset of keyboard
Bug: 2975027
Bug: 3048638
Change-Id: I8709a1ca403e5c3f862a8be9be1668d30c7687f8
|
|
|
|
|
| |
Bug: 3040529
Change-Id: I8e3cc635737224537a019e66c38e1e2ea7a8bb8b
|
|
|
|
|
|
|
| |
This change also fix popup window display position calculation.
Bug: 3029284
Change-Id: I28bf3e4deb46a428dc8422a3a165183e00608604
|
|
|
|
|
| |
bug: 3001007
Change-Id: I0f05d62b2a6848f37975b7a15b3ba14a90776d24
|
|
|
|
|
|
|
|
|
| |
This change also introduces MiniKeyboardKeyDetector and
mini_keyboad_slide_allowance parameter to tune the key detection
behavior.
Bug: 2993769
Change-Id: I1932b0a382e172cb77b9e098ae182049c834dfe0
|
|
|
|
| |
Change-Id: I7c98a91c77f5ef46ee0b15783242024c0bd10503
|
|
|
|
| |
Change-Id: I7009ec8cdb7977236d57b03c8603d0476186d885
|
|
|
|
| |
Change-Id: I464dc6cef4ca8cfd3c2fdb2fe99b2dc7d4e7988d
|
|
|
|
|
| |
Bug: 2959169
Change-Id: I9c78f9417aaa448b8b23596bc3e748fe99085393
|
|
|
|
|
| |
bug: 2959293
Change-Id: Ia5dcb29397f608846f865fabb3c696866b3687aa
|
|
|
|
|
|
|
|
| |
- Add a layout for popup for new theme
- Change the color of language bar
- Fix a drawable for settings feedback
Change-Id: I7c0c9e238c8223554a62f7b0c8092d074cf9743f
|