Skip to content
Snippets Groups Projects
  1. Feb 08, 2012
  2. Jan 30, 2012
  3. 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
  4. Dec 17, 2011
  5. Sep 26, 2011
  6. Sep 16, 2011
  7. Sep 12, 2011
  8. Sep 05, 2011
  9. Sep 02, 2011
  10. Sep 01, 2011
  11. Aug 31, 2011
  12. Aug 24, 2011
  13. Aug 15, 2011
  14. Aug 03, 2011
  15. Jul 26, 2011
    • Jean Chalard's avatar
      Purge quick fixes option. · f50aa193
      Jean Chalard authored
      This change removes everything related to the quick fixes
      Latin IME option item.
      Note that Autotext is still used if the current subtype language
      is the same as the system language.
      
      Bug: 4985058
      Change-Id: I51728a2190543ffb9e004470674ef6257b14f6c2
      f50aa193
  16. Jul 20, 2011
  17. Jul 18, 2011
  18. Jul 13, 2011
  19. Jul 08, 2011
  20. Jul 04, 2011
  21. Jul 01, 2011
  22. Jun 29, 2011
    • Tadashi G. Takaoka's avatar
      Cleanup key drawing code · d773bf38
      Tadashi G. Takaoka authored
      This change also modifies 9-patch drawables to fix the following
      issues.  In order to draw key background drawable just on the
      coordinates we want, we have to know where an actual "visible" part is
      in the drawable.  The only clue we can use is "padding" of the
      drawable.  To achieve this, the 9-patch drawable must have its
      "visible" part marked as "content".  Please refer the Bug: 4948171 for
      more detailed explanation.
      
      This change also reverts the following "black" drawables back from
      Gingerbread because recent change broke these (I70019a91).
        * drawable-hdpi/sym_bkeyboard_*.png
        * drawable-hdpi/btn_keyboard_key_*_stone.9.png
      
      Bug: 4948171
      Change-Id: I6e4d03b3144caa95c793aac97af22df34c5f454f
      d773bf38
  23. Jun 27, 2011
    • Tadashi G. Takaoka's avatar
      Draw phone/number keyboard layout witout icon · 520a297a
      Tadashi G. Takaoka authored
      This change introduces:
      
      * New KeyboardView attribute
        * keyLargeLetterRatio to specify large letter text size.
        * keyHintLabelRatio to specify hint label text size.
        * keyHintLabelColor to specify hint label text color.
        * keyPreviewTextRatio to specify key preview text size.
      * New Key.keyLabelOption flags
        * alignLeftOfCenter, align the key label slightly left of the key center.
        * largeLetter, use keyLargeLetterRatio to draw key letter.
        * hasHintLabel, draw keyHintLabel at the right of key letter.
        * followKeyHintLabelRatio, draw the key label following keyHintLabelRatio size.
      * Renames
        * Key.keyHintLetter to keyHintLabel.
        * Key.keylLabelOption fontFixedWidth to fontMonoSpace.
        * Key.keylLabelOption popupHint to hasPopupHint.
      * Removes
        * number icon releted attributes and declarations.
      
      Change-Id: I2f456737e3a46209e5f48b5155951b2b21a33859
      520a297a
  24. Jun 23, 2011
    • Tadashi G. Takaoka's avatar
      Fix popup key preview on 7/11 inch tablet · 703e7252
      Tadashi G. Takaoka authored
      Change-Id: I42b4c0c7a554089baa778205da0627daaff667c6
      703e7252
    • Tadashi G. Takaoka's avatar
      New IceCreamSandwich assets and theme · 9116bf18
      Tadashi G. Takaoka authored
      This change instroduces new IceCreamSandwich assets and renames
      Honeycomb theme to IceCreamSandwich.  Though checked only on
      hdpi-phone and mdpi-10"-tablet.
      
      File another bug (Bug: 4852048) to fine tune keyboard layout for all
      possible combination of devices and themes.
      
      Bug: 4436327
      Change-Id: I4f8dc1dd6b798a39204702bbcbebf17a199dc82f
      9116bf18
  25. Jun 17, 2011
  26. Jun 16, 2011
    • Tadashi G. Takaoka's avatar
      Add Key.keyHintLabel and remove Key.keyHintIcon · 9d9522ab
      Tadashi G. Takaoka authored
      This change also removes manualTemporaryUpperCaseCode and
      manualTemporaryUpperCaseHintIcon.  Instead of these keyLabelOption now
      has hasUppercaseLetter flag value.
      
      Bug: 4436327
      Change-Id: I88fdac1e888a7123735296f5ef45f5fdd565cd2e
      9d9522ab
  27. Jun 15, 2011
  28. Jun 03, 2011
    • Tadashi G. Takaoka's avatar
      Keep tablet keyboard in sync with Honeycomb-MR2 · abd7392d
      Tadashi G. Takaoka authored
      This change removes Russian keyboard layout exceptions and make it
      compatible with other Latin's.
      
      Also tweaks some locales' keyboard layout to match with standard PC's
      keyboard layout at most.
      
      Change-Id: I305201fb850b4f94ae7e746ab4c039473d09da70
      abd7392d
  29. Jun 01, 2011
  30. May 27, 2011
  31. May 23, 2011
Loading