Skip to content
Snippets Groups Projects
  1. 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
  2. Feb 21, 2015
  3. Nov 21, 2014
  4. Nov 14, 2014
  5. Nov 07, 2014
  6. Oct 23, 2014
  7. 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
  8. May 23, 2014
  9. Mar 05, 2014
  10. Feb 24, 2014
  11. Feb 04, 2014
  12. Jan 09, 2014
  13. 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
  14. Sep 12, 2013
  15. Aug 23, 2013
  16. Aug 20, 2013
  17. Aug 19, 2013
  18. Aug 15, 2013
  19. Aug 09, 2013
  20. Jul 31, 2013
  21. Jul 01, 2013
  22. Jun 28, 2013
  23. Jun 27, 2013
    • Jean Chalard's avatar
      Fix some warnings · e04794cb
      Jean Chalard authored
      Mostly remove unused imports
      
      Change-Id: If8ceffdfad79b78194094527759f5c334746973e
      e04794cb
  24. Jun 24, 2013
  25. Jun 06, 2013
  26. Apr 30, 2013
  27. Apr 29, 2013
  28. Apr 25, 2013
  29. Mar 19, 2013
  30. Mar 18, 2013
  31. 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
  32. Feb 12, 2013
    • Jean Chalard's avatar
      Cleanups · 1c5b2a41
      Jean Chalard authored
      Follow-up to Idc6f419a
      
      Change-Id: I4aae8f4e19f27a0a309879dc19af6e40906d58c5
      1c5b2a41
  33. Jan 31, 2013
  34. Jan 29, 2013
    • Jean Chalard's avatar
      Refactoring · d515f134
      Jean Chalard authored
      This creates a new DictionaryInfoUtils class and moves a bunch
      of static methods there for later usage.
      
      Change-Id: Iecb0643e6029a7be36bd6cb36aa918c40e6d8c6a
      d515f134
  35. Jan 21, 2013
Loading