Skip to content
Snippets Groups Projects
  1. May 26, 2024
  2. Apr 01, 2024
  3. Jul 06, 2023
  4. Jul 22, 2020
  5. May 04, 2015
  6. Mar 27, 2015
  7. Mar 26, 2015
    • Dan Zivkovic's avatar
      Handle missing resources. · 68c88982
      Dan Zivkovic authored
      Needed for unit tests related to various bug fixes.
      
      Bug 19930761.
      
      Change-Id: I776ccccb032e3d1b181b02c6bb768500790870f7
      68c88982
  8. Feb 21, 2015
  9. Nov 21, 2014
  10. Nov 14, 2014
  11. Nov 07, 2014
  12. Oct 23, 2014
  13. 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
  14. May 23, 2014
  15. Mar 05, 2014
  16. Feb 24, 2014
  17. Feb 04, 2014
  18. Jan 09, 2014
  19. Sep 18, 2013
    • Jean Chalard's avatar
      Fix an NPE. · 673275cb
      Jean Chalard authored
      Apparently, it is possible that File#getPath() returns null.
      In this case, we'll have a null AssetFileAddress and an NPE
      later down the road.
      
      Bug: 9944824
      Change-Id: Id6ceac1cb55439660f9811cf0fe3b574200d5a20
      673275cb
  20. Sep 12, 2013
  21. Aug 23, 2013
  22. Aug 20, 2013
  23. Aug 19, 2013
  24. Aug 15, 2013
  25. Aug 09, 2013
  26. Jul 31, 2013
  27. Jul 01, 2013
  28. Jun 28, 2013
  29. Jun 27, 2013
    • Jean Chalard's avatar
      Fix some warnings · e04794cb
      Jean Chalard authored
      Mostly remove unused imports
      
      Change-Id: If8ceffdfad79b78194094527759f5c334746973e
      e04794cb
  30. Jun 24, 2013
  31. Jun 06, 2013
  32. Apr 30, 2013
  33. Apr 29, 2013
  34. Apr 25, 2013
  35. Mar 19, 2013
  36. Mar 18, 2013
Loading