Skip to content
Snippets Groups Projects
  1. Sep 17, 2010
  2. Sep 16, 2010
  3. Sep 03, 2010
  4. Sep 01, 2010
    • Amith Yamasani's avatar
      Correction improvements - use the new InputConnection APIs for underlining and · b00a1d0c
      Amith Yamasani authored
      fetching the selected text.
      
      Bug: 2950652
      
      Some refinements to correction behavior, such as retaining the tap-to-save
      when in correction mode.
      
      Use reflection to access the new InputConnection APIs with fallbacks, in case
      we run on older OS versions.
      
      Some refactoring to separate lookup for voice alternatives and typed alternatives.
      
      Change-Id: I7c4178bf7e6b47ee274c49fa7a694f8c2d50cea7
      b00a1d0c
  5. Aug 20, 2010
  6. Aug 18, 2010
  7. Aug 05, 2010
  8. Apr 05, 2010
    • Jean-Baptiste Queru's avatar
      Clarify licensing · 443c360d
      Jean-Baptiste Queru authored
      -use AOSP copyright instead of Google
      -add NOTICE and tag file
      
      Bug: 2548782
      Change-Id: If50b2e9e9cc4b4876b0d047fc9f34e2d537a6da4
      443c360d
  9. Mar 09, 2010
  10. Feb 11, 2010
  11. Feb 03, 2010
  12. 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
  13. 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
  14. 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
  15. Mar 13, 2009
Loading