Skip to content
Snippets Groups Projects
  1. Jun 10, 2011
  2. Jun 09, 2011
  3. Jun 08, 2011
  4. Jun 07, 2011
  5. Jun 06, 2011
  6. Jun 03, 2011
  7. Jun 02, 2011
  8. Jun 01, 2011
  9. May 31, 2011
    • Tadashi G. Takaoka's avatar
      Fix mini keyboard position · 528be97f
      Tadashi G. Takaoka authored
      This change adjusts popup mini keyboard X-coordinate not to be clipped
      out of the display.
      
      Bug: 4442045
      Change-Id: Ibdf4e2d0a79cddbeb89ed8ded81a2db9af9797b8
      528be97f
    • Tadashi G. Takaoka's avatar
      Adaptive keyboard width/position parser · 327763e5
      Tadashi G. Takaoka authored
      This change introduces the following features to Keyboard XML format.
      
       * "keyXPos" can specify the key X coordinate directly.
       * "keyXPos" can be negative. The X coordinate will be calcluated from
          the right edge of the keyboard toward left.
       * "keyWidth" can be zero to be filled up to the right side.
       * "keyWidth can be negative. The key will be filled up to both sides.
       * Spacer's horizontalGap is renamed as keyWidth, and can be inherited
         from key-style.
       * Spacer can have keyXPos attribute.
      
      Using these syntax, all keyboard layouts have been re-written.
      
      Cherry-Pick: I314b2e8ca2aa145ff9506cbf927140a15685af42
      Bug: 4442045
      Change-Id: I048fe5eaef020d8472ab577e9d326042bae2f3fa
      327763e5
  10. 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
  11. May 28, 2011
    • Tadashi G. Takaoka's avatar
      Adaptive keyboard width/position parser (DO NOT MERGE) · 6b38a5fd
      Tadashi G. Takaoka authored
      This change introduces the following features to Keyboard XML format.
      
       * "keyXPos" can specify the key X coordinate directly.
       * "keyXPos" can be negative. The X coordinate will be calcluated from
          the right edge of the keyboard toward left.
       * "keyWidth" can be zero to be filled up to the right side.
       * "keyWidth can be negative. The key will be filled up to both sides.
       * Spacer's horizontalGap is renamed as keyWidth, and can be inherited
         from key-style.
       * Spacer can have keyXPos attribute.
      
      Using these syntax, all keyboard layouts have been re-written.
      
      Bug: 4442045
      Change-Id: I314b2e8ca2aa145ff9506cbf927140a15685af42
      6b38a5fd
  12. May 27, 2011
  13. May 26, 2011
  14. May 25, 2011
  15. May 24, 2011
  16. May 23, 2011
Loading