Skip to content
Snippets Groups Projects
  1. Jun 27, 2011
    • Tadashi G. Takaoka's avatar
      Re-create input view after voice IME finished · 55303bc6
      Tadashi G. Takaoka authored
      Change-Id: Ia389eb43ac7ffec229bfd8b0fe56ce8271cb1d39
      55303bc6
    • Tadashi G. Takaoka's avatar
      Fix NPE · 7e9615f2
      Tadashi G. Takaoka authored
      Change-Id: Ia2c7d9e9298330ae991956fca64b225adaeff898
      7e9615f2
    • Tadashi G. Takaoka's avatar
      Remove reference to system theme · 8aee7592
      Tadashi G. Takaoka authored
      This change also introduces
       * Background for space key preview
       * Tune stone theme
      
      Change-Id: I84fca0baf2392582da870d2ff77b3e99c28faf7b
      8aee7592
    • Tadashi G. Takaoka's avatar
      Fix NPE · 281e180c
      Tadashi G. Takaoka authored
      Change-Id: Ie4b8b657fc6cc5a819d4ea3a0ca4536e6fdf6825
      281e180c
    • Tadashi G. Takaoka's avatar
      Show long suggestion in condensed and ellipsized text · b4731986
      Tadashi G. Takaoka authored
      Bug: 4903845
      Change-Id: I75d58fb55f81594ebb2628ea21d00c2eb59fa70e
      b4731986
    • 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
    • Tadashi G. Takaoka's avatar
      Use dedicated layout for "touch to save word" feature · 717a8f50
      Tadashi G. Takaoka authored
      Change-Id: Ie8c948476740a645d8b2d9a9d821236941d27adf
      717a8f50
  2. Jun 25, 2011
  3. Jun 24, 2011
  4. Jun 23, 2011
  5. Jun 22, 2011
  6. Jun 21, 2011
  7. Jun 20, 2011
    • Tadashi G. Takaoka's avatar
      Fix NPE · 87154c65
      Tadashi G. Takaoka authored
      Bug: 4727778
      Change-Id: I08f1204d5f77251c197dda7d2b332441f9f7123d
      87154c65
    • Tadashi G. Takaoka's avatar
      Fix NPE · 2951aa7e
      Tadashi G. Takaoka authored
      NPE has occured while getting containerHeight in
      LatinIME.onComputeInsets().
      
      Change-Id: Ib906c20791a1f80a5c484a75eead9d2816a9da1b
      2951aa7e
    • Tadashi G. Takaoka's avatar
      Close dictionary appropriately · 3439c726
      Tadashi G. Takaoka authored
      The dictionary that extends ExpandableDictionary must be closed when
      it becomes unused.
      
      Bug: 4725930
      Change-Id: Ib5d2c39771fb7010d303a26d1ea1c8e237c0101f
      3439c726
    • Tadashi G. Takaoka's avatar
      Remove unnecessary onRefreshKeyboard call. · 5a2d0630
      Tadashi G. Takaoka authored
      When using the sliding spacebar language switch on ICS, both
      LatinIME.toggleLanguage() and
      InputMethodService.onCurrentInputMethodSubtypeChanged() invoke
      LatinIME.onRefreshKeyboard().  This change eliminates the first one if
      it isn't necessary.
      
      This change also cleans up the followings.
        * reuse theme Context when the keyboard theme hasn't been changed.
        * clear the Keyboard cache when theme has been switched.
        * eliminates unnecessary Context reference from LatinKeyboard and
          SlidingLocaleDrawable.
        * recycle Bitmap and reuse Canvas in KeyboardView.
      
      Bug: 4725930
      Change-Id: I87366e9304879d94d12b7345adea768d86d43519
      5a2d0630
    • Tadashi G. Takaoka's avatar
      Fix NPE · e218baa6
      Tadashi G. Takaoka authored
      Change-Id: I35efd1d6c8c2b48d93675d014d5c7aef7d12ed58
      e218baa6
  8. Jun 18, 2011
    • Tadashi G. Takaoka's avatar
      Fix NPE · 5e4e05af
      Tadashi G. Takaoka authored
      Bug: 4686479
      Change-Id: I0b8a32d0f9bcebe55eebecd38dc5e69198e94378
      5e4e05af
  9. Jun 17, 2011
Loading