1. 28 Sep, 2015 3 commits
    • Tao Bao's avatar
      [DO NOT MERGE] Bump up the timeout for uncrypt to 900s. · 6868ef15
      Tao Bao authored
      Bug: 23629892
      Change-Id: I7b722f1b3f43a31dc82c55127c46df6123f14b5d
      6868ef15
    • Paul Jensen's avatar
      Don't mark NetworkRequests restricted when they don't have restricted caps · ee409d3a
      Paul Jensen authored
      Requests without NET_CAPABILITIES_INTERNET and just the default network
      capabilities should not be marked restricted.  Without this fix apps
      can hit permissions exceptions if they inadvertently make requests
      without NET_CAPABILITIES_INTERNET.
      
      Bug:23164917
      Change-Id: I4c7136821315bcb05dfc42ffbc505a5d4f6109e6
      (cherry picked from commit aae613d9)
      ee409d3a
    • Paul Jensen's avatar
      Fix NOT_RESTRICTED network capability and enforce it. · 2de275c9
      Paul Jensen authored
      With this change:
      1. NOT_RESTRICTED should be removed from NetworkRequests that bring up
         special restricted carrier networks (e.g. IMS, FOTA).
      2. NetworkRequests without NOT_RESTRICTED require CONNECTIVITY_INTERNAL
         permission to register
      3. Binding sockets to networks without NOT_RESTRICTED requires
         CONNECTIVITY_INTERNAL permission
      
      Bug:21637535
      Change-Id: I5991d39facaa6b690e969fe15dcbeec52e918321
      (cherry picked from commit 487ffe7d)
      2de275c9
  2. 16 Sep, 2015 1 commit
  3. 01 Sep, 2015 3 commits
  4. 14 Aug, 2015 3 commits
  5. 09 Jul, 2015 5 commits
  6. 28 May, 2015 1 commit
  7. 14 May, 2015 1 commit
  8. 07 Apr, 2015 2 commits
  9. 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
  10. 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
  11. 26 Mar, 2015 7 commits
  12. 12 Mar, 2015 2 commits
  13. 11 Mar, 2015 1 commit
  14. 04 Mar, 2015 4 commits
  15. 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
  16. 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
  17. 18 Feb, 2015 1 commit
    • 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