Skip to content
Snippets Groups Projects
  1. 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
  2. Dec 16, 2010
  3. Dec 14, 2010
  4. Dec 13, 2010
  5. Dec 12, 2010
  6. Dec 11, 2010
  7. Dec 10, 2010
  8. Dec 09, 2010
  9. Dec 08, 2010
    • Tadashi G. Takaoka's avatar
      Tweak candidate view height and etc. · 89c58745
      Tadashi G. Takaoka authored
      Change-Id: I91963d0be122baf2274ea03b5028a66259a2cdb6
      89c58745
    • Tadashi G. Takaoka's avatar
      Fix popup mini keyboard for smiley and .com key · 4a734aa2
      Tadashi G. Takaoka authored
      Change-Id: Idd156b14a4a259bc7dcaf498fbc8a121a069cbe9
      4a734aa2
    • 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
    • satok's avatar
      Suggest excessive characters · cdbbea73
      satok authored
      bug: 3193883
      
      Change-Id: Iea7a0fce7ce62d8779a7c7e4613d50db30d82b07
      cdbbea73
    • Tadashi G. Takaoka's avatar
      Implement CandidateView using HorizontalScrollView · e49bd1c4
      Tadashi G. Takaoka authored
      This change re-implements CandidateView using HorizontalScrollView and
      customized Button, so that the candidate strip can be flingable.
      
      This change also introduces the following features.
      
      - Highlighting candidate strip and space bar is configurable by
        @bool/config_candidate_highlight_enabled.
      - Candidate strip can be centered with left/right padding if
        @dimen/candidate_strip_padding size is greater than 0.
      - Candidate text size is configurable by @dimen/candidate_text_size.
      
      Bug: 1575885
      Bug: 3230726
      Change-Id: Iedf78ff31bc9f2f6291a8e8fb7faa0e6b961dd6d
      e49bd1c4
  10. Dec 07, 2010
  11. Dec 06, 2010
Loading