aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/voice/RecognitionView.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (Refactor 1) Moved voice related codes to deprecated/voicesatok2011-03-161-355/+0
| | | | Change-Id: I008ac7099c815fb74a9ab374419617b336453f97
* Always display the VoiceIME language in the Speak Now pop-upLuca Zanolin2011-01-241-4/+23
| | | | Change-Id: I1b01458aff98447b7b3d5459b765968bed5515cb
* Change the UI of Voice IME to be more like Voice Search.Luca Zanolin2011-01-181-107/+114
| | | | | | | | | | | | | | | | | | 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
* Make sure that keyboard is not displayed when voice modeTadashi G. Takaoka2011-01-171-3/+1
| | | | | | Bug: 3352347 Change-Id: I43cf5159f8bdcf2bc2c9a48662ea44a43ad4e25d
* Move some inner static class to top class in new packageTadashi G. Takaoka2010-12-021-0/+8
| | | | | | | | | 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
* Cleanup unused Java importTadashi G. Takaoka2010-11-291-7/+7
| | | | | | This change also fixes wrong file mode. Change-Id: Ifcf4c9444ddcdc62d2e4b394891d6eee135c1e8f
* Fix for: For Voice IME busy circle displayed below waveformValentin Kravtsov2010-04-121-4/+3
| | | | | | | | | | | | | | | | | | | | | | | bugfix for: http://b/issue?id=2568048 [Sapphire] ]For Voice IME busy circle displayed below waveform. STEPS TO REPRODUCE: 1. launch Calendar . -> Select menu -> New Event. 2. Switch soft keyboard to Number view. 3. Tap on mic symbol of to speak 4. Speak any word to enter in Text field . 5. Verify busy icon ( circular icon ) displayed in "working " screen. EXPECTED RESULTS: Busy circle should be displayed in center of waveform OBSERVED RESULTS: Busy circle displayed below waveform ADDITIONAL INFORMATION: Spoken word is enetering in text field correctly. Change-Id: I043ce6a985f526cade0e9f63525619a92d918485
* Don't let the native code target be included twice when unbundling.Amith Yamasani2010-03-091-0/+324
Move java code to a different directory so that the unbundled version doesn't try to compile the native code again. Change-Id: I05cf9e643824ddc448821f69805ccb0240c5b986