Skip to content
Snippets Groups Projects
  1. Apr 02, 2015
    • Alex Klyubin's avatar
      Declare that LatinIME does not use cleartext network traffic. · 24a9683a
      Alex Klyubin authored
      This declares to the platform and tools that this app does not use
      cleartext network traffic. The platform and tools will be blocking
      (on best effort basis) attempts to use such traffic by this app.
      For example, attempts to use HTTP (rather than HTTPS) will be blocked.
      
      Bug: 19215516
      Change-Id: I4c933a214457025797e077b72d8daf8a0c876923
      24a9683a
  2. Mar 27, 2015
  3. Mar 25, 2015
  4. Mar 24, 2015
  5. Mar 23, 2015
  6. Mar 20, 2015
  7. Mar 19, 2015
  8. Mar 18, 2015
  9. Mar 17, 2015
  10. Mar 16, 2015
  11. Mar 14, 2015
  12. Mar 13, 2015
  13. 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
  14. Mar 11, 2015
  15. Mar 10, 2015
    • Chieu Nguyen's avatar
      Handle empty previous ngram context correctly. · 21a28abc
      Chieu Nguyen authored
      Fixes bug where empty previous ngram context not at the
      beginning of a sentence incorrectly returned the
      beginning-of-sentence marker.
      
      Bug: 19612336
      Change-Id: I5ddf3408e20dcedf70487b85c983cd3fc12550e7
      21a28abc
  16. Mar 09, 2015
  17. Mar 06, 2015
  18. Mar 04, 2015
  19. Mar 03, 2015
  20. Feb 26, 2015
    • Jatin Matani's avatar
      Refresh pref settings for cloud sync · 8ec328fb
      Jatin Matani authored
      - Show the opt-in text
      - Show the account picker if user presses 'enable sync'. Previously
        we disabled the sync pref which was confusing.
      - Remove the debug tags from some prefs; and improve messaging overall
      
      General rules;
      - sync is turned ON : user checks 'enable sync' pref AND
        accepts the opt-in AND chooses an account
      - sync is turned OFF: when user signs out
      
      Demo link
      https://drive.google.com/a/google.com/file/d/0B9tNQOWdRuiWSUdVVE5rVDJudlk/view?usp=sharing
      
      Change-Id: I2e7933796b15e47005ba9970a8c1294416ef31a0
      8ec328fb
    • Dan Zivkovic's avatar
      Stop waking up to decay dynamic dictionaries. · 7d7f0820
      Dan Zivkovic authored
      Bug 19516048.
      
      Change-Id: Ibc27a792b4fa80fa8c6af4721c47a617526e9584
      7d7f0820
    • 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
  21. Feb 20, 2015
  22. Feb 19, 2015
    • Dan Zivkovic's avatar
      Sanitize the usage of executors. · 0b03f13c
      Dan Zivkovic authored
      There should be 1 executor each for static and dynamic language models.
      This prevents too many dynamic LM updates from running in parallel,
      competing for resources.
      
      Change-Id: I8ec439e0ea2d92fba275bc20a0b8c9193346a0c1
      0b03f13c
Loading