Skip to content
Snippets Groups Projects
  1. Jul 06, 2023
  2. Feb 26, 2015
    • Dan Zivkovic's avatar
      Don't assume that correctable words are invalid · 5551302d
      Dan Zivkovic authored
      Currently, the Delight3DictionaryFacilitator sets a boolean flag when the top
      suggestion score exceeds the auto-correction threshold. This flag is used to
      trigger auto-correction of the typed word. Also, the existing logic assumes
      that if allowsToBeAutoCorrected then the word is invalid, which is no longer
      true after we stopped using whitelists.
      
      Bug 19518376.
      
      Change-Id: Ifa7f6a09c07d25ac68c6cf3aec91f358bd88689f
      5551302d
  3. Feb 04, 2015
  4. Oct 21, 2014
    • Tadashi G. Takaoka's avatar
      Fix some compiler warnings · 5f00fe09
      Tadashi G. Takaoka authored
      This CL fixes the following compiler warnings.
      
      - Indirect access to static member
      - Access to a non-accessible member of an enclosing type
      - Parameter assignment
      - Method can be static
      - Local variable declaration hides another field or variable
      - Value of local variable is not used
      - Unused import
      - Unused private member
      - Unnecessary 'else' statement
      - Unnecessary declaration of throw exception
      - Redundant type arguments
      - Missing '@Override' annotation
      - Unused '@SuppressWarning' annotations
      
      Bug: 18003991
      Change-Id: Icfebe753e53a2cc621848f769d6a3d7ce501ebc7
      5f00fe09
  5. Sep 29, 2014
  6. Sep 18, 2014
  7. Sep 01, 2014
  8. Jul 17, 2014
  9. Jun 23, 2014
  10. Mar 25, 2014
    • 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
Loading