1. 26 Mar, 2015 2 commits
  2. 12 Mar, 2015 2 commits
  3. 11 Mar, 2015 1 commit
  4. 04 Mar, 2015 4 commits
  5. 25 Feb, 2015 1 commit
    • Jim Miller's avatar
      Remove TrustAgent whitelisting API · e34c3bca
      Jim Miller authored
      Due to a bug caught late in the release, this API is broken
      and should be removed from API 22 because it's too late for
      a fix and there's no workaround.
      
      Bug 19461292
      
      Change-Id: Ib0757a4484b14afe7f83ae9527bb3f5f4834ee62
      e34c3bca
  6. 19 Feb, 2015 2 commits
    • Jim Miller's avatar
      Fix accessibility focus bug in statusbar · d0f748a7
      Jim Miller authored
      The notification_stack_scroller view of the new uber statusbar should
      not be focusable for accessibility
      
      Fixes bug 19296202
      
      Change-Id: I1b3f43ee3c480c705044cb3d565c7c7f7019bcc3
      d0f748a7
    • Christopher Tate's avatar
      Fix wifi AP backup · 4cbffa6f
      Christopher Tate authored
      An OutputStream buffers only by explicit contract.  OutputStreamWriter
      buffers internally, always.  Do not get these behaviors confused.
      
      Bug 19341967
      
      Change-Id: I0610ed625b0175620083dd286f3a73c24956b171
      4cbffa6f
  7. 18 Feb, 2015 5 commits
    • Marco Nelissen's avatar
      Fix NPE · c0315614
      Marco Nelissen authored
      Path can be null if sd card was ejected, and we shouldn't make a thumbnail
      in that case.
      
      Bug: 19380821
      Change-Id: Iee69effdd321622de026ad7b57c74cf9da81a176
      c0315614
    • Alan Viverette's avatar
      Fix year picker initial range · 51754778
      Alan Viverette authored
      BUG: 19410328
      Change-Id: I2a2952eb58eb856f93b7af2f49e08abe71078aa9
      51754778
    • Craig Mautner's avatar
      Do not make ActivityContainer available to apps. DO NOT MERGE · 36ebab67
      Craig Mautner authored
      A security leak was discovered whereby a malicious app could get the
      IActivityContainer object from one app and use it to inject events
      into another app. This fix removes the availability of the
      IActivityContainer and replaces its one use with a method for
      returning the information the IActivityContainer was used for.
      
      Fixes bug 19394591.
      
      Change-Id: Ib3cec25b25130cd8e098892c057742cfd575cfdd
      36ebab67
    • Adrian Roos's avatar
      Revert "Fixed accessibility for the pin input view on keyguard." · b4645711
      Adrian Roos authored
      Also removes the Klondike from the content description.
      
      This reverts commit c199ef37
      from change I3dd05fa1714da36795f448718fd70f1cdbfe2584
      
      Bug: 18528774
      Change-Id: I8a85076f939a8b78075b5a6322009ebfd78bf8d3
      b4645711
    • Adrian Roos's avatar
      Disable color view animations when stable insets change · c9ef840f
      Adrian Roos authored
      Prevents color view from showing up on phones when
      the orientation changes to landscape. Previously, the
      animation was only prevented when the stable inset of a
      bar became nonzero; now we disable animations whenever
      the nonzeroness changes.
      
      Bug: 19353466
      Change-Id: I31b4103fe984d158a98cd446ac2ddbe15a408e49
      c9ef840f
  8. 13 Feb, 2015 6 commits
  9. 12 Feb, 2015 17 commits