| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
Bug: 4948171
Change-Id: I899063ea5ad4508fd4f5786dbb75bcd6909c331f
|
|
|
|
|
|
| |
Bug: 4161983
Bug: 4170083
Change-Id: Ife9a933353e97f3c7c3ede47623dc7528160f3c5
|
|
|
|
| |
Change-Id: Ib8f1a712a1fc3fd6f08b336617b4b6a17af11376
|
|
|
|
|
|
| |
Bug: 4948171
Change-Id: If1e8e5f2f0eafe29b36a10d5f5e9e1fb26d67597
|
|
|
|
|
| |
Bug: 4903845
Change-Id: I9e2e17a9eee72df5c92414dcd4796ed7fe1655e1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change also modifies 9-patch drawables to fix the following
issues. In order to draw key background drawable just on the
coordinates we want, we have to know where an actual "visible" part is
in the drawable. The only clue we can use is "padding" of the
drawable. To achieve this, the 9-patch drawable must have its
"visible" part marked as "content". Please refer the Bug: 4948171 for
more detailed explanation.
This change also reverts the following "black" drawables back from
Gingerbread because recent change broke these (I70019a91).
* drawable-hdpi/sym_bkeyboard_*.png
* drawable-hdpi/btn_keyboard_key_*_stone.9.png
Bug: 4948171
Change-Id: I6e4d03b3144caa95c793aac97af22df34c5f454f
|
|
|
|
| |
Change-Id: Ief1a4f12a3d4840c36aa7a082f44b5b1ff894dd1
|
|
|
|
|
|
| |
Bug: 4948171
Change-Id: I70019a91a95166196aa8ae5142ea7a0f81d32349
|
|
|
|
| |
Change-Id: I7db0ee5e2aa06bba9b9f340aa6f71412c5a22c9a
|
|
|
|
|
| |
Bug: 4959808
Change-Id: I30456b91852904c6801cbdd6476406fd60e84551
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change introduces:
* New KeyboardView attribute
* keyLargeLetterRatio to specify large letter text size.
* keyHintLabelRatio to specify hint label text size.
* keyHintLabelColor to specify hint label text color.
* keyPreviewTextRatio to specify key preview text size.
* New Key.keyLabelOption flags
* alignLeftOfCenter, align the key label slightly left of the key center.
* largeLetter, use keyLargeLetterRatio to draw key letter.
* hasHintLabel, draw keyHintLabel at the right of key letter.
* followKeyHintLabelRatio, draw the key label following keyHintLabelRatio size.
* Renames
* Key.keyHintLetter to keyHintLabel.
* Key.keylLabelOption fontFixedWidth to fontMonoSpace.
* Key.keylLabelOption popupHint to hasPopupHint.
* Removes
* number icon releted attributes and declarations.
Change-Id: I2f456737e3a46209e5f48b5155951b2b21a33859
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change instroduces new IceCreamSandwich assets and renames
Honeycomb theme to IceCreamSandwich. Though checked only on
hdpi-phone and mdpi-10"-tablet.
File another bug (Bug: 4852048) to fine tune keyboard layout for all
possible combination of devices and themes.
Bug: 4436327
Change-Id: I4f8dc1dd6b798a39204702bbcbebf17a199dc82f
|
|
|
|
|
|
|
|
|
| |
This change also removes manualTemporaryUpperCaseCode and
manualTemporaryUpperCaseHintIcon. Instead of these keyLabelOption now
has hasUppercaseLetter flag value.
Bug: 4436327
Change-Id: I88fdac1e888a7123735296f5ef45f5fdd565cd2e
|
|
|
|
|
|
|
|
|
|
| |
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
|
|\
| |
| |
| |
| | |
* commit 'ba6cd54aefe9a28e26f5668fbf43845b8c6403aa':
Fix disabled mic icon temporally
|
| |
| |
| |
| |
| |
| |
| |
| | |
This is a workaround until those drawables are updated by proper
image.
Bug: 4562738
Change-Id: Iabdf1736fd866cf8c6d976c895c2ddda637a50dc
|
| |
| |
| |
| |
| | |
Bug: 4442045
Change-Id: I97068cdd50cc24a72610aa087dd624484862fa06
|
| |
| |
| |
| |
| |
| | |
Bug: 4442045
Change-Id: I98664b0c954be82eeda00c69e712da2e20ca606a
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Because the holo theme drawables have "holo" effect around 9-patch as
fixed size image, so we need dedicated drawables for each sw600dp-mdpi
and sw768dp-mdpi resolutions for visual designers.
* drawable-mdpi (fallback resources)
* drawable-sw600dp-mdpi (7" tablet, phone style keyboard, placeholder for now)
* drawable-sw768dp-mdpi (10" tablet, tablet style keybaord)
Note that:
* Eventually sw600dp drawables will be updated by designers.
* We need sw768dp drawable copies because, without these, 10" tablet
will use updated sw600dp drawables wrongly.
* We have to keep drawable-mdpi as final fallback resources.
Bug: 4436327
Change-Id: I93db87ee99c2abb8d18e869e5411e3cb5bec1020
|
| |
| |
| |
| |
| | |
Bug: 4436327
Change-Id: I1f3bc846683edc4be666dce8ea89659225ef7301
|
| |
| |
| |
| |
| | |
Bug: 4436327
Change-Id: Ie8644396e1df8fbc16e4047808857c91aa2451ba
|
| |
| |
| |
| |
| |
| |
| |
| | |
This change also syncs the drawables with Master.
Cherry-pick: I2573786aac5fd8d543cf12d24c951b67c7353fd7
Bug: 4436327
Change-Id: I88dc0162033a1017040205590c0c34a5111b835a
|
| |
| |
| |
| |
| | |
Bug: 4442045
Change-Id: Iaec97c019eed8f035fef0e8f0b7604db7ecba2b7
|
| |
| |
| |
| |
| |
| | |
Keep in sync with Honeycomb-MR2
Change-Id: I2ecc0a945bd202e83b8c13879b3d22abc4287918
|
| |
| |
| |
| |
| |
| |
| |
| | |
This change syncs all drawables from Honeycomb-MR2 into Master.
Bug: 4442045
Change-Id: Ia539aa62bfc355ccc742cf5aa600463c7b604187
Cherry-pick: I98664b0c954be82eeda00c69e712da2e20ca606a
|
| |
| |
| |
| |
| | |
Change-Id: Ibd844167199f5d884d97b8fe9f536f47fbe5bdcd
Cherry-Pick: I1f3bc846
|
| |
| |
| |
| |
| |
| | |
Cherry-Pick: Ie8644396e1df8fbc16e4047808857c91aa2451ba
Bug: 4436327
Change-Id: I6917876995f20361358b6e6577fc646795f04d7e
|
| |
| |
| |
| |
| | |
Bug: 4436327
Change-Id: I2573786aac5fd8d543cf12d24c951b67c7353fd7
|
| |
| |
| |
| |
| | |
Bug: 4436327
Change-Id: I55d7ab043f32d51c32acfd11434214b79a7ae204
|
| |
| |
| |
| |
| |
| |
| | |
This change also removes unused drawable and xml resources.
Bug: 4181825
Change-Id: Ia723376bc5d40900a513df62e89cdfe35b2c859f
|
| |
| |
| |
| |
| |
| | |
Bug: 4225070
Change-Id: Ic61c3c0263158ed3429553b134f13e8e94f5f5b7
|
|/
|
|
|
|
|
|
| |
This change temporally enable popup key preview option on
tablet. (config_enable_show_popup_on_keypress_option).
Bug: 3286117
Change-Id: Iabbac5a333460e1ed2f8d05ba82f4bae81854b85
|
|
|
|
|
|
|
| |
This new assets has revised alpha value.
Bug: 3451586
Change-Id: I8485044263b92111d882c4f88ca6a0e92c82f0ed
|
|
|
|
| |
Change-Id: Ie07dc956ea5c40b760d511976e42f847f0f68f9f
|
|
|
|
|
| |
Bug: 3451586
Change-Id: I10d5f45b6218e8f0ab5a0d2f2c285469338890c6
|
|
|
|
|
|
| |
Bug: 3362749
Bug: 3405016
Change-Id: Ie6f15a5a8f27d0df517b451e93a92cc693b9fcd6
|
|
|
|
|
|
|
| |
This change also updates other hdpi assets.
Bug: 3345931
Change-Id: Ia91e449905677b025307bf9ea6e618d82090a389
|
|
|
|
|
| |
Bug: 3362749
Change-Id: If9f0dd25bc40a5dbc6613ce0660bd62237c27760
|
|
|
|
|
| |
Bug: 3345931
Change-Id: I1deef774598b8e78da4404535b6d3814464a9d2d
|
|
|
|
|
|
| |
Bug: 3286869
Change-Id: I43f151be00d2392c1816a43d37148169ff39a9f0
|
|
|
|
|
|
|
| |
This change excludes drawable-xdpi/* and
drawable-mdpi/sym_keyboard_smiley_holo.png from designer's repo.
Change-Id: Ic8a06903ba75aa2de2d81ac159f4e37962b4da52
|
|
|
|
|
|
|
|
| |
This change uses keyLable to show simple smiley on the key top and
removes sym_keyboard_smiley_holo drawable.
Bug: 3350296
Change-Id: I7d28db8a6f74936f932f250a70991a1bd1ff4ddd
|
|
|
|
|
|
| |
Bug: 3351762
Change-Id: Ibee1cf42af2f53017d83034f069b19be6657acbb
|
|
|
|
| |
Change-Id: Ie74bd49921cca4aee69f9e7bfc8ef93e13d3c4d9
|
|
|
|
|
|
|
| |
This change also makes the keyboard top gutter slightly taller.
Bug: 3293748
Change-Id: I574a2fea6440c7ad78f8ef51c87b221838b6df13
|
|
|
|
|
| |
Bug: 3286297
Change-Id: I51d4051ea22c465f81852e4fb98e48bad9cf57f1
|
|
|
|
| |
Change-Id: I0bddfb452548eccac27586e9837285745da14918
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: I232f874c6dd8f60bd0634111e2f7fc60b6082c14
|
|
|
|
| |
Change-Id: I5bc137892ea82e08d5b65e1e124f0de69d0a77c5
|