Skip to content
Snippets Groups Projects
  1. Oct 28, 2014
  2. Oct 23, 2014
  3. 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
    • Adrian Velicu's avatar
      Renaming "blacklist" flag to "possibly offensive" · 05172bf1
      Adrian Velicu authored
      No behaviour changes.
      Unified the overloaded FusionDictionary::add method to always take an
      isPossiblyOffensive argument.
      
      Bug: 11031090
      Change-Id: I5741a023ca1ce842d2cf10d4f6c926b0efabaa78
      05172bf1
  4. Sep 29, 2014
  5. Jul 28, 2014
  6. Jun 25, 2014
  7. Jun 10, 2014
  8. May 23, 2014
  9. May 21, 2014
  10. May 20, 2014
  11. May 08, 2014
  12. May 01, 2014
  13. Apr 28, 2014
  14. Apr 03, 2014
  15. Mar 27, 2014
  16. Feb 27, 2014
  17. Feb 20, 2014
  18. 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
  19. Feb 13, 2014
  20. Jan 06, 2014
  21. Dec 13, 2013
  22. Dec 11, 2013
  23. Dec 03, 2013
  24. Nov 20, 2013
  25. Oct 07, 2013
  26. Sep 20, 2013
  27. Aug 16, 2013
  28. Jul 04, 2013
  29. Jun 24, 2013
  30. May 08, 2013
Loading