| Commit message (Expand) | Author | Age | Files | Lines |
* | Move some inner static class to top class in new package•••This change introduces new package com.android.inputmethod.keyboard
which hosts keyboard related classes.
Also adds missing @Override and @SuppressWarning("unused") annotation
Change-Id: I0317f5cfa317e13f3c77815f48ffc69b5d1ade05
|  Tadashi G. Takaoka | 2010-12-02 | 1 | -720/+0 |
* | Update tablet keyboard layout to the latest design•••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
|  Tadashi G. Takaoka | 2010-11-25 | 1 | -5/+5 |
* | Support dedicated number/date keyboard layout•••Bug: 3009716
Change-Id: Idc12cc9d8ee4f5febfae4e11712e2aaca327a6ea
|  Tadashi G. Takaoka | 2010-11-24 | 1 | -0/+8 |
* | Support imeOptions condition in <case>•••Change-Id: Ie5494601efb29cf65363c4aa3bf5a9ab04a0109a
|  Tadashi G. Takaoka | 2010-11-23 | 1 | -73/+0 |
* | Support colorScheme <case/> condition in Keyboard XML•••Change-Id: Ibbfb99e0e2b15df301f83af6739b7bca01ebf490
|  Tadashi G. Takaoka | 2010-11-23 | 1 | -39/+30 |
* | Support <key-style/> and keyStyle attribute for Keyboard XML•••Change-Id: Ie052e989d0180eecfc8c244ba6c60594a46103d1
|  Tadashi G. Takaoka | 2010-11-22 | 1 | -4/+4 |
* | Make F1 and Symbol keys static in XML file•••Change-Id: If869f5ad4fe8f192f89a8679a4abde99a25e02e6
|  Tadashi G. Takaoka | 2010-11-21 | 1 | -106/+0 |
* | Implement both automatic and manual temporary upper cases•••With this change,
- Shift and Shift lock state of keyboard is maintained by
LatinKeyboard.ShiftState.
- Shift key state is maintained by ShiftKeyState object in
KeyboardSwitcher.
- LatinIME informs KeyboardSwitcher that shift key press, release and
long press and KeyboardSwitcher determines which state LatinKeyboard
and ShiftLeyState should be.
Bug: 3193390
Change-Id: I948ef26fda512eb1cb0ebddc89d322c4f4f4d670
|  Tadashi G. Takaoka | 2010-11-18 | 1 | -43/+40 |
* | Add a functionarity to handle Subtype•••Change-Id: Ic6055ba218b64f4276e3db99a435f546c3990ee5
|  satok | 2010-11-19 | 1 | -2/+2 |
* | Move functions in LatinKeyboard related to LanguageSwitcher to SubtypeSwitcher•••Change-Id: I777db896bd0287931ce7c810b080ccee1121d34e
|  satok | 2010-11-18 | 1 | -33/+16 |
* | Move functions related to LanguageSwitcher to LatinIMESubtypeSwitcher•••Change-Id: I5fa306cf311063ff96b6d45faaca2ffe84cddbf9
|  satok | 2010-11-18 | 1 | -4/+0 |
* | Refactor KeyboardSwitcher and LatinIME•••Bug: 3193390
Change-Id: Id894c9bc574a53966d9efc419ab398bae89c34c1
|  Tadashi G. Takaoka | 2010-11-16 | 1 | -1/+2 |
* | Keyboard XML supports switch-case-default tags to select rows and keys•••Change-Id: I0d92e513757e765d9de98561205754af5a143650
|  Tadashi G. Takaoka | 2010-11-12 | 1 | -6/+5 |
* | Rename KeyboardSwitcher.setKeyboardMode to loadKeyboard•••This change also eliminates KeyboardSwitcher.refreshKeyboardCache,
LatinIME.reloadKeyboards() and LanguageSwicther.getLocales().
Change-Id: I5fd4914660ea1c955ddfa0ca62b920f9bcd53e1b
|  Tadashi G. Takaoka | 2010-11-11 | 1 | -12/+5 |
* | am b5e8c779: am 69db35c4: Make the buttons work for edge pixels of the keyboard•••* commit 'b5e8c7799726a5975283fa138ad2870ab02d01a4':
Make the buttons work for edge pixels of the keyboard
|  Ken Wakasa | 2010-10-29 | 1 | -1/+3 |
|\ |
|
| * | Make the buttons work for edge pixels of the keyboard•••Follow-up change to If7630b89
bug: 3142416
Change-Id: I2660e3d688eb0490363e460d5b4944c89b8ca35c
|  Ken Wakasa | 2010-10-29 | 1 | -1/+3 |
| * | DO NOT MERGE. Add '...' (hint) to period/smiley keys which triggers mini popu...•••bug: 3105185
Change-Id: I901e36aa12dad5968ba1a420fff6a2f2efb16da5
|  Ken Wakasa | 2010-10-19 | 1 | -6/+10 |
| * | DO NOT MERGE. Revise the setting hint visual and its handling code.•••This is a follow up change to I8b38e280.
bug: 3084022
Change-Id: I1062763d87b4498e19598b4e7d99bb91c510c6d2
|  Ken Wakasa | 2010-10-17 | 1 | -22/+20 |
| * | DO NOT MERGE. Follow up change to I8b38e280•••Add visual indicator that long press / or @ on F1 key will bring up Settings
bug: 3084022
Change-Id: If925b546829ca8e8806e1f8f89eaf72fc8c220da
|  Ken Wakasa | 2010-10-16 | 1 | -18/+61 |
| * | Follow up change of I8b38e280 (DO NOT MERGE)•••This is follow up change of I8b38e2803eb32469653484701882af35108eb69a
This change fixes the following when "Voice input on symbols keyboard"
option is selected.
- LatinIME.onCreateInputView fails to show "123mic" icon.
- Email and URL variation keyboard fails to show "123mic" icon.
Bug: 3084022
Change-Id: Ia3929bb0cc5c5c8651af816718c21d1f20e8f016
|  Tadashi G. Takaoka | 2010-10-15 | 1 | -21/+24 |
| * | DO NOT MERGE. Add visual indicator that long press , or mic key will bring up...•••bug:3084022
Change-Id: I8b38e2803eb32469653484701882af35108eb69a
|  Ken Wakasa | 2010-10-14 | 1 | -2/+32 |
| * | Specify keyboard metrics with physical unit "inch" (DO NOT MERGE)•••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
|  Tadashi G. Takaoka | 2010-10-14 | 1 | -9/+23 |
* | | Revise caps lock sequences•••This change also fixes that the popup preview of ALT on symbol
keyboard is not showing.
Bug: 3122877
Bug: 3127255
Change-Id: I978cb30a0d05298274d8ab6541b91323a0fef211
|  Tadashi G. Takaoka | 2010-10-25 | 1 | -0/+2 |
* | | Tablet keyboard should always show "?123" as symbol key•••Bug: 3118554
Change-Id: Ib609799f28dee56a4ded2e8144ac4a0c0d113ad6
|  Tadashi G. Takaoka | 2010-10-22 | 1 | -29/+36 |
* | | Table keyboard should always show return icon on enter key•••Bug: 3122750
Change-Id: I75d2b5adff3a349d29d8a56e7b761c26b04683c0
|  Tadashi G. Takaoka | 2010-10-22 | 1 | -25/+29 |
* | | Manual merge of the following Gingerbread changes logically•••I8b38e280
Ia3929bb0
If925b546
I1062763d
I901e36aa
bug: 3100311
Change-Id: Ic7e01277ec816e77d34732599b2b9552668b81c2
|  Ken Wakasa | 2010-10-20 | 1 | -15/+56 |
* | | Cleanup LatinKeyboard and LatinKeyboard.LatinKey classes•••Change-Id: I4c5a37315dea1c7545b77a8a6c93b930927a5a82
|  Tadashi G. Takaoka | 2010-10-18 | 1 | -28/+11 |
* | | Save default enter key attributes and restore these if needed•••Bug: 3103016
Change-Id: Id8128d5b685ac040afd2c248e1ad17e9aaf1fdf0
|  Tadashi G. Takaoka | 2010-10-17 | 1 | -0/+21 |
* | | Specify keyboard metrics with physical unit "inch"•••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
|  Tadashi G. Takaoka | 2010-10-17 | 1 | -24/+41 |
* | | Follow up change of I4c6df819•••This change is follow up of I4c6df8197b734feb998da78478a4d9a41f6d92b2
Change-Id: I3b8a82dd71305f34afb2e8b6a705efabdc2bc0cf
|  Tadashi G. Takaoka | 2010-10-13 | 1 | -24/+14 |
* | | Add text variation keyboard layout•••Change-Id: I4c6df8197b734feb998da78478a4d9a41f6d92b2
|  Tadashi G. Takaoka | 2010-10-12 | 1 | -14/+6 |
* | | Add keyHintIcon attribute to BaseKeyboard.Key class•••This keyHintIcon attribute is used to specify hint icon drawable at
top right corner of Key.
Change-Id: Icaa91e63c4473b2513396bd3fbeb8ed6fd73586c
|  Tadashi G. Takaoka | 2010-10-05 | 1 | -65/+9 |
* | | Modify BaseKeyboard to be able to handle multiple shift keys•••Change-Id: Ie840ae113ee6bd5b629a90959d7f955a5ceba95a
|  Tadashi G. Takaoka | 2010-10-02 | 1 | -12/+5 |
* | | Unbundle Keyboard.java to BaseKeyboard.java•••Change-Id: I8b310c2c0cae1a151e53c22001c586697346982c
|  satok | 2010-10-02 | 1 | -4/+3 |
* | | am c0fc4bf9: am 8e1f1be0: Long press mic/comma key bring mini keyboard with s...•••Merge commit 'c0fc4bf9932caf536af5d5d86bb61ec6d8a44a99'
* commit 'c0fc4bf9932caf536af5d5d86bb61ec6d8a44a99':
Long press mic/comma key bring mini keyboard with settings
|  Tadashi G. Takaoka | 2010-10-01 | 1 | -0/+2 |
|\| |
|
| * | Long press mic/comma key bring mini keyboard with settings•••Bug: 3050703
Change-Id: I090b2bfebfb48e5ec461615d4c911024ea6d130a
|  Tadashi G. Takaoka | 2010-10-01 | 1 | -0/+2 |
* | | Fix NPE in LatinKeyboard when it represent phone keyboard•••Bug: 3041532
Change-Id: I1d846e9175bd033f056a8715287a936be2fe8f74
|  Tadashi G. Takaoka | 2010-09-28 | 1 | -9/+13 |
* | | Add xlarge keyboard layouts (tentative)•••This keyboard layout is tentative for UX study.
This change added xlarge keyboard layouts only for "regular text",
"symbol/number mode" and "symbol/number mode shifted".
TODO other text mode variants should have dedicated layout.
Change-Id: I36077efcec4b57c3b5cada0a851e1409a289eeb9
|  Tadashi G. Takaoka | 2010-09-28 | 1 | -34/+38 |
|/ |
|
* | Use constant for keycode.•••This is follow up change of Idb3adcb6fac1a23836510912d35312fa11b4f259
Change-Id: I130e381b0d5ac01176a746a4a915e2fc9d54587b
|  Tadashi G. Takaoka | 2010-09-22 | 1 | -2/+2 |
* | Choose smaller or shorter language name for space bar•••To fit a language name to the space bar or the language switcher, this
change chooses smaller text size or shorter language name
appropriately.
This change also tunes the vertical position of a language name in the
space bar by parameter SPACEBAR_LANGUAGE_BASELINE.
Bug: 3004640
Bug: 3001021
Change-Id: Idb3adcb6fac1a23836510912d35312fa11b4f259
|  Tadashi G. Takaoka | 2010-09-22 | 1 | -85/+125 |
* | Fix issue space key preview remains on screen and would not dismiss•••The space key preview should be displayed one of the following case.
- Popup preview is enabled
- Language switcher is in action, whether popup preview is enabled or
not.
For phone number keyboard, popup preview is never displayed even if
popup preview is enabled.
Bug: 3006612
Bug: 3021091
Change-Id: I5385c776d0e8e3981fc8d8851db9140d92599ce5
|  Tadashi G. Takaoka | 2010-09-22 | 1 | -1/+5 |
* | Add lightweight visual indication for numbers.•••This change adds lightweight visual hints of alternate numeric characters on the top row - e.g. having a light gray '1' on the upper right corner of letter 'q'
Note that MDPI resources are tentative (the same as HDPI for now, until we get fixed MDPI visual assets).
bug: 3004632
Change-Id: I7a25cf90b702433a844c88f5c47bf914706af9bc
|  Ken Wakasa | 2010-09-22 | 1 | -0/+44 |
* | Draw language label on space key of symbol+alt mode•••Bug: 3003888
Change-Id: I0bafcd13f3e5e5c69c65ed72580d108f2745e004
|  Tadashi G. Takaoka | 2010-09-21 | 1 | -14/+8 |
* | Space key will no longer auto-repeat•••Bug: 3014225
Change-Id: I94d4904726985d5e17b665d4042c873ea07221f1
|  Tadashi G. Takaoka | 2010-09-21 | 1 | -2/+0 |
* | Fix ALT key light behavior•••This change also cleanups some imports, unnecessary cast and null check.
Bug: 2977256
Change-Id: I81b9e539ff8a13ae0cc1eb5c4fb2246732cca3e9
|  Tadashi G. Takaoka | 2010-09-06 | 1 | -5/+5 |
* | Extend space LED for autocompletion•••Change-Id: If59ea7c871ffc2af6fe2bfde72303f2612e43c3b
|  satok | 2010-09-03 | 1 | -33/+42 |
* | Change symbol on space bar when autocompletion is activated•••bug: 2959279
Change-Id: Icc70b7cce0c245ae2451d324debd346f226b8769
|  satok | 2010-09-03 | 1 | -22/+47 |
* | Change background color for functional keys in LatinIME•••Change-Id: I45f13c1fd139ce43478e5d0b2cdb62e56e9f77a8
|  satok | 2010-09-02 | 1 | -4/+33 |
* | Fix new theme assets and resources•••- Add a layout for popup for new theme
- Change the color of language bar
- Fix a drawable for settings feedback
Change-Id: I7c0c9e238c8223554a62f7b0c8092d074cf9743f
|  satok | 2010-09-01 | 1 | -1/+1 |
* | Remove extension keyboard•••Bug: 2959287
Change-Id: I344ac58b4119e96daf5928c784275ee0b7095958
|  Tadashi G. Takaoka | 2010-08-30 | 1 | -9/+0 |