1. 26 Feb, 2016 2 commits
  2. 18 Dec, 2015 1 commit
  3. 17 Dec, 2015 1 commit
  4. 11 Dec, 2015 2 commits
  5. 01 Dec, 2015 2 commits
  6. 27 Oct, 2015 4 commits
  7. 22 Oct, 2015 1 commit
  8. 28 Sep, 2015 4 commits
  9. 16 Sep, 2015 1 commit
  10. 01 Sep, 2015 3 commits
  11. 14 Aug, 2015 3 commits
  12. 09 Jul, 2015 5 commits
  13. 28 May, 2015 1 commit
  14. 14 May, 2015 1 commit
  15. 07 Apr, 2015 2 commits
  16. 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
  17. 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
  18. 26 Mar, 2015 4 commits