Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (Refactor 1) Moved voice related codes to deprecated/voice•••Change-Id: I008ac7099c815fb74a9ab374419617b336453f97 | 2011-03-16 | 1 | -728/+0 | |
* | Fix privateImeOptions parsing•••This change deprecates "nm" private IME options and introduces new private option, <package name>.noMicrophone, instead. Change-Id: I9d5e3daaead2cdd42e017cd29f5f786ef3ba3649 | 2011-02-23 | 1 | -7/+6 | |
* | Duplicate enabled languages when there is only one enabled language•••Bug: 3415274 Change-Id: Ibc17733be888044cfa5d1787b8489e642d70d70f | 2011-02-04 | 1 | -2/+2 | |
* | Use custom dialog builder building url link clickable from service•••This change is derived from I7611ebc1 (Honeycomb). Bug: 3246715 Change-Id: I6446bd785f1bd3d7b901e86661c91ca5a823f30e | 2011-02-01 | 1 | -72/+58 | |
* | If there is no keyboard view attached, use voice input view.•••Change-Id: Ibf0945f3bd70f02fe0d09229fc899641567c0d4c | 2011-01-27 | 1 | -7/+22 | |
* | Hide recognition view when switchToLastInputMethod failed.•••Change-Id: Ie5f3d267e1042b4379b51c2dc6c8756e394cfc0f | 2011-01-25 | 1 | -2/+12 | |
* | Set minimum height for RecognitionView in the case that there is no keyboard ...•••Bug: 3352322 Change-Id: I9a7b2a745b47bdc62a96a5cd2c0d8ad717e1b406 | 2011-01-24 | 1 | -4/+9 | |
* | Dim previously suggested words•••Change-Id: Id673c03bfa22ea9ce1bedb5174d8309a37a2a460 | 2011-01-21 | 1 | -1/+1 | |
* | Change the UI of Voice IME to be more like Voice Search.•••There has been a bit of refactoring in RecognitionView in particular to fix the portrait layout. The main issues found were: - the size of the keyboard is specified in inches, and (cm)(inches + inches) != ((cm) inches) + ((cm) inches)) - the height of keyboard background is high as the landscape keyboard, but it higher than the portrait keyboard. This is not an issue on LatinKeyboard, as it overwrite the onMeasure method. However, if I use the same image background in RelativeLayout the Relative layout height is set to the height of the background, thus higher than the keyboard - the change configuration was not propageted correctly Change-Id: Id5dca425826997c573ccae7a085d5ddc9719733b | 2011-01-18 | 1 | -18/+36 | |
* | Purge keyboard only when voice input will be invoked•••This change also draws the language name in light gray on spacebar without fading out even when the keyboard locale has not been changed. Bug: 3362369 Bug: 3361915 Change-Id: I66538b03ce2e48c3441091319d0377176f8118ec | 2011-01-18 | 1 | -1/+1 | |
* | Make sure that keyboard is not displayed when voice mode•••Bug: 3352347 Change-Id: I43cf5159f8bdcf2bc2c9a48662ea44a43ad4e25d | 2011-01-17 | 1 | -50/+47 | |
* | Invoke voice recognition certainly onStartInputView•••Bug: 3352347 Change-Id: I80763c0a48ebf1ecd23549d78269421ebb40d206 | 2011-01-15 | 1 | -2/+8 | |
* | Suppress punctuation suggestions if not needed•••Bug: 3294256 Bug: 3284745 Change-Id: I77d54cbfcc2e809315bab59ecb808ae944982501 | 2010-12-22 | 1 | -1/+1 | |
* | Introduce SuggestedWords class to represent suggestions list•••Change-Id: I81677a785640d37296be8b42c7a74bd0c00edf46 | 2010-12-12 | 1 | -6/+10 | |
* | Remove Tutorial class and unused debug feature•••This change also cleanups compiler warnings. Bug: 2897373 Change-Id: If972cf45c1eb40436adbddbf71969e5409f4c9c5 | 2010-12-10 | 1 | -12/+12 | |
* | Refactor LatinKeyboard and LatinKey•••This change also moves KeyboardSwitcher and related classes to com.android.inputmethod.keyboard package. Multi project change with Ib23017b2 Change-Id: Id7d54b24615fe22ebb540ca847549909e346ee24 | 2010-12-02 | 1 | -1/+1 | |
* | 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 | 2010-12-02 | 1 | -1/+2 | |
* | Update the voice input warning dialog message string.•••Updated the relevant settings menu as well. bug: 3194809 Change-Id: Ibcd00fcf32f82b7733da155ef6e15e389d53c645 | 2010-12-01 | 1 | -8/+96 | |
* | Cleanup unused Java import•••This change also fixes wrong file mode. Change-Id: Ifcf4c9444ddcdc62d2e4b394891d6eee135c1e8f | 2010-11-29 | 1 | -1/+1 | |
* | Preload SharedPreferences at start.•••bug: 3207554 Change-Id: I84072461aee9675cc67897de03f89e9c0036bc1f | 2010-11-26 | 1 | -5/+4 | |
* | Fix a bug at showing warning dialog at the first time when IME is trigerred i...•••bug: 3226268 Change-Id: Ife7c752ad309ef796d9b7cc32517f00c2bb2af34 | 2010-11-24 | 1 | -5/+46 | |
* | Enabled to change the current subtype to voice input subtypes•••bug: 3201828 Change-Id: I4450cbc8ba8829060d702564889c735f1326cf23 | 2010-11-23 | 1 | -4/+26 | |
* | Refactor to move voice functionarities in LatinIME to VoiceIMEConnector•••Change-Id: I593a8187d48338c9c0e7d75c73c2dbfc32400335 | 2010-11-23 | 1 | -0/+537 |