Skip to content
Snippets Groups Projects
  1. Nov 13, 2023
  2. Oct 16, 2023
  3. Sep 28, 2023
  4. Aug 14, 2023
  5. Jul 06, 2023
  6. May 04, 2015
  7. May 01, 2015
  8. Apr 29, 2015
    • Dan Zivkovic's avatar
      Spelling cannot cache words across invocations. · 459b4f35
      Dan Zivkovic authored
      We want to let the facilitator decide if a word is valid or invalid, and cache
      the answer in the facilitator's cache. The spell checker session doesn't need
      its own word cache, except as a crutch to communicate suggestions to the code
      that populates the suggestion drop-down. We leave that in place.
      
      Bug 20018546.
      
      Change-Id: I3c3c53e0c1d709fa2f64a2952a232acd7380b57a
      459b4f35
  9. Apr 10, 2015
  10. Mar 24, 2015
  11. Mar 20, 2015
  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. Mar 11, 2015
  14. Mar 05, 2015
  15. Mar 03, 2015
  16. Feb 26, 2015
    • 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
  17. Feb 25, 2015
  18. Feb 24, 2015
  19. Feb 20, 2015
  20. Feb 19, 2015
  21. Feb 12, 2015
    • Jatin Matani's avatar
      Refactor content provider code from ContactsDict · 4084fa5c
      Jatin Matani authored
      Break contacts binary dictionary into two parts
      - one that talks to contacts content provider and maintains
        local state. Includes a manager class and a content observer
      - other one that just manages the dict code.
      
      Change-Id: Ie8f89ac9ce174c803ff3168ee0bee5cbe7721d5b
      4084fa5c
  22. Feb 10, 2015
  23. Feb 09, 2015
  24. Feb 06, 2015
  25. Feb 05, 2015
  26. Feb 04, 2015
  27. Feb 03, 2015
  28. Jan 27, 2015
  29. Dec 16, 2014
    • Jatin Matani's avatar
      Passing account info to dictionaryFacilitator · bc4ae6bd
      Jatin Matani authored
      Attempt to use dictionary facilitor without invoking
      preference manager. Instead use account from settings only when
      things are being reset/changed. Discussion forked from ag/591663
      
      Overall, the idea here is to maintain an account information
      inside dictionary groups. Reset the dictionary groups if
      account changes (the way we do for locale). Since only user
      history dictionary is currently affected, the check to reset user
      history dictionary also includes the check to verify the account.
      For other things remain the same.
      
      SettingsValues holds the current account (and is updated if prefs change
      due to change in account settings). The updated settings are then
      propagated to dictionary facilitator via LatinIME#loadSettings.
      
      Bug:18104749,18469539
      Change-Id: I553e776e7ea125d0fb7a1fe70a4c7eb0b2277fb8
      bc4ae6bd
  30. Nov 28, 2014
  31. Nov 26, 2014
    • 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
  32. Nov 25, 2014
    • Jean Chalard's avatar
      Add confidence. · d06dd0ca
      Jean Chalard authored
      Bug: 18063142
      Bug: 18130489
      Bug: 18132240
      Bug: 18136721
      Bug: 18200415
      Change-Id: Ica09d11cb95308dd014c4e4e0d99a30dd66bfea9
      d06dd0ca
  33. Nov 21, 2014
  34. Nov 20, 2014
    • Jean Chalard's avatar
      Fix a NPE · 0e00f5fe
      Jean Chalard authored
      Bug: 18451316
      Change-Id: Ia20bf388471f84c963354df050182e722d966a02
      0e00f5fe
  35. Oct 29, 2014
Loading