- 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
-
- Nov 19, 2011
-
-
Tadashi G. Takaoka authored
Change-Id: Icb2f146becb7f834adba2612c9420a8f2d1e87fc
-
Tadashi G. Takaoka authored
Change-Id: Ida6b458f3233cd4ea3ae71e07e2a5c80c7750954
-
- Nov 18, 2011
-
-
Tadashi G. Takaoka authored
This change also removes hacks in LatinKeyboardView by utilizing noKeyPreview attribute. Bug: 5638595 Change-Id: Icd8a3af3b7849b941f8f5532e2b432e126a909e6
-
- Sep 12, 2011
-
-
Tadashi G. Takaoka authored
Bug: 5267649 Change-Id: I7fdcb98c209b7ccf73075ef3a4e758782fe161e3
-
- Aug 03, 2011
-
-
Ken Wakasa authored
bug: 5113471 Change-Id: I324d24ea28c0ff9246dde2494296dca1dddabb1b
-
- Jul 27, 2011
-
-
Tadashi G. Takaoka authored
Bug: 4311428 Change-Id: Ia72de23634f824d82b7b5f2267d439ce922a3b57
-
- 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 23, 2011
-
-
Tadashi G. Takaoka authored
Cherry-pic I993ac772 from Honeycomb-MR2. Bug: 4586882 Change-Id: Ie74138523a3ae7958c7bec674c49aa0ab1a72d05
-
Tadashi G. Takaoka authored
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
-
- Jun 22, 2011
-
-
Tadashi G. Takaoka authored
Bug: 4436327 Change-Id: I074014d28dcb323b60dbc8fd9e169c75c393e0b3
-
- Jun 17, 2011
-
-
Tadashi G. Takaoka authored
Bug: 4479212 Change-Id: I25c48ef474f6198dde9b670b23509c087acae149
-
- Jun 16, 2011
-
-
Tadashi G. Takaoka authored
This change also removes manualTemporaryUpperCaseCode and manualTemporaryUpperCaseHintIcon. Instead of these keyLabelOption now has hasUppercaseLetter flag value. Bug: 4436327 Change-Id: I88fdac1e888a7123735296f5ef45f5fdd565cd2e
-
- Jun 10, 2011
-
-
Tadashi G. Takaoka authored
Bug: 4590231 Change-Id: I993ac77278e129294f2bed73f97c2c4624220fdb
-
- Jun 06, 2011
-
-
Tadashi G. Takaoka authored
Unfortunately current Master seems have bugs in resource selection. The xml-en/kbd_qwerty.xml is added to avoide those issue as work around, and must be removed if the issue is fixed. Bug: 4442045 Change-Id: Ic43d66e8669fb63e2c3f0b8b9aae9178ca3c32b5
-
- Jun 03, 2011
-
-
Tadashi G. Takaoka authored
This change removes Russian keyboard layout exceptions and make it compatible with other Latin's. Also tweaks some locales' keyboard layout to match with standard PC's keyboard layout at most. Change-Id: I305201fb850b4f94ae7e746ab4c039473d09da70
-
- Jun 01, 2011
-
-
Tadashi G. Takaoka authored
Bug: 4442045 Change-Id: I562d75436aec2057863f6a8252275a5e47ecea6e
-
- 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
Change-Id: I45a29d753103d82b625e55e78f1075497e94396f
-
- May 23, 2011
-
-
Tadashi G. Takaoka authored
This change renames resources along with new naming scheme. * large to sw600dp (7" tablet uses phone keyboard layout) * xlarge to sw768dp (10" tablet) Bug: 4436327 Change-Id: I96678fa699d2abcb48022d8878557f1486e839aa
-
- May 12, 2011
-
-
Tadashi G. Takaoka authored
Bug: 4411676 Change-Id: I1f56ba58bacb90790f82326718bf9de95dba5d28
-
- Feb 24, 2011
-
-
Tadashi G. Takaoka authored
Change-Id: Idf74aa32c9ea565fa6771013e2d37ee952c83a57
-
- Jan 18, 2011
-
-
Tadashi G. Takaoka authored
Bug: 3351762 Change-Id: Ibee1cf42af2f53017d83034f069b19be6657acbb
-
- Jan 14, 2011
-
-
Tadashi G. Takaoka authored
Bug: 3331635 Change-Id: Ide160b9317c8f7d966f879dd460640fc4f894e9b
-
- 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
-
- Dec 07, 2010
-
-
Tadashi G. Takaoka authored
Bug: 3253559 Change-Id: Iba0b7488e112d5f136f6c1a7bfbeab0dac298d54
-
- Dec 01, 2010
-
-
Tadashi G. Takaoka authored
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
-
- Nov 25, 2010
-
-
Tadashi G. Takaoka authored
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
-
- Nov 23, 2010
-
-
Tadashi G. Takaoka authored
Bug: 3176540 Change-Id: Iaa1f3776d5ac236b2655910ede7522ceac36a9a1
-
Tadashi G. Takaoka authored
This change also uses slightly larger font size for functional key label according to the v4 keyboard design. Bug: 3216592 Change-Id: I027f109b7748ade8564dc808487d9a6ce1da9761
-
Tadashi G. Takaoka authored
Change-Id: Ie052e989d0180eecfc8c244ba6c60594a46103d1
-
- Nov 21, 2010
-
-
Tadashi G. Takaoka authored
Bug: 3216592 Change-Id: I9950292184d9d0e131f76498067b0a6cb462a0ab
-
Tadashi G. Takaoka authored
Bug: 3216592 Change-Id: I88f8055199f2cd0525faf9374114fbebba53b951
-
- Nov 09, 2010
-
-
Tadashi G. Takaoka authored
Bug: 3109804 Change-Id: I1afd022d553785acd50b3104374bbec291206c1e
-
- Oct 19, 2010
-
-
Tadashi G. Takaoka authored
Bug: 3109804 Change-Id: I316f9cfcec377a7d0ea1417e1e3cea55cbdb9e2b
-
- Oct 09, 2010
-
-
Tadashi G. Takaoka authored
Change-Id: I97d146ef2756ffe5adb17fcbf04f5e91a0587aa5
-