Skip to content
Snippets Groups Projects
  1. Apr 08, 2014
  2. Apr 03, 2014
  3. Apr 02, 2014
  4. 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
  5. Mar 31, 2014
  6. Mar 28, 2014
  7. Mar 27, 2014
  8. Mar 25, 2014
    • Jean Chalard's avatar
      [CB14] Implement backspace in the combiner chain · 1079665c
      Jean Chalard authored
      Bug: 13622107
      Bug: 13406701
      Change-Id: I0023b398c4451253f9f717e2bd990b8a054004bc
      1079665c
    • Keisuke Kuroyanagi's avatar
      Remove logic related to dictionary loading from LatinIME. · adfb2627
      Keisuke Kuroyanagi authored
      Make mSuggest final and give DictionaryFacilitator the
      responsibility to manage dictionary loading state.
      This can simplify the logic to decide how to deal with
      additional dictionaries when loading settings or language
      switching.
      
      Bug: 13273534
      Change-Id: I9f3d328272f25addfa186fbeedaaf8417455ba99
      adfb2627
    • Tadashi G. Takaoka's avatar
      Rename text resources consistently · 393efd94
      Tadashi G. Takaoka authored
      - keylabel_<key>, the key label text of the <key>
      - keyspec_<key>, the key specification of the <key>
      - keyhintlabel_<key>, the hint label text of the <key>
      - morekeys_<key>, the more keys specifications of the <key>
      - additional_morekeys_<key>, the additional more keys specification of
        the <key>
      
      Change-Id: Ib2127f21fa33a2568e8a6eba65cfdb2cf78b480e
      393efd94
    • Tadashi G. Takaoka's avatar
      Fix talk back of emoji key · 37b9562f
      Tadashi G. Takaoka authored
      Bug: 13629734
      Change-Id: Ifff6f81c2ac99a32855cd333b3d9a01ad7155ffc
      37b9562f
  9. Mar 24, 2014
    • Yohei Yukawa's avatar
      Check null before passing to Integer.parseInt · f1f5ed54
      Yohei Yukawa authored
      Just after user data is cleared, user preference associated with
      PREF_KEYBOARD_LAYOUT is always empty. In such case, we might
      want to return the default value immediately, rather than
      calling Integer.parseInt(null) and catching NumberFormatException
      unnecessarily.
      
      BUG: 13472379
      Change-Id: I8dca9a22780d057013c032bd1f56e730dcada3ce
      f1f5ed54
    • Jean Chalard's avatar
      [CB13] Remove an unused method. · d36cbc44
      Jean Chalard authored
      Change-Id: If4d2fa9c6499ce9b2427cea424abd497ec4a966b
      d36cbc44
Loading