Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2010-10-06 | Follow-up to I36faf679 Cancel pending messages related to suggestion updates.•••bug: 3058217 Change-Id: I54e29bf051b76ad27e6d653adbf14892083ad7eb | 1 | -0/+8 | |
2010-10-06 | Follow-up to Ia135eb92 . Shorten overflowed string.•••bug: 3063598 Change-Id: I703054c930590ef62579183731935ec3362406cd | 1 | -6/+6 | |
2010-10-06 | Addressed bug: 3058217 "-" key not working at beginning of line•••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 | 1 | -8/+17 | |
2010-10-05 | Fix bug 3063598, change "tap" to "touch" thrice.•••Change-Id: Ia135eb926a5f2896a480cd478d40925d46041d42 | 1 | -3/+3 | |
2010-10-01 | Long press mic/comma key bring mini keyboard with settings•••Bug: 3050703 Change-Id: I090b2bfebfb48e5ec461615d4c911024ea6d130a | 23 | -280/+136 | |
2010-10-01 | Make the background of keypopup transparent•••Change-Id: I5240ffdd8e48bcb99c2edf878d8efaba2cafeb07 | 1 | -1/+1 | |
2010-10-01 | Dismiss orange highlight after suggestion has been selected•••Bug: 3051311 Change-Id: Ia32cd8748a0afade07a9896ad77400cf42aed0f5 | 1 | -7/+9 | |
2010-10-01 | Revert changes to keyboard_popup.xml for now.•••This unexpectedly bloated keys in mini popup keyboard. bug: 3048638 Change-Id: I2b717c9007ce7717bac514f1d8bcae1280130cf4 | 1 | -1/+1 | |
2010-09-30 | Long pressing mic/comma key will show settings menue•••Bug: 3050703 Change-Id: I62773c10f435d13174f6ff6574912cb99303e83c | 2 | -10/+21 | |
2010-09-30 | Fixed assets•••- Make the background of popup key a full transparent color - Updated the background mdpi asset of keyboard Bug: 2975027 Bug: 3048638 Change-Id: I8709a1ca403e5c3f862a8be9be1668d30c7687f8 | 2 | -1/+1 | |
2010-09-30 | Display feedback popup for saving word while the word is pressing.•••Bug: 3004696 Change-Id: Icc5bdd6945f3bf79f7234a0227d8036d6f6d4c1d | 1 | -37/+3 | |
2010-09-30 | Disable suggestion bar before invoke Voice input•••Bug: 3002817 Change-Id: I099dd63e58d5159a609c1d934dbb6f5aab914305 | 1 | -0/+3 | |
2010-09-30 | Eliminate compiler warning•••Change-Id: Ib3effaa6f4e8cfc3951ab5d5d099335fd3856a2f | 1 | -2/+1 | |
2010-09-30 | Disable suggestion selection preview popup•••Bug: 3048642 Bug: 3004920 Change-Id: Ibfb495a246c9e2da6ebf3c03d10ed8acff00f54b | 1 | -49/+56 | |
2010-09-29 | Fix proguard flag file dependency.•••Change-Id: I26a639aea0e0b11ba65d621696c42e861847498e | 1 | -1/+1 | |
2010-09-29 | Check recorrection on focusing into a text field that has text already.•••Bug: 3004827 Change-Id: I00e9d925fcf17fa9f7a9aefe6572a648e023be11 | 1 | -0/+23 | |
2010-09-29 | Refactor CandidateView touch event handling•••This change also fixes tha the touch slop value is applyed only for initial movement of scrolling suggestion bar. Bug: 3004920 Change-Id: I62afdedc210156e41e8c84c48cade442f9d5a1aa | 2 | -110/+77 | |
2010-09-29 | Mini keyboard works even while shift is being pressed•••Bug: 3038861 Change-Id: I94011ca80710ff6eb24e940104f7d9d3bb86840a | 2 | -5/+14 | |
2010-09-29 | Tune mini keyboard vertical correction to match with key height•••Bug: 3040529 Change-Id: I8e3cc635737224537a019e66c38e1e2ea7a8bb8b | 3 | -3/+7 | |
2010-09-28 | Fixed key code and key coordinates when move debounce has been in action•••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 | 1 | -119/+129 | |
2010-09-28 | Fix Null pointer exception on closing and update assets•••Change-Id: I30fdac74685beae06b5c61140452b26b29ae4c39 | 8 | -3/+8 | |
2010-09-27 | Trim unwanted whitespace from translations. DO NOT MERGE•••Change-Id: Ie380334bc725aa55beb8ec084d1ade881a50812c | 2 | -2/+2 | |
2010-09-28 | Capitalize the displayed text in the suggestion bar when all of the user type...•••bug:3014227 Change-Id: Ic453e2fde57ce51be00f3a506e1c9328103ca99a | 3 | -15/+29 | |
2010-09-27 | Add Debug Settings Activity•••Bug:3033472 Change-Id: I311c66ac3c612a30d7da3be8ee35a352f49016ac | 7 | -52/+136 | |
2010-09-24 | Import revised translations. DO NOT MERGE•••Change-Id: I1bf6a9e39adbe7d8e938f6dd5fe12227f8da4053 | 20 | -40/+380 | |
2010-09-25 | Keep addWordToDictionary from doing disk I/O on main thread•••bug: 2999524 Change-Id: Id8b04d38079cfa1dadd5955eb7f83085e60eb8e2 | 1 | -2/+8 | |
2010-09-24 | Add enter/exit animation style to prevew and mini keyboard•••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 | 7 | -13/+166 | |
2010-09-24 | Move RingCharBuffer as a singleton in Util•••Change-Id: I08d09555a99a64038374e62019777d331c48319b | 3 | -2/+92 | |
2010-09-24 | Update mdpi visual assets of upper-right number hint•••Change-Id: I77e2b70f4ec954ea2a0822f7bdb92d8a4d405f7f | 10 | -0/+0 | |
2010-09-23 | Fixed popup mini-keyboard position•••This change reverts I28bf3e4deb46a428dc8422a3a165183e00608604 partly Bug: 3029284 Change-Id: I0701ab9dfa1cfddbecbef3d32e525c0a143fc297 | 1 | -1/+1 | |
2010-09-23 | Tune left and right padding of popup mini keyboard•••This change also fix popup window display position calculation. Bug: 3029284 Change-Id: I28bf3e4deb46a428dc8422a3a165183e00608604 | 2 | -1/+3 | |
2010-09-23 | Fix ArrayIndexOutOfBoundsException in WordComposer•••Bug: 3028277 Change-Id: I1c4d8dca4db8a70f851589d1fbd45a16ea1bfc1b | 1 | -16/+10 | |
2010-09-23 | Use SystemClock.uptimeMillis() for event time•••Change-Id: If20f289992f829ae3a0a2a1eb60a4fc9b35c308a | 1 | -1/+2 | |
2010-09-23 | Disable invoking VoiceIME using swipe right action•••Bug: 3028268 Change-Id: I4bcf35051d5e82b60bb6a346a80ad6c3c03c31cb | 1 | -31/+11 | |
2010-09-22 | Use constant for keycode.•••This is follow up change of Idb3adcb6fac1a23836510912d35312fa11b4f259 Change-Id: I130e381b0d5ac01176a746a4a915e2fc9d54587b | 1 | -2/+2 | |
2010-09-22 | 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 | 2 | -86/+126 | |
2010-09-22 | Remove unnecessary assets for LatinIME in GingerBread•••Change-Id: I6f690f261cdcad9aaf1dd4b0a13a7a9102b3dded | 14 | -0/+0 | |
2010-09-22 | 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 | 5 | -30/+48 | |
2010-09-22 | 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 | 23 | -13/+97 | |
2010-09-21 | Draw language label on space key of symbol+alt mode•••Bug: 3003888 Change-Id: I0bafcd13f3e5e5c69c65ed72580d108f2745e004 | 1 | -14/+8 | |
2010-09-21 | Fix mini keyboard display position when preview is disabled•••Bug: 3021082 Change-Id: I2cfb462c89b222449ee2ba5559462a9f5d2306ed | 1 | -1/+1 | |
2010-09-21 | Space key will no longer auto-repeat•••Bug: 3014225 Change-Id: I94d4904726985d5e17b665d4042c873ea07221f1 | 27 | -386/+192 | |
2010-09-21 | Shorten popup preview residual time (100ms)•••The residual time was formerly 150ms by Ia63662a549481d18046a46ef8292c0a4438b5588, and originally was 70ms. Bug: 3004787 Change-Id: If60a74c51e9a68f008711cca2423094e8204755f | 1 | -1/+1 | |
2010-09-18 | Align key preview and mini-keyboard positions•••Bug: 3004793 Change-Id: I1839e6ff3c8c66a576bfb3db9391c146ed225451 | 2 | -5/+23 | |
2010-09-18 | Longer popup preview residual time (150ms)•••Bug: 3004787 Change-Id: Ia63662a549481d18046a46ef8292c0a4438b5588 | 1 | -1/+1 | |
2010-09-17 | Update mdpi assets•••bug: 2973737 Change-Id: I2efc96886a3f5656ca3d9e799a4052f044e61e70 | 3 | -0/+0 | |
2010-09-17 | DO NOT MERGE. Get rid of the user feedback preference from Gingerbread.•••Change-Id: I2f0dc3b0cba78c85249cb6cecc9b5c588de4f26b | 1 | -2/+2 | |
2010-09-17 | Use the phone keyboard for NUMBER and DATETIME until we get a dedicated numbe...•••bug: 2992459 Change-Id: Ie597a68aa394c48e08a5d3fda19a0b613795b47b | 1 | -3/+4 | |
2010-09-17 | Default puctuation suggestions have same color•••Bug: 3000978 Change-Id: Iedb3d4619ada8bd3ccc301ca2a8fb16fba6580c0 | 1 | -1/+3 | |
2010-09-16 | Increase gradient of suggestion bar•••bug: 3001007 Change-Id: I0f05d62b2a6848f37975b7a15b3ba14a90776d24 | 4 | -1/+4 |