Skip to content
Snippets Groups Projects
  1. Jun 11, 2013
  2. Jun 07, 2013
    • Tadashi G. Takaoka's avatar
      Don't use RichInputMethodManager in setup wizard · 77f63c8a
      Tadashi G. Takaoka authored
      In setup wizard, InputMethodManager may not be able to be aware that
      this IME is installed, especially just after the IME is installed via
      GooglePlay app and hit the open button on the app to launch the setup
      wizard.
      
      Bug: 9299618
      Change-Id: I00c8544178b41074253d49ae9481996ec56593d2
      77f63c8a
    • Satoshi Kataoka's avatar
      Fix possible NPE · 6c8136d1
      Satoshi Kataoka authored
      Bug: 9314901
      Change-Id: Id80f59df38ae72766b097fd1c23326fedd302439
      6c8136d1
    • Jean Chalard's avatar
      Fix an illegal argument exception · 0ad14896
      Jean Chalard authored
      This is a bit of a shot in the dark, as I really don't see how this
      can happen, but this should fix it in the correct way no matter
      how it's actually happening.
      
      Bug: 9301836
      Change-Id: I472865b7a78883942c9fd46773238c23788674f8
      0ad14896
    • Tadashi G. Takaoka's avatar
      Defer getting no language subtype · 254b484e
      Tadashi G. Takaoka authored
      Bug: 9318351
      Change-Id: I55338c001070655a3f90df3dbe1351bd4180d520
      254b484e
  3. Jun 06, 2013
  4. Jun 05, 2013
  5. Jun 04, 2013
  6. Jun 03, 2013
  7. Jun 02, 2013
  8. Jun 01, 2013
    • Kurt Partridge's avatar
      Remove uncommit on reverting batch input · 4165ef03
      Kurt Partridge authored
      Currently when the user reverts a batch input, a LogUnit is uncommitted
      from the LogBuffer.  It should not be, because the LogUnit containing the
      batch input is never committed in the first place (it is only committed
      to the LogBuffer when a key is pressed or a new batch input is entered).
      
      Bug: 9088919
      
      Change-Id: I323af453ce082437a663ccae977b21b775a964bc
      4165ef03
  9. May 31, 2013
  10. May 30, 2013
  11. May 29, 2013
    • Jean Chalard's avatar
      Tell the text view we reset state on finish input · 68d9cb62
      Jean Chalard authored
      This should be done in onFinishInput rather than onFinishInputView
      but for an unknown reason onFinishInput never comes.
      
      Bug: 9113167
      Change-Id: Iafb40846a3ed8fad78bfc160d17cd431f81fe891
      68d9cb62
    • Jean Chalard's avatar
      Rub some butter on dictionary list scrolling. · 2b34b4ea
      Jean Chalard authored
      The default implementation for preferences refuses to
      cache the views for custom preferences at all. We can
      do it, but the system won't do it for us, so this does it.
      This makes the screen scrolling smooth again.
      
      Incidentally it also fixes the bug where the button may
      not animate on the first element.
      
      Bug: 8882722
      Bug: 8883108
      Change-Id: I9b2306ac4bf93761a808ebfee3477a65f017cddf
      2b34b4ea
  12. May 28, 2013
Loading