Skip to content
Snippets Groups Projects
  1. Aug 31, 2011
  2. Aug 30, 2011
  3. Aug 29, 2011
  4. Aug 26, 2011
  5. Aug 25, 2011
  6. Aug 24, 2011
    • Jean Chalard's avatar
      Add a debug variable · a16621ad
      Jean Chalard authored
      ...that was missing
      
      Change-Id: Ia3b17909f295e0a93dee633c8d67c0e03840023e
      a16621ad
    • Jean Chalard's avatar
      Avoid unnecessary output to the system log. · 20973de7
      Jean Chalard authored
      The message this removes gets printed under normal conditions.
      Normally dictionary files are compressed then crypted, but not
      compressed a second time; however LatinIME tries to open a
      compressed-crypted-compressed file first, because it could not
      do it afterwards and we want to support this case. So under
      normal operations, the first method LatinIME tries is actually
      expected to fail.
      Also, if we decide to stop compressing or/and encrypting dicts
      LatinIME supports it as a valid use case. It should not print
      errors to the log.
      
      If the file cannot be open at all, then it is an unexpected
      case, and Latin IME still reports to the log.
      
      Change-Id: Ic5228c51365a101af1d03e2c893484d3050b5a1c
      20973de7
    • Tadashi G. Takaoka's avatar
      Fix suggestions strip press state to align vertically · 580e1d7a
      Tadashi G. Takaoka authored
      This change also tweaks more_suggestions_hint drawables to eliminate
      unnecessarily padding at the bottom.
      
      Bug: 5204563
      Change-Id: If5ec731c9a490da0116a020e8fd405c7d025d707
      580e1d7a
    • Tadashi G. Takaoka's avatar
      Remove tablet specific suggestions updating delay · d1bf7011
      Tadashi G. Takaoka authored
      Bug: 5100007
      Change-Id: I3ab1bffbda4f8535489a2fcc41ffe33b43d1a96b
      d1bf7011
    • Jean Chalard's avatar
      Call the decrypt/unzip routines upon copying a dictionary. · 38d512c0
      Jean Chalard authored
      Bug: 5095140
      Change-Id: I7000f752bc9b7fd6a7af4839b2f225c085300128
      38d512c0
    • Jean Chalard's avatar
      Refactoring: cut out a method for caching a word list · 7b1f74bb
      Jean Chalard authored
      This is preparation to have the decrypting/unzipping code
      moved over to LatinIME.
      
      Bug: 5095140
      Change-Id: Ic3fdcc3de673b46cef2eb9ebe6a52cbdd614e50a
      7b1f74bb
    • Tadashi G. Takaoka's avatar
      Implement "forceAscii" private IME option · af52c0ea
      Tadashi G. Takaoka authored
      This change also introduces "AsciiCapable" extra value for subtype
      that indicates the subtype can input any ASCII code point from its
      keyboard layout.
      
      Only if the input field has "forceAscii" private IME option and the
      current subtype doesn't have "AsciiCapable" extra value, the en_US
      keyboard layout will be used for the input field.
      
      Bug: 3384942
      Change-Id: I25e2553e37ecb5002df1164e45f6273845fe463b
      af52c0ea
Loading