| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This change
- introduces the popupKeyboardTemplate attribute of Keyboard to
specify XML Keyboard file for popup mini keyboard.
- introduces the maxPopupKeyboardColumn attribute of Keyboard to
specify the maximum column of popup mini keyboard.
- changes the content format of the popupCharacters attribute of Key.
It now represents keyLabel, codes and keyTextOutput of each key of
popup mini keyboard using CSV format.
Bug: 2214959
Change-Id: I539e310f7e38a049ee193de0b4ad5d7afdce37b1
|
|/
|
|
|
|
|
| |
This change also makes the keyboard top gutter slightly taller.
Bug: 3293748
Change-Id: I574a2fea6440c7ad78f8ef51c87b221838b6df13
|
|\ |
|
| |
| |
| |
| |
| | |
bug: 3290290
Change-Id: I09694392d7fa447796c56a1f74b5b719ca28e466
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | | |
Bug: 3285380
Change-Id: Idf6b9b7e000d87df924742634188d193f948130f
|
| | |
| | |
| | |
| | | |
Change-Id: I422b9a1c055177c35e4dd9564b408179cf82f21e
|
|\ \ \
| |_|/
|/| | |
|
| |/
| |
| |
| |
| | |
Bug: 3286297
Change-Id: I51d4051ea22c465f81852e4fb98e48bad9cf57f1
|
|/
|
|
|
| |
bug: 3290290
Change-Id: I7f48911bf75e1a54b74e500d5d9603e1015b51ae
|
|
|
|
| |
Change-Id: I65a87452bbd35b850def20bc37eedf3698f4e931
|
|\ |
|
| |
| |
| |
| |
| | |
Bug: 3273889
Change-Id: I1bd47ffbc7bc92d66d421c5f2787acf14e08e0f7
|
|\ \
| |/
|/| |
|
| |
| |
| |
| | |
Change-Id: I0bddfb452548eccac27586e9837285745da14918
|
|\ \ |
|
| | |
| | |
| | |
| | | |
Change-Id: I980e568f9b4b87b0f414aa7ce0197dba39a7708f
|
|/ /
| |
| |
| |
| |
| | |
Bug: 3268561
Change-Id: Ia910f0a090dc66c7dd9176999930d8cb763203b0
|
| |
| |
| |
| |
| |
| | |
This change also removes unused argument from Suggest.getSuggestions().
Change-Id: I512f8695d22898bb906e136a66e0ee6b521cd1d1
|
| |
| |
| |
| |
| |
| | |
This change also renames some "completion" to "correction".
Change-Id: I156dd7ccafe99a632721f20769d5f0ea5915a564
|
|\ \ |
|
| | |
| | |
| | |
| | | |
Change-Id: I81677a785640d37296be8b42c7a74bd0c00edf46
|
|\ \ \
| |_|/
|/| | |
|
| |/
| |
| |
| |
| | |
Bug: 3275623
Change-Id: I28c5830f294596810ff747cdbfa467992b2a9a0b
|
|/
|
|
| |
Change-Id: Id1e6d52b266966e02f8adf1ae6583e0551868bc7
|
|
|
|
|
|
| |
This change also cleanups preference key string constants
Change-Id: I58510f220a90d00d71a935731abeab87384675bb
|
|
|
|
| |
Change-Id: I91963d0be122baf2274ea03b5028a66259a2cdb6
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change introduces,
- new attribute keyboardHeight to specify default keyboard height.
- new attribute maxKeyboardHeight to specify maximum keyboard height,
usually specified by percentage to the screen height.
- keyHeight attribute is obsoleted
- new attribute rowHeight to specify a row height, can be specifed as
percentage of the keyboard height. And verticalGap is included to
the row height (row height = key height + vertical gap).
Change-Id: I48a2f2661e8a91a998503a847437c1baf1de9b9c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Bug: 3253559
Change-Id: I4d5a54ab7664ff090b33aeabe981e0ed24ea21b2
|
|\ |
|
| |
| |
| |
| |
| | |
Bug: 3194695
Change-Id: I602f350882d6e3cb68ae971c1891b887b1f5a510
|
|/
|
|
|
| |
Bug: 3253559
Change-Id: I3c4a546a9c7597d7f85866e7179587132c9eea32
|
|
|
|
|
| |
Bug: 3253559
Change-Id: Iba0b7488e112d5f136f6c1a7bfbeab0dac298d54
|
|
|
|
|
| |
bug: 3256252
Change-Id: I19a0b763e9314a69f054b1b0996317325d6a4661
|
|
|
|
|
|
|
|
|
| |
This change,
- changes voice key code back to -102
- renames some key code names and method names
- adds mic_slash_holo to drawable-hdpi
Change-Id: I8be3a20921f472ece4298edad2d275f29a7e4955
|
|
|
|
| |
Change-Id: I979b2f70e49e96dfdaf0f1ea2f9e1724bb5b60de
|
|
|
|
|
|
|
|
|
| |
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 also moves some keys,
- Infinite is moved to popup char of plus-minus.
- not-equal and nearly-equal are moved to popup chars of equal.
Bug: 3224679
Change-Id: I7c95ab5a7cd78e4dae13fb511edad607dcaed8da
|
|/
|
|
|
| |
Bug: 3245533
Change-Id: If4dc017f302b6a0e960818d4db6d616988bf802f
|
|
|
|
| |
Change-Id: Ib71ada990e23e1c48a2f52f893e294bc27560329
|
|\ |
|
| |
| |
| |
| |
| | |
bug: 3232408
Change-Id: I642e736190e63bdf1591d5d7f29ef05b7e82fe03
|
| |
| |
| |
| |
| | |
Bug: 3210174
Change-Id: Iea515345093027099689642946da505ddc6e53c6
|
|\ \
| |/
|/| |
|
| |
| |
| |
| |
| | |
Bug: 3243405
Change-Id: I84ee566a14fcb802d38ed37223f303d80c8de3f2
|
|/
|
|
| |
Change-Id: I3977f9e201e77a682c1c8bed221cca32204dafbe
|
|\ |
|