Skip to content
Snippets Groups Projects
  1. Jun 21, 2013
  2. Jun 20, 2013
  3. Jun 18, 2013
  4. Jun 17, 2013
  5. Jun 14, 2013
  6. Jun 13, 2013
  7. Jun 12, 2013
    • Jean Chalard's avatar
      Cache subtype lists reasonably. · ff6445ed
      Jean Chalard authored
      This will spare a lot of IPC for Latin IME at the cost of very little
      retained memory.
      This improves the loading by potentially a lot - between 15 and 30%
      when the layout is cached (which should now be the case almost every
      time), and half that if it's not. More importantly, it makes the
      load time less sensitive to high device load, which is one of the
      sore points.
      
      Bug: 8689779
      Change-Id: I2e07736f1a92c38eed0e203bc690761a181da8b9
      ff6445ed
    • Kurt Partridge's avatar
      Adjust settings for development-only versions · 2a1a463e
      Kurt Partridge authored
      Change-Id: I4f08632d97f182d312edc82bda3c3897a71099ad
      2a1a463e
    • Tadashi G. Takaoka's avatar
      Retun an empty Path instead of null · dfd96be0
      Tadashi G. Takaoka authored
      Bug: 9374496
      Change-Id: If74306104e9d25288e1b216a328304da376c1bdb
      dfd96be0
    • Kurt Partridge's avatar
      Fix ResearchLogger feedback bug · 19ba5e67
      Kurt Partridge authored
      If the logger feedback screen is up and the user hits the home button or the
      keyboard otherwise closes, the system won't let the user enter feedback again,
      because it is waiting for the user to finish the first one.
      
      With this change, the state associated with the feedback screen is
      cleared when the user closes the keyboard.
      
      b/9398772
      
      Change-Id: I832a82793ad42e31b6b3fdb04fabcea75facde7d
      19ba5e67
  8. Jun 11, 2013
  9. 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
  10. Jun 06, 2013
  11. Jun 05, 2013
  12. Jun 04, 2013
  13. Jun 03, 2013
  14. Jun 02, 2013
  15. 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
  16. May 31, 2013
Loading