Skip to content
Snippets Groups Projects
  1. Jan 17, 2024
  2. Jul 06, 2023
  3. Jul 30, 2014
    • Jean Chalard's avatar
      [SD12] Add the last remaining scripts · 3a729d4e
      Jean Chalard authored
      Add scripts for Bengali, Devanagari, Kannada, Malayalam,
      and Tamil.
      Also include a very minor fix for Arabic.
      
      This concludes work on:
      Bug: 15840116
      
      Change-Id: Iade313fc70030a67c68d424d8cb0cac245b883d1
      3a729d4e
  4. Jul 04, 2014
  5. May 01, 2014
  6. Apr 03, 2014
  7. Sep 04, 2013
  8. Aug 23, 2013
  9. Nov 06, 2012
  10. Apr 05, 2012
  11. Mar 30, 2012
  12. Mar 29, 2012
  13. Feb 01, 2012
    • Tadashi G. Takaoka's avatar
      Move long press shift handling from PointerTracker to KeyboardState · a5c96f37
      Tadashi G. Takaoka authored
      This change also
        * Rename phone shift keyboard to phone symbols keyboard.
          Use CODE_SWITCH_ALPHA_SYMBOL code to switch between phone and phone symbols keyboard.
        * Remove phone symbols keyboard from tablet.
        * Introduces enableLongPress flag of Key.keyActionFlags attribute.
        * Remove clumsy long press code from PointerTracker.
        * Remove CODE_CAPSLOCK handling from LatinIME.
        * Make KeyboardSwitcher to invoke haptic and audio feedback.
      
      Change-Id: I00e1f697a10ab5112aec75e36853b96246ff5054
      a5c96f37
  14. Jan 25, 2012
  15. Jan 24, 2012
  16. Jan 19, 2012
  17. Dec 16, 2011
  18. Dec 14, 2011
    • Tadashi G. Takaoka's avatar
      Utilize KeyboardSet XML definitions · f86109ca
      Tadashi G. Takaoka authored
      This change introduces KeyboardSet and SubKeyboard XML definitions to
      represent a set of keyboard layouts.
      
      Bug: 5002108
      Bug: 5679585
      Change-Id: Ib6c8d5936187381bb6725c9fe574e93871c01a86
      f86109ca
  19. Jul 26, 2011
  20. Jun 17, 2011
  21. 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
  22. May 12, 2011
  23. Apr 21, 2011
  24. Mar 24, 2011
    • Jean Chalard's avatar
      Add comments and basic reformatting for new files. · 9107d982
      Jean Chalard authored
      Ic4df2a9a introduced new keyboard layouts for Hebrew and Arabic.
      This change adds a comment to them alongside with trailing
      whitespace suppression.
      
      This change explicitly limits its scope to files introduced by
      Ic4df2a9a. It replaces I48927626 which has been deemed too reckless.
      
      Change-Id: Id6b0e47f0623ead0b4e42e57dae359231a2b97fc
      9107d982
    • Jean Chalard's avatar
      Add a first version of Hebrew and Arabic keyboard. · e50add1f
      Jean Chalard authored
      The Arabic keyboard is more or less based on PC keyboard and other
      sources. It has no means to input diacritics at the moment.
      Some data for the Hebrew keyboard was already there, but not used.
      This change splits phone and tablet layout and consolidates the
      tablet one to something that seems sensible. It can't input diacritics
      either at the moment.
      
      Other shortcomings affect those keyboards. For example, normal
      Hebrew keyboards switch to capital QWERTY keyboard with shift on,
      as there are no capital Hebrew characters, but this version does not
      feature this.
      
      It should be mostly possible already to enter Arabic or Hebrew with
      these keyboards however.
      
      Change-Id: Ic4df2a9a77ffd03c4f9ee2c47e03c0f43f8e48ae
      e50add1f
  25. Jan 27, 2011
  26. Dec 17, 2010
    • Tadashi G. Takaoka's avatar
      Add popupKeyboardTemplate attribute to Keyboard · 9b6d1d52
      Tadashi G. Takaoka authored
      This change
      - introduces the popupKeyboardTemplate attribute of Keyboard to
        specify XML Keyboard file for popup mini keyboard.
      - introduces the maxPopupKeyboardColumn attribute of Keyboard to
        specify the maximum column of popup mini keyboard.
      - changes the content format of the popupCharacters attribute of Key.
        It now represents keyLabel, codes and keyTextOutput of each key of
        popup mini keyboard using CSV format.
      
      Bug: 2214959
      Change-Id: I539e310f7e38a049ee193de0b4ad5d7afdce37b1
      9b6d1d52
  27. Dec 08, 2010
    • Tadashi G. Takaoka's avatar
      Support keyboardHeight and maxKeyboardHeight to Keyboard XML · 9f01ed51
      Tadashi G. Takaoka authored
      This change introduces,
      - new attribute keyboardHeight to specify default keyboard height.
      - new attribute maxKeyboardHeight to specify maximum keyboard height,
        usually specified by percentage to the screen height.
      - keyHeight attribute is obsoleted
      - new attribute rowHeight to specify a row height, can be specifed as
        percentage of the keyboard height. And verticalGap is included to
        the row height (row height = key height + vertical gap).
      
      Change-Id: I48a2f2661e8a91a998503a847437c1baf1de9b9c
      9f01ed51
  28. Dec 01, 2010
    • Tadashi G. Takaoka's avatar
      Support de,fr locale keyboard layouts for tablet · 842b3d41
      Tadashi G. Takaoka authored
      This change introduces,
      - support de QWERTZ
      - support fr AZERTY
      - support fr_CA QWERTY layout
      - support fr_CH QWERTZ layout
      - refactor some common keyboard row layouts
      
      Bug: 2334086
      Change-Id: I3e01e841e0dc72419d55e29d426bdec70655459c
      842b3d41
  29. Oct 19, 2010
  30. Oct 18, 2010
  31. Oct 17, 2010
    • Tadashi G. Takaoka's avatar
      Specify keyboard metrics with physical unit "inch" · cd7b7d3e
      Tadashi G. Takaoka authored
      Cherrypick I44f3b2eef8086d6e0b0db53d38f08487549060c6 from Gingerbread
      
      This change also introduces the key background drawables which has no
      fixed bottom padding.  Instead of relying on bottom padding in
      drawable, this change also specifies Keyboard.verticalGap with
      physical unit.  Other keyboard related length, distance and size are
      also specified by physical unit.
      
      Bug: 3066107
      Change-Id: Ib38355ebfc2f8d5b1d26c4e90eba87196fbeddfa
      cd7b7d3e
  32. Oct 15, 2010
  33. Oct 14, 2010
    • Tadashi G. Takaoka's avatar
      Specify keyboard metrics with physical unit "inch" (DO NOT MERGE) · 3d20d999
      Tadashi G. Takaoka authored
      This change also introduces the key background drawables which has no
      fixed bottom padding.  Instead of relying on bottom padding in
      drawable, this change also specifies Keyboard.verticalGap with
      physical unit.  Other keyboard related length, distance and size are
      also specified by physical unit.
      
      Bug: 3066107
      
      Change-Id: I44f3b2eef8086d6e0b0db53d38f08487549060c6
      3d20d999
  34. Oct 07, 2010
  35. Oct 05, 2010
  36. Oct 01, 2010
Loading