Skip to content
Snippets Groups Projects
  1. May 17, 2012
  2. May 10, 2012
  3. Apr 22, 2012
  4. Mar 31, 2012
  5. Jan 17, 2012
    • Jean Chalard's avatar
      Small cleanup · a8ba49c2
      Jean Chalard authored
      The method deleteWordAtCursor would call finishComposingText,
      which is a very unexpected state change and would probably cause
      surprising bugs to any parent that would call it.
      As it happens, it's not used anywhere any more so let's just
      remove it.
      
      Change-Id: Iaa9200866e40b4e914f76baa987279948300679c
      a8ba49c2
  6. Jul 19, 2011
  7. May 20, 2011
  8. 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
  9. Apr 22, 2011
  10. Apr 01, 2011
  11. Dec 10, 2010
  12. 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
  13. Aug 20, 2010
  14. Jun 25, 2010
  15. Mar 09, 2010
  16. 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