Skip to content
Snippets Groups Projects
  1. Apr 19, 2012
  2. Apr 18, 2012
  3. Apr 13, 2012
  4. Apr 11, 2012
  5. Apr 05, 2012
  6. Apr 03, 2012
  7. Apr 02, 2012
  8. Mar 30, 2012
  9. Mar 21, 2012
  10. Mar 19, 2012
  11. Mar 16, 2012
  12. Mar 15, 2012
  13. Mar 14, 2012
  14. Mar 13, 2012
  15. Mar 12, 2012
  16. Mar 08, 2012
  17. Mar 07, 2012
  18. Mar 06, 2012
    • Jean Chalard's avatar
      Correct special space handling of punctuation · 00ed3be9
      Jean Chalard authored
      This fixes two defects:
      - One where some separators should promote a phantom space to
      a real space. This bug had a unit test but wasn't tracked.
      - One where French punctuations would behave incorrectly. Tracked
      Bug: 6113693
      
      Change-Id: Ia7f86fc960e00141757632ab2c9bce9168dd6966
      00ed3be9
  19. Feb 22, 2012
  20. Feb 17, 2012
  21. Feb 09, 2012
    • Jean Chalard's avatar
      Some more simplification · 6a800b25
      Jean Chalard authored
      Remove useless method calls, and ultimately remove useless
      method.
      
      Change-Id: I3f353b1b37460d5e9ceae5cb5dde3fff0da81c21
      6a800b25
  22. Feb 03, 2012
    • Jean Chalard's avatar
      Fix string iterations in a couple places. · 9242a2bc
      Jean Chalard authored
      Seems I didn't get how to iterate on a String correctly >.>
      Talk about a big bug. Anyway, I think it's working now.
      
      Bug: 5955228
      Change-Id: I988c900cf2a16c44b9505cfd4f77c7cda7e592f0
      9242a2bc
  23. Feb 02, 2012
  24. Feb 01, 2012
    • Tadashi G. Takaoka's avatar
      Use MoreKeySpecParser to parse puctuations strip resources · ff858c7f
      Tadashi G. Takaoka authored
      This change also
        * Doesn't use Key.getRtlParenthesisCode to get correct parentheses
          code in RTL context. Intead uses the outputText feature of
          moreKeys specification.
        * Move CVS string parser from KeyStyles to Utils.
      
      Bug: 5948247
      Change-Id: I45752c7d01b4f7d3f3da900b110a2185b336a1f0
      ff858c7f
  25. Jan 26, 2012
    • Tadashi G. Takaoka's avatar
      Get rid of Resource reference from KeyboardView, LatinKeyboardView and PointerTracker · 160f0121
      Tadashi G. Takaoka authored
      This change introduces the following attributes.
       * KeyboardView
         - keyPreviewLingerTimeout
       * LatinKeboardView
         - keyHysteresisDistance
         - touchNoiseThresholdTime
         - touchNoiseThresholdDistance
         - slidingKeyInputEnable
         - keyRepeatStartTimeout
         - keyRepeatInterval
         - longPressKeyTimeout
         - longPressShiftKeyTimeout
         - longPressSpaceKeyTimeout
         - ignoreSpecialKeyTimeout
         - showMiniKeyboardAtTouchedPoint
      
      Change-Id: I25159a87289b12447e20031add173523070e9b03
      160f0121
Loading