Skip to content
Snippets Groups Projects
  1. May 31, 2011
  2. May 30, 2011
    • Tadashi G. Takaoka's avatar
      Fix web input type judgment · c25e07d2
      Tadashi G. Takaoka authored
      Bug: 4490948
      Change-Id: I71efb8f5784970f1d2a94da1d2eb852f7f11885f
      c25e07d2
    • Jean Chalard's avatar
      Enable choosing a bigram prediction several times in a row. · 41ec3ec2
      Jean Chalard authored
      This change fixes a bug that prevented to choose a prediction
      several times in a row because the predictions would be replaced
      right away by punctuations.
      Please note several things about this change:
      - Recorrection is pretty much in the middle of being refactored.
        This change has no effect on recorrection itself, but may make
        existing strange behavior more obvious when moving the cursor
        for example.
      - The part of this change in Recorrection.java is not used in
        master at the moment because ongoing changes on recorrection
        result in the control never landing there, but would have been
        needed in the past and may be needed in the future.
      - This change may have adverse effects on performance which need
        to be evaluated. A comment in the code has also been written
        to this effect.
      - This does not fix bug 4466199, only addresses a pinpoint case
        of it to help evaluating the bigram predictions feature.
      
      Bug: 4466199
      Change-Id: I7219e5aeb74dff9251d12b2a72f94448dbb3e63f
      41ec3ec2
  3. May 27, 2011
  4. May 26, 2011
  5. May 25, 2011
  6. May 24, 2011
Loading