Skip to content
Snippets Groups Projects
  1. Jan 24, 2011
  2. Jan 18, 2011
    • Luca Zanolin's avatar
      Change the UI of Voice IME to be more like Voice Search. · bbd651a0
      Luca Zanolin authored
      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
      bbd651a0
  3. Jan 17, 2011
  4. Dec 02, 2010
  5. Nov 29, 2010
  6. Apr 12, 2010
    • Valentin Kravtsov's avatar
      Fix for: For Voice IME busy circle displayed below waveform · f9d0f3a8
      Valentin Kravtsov authored
      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
      f9d0f3a8
  7. Mar 09, 2010
  8. Feb 11, 2010
  9. Feb 10, 2010
  10. Jan 28, 2010
    • Doug Zongker's avatar
      remove references to Gservices from LatinIME · a16ff1b1
      Doug Zongker authored
      Open-sourced platform code shouldn't refer to Gservices.  Use the
      platform-standard Secure settings table instead (which we can still
      push values into from the servers on google-experience devices, like
      gservices), but can be populated by other mechanisms for non-ged
      phones.
      
      Change-Id: Id0b5830bfc78c1d10dc732dce46546cd09cd1422
      a16ff1b1
  11. Jan 17, 2010
    • Mike LeBeau's avatar
      Migrate voice features into the open-source LatinIME. This includes · 466741d8
      Mike LeBeau authored
      the change to logging to remove any private dependencies and use
      broadcast intents to VoiceSearch instead.
      
      I have audited this code and it appears good to go for open-source,
      but would appreciate a second pair of eyes.
      
      Still to do after submitting this CL:
      
      * Reintroduce Amith's memory leak fix (37557) which was the only CL
        added to LatinIME since the last merge over to the private copy.
      * Make some changes to allow LatinIME to work without voice search
        installed. Currently I believe it will show the mic but fail if
        you press it. We need to base the visibility on the mic on the
        availability of the service.
      * Fix this code to use the new Gservices framework, it's still trying
        to use the old one.
      466741d8
Loading