Skip to content
Snippets Groups Projects
  1. 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
  2. Mar 10, 2015
  3. Mar 04, 2015
  4. Mar 02, 2015
  5. Feb 27, 2015
  6. Feb 26, 2015
  7. Feb 25, 2015
  8. Feb 21, 2015
  9. Feb 19, 2015
  10. Feb 13, 2015
  11. Feb 09, 2015
  12. Feb 05, 2015
  13. Feb 03, 2015
  14. Jan 27, 2015
  15. 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
  16. Dec 29, 2014
  17. Dec 18, 2014
  18. Dec 17, 2014
  19. Dec 09, 2014
  20. 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
  21. Nov 06, 2014
  22. Oct 29, 2014
  23. Oct 27, 2014
  24. Oct 23, 2014
  25. 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
  26. Oct 14, 2014
  27. Oct 13, 2014
  28. 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
  29. Oct 09, 2014
  30. Oct 07, 2014
  31. Oct 06, 2014
    • Yohei Yukawa's avatar
      Remove ENABLE_CURSOR_ANCHOR_INFO_CALLBACK · 81c2dfe9
      Yohei Yukawa authored
      We can now start relying on L APIs even in unbundled release.
      
      This means ENABLE_CURSOR_ANCHOR_INFO_CALLBACK can be always true.
      Hence we simply remove it.
      
      Change-Id: I0353e992e97e252059f83accea100504594bf171
      81c2dfe9
  32. Oct 03, 2014
  33. Oct 01, 2014
  34. Sep 25, 2014
  35. Sep 24, 2014
  36. Sep 22, 2014
Loading