- Nov 04, 2014
-
-
Tadashi G. Takaoka authored
This CL - decreases the size of symbols letter on number and phone layout. - increases the size of "Pause" and "Wait" label. - fixes "Pause" and "Wait" label for no language keyboard Bug: 18179572 Change-Id: I6e8b4a8e07d805c3da0558b4832291ce41ad3db0
-
Tadashi G. Takaoka authored
Bug: 18179572 Change-Id: I387b965ed4f7adc5a34b63e622520e3c88ffd5ca
-
- Sep 03, 2014
-
-
Tadashi G. Takaoka authored
Bug: 17318036 Change-Id: Ie84438a6aa3adc14a9db603d0cd4d5e37a55d612
-
- Feb 07, 2014
-
-
Tadashi G. Takaoka authored
Change-Id: Ida48cd9bdbc01fefad651a005084262c0f46c41c
-
- Nov 06, 2012
-
-
Satoshi Kataoka authored
Change-Id: I50e79bbb1f2eab33c7e5a76086bbe41f7e757ada
-
- Oct 31, 2012
-
-
Tadashi G. Takaoka authored
Change-Id: Icd38abc4a0454ca949613d8c4bb528758cd990d8
-
- Jun 06, 2012
-
-
Tadashi G. Takaoka authored
Bug: 6568834 Change-Id: If48635ead60dc119656f1b10c9b05a1918ebd668
-
- May 01, 2012
-
-
Tadashi G. Takaoka authored
Bug: 6411288 Bug: 6411588 Bug: 6411840 Change-Id: I44b358ae9c078779d6b1108281c1458387a32948
-
Tadashi G. Takaoka authored
Bug: 6411288 Change-Id: Ie3836becf787536b7346150008053a985280f61b
-
- 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
-
- Mar 13, 2012
-
-
Tadashi G. Takaoka authored
This is a first trial implementation based on Arabic layout. Bug: 5456620 Change-Id: Ifa21d7fbd408853a44678623c13b9c078283732c
-
- Feb 17, 2012
-
-
Tadashi G. Takaoka authored
This change also * Fix comman/f1 key for Arabic keyboard. * Removes "show settings key option" and related stuff. * Renames and simplifies F2 key to shortcut key on 7 inch tablet. Change-Id: Ib1cf99ad00d9780a2f0d170260e756771e161521
-
- Feb 08, 2012
-
-
Tadashi G. Takaoka authored
This change also * Honors the custom action label in EditorInfo.actionLabel. * Invokes InputConnection.performeEditorAction if action is specifed at EditorInfo.imeOptions or actionLabel/actionId. * Stops using InputMethodService.sendKeyChar. Implements sendKeyCodePoint instead. Bug: 2498607 Bug: 5961809 Bug: 5368408 Change-Id: If4cd5eb3dacfc6b6a7ea434b0617c2438e06e42d
-
- Feb 01, 2012
-
-
Tadashi G. Takaoka authored
This change also * Rename phone shift keyboard to phone symbols keyboard. Use CODE_SWITCH_ALPHA_SYMBOL code to switch between phone and phone symbols keyboard. * Remove phone symbols keyboard from tablet. * Introduces enableLongPress flag of Key.keyActionFlags attribute. * Remove clumsy long press code from PointerTracker. * Remove CODE_CAPSLOCK handling from LatinIME. * Make KeyboardSwitcher to invoke haptic and audio feedback. Change-Id: I00e1f697a10ab5112aec75e36853b96246ff5054
-
- 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
-
Tadashi G. Takaoka authored
Change-Id: I63e576ea88db313ede89f2517436071f5c391204
-
- Nov 18, 2011
-
-
Tadashi G. Takaoka authored
This change also removes hacks in LatinKeyboardView by utilizing noKeyPreview attribute. Bug: 5638595 Change-Id: Icd8a3af3b7849b941f8f5532e2b432e126a909e6
-
- Sep 08, 2011
-
-
Tadashi G. Takaoka authored
Bug: 5275003 Change-Id: I809a8ca363ba72b22ac5cfd926414990f7e8467c
-
- Aug 03, 2011
-
-
Ken Wakasa authored
bug: 5113471 Change-Id: I324d24ea28c0ff9246dde2494296dca1dddabb1b
-
- 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 24, 2011
-
-
satok authored
Change-Id: I158bd0dafac83ed9576a236813875e6c37513860
-
- 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
-