- Jan 17, 2024
-
-
Aleksandras Kostarevas authored
-
- Jul 06, 2023
-
-
abb128 authored
-
- Aug 26, 2013
-
-
Tadashi G. Takaoka authored
Change-Id: Ibb52683e8f27517b9e7bf398d3b7a31215bd5a8d
-
- Aug 23, 2013
-
-
Tadashi G. Takaoka authored
This is a follow up of I7fe6520e4e. Bug: 9059539 Change-Id: Idb39906ddb1e2234a0d1c7c4d5e6fc728090e79e
-
- Nov 06, 2012
-
-
Satoshi Kataoka authored
Change-Id: I50e79bbb1f2eab33c7e5a76086bbe41f7e757ada
-
- Apr 25, 2012
-
-
Tadashi G. Takaoka authored
Bug: 4460018 Change-Id: I9a29f6a322af66f6a152fa1883b3686c5f7a3328
-
- Apr 23, 2012
-
-
Tadashi G. Takaoka authored
* 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
-
- Jan 27, 2012
-
-
Tadashi G. Takaoka authored
* <Keyboard> XML file should be kbd_*.xml * <Row> XML file should be rows_*.xml or row_*.xml * <Key> XML file should be key_*.xml or keys_*.xml * <key-style> XML file should be key_styles_*.xml Change-Id: Ie57d5d78389c13d6c066ace4e3588518d1f25f13
-
Tadashi G. Takaoka authored
Change-Id: I1d73a03bfce9180106575e180bfeb422da03b9fb
-
- Sep 29, 2011
-
-
Ken Wakasa authored
bug: 5366732 Change-Id: Ie9f56fb5bd9978d5882197a2305a96fb40fccb11
-
- Sep 26, 2011
-
-
Tadashi G. Takaoka authored
Bug: 4948171 Change-Id: I8a06a25ffcbd141c9418e77e982233166a347914
-
- Jul 20, 2011
-
-
Tadashi G. Takaoka authored
The first key and the last of the row are automatically marked as left and right edge key respectively. The existence of Spacer will prevent those automatic marking. Bug: 5038844 Change-Id: Ie34169ceaf76e24923b8d8125eda6ecb95cf1fee
-
- Jun 27, 2011
-
-
Tadashi G. Takaoka authored
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
-
- Jun 17, 2011
-
-
Tadashi G. Takaoka authored
Bug: 4479212 Change-Id: I25c48ef474f6198dde9b670b23509c087acae149
-
- May 31, 2011
-
-
Tadashi G. Takaoka authored
This change introduces the following features to Keyboard XML format. * "keyXPos" can specify the key X coordinate directly. * "keyXPos" can be negative. The X coordinate will be calcluated from the right edge of the keyboard toward left. * "keyWidth" can be zero to be filled up to the right side. * "keyWidth can be negative. The key will be filled up to both sides. * Spacer's horizontalGap is renamed as keyWidth, and can be inherited from key-style. * Spacer can have keyXPos attribute. Using these syntax, all keyboard layouts have been re-written. Cherry-Pick: I314b2e8ca2aa145ff9506cbf927140a15685af42 Bug: 4442045 Change-Id: I048fe5eaef020d8472ab577e9d326042bae2f3fa
-
- May 28, 2011
-
-
Tadashi G. Takaoka authored
This change introduces the following features to Keyboard XML format. * "keyXPos" can specify the key X coordinate directly. * "keyXPos" can be negative. The X coordinate will be calcluated from the right edge of the keyboard toward left. * "keyWidth" can be zero to be filled up to the right side. * "keyWidth can be negative. The key will be filled up to both sides. * Spacer's horizontalGap is renamed as keyWidth, and can be inherited from key-style. * Spacer can have keyXPos attribute. Using these syntax, all keyboard layouts have been re-written. Bug: 4442045 Change-Id: I314b2e8ca2aa145ff9506cbf927140a15685af42
-
- May 27, 2011
-
-
Tadashi G. Takaoka authored
Bug: 4479212 Change-Id: I230371632d5ba0d940e576a9b8b6668079990004 Cherry-pick: Ia0a284a3
-
- May 24, 2011
-
-
Tadashi G. Takaoka authored
Bug: 4479212 Change-Id: Ia0a284a365af99257ed47351bdd3387fd9a53eba
-
- May 12, 2011
-
-
Tadashi G. Takaoka authored
Bug: 4411676 Change-Id: I1f56ba58bacb90790f82326718bf9de95dba5d28
-
- Mar 09, 2011
-
-
Tadashi G. Takaoka authored
Bug: 4063047 Change-Id: I53e79edcb15d4da73a72d14a38224e80b612c115
-
- Dec 20, 2010
-
-
Tadashi G. Takaoka authored
Change-Id: Ife44b3f9d420d77d2cfb51044a8356f02ed63e8b
-
- Dec 17, 2010
-
-
Tadashi G. Takaoka authored
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
-
- Dec 08, 2010
-
-
Tadashi G. Takaoka authored
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
-
- Nov 24, 2010
-
-
Tadashi G. Takaoka authored
Bug: 3009716 Change-Id: Idc12cc9d8ee4f5febfae4e11712e2aaca327a6ea
-
Tadashi G. Takaoka authored
Change-Id: Ibbfb99e0e2b15df301f83af6739b7bca01ebf490
-
- Nov 23, 2010
-
-
Tadashi G. Takaoka authored
Change-Id: Ie052e989d0180eecfc8c244ba6c60594a46103d1
-
- Oct 19, 2010
-
-
Tadashi G. Takaoka authored
Bug: 3109804 Change-Id: I316f9cfcec377a7d0ea1417e1e3cea55cbdb9e2b
-
- Oct 17, 2010
-
-
Tadashi G. Takaoka authored
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
-
- Oct 14, 2010
-
-
Tadashi G. Takaoka authored
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: I44f3b2eef8086d6e0b0db53d38f08487549060c6
-
- Oct 13, 2010
-
-
Tadashi G. Takaoka authored
Bug: 3088257 Change-Id: I36b1a0f147c1087a98b91f00d60bf15922861f9c
-
- Oct 01, 2010
-
-
satok authored
Change-Id: I8b310c2c0cae1a151e53c22001c586697346982c
-
- Sep 21, 2010
-
-
Tadashi G. Takaoka authored
Bug: 3014225 Change-Id: I94d4904726985d5e17b665d4042c873ea07221f1
-
- Sep 16, 2010
-
-
Tadashi G. Takaoka authored
Change-Id: I095c1294b9e826b503ff741eeff9dc93ad39f060
-
- Sep 14, 2010
-
-
Ken Wakasa authored
Change-Id: I25b530c2ab50c045da321e00d905cbec19188ea3
-
- Aug 27, 2010
-
-
Tadashi G. Takaoka authored
Long-press on shift and symbol keys will conflict with press-and-hold these keys and press normal key (a.k.a. multi touch support). Bug: 2910379 Change-Id: I27007b55a30a3699bf63fd8f64d58c4b23d97d9f
-
- Mar 09, 2010
-
-
Amith Yamasani authored
Move java code to a different directory so that the unbundled version doesn't try to compile the native code again. Change-Id: I05cf9e643824ddc448821f69805ccb0240c5b986
-
- Nov 13, 2009
-
-
Jean-Baptiste Queru authored
-
- Sep 15, 2009
-
-
Amith Yamasani authored
-
- Aug 14, 2009
-
-
Amith Yamasani authored
Don't auto-correct if the typed word has more than one uppercase letter. Also, delay applying shift state to the keyboard so that fast backspaces are not interrupted by the time taken to render the shifted/unshifted keyboard. Show ellipsis on the ?123 key
-
- Mar 13, 2009
-
-
The Android Open Source Project authored
-