- 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
-
- 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
-
- 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 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
-
Tadashi G. Takaoka authored
Bug: 3050703 Change-Id: I090b2bfebfb48e5ec461615d4c911024ea6d130a
-
- Sep 21, 2010
-
-
Tadashi G. Takaoka authored
Bug: 3014225 Change-Id: I94d4904726985d5e17b665d4042c873ea07221f1
-
- Sep 15, 2010
-
-
Ken Wakasa authored
bug: 2998722 Change-Id: Iac1641c338388fd8f85e0cf47e31afdaeb34c0c0
-
- Sep 08, 2010
-
-
Tadashi G. Takaoka authored
This also re-orders keyboard layout attribute and adds some android:popupCharacters. Bug: 2973749 Change-Id: I300fb4029a1844947731cb98a464d8d754cb03ef
-
Tadashi G. Takaoka authored
Bug: 2973749 Change-Id: Ic6e5f986c32be07c1e1038594a0e420ba6902351
-
Tadashi G. Takaoka authored
If there is no android:codes specified, the first character of keyLabel's code point will be used instead. Also introduce readable codes as @integer/key_XXX resources Bug: 2973749 Change-Id: If9021ca35f9a7b922817e2099186fce0cd993652
-
satok authored
Change-Id: I832274244a9677ac98256ddfc4a25fdca517e228
-
Tadashi G. Takaoka authored
Just re-formating with eclipse editor. Bug: 2973749 Change-Id: I18bc682c68df6239e54dd71ed3797d55fd5a1552
-
- Sep 07, 2010
-
-
satok authored
Change-Id: I2d5c9e753f0f6fa21fdcfa7b55e81e6a3e3ea64f
-
- Sep 05, 2010
-
-
Ken Wakasa authored
bug: 2977061 Change-Id: I76e0f4a21480d10f79fd5dcbe58c63cc3516d5d7
-
- Sep 02, 2010
-
-
satok authored
- update assets for language switcher Change-Id: I8f29d3d38fb73ab5673f9e58cf28ed37cc8b4004
-
- Aug 30, 2010
-
-
Tadashi G. Takaoka authored
This change is supplement of I27007b55a30a3699bf63fd8f64d58c4b23d97d9f Bug: 2910379 Change-Id: I634226a503594e76cea9ca29e32db5801a05ae09
-
- Aug 20, 2010
-
-
satok authored
TODO: Cleanup will follow. Change-Id: I4a68ba9f2f55760aa24187f1f13fdfa8a0b70963
-
- Apr 27, 2010
-
-
Amith Yamasani authored
Have the spacebar be normal width and remove the .com keys. Change-Id: I470ee4ffa2c84b91e3207e016c99bc66b34ef564
-
- Mar 15, 2010
-
-
Fredrik Roubert authored
-
- Mar 12, 2010
-
-
Amith Yamasani authored
Also add a similar Swedish keyboard layout, contributed by Fredrik.
-
- 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
-
- Mar 04, 2010
-
-
Amith Yamasani authored
Bug: 2488167 Don't show ko, ja and zh languages in the list. Remove a debug println. Add alternates_for_g to the keyboard for it to work on turkish. This must have not gotten merged from donut.
-
- Jan 28, 2010
-
-
Amith Yamasani authored
Microphone button can be optionally moved to the symbols keyboard to get your comma back. You can also completely disable voice input. Now you can get your comma back but still use the swipe gesture to activate voice input.
-
- Jan 27, 2010
-
-
Amith Yamasani authored
Additional mode for WEB_EDIT fields w/Tab key for next field. Button assets refresh and fix for a highlight asset bug.
-
- Jan 17, 2010
-
-
Mike LeBeau authored
the change to logging to remove any private dependencies and use broadcast intents to VoiceSearch instead. I have audited this code and it appears good to go for open-source, but would appreciate a second pair of eyes. Still to do after submitting this CL: * Reintroduce Amith's memory leak fix (37557) which was the only CL added to LatinIME since the last merge over to the private copy. * Make some changes to allow LatinIME to work without voice search installed. Currently I believe it will show the mic but fail if you press it. We need to base the visibility on the mic on the availability of the service. * Fix this code to use the new Gservices framework, it's still trying to use the old one.
-
- Dec 17, 2009
-
-
Amith Yamasani authored
New feature to enable fast switching between input languages for multilingual users. Keyboard settings lets you select a bunch of languages to switch between from the Latin IME. Use the Globe icon to toggle between languages. Needs more work and some layout changes in specialized keyboards. Also added a Russian keyboard (needs some pixel TLC at the right edge).
-
- Nov 13, 2009
-
-
Jean-Baptiste Queru authored
-
- Oct 01, 2009
-
-
Amith Yamasani authored
BUG=2023252,2023256 Automated import of CL 150810
-