Skip to content
Snippets Groups Projects
  1. Apr 22, 2024
  2. Feb 01, 2024
  3. Jan 30, 2024
  4. Nov 28, 2023
  5. Nov 13, 2023
  6. Aug 19, 2023
  7. Jul 06, 2023
  8. Jul 31, 2020
  9. Mar 19, 2015
  10. Mar 17, 2015
  11. Mar 16, 2015
    • Dan Zivkovic's avatar
      Redundant code matches multiple languages. · 4e1f0f1b
      Dan Zivkovic authored
      InputLogic should not have code that tweaks suggestion ranking based on the
      language of the source dictionary.
      
      Bug 19744396.
      
      Change-Id: I8c0849555e74cec1302e78da04148dedd1cddabe
      4e1f0f1b
  12. Mar 12, 2015
    • Dan Zivkovic's avatar
      Remove ALS from LatinIME. · 107fb4c4
      Dan Zivkovic authored
      This fixes unit tests and brings us closer to a green build.
      
      Change-Id: Iffcc392eda4a7671a238b79cc7367320ca648725
      107fb4c4
  13. 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
    • Mario Tanev's avatar
      Use Keyboard in several interfaces. · 487e038f
      Mario Tanev authored
      Simplify interfaces by passing Keyboard instead of
      KeyboardLayout and ProximityInfo directly.  Also require
      the Keyboard passed be non-null and change the SpellChecker
      to bail out if there is no keyboard for the locale.
      
      Change-Id: I960f15ff60171f55d3e0a96fd6469b7dc3a045e2
      487e038f
  14. Feb 25, 2015
  15. Feb 04, 2015
  16. Nov 26, 2014
    • Jean Chalard's avatar
      Allow whitelist changes when no close word · 56577461
      Jean Chalard authored
      When there isn't a close word in another language of the
      current multi-language set, we allow whitelist entries
      to take force even if we are not confident in the current
      language.
      
      Bug: 18063142
      Bug: 18130489
      Bug: 18132240
      Bug: 18136721
      Bug: 18200415
      Change-Id: I044674ba7b70aa86ab2a48d2e4d53a1c8007b62c
      56577461
    • Jean Chalard's avatar
      Use confidence to fix whitelist · e752aab7
      Jean Chalard authored
      With this the most obvious problem is fixed. However there
      are two remaining items : we should still enforce whitelist
      when there are no close candidates at all, and we should
      start in confident mode when pressing the globe key.
      
      Bug: 18063142
      Bug: 18130489
      Bug: 18132240
      Bug: 18136721
      Bug: 18200415
      Change-Id: Ibc0571ae35fc28f8d13760aa86b25db1163d3e31
      e752aab7
  17. Nov 20, 2014
    • Jean Chalard's avatar
      Annotate the typed word with its source dictionary · a7efe062
      Jean Chalard authored
      ...when applicable of course. This will allow for informing the
      language switching authorities that the typed word was a
      specific language, instead of leaving them in the dark.
      
      Bug: 18063142
      Bug: 18130489
      Bug: 18132240
      Bug: 18136721
      Bug: 18200415
      Change-Id: Ice3e7026a68c3018f54d730ec84f6762bf55899b
      a7efe062
    • Jean Chalard's avatar
      Make the typed word a SuggestedWordInfo · a2cb2f36
      Jean Chalard authored
      That allows to carry the language information in an
      accurate manner.
      
      Bug: 18063142
      Change-Id: I0bca8981372ae10648274095b18b26a3686b762b
      a2cb2f36
  18. Nov 07, 2014
  19. Oct 29, 2014
  20. Oct 28, 2014
  21. Oct 23, 2014
  22. 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
  23. Oct 17, 2014
  24. Oct 07, 2014
  25. Sep 29, 2014
  26. Sep 18, 2014
  27. Sep 17, 2014
  28. Sep 16, 2014
  29. Sep 01, 2014
  30. Aug 26, 2014
    • Jean Chalard's avatar
      Fix a bug where the top prediction would disappear. · 8380f921
      Jean Chalard authored
      This is because prediction can't be easily distinguished in
      style. This fixes the bug by simulating the right members,
      but some refactoring should be done to remove useless
      booleans.
      
      Bug: 17271923
      Change-Id: Ib88f3fb95678021624e59535492926dd315d26fb
      8380f921
  31. Aug 14, 2014
  32. Jul 17, 2014
  33. Jul 08, 2014
  34. Jun 30, 2014
Loading