Skip to content
Snippets Groups Projects
  1. Mar 24, 2015
  2. Mar 23, 2015
  3. Mar 20, 2015
  4. Mar 19, 2015
  5. Mar 17, 2015
  6. Mar 13, 2015
  7. 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
  8. Mar 10, 2015
  9. Mar 04, 2015
  10. Mar 02, 2015
  11. Feb 27, 2015
  12. Feb 26, 2015
  13. Feb 25, 2015
  14. Feb 21, 2015
  15. Feb 19, 2015
  16. Feb 13, 2015
  17. Feb 09, 2015
  18. Feb 05, 2015
  19. Feb 03, 2015
  20. Jan 27, 2015
  21. Jan 15, 2015
    • Chieu Nguyen's avatar
      Add a method for handling for words not found in dictionary. · 2e8d5366
      Chieu Nguyen authored
      This is apparently called only once for every unique word, so repeated instances
      of the same word are not handled separately. Upon changing orientation of the
      device, however, all invalid words in the textbox are underlined again and this
      method is called for each unique instance in order.
      
      Change-Id: Ic57e4b9e5675bd7abd723644aa318d964f7f875f
      2e8d5366
  22. Dec 29, 2014
  23. Dec 18, 2014
  24. Dec 17, 2014
  25. Dec 09, 2014
  26. Nov 13, 2014
    • Jatin Matani's avatar
      Implement UserHistoryDictionary for each user account. · 5365191a
      Jatin Matani authored
      UserHistoryDictionary currently uses locale to determine the
      UserHistoryDictionary on the filesystem. With this change we
      use the account name as well. Thus each UserHistoryDictionary
      would following the following spec:
      
      UserHistoryDictionary.<locale>.<account>.dict.
      In case no account is selected, we default to the existing
      spec:
      UserHistoryDictionary.<locale>.dict
      
      Example
      UserHistoryDictionary.en_US.testaccount@example.com.dict
      
      Bug: 18104749
      Change-Id: Iab031e166b55cf2ded68275a7e9be22475737b37
      5365191a
  27. Nov 06, 2014
  28. Oct 29, 2014
  29. Oct 27, 2014
  30. Oct 23, 2014
  31. Oct 16, 2014
    • Jean Chalard's avatar
      [ML25] Add an hasDict method. · f13487df
      Jean Chalard authored
      We used to have separate methods for existence of dicts
      according to whether it's a file or a resource. This unifies both.
      
      Bug: 11230254
      Bug: 17979623
      Change-Id: I728773461f3465f756d06297c3f3bee34390c3e6
      f13487df
  32. Oct 14, 2014
  33. Oct 13, 2014
  34. Oct 10, 2014
    • Sandeep Siddhartha's avatar
      Set up a sync preference and policy for syncing [2] · d9015233
      Sandeep Siddhartha authored
      - Adds a preference for enabling sync, which controls the sync behavior
      - Make the ProductionFlags depend on appropriate flags to guarantee that
        we don't mess things when flipping some flags
      - Preferences now control the "syncable" property of the provider
        thereby controlling the policy and when this entry shows up in
        system settings.
      
      Bug: 17464069
      Change-Id: I1d58351188518c1ae9f1f9e147b5ea15d32a3427
      d9015233
  35. Oct 09, 2014
  36. Oct 07, 2014
Loading