aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-09-24Add enter/exit animation style to prevew and mini keyboardTadashi G. Takaoka1-13/+14
TODO This animation style API of PopupWindow can be called only in Gingrebread or later. We should refactor this using reflection to be able to be compatible with Froyo. Bug: 3004787 Bug: 2973989 Change-Id: I2abfcc853b1a0af2bccee7bdf5fbd723456b7d34
2010-09-24Move RingCharBuffer as a singleton in Utilsatok3-2/+92
Change-Id: I08d09555a99a64038374e62019777d331c48319b
2010-09-24Update mdpi visual assets of upper-right number hintKen Wakasa10-0/+0
Change-Id: I77e2b70f4ec954ea2a0822f7bdb92d8a4d405f7f
2010-09-23Fixed popup mini-keyboard positionTadashi G. Takaoka1-1/+1
This change reverts I28bf3e4deb46a428dc8422a3a165183e00608604 partly Bug: 3029284 Change-Id: I0701ab9dfa1cfddbecbef3d32e525c0a143fc297
2010-09-23Tune left and right padding of popup mini keyboardTadashi G. Takaoka2-1/+3
This change also fix popup window display position calculation. Bug: 3029284 Change-Id: I28bf3e4deb46a428dc8422a3a165183e00608604
2010-09-23Fix ArrayIndexOutOfBoundsException in WordComposerTadashi G. Takaoka1-16/+10
Bug: 3028277 Change-Id: I1c4d8dca4db8a70f851589d1fbd45a16ea1bfc1b
2010-09-23Use SystemClock.uptimeMillis() for event timeTadashi G. Takaoka1-1/+2
Change-Id: If20f289992f829ae3a0a2a1eb60a4fc9b35c308a
2010-09-23Disable invoking VoiceIME using swipe right actionTadashi G. Takaoka1-31/+11
Bug: 3028268 Change-Id: I4bcf35051d5e82b60bb6a346a80ad6c3c03c31cb
2010-09-22Use constant for keycode.Tadashi G. Takaoka1-2/+2
This is follow up change of Idb3adcb6fac1a23836510912d35312fa11b4f259 Change-Id: I130e381b0d5ac01176a746a4a915e2fc9d54587b
2010-09-22Choose smaller or shorter language name for space barTadashi G. Takaoka2-86/+126
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
2010-09-22Remove unnecessary assets for LatinIME in GingerBreadsatok14-0/+0
Change-Id: I6f690f261cdcad9aaf1dd4b0a13a7a9102b3dded
2010-09-22Fix issue space key preview remains on screen and would not dismissTadashi G. Takaoka5-30/+48
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
2010-09-22Add lightweight visual indication for numbers.Ken Wakasa23-13/+97
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
2010-09-21Draw language label on space key of symbol+alt modeTadashi G. Takaoka1-14/+8
Bug: 3003888 Change-Id: I0bafcd13f3e5e5c69c65ed72580d108f2745e004
2010-09-21Fix mini keyboard display position when preview is disabledTadashi G. Takaoka1-1/+1
Bug: 3021082 Change-Id: I2cfb462c89b222449ee2ba5559462a9f5d2306ed
2010-09-21Space key will no longer auto-repeatTadashi G. Takaoka27-386/+192
Bug: 3014225 Change-Id: I94d4904726985d5e17b665d4042c873ea07221f1
2010-09-21Shorten popup preview residual time (100ms)Tadashi G. Takaoka1-1/+1
The residual time was formerly 150ms by Ia63662a549481d18046a46ef8292c0a4438b5588, and originally was 70ms. Bug: 3004787 Change-Id: If60a74c51e9a68f008711cca2423094e8204755f
2010-09-18Align key preview and mini-keyboard positionsTadashi G. Takaoka2-5/+23
Bug: 3004793 Change-Id: I1839e6ff3c8c66a576bfb3db9391c146ed225451
2010-09-18Longer popup preview residual time (150ms)Tadashi G. Takaoka1-1/+1
Bug: 3004787 Change-Id: Ia63662a549481d18046a46ef8292c0a4438b5588
2010-09-17Update mdpi assetssatok3-0/+0
bug: 2973737 Change-Id: I2efc96886a3f5656ca3d9e799a4052f044e61e70
2010-09-17DO NOT MERGE. Get rid of the user feedback preference from Gingerbread.Ken Wakasa1-2/+2
Change-Id: I2f0dc3b0cba78c85249cb6cecc9b5c588de4f26b
2010-09-17Use the phone keyboard for NUMBER and DATETIME until we get a dedicated ↵Ken Wakasa1-3/+4
number entry keypad. bug: 2992459 Change-Id: Ie597a68aa394c48e08a5d3fda19a0b613795b47b
2010-09-17Default puctuation suggestions have same colorTadashi G. Takaoka1-1/+3
Bug: 3000978 Change-Id: Iedb3d4619ada8bd3ccc301ca2a8fb16fba6580c0
2010-09-16Increase gradient of suggestion barKen Wakasa4-1/+4
bug: 3001007 Change-Id: I0f05d62b2a6848f37975b7a15b3ba14a90776d24
2010-09-16Cleanup keyboard layout filesTadashi G. Takaoka11-600/+1016
Change-Id: I095c1294b9e826b503ff741eeff9dc93ad39f060
2010-09-16Change suggestion & bold colorsKen Wakasa1-2/+2
bug: 3004846 Change-Id: Id6878ea0a5b1f67af68b4690fdc1527513c999ab
2010-09-16Move comma as default position of mini keyboardTadashi G. Takaoka1-2/+2
Bug: 3000978 Change-Id: I0369b3dc6ae58b77e7af112e446ae8189f5bbfc9
2010-09-16Add a new preference item to show/hide the settings key.Ken Wakasa30-509/+3473
bug: 2998722 Change-Id: Iac1641c338388fd8f85e0cf47e31afdaeb34c0c0
2010-09-15Fix : Bouncing Extract Text when correcting multiple lines of text.Amith Yamasani1-2/+33
Bug: 2996887 Override the methods in InputMethodService that hide the candidates view, since it was just an optimization to show more lines of text when editing, which conflicts with the re-correct feature. Change-Id: Ibfed5ccd9efa048d0b69297a5cf8a638a0d00c72
2010-09-15Fix bug that upper case mini-keyboard does not workTadashi G. Takaoka1-5/+5
This issue is introduced by I1932b0a382e172cb77b9e098ae182049c834dfe0 Bug: 2993769 Change-Id: I344d21e046b58b3bb9831605a7425a94c97d8492
2010-09-15All keys should be processed before processing modifier keyTadashi G. Takaoka2-8/+40
Bug: 2987077 Change-Id: I971c44be121d8780ec27aa1649fd0925e249fbbc
2010-09-14Handling multi-character uppercase key inputTadashi G. Takaoka1-3/+10
Change-Id: Ie0820a2627e18109036d5f6f286d5a366c9b9f87
2010-09-14Add keyHysteresisDistance xml attributeTadashi G. Takaoka8-27/+89
This change also introduces MiniKeyboardKeyDetector and mini_keyboad_slide_allowance parameter to tune the key detection behavior. Bug: 2993769 Change-Id: I1932b0a382e172cb77b9e098ae182049c834dfe0
2010-09-14Get rid of execution bitKen Wakasa8-0/+0
Change-Id: I25b530c2ab50c045da321e00d905cbec19188ea3
2010-09-13Rename keyboard_popup_keyboard.xml keyboard_key_preview.xmlsatok12-4/+2
Change-Id: I7c98a91c77f5ef46ee0b15783242024c0bd10503
2010-09-13Remove unused popup layoutsatok3-42/+2
Change-Id: I7009ec8cdb7977236d57b03c8603d0476186d885
2010-09-13Fix the gap of popupsatok1-1/+1
Change-Id: I8b727fce857c1f943bd6f1eff6fa5d9b3c158a60
2010-09-13Add mdpi assets and fix modesatok56-0/+0
Bug: 2973737 Change-Id: I3eb0bc2fb7701315dd9b646a2f204884134c54de
2010-09-13Add popup layout for theme of gingerbreadsatok3-1/+23
Change-Id: I464dc6cef4ca8cfd3c2fdb2fe99b2dc7d4e7988d
2010-09-13More commit -> apply changes with SharedPreferencesCompat.Ken Wakasa5-7/+61
The newly added SharedPreferencesCompat adapter class does apply() when available (Gingerbread+), else do commit(). This change incorporates I4eca20fb and I39f6aa04. bug: 2983837 Change-Id: Iec4e8b69840ad71dbbd6098eeba349934d8248ff
2010-09-12Fix a bug in y-axis offset for sliding finger key detection for mini popup ↵Ken Wakasa3-3/+16
keyboard. Also, tentatively added key detection allowance for below of the keys in mini popup keyboard. bug: 2979407 Change-Id: I84794969facd929c84df23e0120d46dff71c6efb
2010-09-12Mini popup keyboard adjustment: Have the leftmost number right above the key.Ken Wakasa1-13/+35
Also fixed an issue when the mini popup keyboard hits the right edge of the view. A few code cleanups as well. bug: 2980864 Change-Id: I95f8392521e57560907d54b662e3483ebaf6f7ce
2010-09-10Rename altchars.xml to keep translation imports from altering it.Eric Fischer23-0/+0
It looks like these files are now being maintained in the source tree instead of by the translators, so add a "donottranslate" prefix so that reimporting translations will not overwrite the changes. Change-Id: I471744ef7d5786ddb705cbda494bb1fbced3028b
2010-09-11Update working.pngsatok1-0/+0
Change-Id: I62f80b2d6e85ffa7bbf92992fe6942690163ef17
2010-09-10Add Hawaiian, Maori, and other Polynesian macronTadashi G. Takaoka1-9/+5
Bug: 2862018 Change-Id: I32e1d2472abcc00f4d89a737593f7d0edcb49294
2010-09-10Update assets for LatinIMEsatok21-0/+0
Change-Id: I75b28bbc17339d2ffc9c61521c9b1f0d90c34b77
2010-09-10Code cleanupKen Wakasa1-25/+16
Change-Id: I333693ab8e4088180cc25768d874ad7320d9da8b
2010-09-09Symbol key acts as modifier keyTadashi G. Takaoka3-25/+38
On a device that has distinct multi-touch panel, pressing '123?' key will change keyboard layout to symbol mode. While pressing '123?' key, you can press other symbol key to input. Then releasing '123?' key will change keyboard layout back to alphabet mode. Bug: 2973383 Change-Id: I3b069fb19141820def8060db4766a08c7c0a6ff0
2010-09-09Keep Keyboard in cache through SoftReferenceTadashi G. Takaoka1-16/+21
This change also adds final to attributes Change-Id: Ie2b9a1b1f83606b24ad4e35ad72a28d55ed0423e
2010-09-09Avoid a disk write on UI threadKen Wakasa1-1/+1
bug: 2983837 Change-Id: I4eca20fb4defcf149788032a98fe5894b57e1e19