- Jan 17, 2024
-
-
Aleksandras Kostarevas authored
-
- Jul 06, 2023
-
-
abb128 authored
-
- Jul 30, 2014
-
-
Jean Chalard authored
Add scripts for Bengali, Devanagari, Kannada, Malayalam, and Tamil. Also include a very minor fix for Arabic. This concludes work on: Bug: 15840116 Change-Id: Iade313fc70030a67c68d424d8cb0cac245b883d1
-
- Jul 04, 2014
-
-
Tadashi G. Takaoka authored
This is a preliminary keyboard layout. Bug: 10028755 Change-Id: I365fb8e942a60d4b690a4af95fcd35bf73fffbe4
-
- May 01, 2014
-
-
Tadashi G. Takaoka authored
Bug: 10028772 Change-Id: I7bca05bbbfdb2e5f61d5db611dff62ace3b71e31
-
- Apr 03, 2014
-
-
Tadashi G. Takaoka authored
Bug: 13779052 Change-Id: Ic7c17d96560501422a63340d7ce6bd8720e6c3c9
-
- Sep 04, 2013
-
-
Satoshi Kataoka authored
This reverts commit c02a3654. Change-Id: I11d31632469a594c0637f035bdd74ba60b2ac33e
-
- Aug 23, 2013
-
-
Tadashi G. Takaoka authored
Bug: 9059539 Change-Id: I7fe6520e4eafcb7e1748b8bf011333c7e0da7ac2
-
- Nov 06, 2012
-
-
Satoshi Kataoka authored
Change-Id: I50e79bbb1f2eab33c7e5a76086bbe41f7e757ada
-
- Apr 05, 2012
-
-
Tadashi G. Takaoka authored
Change-Id: Ice1f345a08a8d760e3b847c885c4072e3e142c97
-
- Mar 30, 2012
-
-
Ken Wakasa authored
bug: 6129704 Change-Id: Ib27f2774444e1f084b19be3fe6f56d25dffa7084
-
- Mar 29, 2012
-
-
Tadashi G. Takaoka authored
Bug: 6225317 Change-Id: I4fa65e020d838f53066d4a071f58fb6f40583e0b
-
- 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 25, 2012
-
-
Tadashi G. Takaoka authored
This is the first step to support separate Keyboard for elementName. This change is the second attempt of Icef66564. Change-Id: I78ea6cb9ea3d965ff89e0ff5d896a6b11ba5c670
-
- Jan 24, 2012
-
-
Tadashi Takaoka authored
This reverts commit b5b92f9b Bug: 5908440
-
Tadashi G. Takaoka authored
This is the first step to support separate Keyboard for elementName. Change-Id: Icef66564b6938910fa06ecab664dce4be84c9505
-
- Jan 19, 2012
-
-
Tadashi G. Takaoka authored
Bug: 5864001 Bug: 5738545 Change-Id: I3aa8a0e531e091680c0e05c55e72edd05e5ebc77
-
- Dec 16, 2011
-
-
Tadashi G. Takaoka authored
Bug: 5738545 Change-Id: I60113c248a5a122e71e20273d44406e8199fa0eb
-
Tadashi G. Takaoka authored
Adding Belarusian, Kyrgyz, and Ukrainian keyboards will follows. Bug: 5738545 Change-Id: I05055d519fac8c67f728cee693b133c3dfb29047
-
- Dec 14, 2011
-
-
Tadashi G. Takaoka authored
This change introduces KeyboardSet and SubKeyboard XML definitions to represent a set of keyboard layouts. Bug: 5002108 Bug: 5679585 Change-Id: Ib6c8d5936187381bb6725c9fe574e93871c01a86
-
- Jul 26, 2011
-
-
Ken Wakasa authored
A follow up to I18b9962c bug: 5047217 Change-Id: Iea72182a80e69b2a631f23b825430ebfbfc2f560
-
- Jun 17, 2011
-
-
Tadashi G. Takaoka authored
Change-Id: I7147cab36eee4b6fd9418ca36e8ece2360b59e45
-
Tadashi G. Takaoka authored
Bug: 4479212 Change-Id: I25c48ef474f6198dde9b670b23509c087acae149
-
- 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
-
- May 12, 2011
-
-
Tadashi G. Takaoka authored
Bug: 4411676 Change-Id: I1f56ba58bacb90790f82326718bf9de95dba5d28
-
- Apr 21, 2011
-
-
satok authored
Bug: 4316889 Change-Id: I746b3ff79c2a6cd4925fca1817d5b209623b5108
-
- Mar 24, 2011
-
-
Jean Chalard authored
Ic4df2a9a introduced new keyboard layouts for Hebrew and Arabic. This change adds a comment to them alongside with trailing whitespace suppression. This change explicitly limits its scope to files introduced by Ic4df2a9a. It replaces I48927626 which has been deemed too reckless. Change-Id: Id6b0e47f0623ead0b4e42e57dae359231a2b97fc
-
Jean Chalard authored
The Arabic keyboard is more or less based on PC keyboard and other sources. It has no means to input diacritics at the moment. Some data for the Hebrew keyboard was already there, but not used. This change splits phone and tablet layout and consolidates the tablet one to something that seems sensible. It can't input diacritics either at the moment. Other shortcomings affect those keyboards. For example, normal Hebrew keyboards switch to capital QWERTY keyboard with shift on, as there are no capital Hebrew characters, but this version does not feature this. It should be mostly possible already to enter Arabic or Hebrew with these keyboards however. Change-Id: Ic4df2a9a77ffd03c4f9ee2c47e03c0f43f8e48ae
-
- Jan 27, 2011
-
-
Tadashi G. Takaoka authored
This change also re-orders the laternate characters on mini keyboard. Bug: 2214959 Change-Id: Id44c5b0c05f9f32ff939ad91d229d83731f2a135
-
- 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 01, 2010
-
-
Tadashi G. Takaoka authored
This change introduces, - support de QWERTZ - support fr AZERTY - support fr_CA QWERTY layout - support fr_CH QWERTZ layout - refactor some common keyboard row layouts Bug: 2334086 Change-Id: I3e01e841e0dc72419d55e29d426bdec70655459c
-
- Oct 19, 2010
-
-
Tadashi G. Takaoka authored
Bug: 3109804 Change-Id: I316f9cfcec377a7d0ea1417e1e3cea55cbdb9e2b
-
- Oct 18, 2010
-
-
Ken Wakasa authored
bug: 3105185 Change-Id: I901e36aa12dad5968ba1a420fff6a2f2efb16da5
-
- 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 15, 2010
-
-
Ken Wakasa authored
Add visual indicator that long press / or @ on F1 key will bring up Settings bug: 3084022 Change-Id: If925b546829ca8e8806e1f8f89eaf72fc8c220da
-
- 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 07, 2010
-
-
Tadashi G. Takaoka authored
Change-Id: Iff337e1c6ef3a17fd96a5e5f1c3c4a21190aac1c
-
- Oct 05, 2010
-
-
Tadashi G. Takaoka authored
This keyHintIcon attribute is used to specify hint icon drawable at top right corner of Key. Change-Id: Icaa91e63c4473b2513396bd3fbeb8ed6fd73586c
-
- Oct 01, 2010
-
-
satok authored
Change-Id: I8b310c2c0cae1a151e53c22001c586697346982c
-