Skip to content
Snippets Groups Projects
  1. 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
  2. Apr 03, 2015
  3. Mar 24, 2015
  4. Mar 20, 2015
  5. Mar 17, 2015
  6. Mar 13, 2015
  7. Feb 21, 2015
  8. Nov 21, 2014
  9. Nov 14, 2014
  10. Nov 12, 2014
  11. Nov 07, 2014
  12. Nov 06, 2014
  13. Oct 23, 2014
  14. 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
  15. Oct 01, 2014
  16. Sep 19, 2014
  17. 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
  18. Aug 28, 2014
  19. Aug 20, 2014
  20. Aug 15, 2014
  21. May 23, 2014
  22. May 22, 2014
  23. Apr 03, 2014
  24. 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
  25. Feb 17, 2014
  26. Feb 14, 2014
  27. Jan 09, 2014
  28. Oct 09, 2013
  29. Oct 02, 2013
  30. Jul 31, 2013
  31. Jul 16, 2013
    • Jean Chalard's avatar
      Serialize commands sent to a separate threads · 6a7a5698
      Jean Chalard authored
      Bug: 9715797
      Change-Id: I1eda4d2f0056f70cfb8a92d658e0875706efc170
      6a7a5698
    • Jean Chalard's avatar
      Fix a bug with bad view reuse. · 6912342a
      Jean Chalard authored
      There are many ways to fix this problem but this is the most
      direct way. Removing a view from the cache when any animation
      is started will ensure it won't be used again, and will be garbage
      collected when it's possible. Since views are created on demand
      anyway, a new one will just get created when needed, and that's
      it.
      
      Bug: 9400128
      Change-Id: I4945d2859d642e79694d51ae90cf4f5bde9a5f1d
      6912342a
  32. Jul 11, 2013
Loading