1. 21 Sep, 2016 7 commits
  2. 29 Jul, 2016 3 commits
  3. 22 Jun, 2016 9 commits
  4. 21 Jun, 2016 1 commit
  5. 15 Jun, 2016 1 commit
    • Tony Wickham's avatar
      Replaced Utilities.isNycOrAbove() with version code check. · fd309fbf
      Tony Wickham authored
      - Instead of using reflection to check if N is present, we now use
        Build.VERSION.SDK_INT >= Build.VERSION_CODES.N.
      - Other places that used reflection to use N APIs have also been
        cleaned up.
      
      Bug: 22942492
      Change-Id: Ia7b981cae375e800bcc8f0c54aec48e0c8c076da
      fd309fbf
  6. 08 Jun, 2016 1 commit
    • Adam Cohen's avatar
      Ensure that custom actions are available to all apps items · d140f3c7
      Adam Cohen authored
      -> When BubbleTextViews were being recycled, the RecyclerView was clearing the
         AccessibilityDelegate. Ensure that this is reset by the adapter when a
         BubbleTextView is reused.
      
      issue 25948877
      
      (cherry picked from commit 6e92f053)
      
      Change-Id: I5f0773333186e5ffe4600f49330b4390cd3fbaeb
      d140f3c7
  7. 07 Jun, 2016 6 commits
  8. 06 Jun, 2016 1 commit
  9. 01 Jun, 2016 1 commit
  10. 31 May, 2016 1 commit
    • Sunny Goyal's avatar
      Disabling stricty mode checks when launching an activity. · d2a6ed36
      Sunny Goyal authored
      The default strict mode policy in NYC cause death penalty when
      when sharing file URI in intent. This causes launcher to crash
      for users who have shortcuts of images and documents on their
      homescreen.
      
      Bug: 28853579
      Change-Id: If84cd5ff732713aaff5d3164edf428c8b4233ea2
      (cherry picked from commit 85fc55a9)
      d2a6ed36
  11. 25 May, 2016 1 commit
  12. 20 May, 2016 1 commit
  13. 19 May, 2016 5 commits
  14. 18 May, 2016 1 commit
  15. 17 May, 2016 1 commit