| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge "Always display the VoiceIME language in the Speak Now pop-up" into hon... |  Satoshi Kataoka | 2011-01-24 | 1 | -0/+16 |
|\ |
|
| * | Always display the VoiceIME language in the Speak Now pop-up•••Change-Id: I1b01458aff98447b7b3d5459b765968bed5515cb
|  Luca Zanolin | 2011-01-24 | 1 | -0/+16 |
* | | Set minimum height for RecognitionView in the case that there is no keyboard ...•••Bug: 3352322
Change-Id: I9a7b2a745b47bdc62a96a5cd2c0d8ad717e1b406
|  satok | 2011-01-24 | 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
|  Luca Zanolin | 2011-01-18 | 1 | -77/+64 |
* | Integrating updated LatinIME assets•••Change-Id: I232f874c6dd8f60bd0634111e2f7fc60b6082c14
|  Justin Ho | 2010-11-30 | 1 | -1/+1 |
* | Fix for: For Voice IME busy circle displayed below waveform•••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
|  Valentin Kravtsov | 2010-04-12 | 1 | -2/+1 |
* | Don't let the native code target be included twice when unbundling.•••Move java code to a different directory so that the unbundled
version doesn't try to compile the native code again.
Change-Id: I05cf9e643824ddc448821f69805ccb0240c5b986
|  Amith Yamasani | 2010-03-09 | 1 | -0/+99 |