Skip to content
Snippets Groups Projects
  1. Jul 19, 2011
  2. May 20, 2011
  3. Apr 26, 2011
    • Jean Chalard's avatar
      Fix Eclipse warnings. · 0c8d5ca0
      Jean Chalard authored
      This change is only there to fix warning issued by Eclipse.
      It should have absolutely no impact on the program logic.
      
      Change-Id: Ie0e242ac6c167297d33de19902340b0f6ecae9e1
      0c8d5ca0
  4. Apr 22, 2011
  5. Apr 01, 2011
  6. Dec 10, 2010
  7. 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
  8. Aug 20, 2010
  9. Jun 25, 2010
  10. Mar 09, 2010
  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