Skip to content
Snippets Groups Projects
  1. Aug 30, 2011
  2. Aug 29, 2011
  3. Aug 26, 2011
  4. Aug 25, 2011
  5. 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
    • 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
    • Tadashi G. Takaoka's avatar
      Move some static methods from SubtypeSwitcher to Utils · 57f05f44
      Tadashi G. Takaoka authored
      Change-Id: I3ea8ffcdefcefaa82ae76a31bb65977009d8a040
      57f05f44
  6. Aug 23, 2011
  7. Aug 22, 2011
    • Tadashi G. Takaoka's avatar
      Fix suggestions strip text colors · d47a9556
      Tadashi G. Takaoka authored
      This change also shows the valid typed word in bold face.
      
      Bug: 5161713
      Change-Id: I15355a11888fc8ef90ecc8b64a52eb08c1a2b367
      d47a9556
    • Jean Chalard's avatar
      Remove duplicates from the spell checker suggestions. · 6b166a19
      Jean Chalard authored
      Bug: 5175740
      Change-Id: I592401b3b8c3074d70e06dc3a9919cc3cb47ba49
      6b166a19
    • Tadashi G. Takaoka's avatar
      Remove hacks related to determine window width · b39f612d
      Tadashi G. Takaoka authored
      Bug: 4311428
      Change-Id: Ic93f264101d13963503fcd447a69bbffd06e69f3
      b39f612d
    • Jean Chalard's avatar
      Fix case sensitivity for the spell checker. · 5d4c5692
      Jean Chalard authored
      The new behavior is as follows:
      - If the word in the dictionary is not fully lower case, then the
      exact case is required to match.
      - If the word in the dictionary is fully lower case, then any of
      the following patterns match:
        - fully lower case
        - only the first char capitalized
        - all caps
      Any other capitalization is rejected.
      
      This is probably what people want. If you type a name in all lower
      case, it should be marked as a typo, but if you type a word with a
      capital for emphasis or just because it's the start of the sentence,
      it should match a lower case word in the dictionary. If you have
      a spurious capital letter in the middle of a word because of a typo,
      it should be marked as such.
      
      Accents are not affected, and should not be. An accented letter
      is a different letter and a missing accent should be reported.
      We should maybe consider again for some common transpositions
      like the "ue" digraph for German, which is now considered a typo,
      but will suggest the correct diacritics as the first suggestion.
      
      Bug: 5145751
      Change-Id: I651e24f13c90fb94700a1674ad380e95336e7dca
      5d4c5692
    • Ken Wakasa's avatar
      Settings key visibility should always follow the system default value, · cee174b8
      Ken Wakasa authored
      by ignoring its preference value, when the "show settings key option" in
      the settings is disabled.
      
      Change-Id: I934be2d9eb0bf6bf731e03f5d9b752de4a7a1c7c
      cee174b8
  8. Aug 19, 2011
Loading