Skip to content
Snippets Groups Projects
  1. 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
  2. Oct 01, 2014
  3. Jul 31, 2013
  4. Jul 16, 2013
  5. Jul 05, 2013
  6. Jul 01, 2013
    • Jean Chalard's avatar
      Fix a bug where no URL means refresh never ends · 3f0858eb
      Jean Chalard authored
      This patch does two things:
      - If there is no URL to download new data from, then the
      Refresh button is not shown.
      - Even if for some reason refresh starts for a client for
      which there is no URL, loading correctly finishes.
      
      Bug: 9388602
      Change-Id: I3fd9214da50faa4b59d0bd3e775293dd34f07547
      3f0858eb
  7. Jun 11, 2013
    • Kurt Partridge's avatar
      Make intents unique to AOSP · 2c1796c2
      Kurt Partridge authored
      This is to avoid confusion if multiple IMEs are installed with
      dictionary pack components
      
      Change-Id: Ibc91951e4fdd5db13f681e4cb06197da98527bbc
      2c1796c2
  8. Apr 19, 2013
  9. Mar 19, 2013
Loading