Skip to content
Snippets Groups Projects
  1. Jun 22, 2015
  2. Jun 20, 2015
  3. Jun 17, 2015
  4. Jun 15, 2015
  5. May 28, 2015
  6. May 12, 2015
  7. May 08, 2015
  8. May 06, 2015
  9. May 04, 2015
  10. Apr 15, 2015
    • Mohammadinamul Sheik's avatar
      Do not re-download the unused dictionaries. · 3a5de641
      Mohammadinamul Sheik authored
      Does the following
      1. Uses dictionaries from the files/ directory while populating the
         entries into the pendingUpdates table. So that a download happens only
         if the metadata.json says so.
      2. Delete an unusable dictionaries from the files/ directory.
      
      Bug: 20142708
      Change-Id: Ibd738793585c39735868e324b8ad682dff0eba34
      3a5de641
  11. Apr 03, 2015
  12. Mar 24, 2015
  13. Mar 20, 2015
  14. Mar 19, 2015
  15. Mar 17, 2015
  16. Mar 13, 2015
  17. Feb 21, 2015
  18. Nov 21, 2014
  19. Nov 14, 2014
  20. Nov 12, 2014
  21. Nov 07, 2014
  22. Nov 06, 2014
  23. Oct 23, 2014
  24. Oct 21, 2014
    • Tadashi G. Takaoka's avatar
      Fix some compiler warnings · 5f00fe09
      Tadashi G. Takaoka authored
      This CL fixes the following compiler warnings.
      
      - Indirect access to static member
      - Access to a non-accessible member of an enclosing type
      - Parameter assignment
      - Method can be static
      - Local variable declaration hides another field or variable
      - Value of local variable is not used
      - Unused import
      - Unused private member
      - Unnecessary 'else' statement
      - Unnecessary declaration of throw exception
      - Redundant type arguments
      - Missing '@Override' annotation
      - Unused '@SuppressWarning' annotations
      
      Bug: 18003991
      Change-Id: Icfebe753e53a2cc621848f769d6a3d7ce501ebc7
      5f00fe09
  25. Oct 01, 2014
  26. Sep 19, 2014
  27. Sep 03, 2014
    • Jatin Matani's avatar
      Attempt retry for broken dictionaries · 256b1b2a
      Jatin Matani authored
      1. Add retry count column within metadata in dictionary pack.
      2. Attempt a retry for download and installation by running StartDownloadAction.
      3. If the number retrial are at the threshold, we don't attempt it again.
      
      Bug: 15150487
      Change-Id: I70720353e5803fccf4728c2aa798883ba75c61e5
      256b1b2a
  28. Aug 28, 2014
  29. Aug 20, 2014
  30. Aug 15, 2014
  31. May 23, 2014
  32. May 22, 2014
  33. Apr 03, 2014
  34. Feb 18, 2014
    • Jean Chalard's avatar
      Straighten out database cursors behavior. · b8ff8ca9
      Jean Chalard authored
      Some were never closed, other closed twice. This change
      makes all Cursor instances behave, having the #close()
      call in a finally{} clause, and puts the burden of closing
      the cursor squarely on the creator rather than in the
      called methods.
      There is however one exception that is beyond the scope
      of this change: UserDictionarySettings have a Cursor
      member, it's never closed, and fixing the problem is not
      obvious. This change adds a TODO for now.
      
      It's not very clear if this change actually helps with
      bug#12670151, but it may be related and it's a good
      think to do anyway.
      
      Bug: 12670151
      Change-Id: I87cc44387e7dee3da1488671b93a28d9d73f7dc0
      b8ff8ca9
    • Jean Chalard's avatar
      Avoid crashing when the Content URL is not found. · 9967f0a1
      Jean Chalard authored
      I'm not sure when this can happen, but it seems it does
      at least on older versions of the platform. Let's avoid
      crashing.
      
      Bug: 11618402
      Change-Id: If730b5bd8f20e0f60b884eab5900099116afc5f0
      9967f0a1
Loading