Skip to content
Snippets Groups Projects
  1. Mar 15, 2012
  2. Mar 14, 2012
  3. Mar 13, 2012
  4. Mar 12, 2012
  5. Mar 08, 2012
  6. Mar 07, 2012
  7. 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
  8. Feb 22, 2012
  9. Feb 17, 2012
  10. 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
  11. 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
  12. Feb 02, 2012
  13. 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
  14. 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
  15. Jan 16, 2012
  16. Jan 12, 2012
    • Jean Chalard's avatar
      Add a sanity check · 852630ba
      Jean Chalard authored
      Check if any character is both a magic space swapper and
      a magic space stripper for the current language, and throw
      an exception if found. Since this is expensive, it's done
      only in debug mode.
      
      Change-Id: Ibd166db87c91495b76878ea0e4f420a62c7bb276
      852630ba
  17. Dec 15, 2011
  18. Dec 12, 2011
  19. Dec 09, 2011
Loading