Skip to content
Snippets Groups Projects
  1. Jun 10, 2011
  2. Mar 03, 2011
  3. Feb 01, 2011
    • Jean Chalard's avatar
      Add debugging info for Latin IME. · 8553b5ec
      Jean Chalard authored
      Add frequency of candidates in the candidates view when the debug
      mode is active.
      
      Bug: 3312867
      
      Change-Id: Ie911f14ef11b2fa02af8f3a74302129f16ed0604
      8553b5ec
  4. Jan 21, 2011
  5. Jan 19, 2011
  6. Dec 21, 2010
  7. Dec 16, 2010
  8. Dec 12, 2010
  9. Dec 10, 2010
  10. Dec 09, 2010
  11. Dec 08, 2010
    • Tadashi G. Takaoka's avatar
      Tweak candidate view height and etc. · 89c58745
      Tadashi G. Takaoka authored
      Change-Id: I91963d0be122baf2274ea03b5028a66259a2cdb6
      89c58745
    • Tadashi G. Takaoka's avatar
      Implement CandidateView using HorizontalScrollView · e49bd1c4
      Tadashi G. Takaoka authored
      This change re-implements CandidateView using HorizontalScrollView and
      customized Button, so that the candidate strip can be flingable.
      
      This change also introduces the following features.
      
      - Highlighting candidate strip and space bar is configurable by
        @bool/config_candidate_highlight_enabled.
      - Candidate strip can be centered with left/right padding if
        @dimen/candidate_strip_padding size is greater than 0.
      - Candidate text size is configurable by @dimen/candidate_text_size.
      
      Bug: 1575885
      Bug: 3230726
      Change-Id: Iedf78ff31bc9f2f6291a8e8fb7faa0e6b961dd6d
      e49bd1c4
  12. Nov 29, 2010
  13. Oct 01, 2010
  14. Sep 30, 2010
  15. Sep 29, 2010
  16. Sep 17, 2010
  17. Sep 16, 2010
  18. Sep 03, 2010
  19. 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
  20. Aug 20, 2010
  21. Aug 18, 2010
  22. Aug 05, 2010
  23. Jul 17, 2010
  24. Jun 02, 2010
  25. May 12, 2010
  26. May 10, 2010
    • satok's avatar
      Cleanup unused function · 8e0575db
      satok authored
      Change-Id: I7417bcaa578ef85f0b634bcac8ddde2b0368b905
      8e0575db
    • satok's avatar
      Insert logging code · 1263d234
      satok authored
      - Add log of auto suggestion
      - Add log of cancelling auto suggestion
      - Add log of actual number of charactors
      - Add log of manually clicking suggestion
      
      Change-Id: I8fc1cef356bf1a98b0676ed171bfb17825e18425
      1263d234
  27. 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
  28. Mar 09, 2010
  29. Feb 11, 2010
  30. Feb 03, 2010
  31. 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
  32. 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
  33. 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
Loading