Skip to content
Snippets Groups Projects
  1. Oct 23, 2014
  2. Oct 21, 2014
    • Yohei Yukawa's avatar
      Remove BuildCompatUtils.VERSION_CODES_LXX · 66d30a4b
      Yohei Yukawa authored
      Finally it is turned out to be a XXL-size Lollipop.
      
      Change-Id: Icbd22506be9de514eba287cdd8d97fbfd070ac09
      66d30a4b
    • 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
  3. Oct 09, 2014
    • Yohei Yukawa's avatar
      Simplify CursorAnchorInfoCompatWrapper · dac49f9f
      Yohei Yukawa authored
      With this CL, we will use CursorAnchorInfoCompatWrapper just to
      avoid unexpected NoClassDefFoundError due to the direct
      dependency CursorAnchorInfo class, which is available only on
      API level 21 and later.
      
      Change-Id: I254ff83f1ca41daa21d0666b5824af22ba529022
      dac49f9f
  4. Sep 29, 2014
    • Yohei Yukawa's avatar
      Fix NPE due to the lack of null-check · de12c1bf
      Yohei Yukawa authored
      The case that was not coverted well is that
      CursorAnchorInfoCompatWrapper could be instantiated
      with null object. In such situations, we should
      do nothing.
      
      BUG: 17682582
      Change-Id: I6625a2f0ed8c5580ed9edfe4728f342da77a8e40
      de12c1bf
  5. Sep 18, 2014
    • Yohei Yukawa's avatar
      Use Add-To-Dictionary indicator only · 5896153f
      Yohei Yukawa authored
      With this CL, the previously used commit indicator was reverted.
      Instead we use the add-to-dictionary indicator only at the moment.
      
      This CL also fixes the indicator position in bidi context.
      
      BUG: 17335734
      Change-Id: I5f7cf173ddc30876e2b01320acaff8ba4265edf6
      5896153f
  6. Sep 08, 2014
  7. Sep 02, 2014
  8. Aug 20, 2014
  9. Aug 12, 2014
Loading