Skip to content
Snippets Groups Projects
  1. Mar 09, 2010
  2. Feb 11, 2010
  3. Feb 03, 2010
  4. Jan 28, 2010
    • Amith Yamasani's avatar
      Unbundling phase 1. · 7a722cbf
      Amith Yamasani authored
      Removed dependency on mScrollX which is a hidden field.
      Added some required static libraries.
      
      TODO: When BackupManager is ready, make sure we don't use any private
      APIs from there.
      7a722cbf
  5. 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
  6. Mar 31, 2009
    • Amith Yamasani's avatar
      AI 143780: am: CL 143728 Fix # 1743137: Suggestion bubble doesn't go away... · 6ec55a15
      Amith Yamasani authored
      AI 143780: am: CL 143728 Fix # 1743137: Suggestion bubble doesn't go away after empty space on right end of suggestion strip is tapped.
        The empty space on right end sometimes registers as the word at the left end. Fixed this by checking for -1.
        Also fixed a bug where the strip moves in the wrong direction on drag, when it shouldn't move at all.
        Original author: yamasani
        Merged from: //branches/cupcake/...
      
      Automated import of CL 143780
      6ec55a15
    • Amith Yamasani's avatar
      AI 143728: Fix # 1743137: Suggestion bubble doesn't go away after empty space... · 16cd8892
      Amith Yamasani authored
      AI 143728: Fix # 1743137: Suggestion bubble doesn't go away after empty space on right end of suggestion strip is tapped.
        The empty space on right end sometimes registers as the word at the left end. Fixed this by checking for -1.
        Also fixed a bug where the strip moves in the wrong direction on drag, when it shouldn't move at all.
        BUG=1743137
      
      Automated import of CL 143728
      16cd8892
  7. Mar 13, 2009
Loading