1. 01 Sep, 2015 1 commit
    • Sebastien Hertz's avatar
      Allow debugging only for apps forked from zygote · d4d3181d
      Sebastien Hertz authored
      When starting the runtime from app_process, we only pass JDWP options
      if starting zygote. It prevents from opening a JDWP connection in
      non-zygote programs while Android apps (forked from zygote) remain
      debuggable.
      
      Bug: 23050463
      
      (cherry picked from commit 7a09b832)
      
      Change-Id: Ib5b6d3bc4d45389993c3c54226df5a7b72479d19
      d4d3181d
  2. 14 Aug, 2015 3 commits
  3. 09 Jul, 2015 5 commits
  4. 28 May, 2015 1 commit
  5. 14 May, 2015 1 commit
  6. 07 Apr, 2015 2 commits
  7. 31 Mar, 2015 1 commit
    • Svetoslav's avatar
      AccessibilityNodeInfo refresh returns a stale state. - DO NOT MERGE · 48a5ed56
      Svetoslav authored
      AccessibilityNodeInfo refresh was getting the latest cached
      state but this is not good enough as an accessibility service
      can execute an action on the node and then refresh it to get
      the new state.
      
      bug:16954787
      
      Change-Id: I004b4987b8dc423a2ab7031a4fbfe64365ddd7fe
      (cherry picked from commit 5738fec0)
      48a5ed56
  8. 27 Mar, 2015 2 commits
    • Christopher Tate's avatar
      When scanning unbundled apps, only install the expected APK tree · ac9da77f
      Christopher Tate authored
      We now make sure, when scanning post-factory app installs, that we do not
      accidentally activate a "leaked" or otherwise superfluous APK tree that the
      scan algorithm happens to encounter before the one that we expect a priori
      based on the persisted package-installation state.  When we find such an
      extraneous installation we ignore it in favor of the expected one, similarly
      to the policy used when collecting system-bundled packages that have been
      updated.
      
      Even if we find an unexpected APK for the package, if the expected one
      turns out to be absent we fall back to the existing "we thought this app
      was present and now it isn't" logic.
      
      Bug 19602471
      
      Change-Id: I141a93661946176c05d8cf52a123bdf75c8eef74
      ac9da77f
    • Jinsuk Kim's avatar
      CEC: Explicitly turn on screen for remote control passthrough · 32dcf568
      Jinsuk Kim authored
      Ensures that the playback device turns on display output signal
      upon receiving CEC command <User Control Pressed>.
      
      Bug: 19518981
      Change-Id: I4f898380c9ffc071da2357a51e61309ae5d233f5
      (cherry picked from commit 9b8507c5)
      32dcf568
  9. 26 Mar, 2015 7 commits
  10. 12 Mar, 2015 2 commits
  11. 11 Mar, 2015 1 commit
  12. 04 Mar, 2015 4 commits
  13. 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
  14. 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
  15. 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
  16. 13 Feb, 2015 2 commits