Skip to content
Snippets Groups Projects
  1. Feb 03, 2015
  2. Jan 27, 2015
  3. 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
  4. Dec 29, 2014
  5. Dec 18, 2014
  6. Dec 17, 2014
  7. Dec 09, 2014
  8. 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
  9. Nov 06, 2014
  10. Oct 29, 2014
  11. Oct 27, 2014
  12. Oct 23, 2014
  13. 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
  14. Oct 14, 2014
  15. Oct 13, 2014
  16. 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
  17. Oct 09, 2014
  18. Oct 07, 2014
  19. 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
  20. Oct 03, 2014
  21. Oct 01, 2014
  22. Sep 25, 2014
  23. Sep 24, 2014
  24. Sep 22, 2014
  25. Sep 18, 2014
  26. Sep 16, 2014
  27. Sep 11, 2014
  28. Sep 10, 2014
  29. Sep 08, 2014
  30. Aug 29, 2014
  31. Aug 22, 2014
  32. Aug 20, 2014
Loading