Skip to content
Snippets Groups Projects
  1. May 04, 2015
  2. Mar 27, 2015
  3. 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
  4. Feb 21, 2015
  5. Nov 21, 2014
  6. Nov 14, 2014
  7. Nov 07, 2014
  8. Oct 23, 2014
  9. 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
  10. May 23, 2014
  11. Mar 05, 2014
  12. Feb 24, 2014
  13. Feb 04, 2014
  14. Jan 09, 2014
  15. 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
  16. Sep 12, 2013
  17. Aug 23, 2013
  18. Aug 20, 2013
  19. Aug 19, 2013
  20. Aug 15, 2013
  21. Aug 09, 2013
  22. Jul 31, 2013
  23. Jul 01, 2013
  24. Jun 28, 2013
  25. Jun 27, 2013
    • Jean Chalard's avatar
      Fix some warnings · e04794cb
      Jean Chalard authored
      Mostly remove unused imports
      
      Change-Id: If8ceffdfad79b78194094527759f5c334746973e
      e04794cb
  26. Jun 24, 2013
  27. Jun 06, 2013
  28. Apr 30, 2013
  29. Apr 29, 2013
  30. Apr 25, 2013
  31. Mar 19, 2013
  32. Mar 18, 2013
  33. Feb 23, 2013
    • Jean Chalard's avatar
      Fix a possible crash · 76ead0ea
      Jean Chalard authored
      If the dictionary ID, as indicated in the metadata, is
      less than three chars long, it crashes LatinIME.
      Of course we don't have such dictionary IDs in the current
      metadata, but it's still better to be able to handle
      the case gracefully ^^;
      
      Change-Id: I60cdf6f8ecce9f4d44b42ddd5d157aebff9a4163
      76ead0ea
  34. Feb 12, 2013
    • Jean Chalard's avatar
      Cleanups · 1c5b2a41
      Jean Chalard authored
      Follow-up to Idc6f419a
      
      Change-Id: I4aae8f4e19f27a0a309879dc19af6e40906d58c5
      1c5b2a41
  35. Jan 31, 2013
Loading