1. 03 Nov, 2016 1 commit
  2. 26 Aug, 2016 2 commits
  3. 16 Aug, 2016 1 commit
  4. 27 May, 2016 1 commit
  5. 22 Apr, 2016 1 commit
    • Michael Wright's avatar
      Add new MotionEvent flag for partially obscured windows. · 03a53d1c
      Michael Wright authored
      Due to more complex window layouts resulting in lots of overlapping
      windows, the policy around FLAG_WINDOW_IS_OBSCURED has changed to
      only be set when the point at which the window was touched is
      obscured. Unfortunately, this doesn't prevent tapjacking attacks that
      overlay the dialog's text, making a potentially dangerous operation
      seem innocuous. To avoid this on particularly sensitive dialogs,
      introduce a new flag that really does tell you when your window is
      being even partially overlapped.
      
      We aren't exposing this as API since we plan on making the original
      flag more robust. This is really a workaround for system dialogs
      since we generally know their layout and screen position, and that
      they're unlikely to be overlapped by other applications.
      
      Bug: 26677796
      Change-Id: I9e336afe90f262ba22015876769a9c510048fd47
      03a53d1c
  6. 26 Mar, 2016 2 commits
  7. 27 Feb, 2016 3 commits
  8. 22 Jan, 2016 2 commits
  9. 27 Oct, 2015 2 commits
    • Peng Xu's avatar
    • Peng Xu's avatar
      Avoiding flush on-change sensors at subscription · 20483c49
      Peng Xu authored
      Initial sensor flush at subscription is a mechanism to avoid sensors
      to get stale samples before subscription happens. However, there is a
      slight chance that a most recent sample will be lost during the flush
      process. This is OK for continuous sensors but problematic in
      on-change sensor as on-change event does not come continuously and
      a lost event can cause inconsistent state in client. Flush at
      subscription of on-change sensor is disabled in this CL to avoid new
      important on-change event to be discarded during the initial flush
      process.
      
      Bugs: b/24647069
            b/25241873
            b/24804819
           
      Change-Id: Ibda099c6b9f5fb6e200f13cf13a850b0026e9e7c
      20483c49
  10. 23 Oct, 2015 16 commits
  11. 22 Oct, 2015 8 commits
  12. 21 Oct, 2015 1 commit