Skip to content
Snippets Groups Projects
  1. Sep 27, 2010
  2. Sep 23, 2010
  3. Aug 24, 2010
    • satok's avatar
      Clean up LatinIME java · 525141a4
      satok authored
      - remove unused code
      - add @Override
      - change the inappropriate cast
      
      Change-Id: Ib25b4939e5b4273794ab0f6349776b5b62d89894
      525141a4
  4. Aug 20, 2010
  5. Jul 09, 2010
    • Amith Yamasani's avatar
      Fix some bugs in editing feature · b71547f2
      Amith Yamasani authored
      - Fixed caching of words - some StringBuilders were being recycled while also being cached. Making copies now.
      - Fixed regression in revert - don't reset the word composer after saving the accepted word.
      - Removed flicker when cursoring through a word - delay the abortCorrection() until we need to and do the correction
         as an atomic operation.
      - Fixed replacing of "selected" words (double-tap to select a word)
      
      Still to do:
      - Remove flicker on highlighting a word - may need a framework change
      - Don't remove spans on text that's already in the text field - may require a framework change.
      - Figure out what to do about the punctuations that share the suggestion strip when in correction mode.
      b71547f2
  6. Jun 25, 2010
  7. May 07, 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 15, 2010
  10. Mar 09, 2010
  11. Jan 24, 2010
  12. Nov 13, 2009
  13. Aug 14, 2009
    • Amith Yamasani's avatar
      Some performance optimizations. · 32638419
      Amith Yamasani authored
      Makes the user/contacts dictionary lookup faster. This is necessary because
      there's more in these dictionaries now and it's written in Java.
      
      Fix an auto-caps issue when moving the cursor. And do it a little lazily.
      
      Fixed a bug that was causing user dictionary words to get a much
      higher weightage than the main dictionary.
      32638419
    • Amith Yamasani's avatar
      Less aggressive CAPS mode prediction. · 4a7ff90d
      Amith Yamasani authored
      Don't auto-correct if the typed word has more than one uppercase letter.
      Also, delay applying shift state to the keyboard so that fast backspaces are not interrupted by the
      time taken to render the shifted/unshifted keyboard.
      Show ellipsis on the ?123 key
      4a7ff90d
  14. Mar 13, 2009
Loading