Skip to content
Snippets Groups Projects
  1. Apr 10, 2014
    • Jean Chalard's avatar
      [CB26] Remove useless variables. · 1ef9d593
      Jean Chalard authored
      This is nice for code simplicity, but it has a small adverse impact on
      performance.
      
      Bug: 13406701
      Change-Id: I9316b3fe8d79b940fbd83cf1187c8c0d10b26c71
      1ef9d593
    • Jean Chalard's avatar
      Fix some flaky tests. · 4370ff09
      Jean Chalard authored
      In tests, we create many instances of LatinIME, but we never
      destroy them. That means we never close the dictionaries nor
      the handlers.
      This change calls onDestroy, which closes all dictionaries, and
      adds some code to finish the handlers.
      
      Change-Id: I942517a2a940c54256b08763f6b38f5b55809f55
      4370ff09
    • Tadashi G. Takaoka's avatar
      Reorder German umlaut letters · 784a4429
      Tadashi G. Takaoka authored
      Bug: 13940739
      Change-Id: I2e377b56e4a74d36c7e0cea4ad4e8d9341eb7feb
      784a4429
    • Tadashi G. Takaoka's avatar
      Add Italian (Switzerland) it_CH layout · ac5e6ddd
      Tadashi G. Takaoka authored
      Bug: 13920900
      Change-Id: I57df8ca12b0d8cc4bbca2372c0470dcae5b5cbfb
      ac5e6ddd
  2. Apr 09, 2014
  3. Apr 08, 2014
  4. Apr 07, 2014
    • Tadashi G. Takaoka's avatar
      Remove workaround code of placing DrawingPreviewPlacerView · 0c01fc6f
      Tadashi G. Takaoka authored
      This CL divides MainKeyboardView.locatePreviewPlacerView method into
      two methods. One is installing DrawingPreviewPlacerView to the window
      as Frontmost view. Another is telling the location of MainKeyboardView
      to DrawingPreviewPlacerView. Thus we can eliminate workaround code to
      deal with transient states in orientation change.
      
      Change-Id: Ia5d8f28dfb5213d27aa218c72d838a3c3be5a527
      0c01fc6f
    • Jean Chalard's avatar
      [CB23] Merge add and deleteLast · d52bec00
      Jean Chalard authored
      Bug: 13406701
      Change-Id: Id9a2e4144b1908ad27d78228ee19e6fc4d4d669f
      d52bec00
    • Jean Chalard's avatar
      [CB22] Merge add and delete · 633e4f45
      Jean Chalard authored
      ...but this time, it works.
      
      Bug: 13406701
      Change-Id: Iaa00339a6be76413ffaeb74ff1556e15b3bb039d
      633e4f45
    • Tadashi G. Takaoka's avatar
      Remove unneeded CustomViewPager class · b6c70f4e
      Tadashi G. Takaoka authored
      Originally this hacky class has been introduced by I0824f82c30 to
      address bug: 11721001.  Because the bug: 11721001 has been addressed
      by I950f13ec40 and etc., this class should be removed.
      
      Bug: 13665882
      Change-Id: Iabdd369e4dddb0188534289eea1269fb196895eb
      b6c70f4e
  5. Apr 04, 2014
  6. Apr 03, 2014
  7. Apr 02, 2014
  8. Apr 01, 2014
    • Tadashi G. Takaoka's avatar
      Add SpacebarLanguageUtils class · 9364d46a
      Tadashi G. Takaoka authored
      The SpacebarLanguageUtils class is separated from SubtypeLocaleUtils
      and handles the language name on the spacebar.
      
      Bug: 8084704
      Change-Id: I82f79a061d4f0cc2895263298c3ebf8ee444c61d
      9364d46a
  9. Mar 31, 2014
  10. Mar 28, 2014
Loading