aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-10-11Tweak key width for 'o'-popup chars.Ken Wakasa1-6/+16
We'll merge this to master for now, but we should have new attr (such as popupCharWidth) to handle this reasonably in the newly created BaseKeyboard class. bug: 3082178 Change-Id: I024b946aafbbeb07b865a09f489dacb56f0478d0
2010-10-11Fix - "Touch again to save" not working for manually picked suggestion when ↵Ken Wakasa1-2/+5
re-correction is enabled. bug: 3082806 Change-Id: I64e652b0ad1d496e102a7cc2cf9a5615df423192
2010-10-09Make sure to set symbol keyboard shiftedTadashi G. Takaoka3-23/+27
To avoid a corner case of bug#3070963, in toggleShift() method of KeyboardSwitcher, the shifted symbol keyboard will be set if current keyboard is symbol keyboard or is not shifted symbol keyboard. This change also implements mini keyboard cache with WeakHashMap. Bug: 3070963 Change-Id: I868fc072e2f21bddded1622b800a53b9a6a43e91
2010-10-08Make keyboard vertical correction configurable (DO NOT MERGE)Tadashi G. Takaoka2-5/+12
Before this change, the verticalCorrection value was defined by "dpi" that is relative to device screen. This change defines the verticalCorrection by absolute unit "in". Bug: 3066107 Change-Id: I72c2448894a1084c582c2f1fb942b5fa8353f028
2010-10-08Reduce delay before mini popup keyboard is shownTadashi G. Takaoka4-47/+23
Before this change, the delay was 500 ms that came from ViewConfiguration.getLongPressTimeout(). This change reduces the delay to 400 ms. Bug: 3074984 Change-Id: Ia5af5e877a3c4bb29211ef4040c728ac09a9fe85
2010-10-06Import revised translations. DO NOT MERGEEric Fischer20-581/+301
Change-Id: Icf8fa9146cc4cbfb70d5069be5359d04c5ec2432
2010-10-07Additional string update for LatinIME's re-correction preference item.Ken Wakasa2-1/+2
Follow-up to I703054c9 bug: 3063598 Change-Id: Ic9d752b8588a620b3e256fe38f3a6a0c9c093053
2010-10-06Follow-up to I36faf679 Cancel pending messages related to suggestion updates.Ken Wakasa1-0/+8
bug: 3058217 Change-Id: I54e29bf051b76ad27e6d653adbf14892083ad7eb
2010-10-06Follow-up to Ia135eb92 . Shorten overflowed string.Ken Wakasa1-6/+6
bug: 3063598 Change-Id: I703054c930590ef62579183731935ec3362406cd
2010-10-06Addressed bug: 3058217 "-" key not working at beginning of lineKen Wakasa1-8/+17
Also fixed related issues below: * Punc suggestions list was sometimes not displayed after cursor move which follows re-correction * Punc suggestions list was disappearing with words which contains certain punc chars (but not word separator) such as ' and - Change-Id: I36faf679321782fa8eaf318411308a4a6b89cc25
2010-10-05Fix bug 3063598, change "tap" to "touch" thrice.Roy West1-3/+3
Change-Id: Ia135eb926a5f2896a480cd478d40925d46041d42
2010-10-01Long press mic/comma key bring mini keyboard with settingsTadashi G. Takaoka23-280/+136
Bug: 3050703 Change-Id: I090b2bfebfb48e5ec461615d4c911024ea6d130a
2010-10-01Make the background of keypopup transparentsatok1-1/+1
Change-Id: I5240ffdd8e48bcb99c2edf878d8efaba2cafeb07
2010-10-01Dismiss orange highlight after suggestion has been selectedTadashi G. Takaoka1-7/+9
Bug: 3051311 Change-Id: Ia32cd8748a0afade07a9896ad77400cf42aed0f5
2010-10-01Revert changes to keyboard_popup.xml for now.Ken Wakasa1-1/+1
This unexpectedly bloated keys in mini popup keyboard. bug: 3048638 Change-Id: I2b717c9007ce7717bac514f1d8bcae1280130cf4
2010-09-30Long pressing mic/comma key will show settings menueTadashi G. Takaoka2-10/+21
Bug: 3050703 Change-Id: I62773c10f435d13174f6ff6574912cb99303e83c
2010-09-30Fixed assetssatok2-1/+1
- Make the background of popup key a full transparent color - Updated the background mdpi asset of keyboard Bug: 2975027 Bug: 3048638 Change-Id: I8709a1ca403e5c3f862a8be9be1668d30c7687f8
2010-09-30Display feedback popup for saving word while the word is pressing.Tadashi G. Takaoka1-37/+3
Bug: 3004696 Change-Id: Icc5bdd6945f3bf79f7234a0227d8036d6f6d4c1d
2010-09-30Disable suggestion bar before invoke Voice inputTadashi G. Takaoka1-0/+3
Bug: 3002817 Change-Id: I099dd63e58d5159a609c1d934dbb6f5aab914305
2010-09-30Eliminate compiler warningTadashi G. Takaoka1-2/+1
Change-Id: Ib3effaa6f4e8cfc3951ab5d5d099335fd3856a2f
2010-09-30Disable suggestion selection preview popupTadashi G. Takaoka1-49/+56
Bug: 3048642 Bug: 3004920 Change-Id: Ibfb495a246c9e2da6ebf3c03d10ed8acff00f54b
2010-09-29Fix proguard flag file dependency.Ying Wang1-1/+1
Change-Id: I26a639aea0e0b11ba65d621696c42e861847498e
2010-09-29Check recorrection on focusing into a text field that has text already.Amith Yamasani1-0/+23
Bug: 3004827 Change-Id: I00e9d925fcf17fa9f7a9aefe6572a648e023be11
2010-09-29Refactor CandidateView touch event handlingTadashi G. Takaoka2-110/+77
This change also fixes tha the touch slop value is applyed only for initial movement of scrolling suggestion bar. Bug: 3004920 Change-Id: I62afdedc210156e41e8c84c48cade442f9d5a1aa
2010-09-29Mini keyboard works even while shift is being pressedTadashi G. Takaoka2-5/+14
Bug: 3038861 Change-Id: I94011ca80710ff6eb24e940104f7d9d3bb86840a
2010-09-29Tune mini keyboard vertical correction to match with key heightTadashi G. Takaoka3-3/+7
Bug: 3040529 Change-Id: I8e3cc635737224537a019e66c38e1e2ea7a8bb8b
2010-09-28Fixed key code and key coordinates when move debounce has been in actionTadashi G. Takaoka1-119/+129
This change refactors a key index and pointer position variables into a separate static inner class KeyState . This change also disables time debouncing. Bug: 3033737 Change-Id: Ie4fc37316c260330d8f0861e0771ea903a99cfce
2010-09-28Fix Null pointer exception on closing and update assetssatok8-3/+8
Change-Id: I30fdac74685beae06b5c61140452b26b29ae4c39
2010-09-27Trim unwanted whitespace from translations. DO NOT MERGEEric Fischer2-2/+2
Change-Id: Ie380334bc725aa55beb8ec084d1ade881a50812c
2010-09-28Capitalize the displayed text in the suggestion bar when all of the user ↵Ken Wakasa3-15/+29
typed chars are upper case bug:3014227 Change-Id: Ic453e2fde57ce51be00f3a506e1c9328103ca99a
2010-09-27Add Debug Settings Activitysatok7-52/+136
Bug:3033472 Change-Id: I311c66ac3c612a30d7da3be8ee35a352f49016ac
2010-09-24Import revised translations. DO NOT MERGEEric Fischer20-40/+380
Change-Id: I1bf6a9e39adbe7d8e938f6dd5fe12227f8da4053
2010-09-25Keep addWordToDictionary from doing disk I/O on main threadKen Wakasa1-2/+8
bug: 2999524 Change-Id: Id8b04d38079cfa1dadd5955eb7f83085e60eb8e2
2010-09-24Add enter/exit animation style to prevew and mini keyboardTadashi G. Takaoka7-13/+166
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