1. 5b508cc Merge "Add debug logs in case of untrusted touches" by TreeHugger Robot · 5 years ago
  2. 4bae0ac Add debug logs in case of untrusted touches by Bernardo Rufino · 5 years ago
  3. db0232d Merge "[SurfaceFlinger] Add support to capture protected contents." by Peiyong Lin · 5 years ago
  4. 64f45cf Merge "[SurfaceFlinger] Update comments to clarify transform." by TreeHugger Robot · 5 years ago
  5. 74861ad [SurfaceFlinger] Update comments to clarify transform. by Peiyong Lin · 5 years ago
  6. 05cc011 [SurfaceFlinger] Add support to capture protected contents. by Peiyong Lin · 5 years ago
  7. 8f0548a Merge "GPU Memory: add errno to error log messages" by TreeHugger Robot · 5 years ago
  8. 31ed613 Merge "[SF] Update DeviceProductInfo on hotplug reconnect" by Marin Shalamanov · 5 years ago
  9. 33204a0 GPU Memory: add errno to error log messages by Yiwei Zhang · 5 years ago
  10. 419cc99 Merge "SurfaceControl: Remove setOverrideScalingMode" by Rob Carr · 5 years ago
  11. f8c6372 [SF] Update DeviceProductInfo on hotplug reconnect by Marin Shalamanov · 5 years ago
  12. 74d374b Merge "Don't use physical orientation to compute area for screenshot" by TreeHugger Robot · 5 years ago
  13. 60806c7 Merge "SF: Split DisplayTransactionTest" by TreeHugger Robot · 5 years ago
  14. 9fa926b SurfaceFlinger: check for nullptr on setFrameRate am: 162f643dde am: 18644d378b by Ady Abraham · 5 years ago
  15. 18644d3 SurfaceFlinger: check for nullptr on setFrameRate am: 162f643dde by Ady Abraham · 5 years ago
  16. 44c9a21 Merge changes from topic "ToupadPointerCapture" am: be23210bbe am: 888e5ea116 am: 1f1a42b563 by Linzhao Ye · 5 years ago
  17. dcd5d0b Populate RELATIVE_X and RELATIVE_Y motion range for touchpad pointer capture mode. am: 1fb4530260 am: 8ed0e785be am: 96fb6c70ad by Chris Ye · 5 years ago
  18. fd03b1b Fix MultiTouchInputMapperTest#Process_TouchpadCapture test failure. am: dca44af78b am: 0c74a52fa6 am: 5418a03df7 by Chris Ye · 5 years ago
  19. 1cb0fe4 Add relative field to captured cursor device am: 611712ae14 am: bd764d9ebd am: 2c0ca8c847 by Nathaniel R. Lewis · 5 years ago
  20. 0c648bf Add relative coordinates for touchpad events. am: 50908afd6e am: 910dc1603b am: ea6efcb112 by Nathaniel R. Lewis · 5 years ago
  21. 6dd2a88 Support "pointer" capture for touchpads am: eba157bc56 am: e49e8caf4d am: 83e7c0a63e by Nathaniel R. Lewis · 5 years ago
  22. a1e31d0 Allow touch if some pointers are MT_TOOL_PALM am: 6560004049 am: 182306f5cb am: 7d42047036 by arthurhung · 5 years ago
  23. cd5c289 Convert TouchInputMapper enums to enum classes. am: aff169e9c5 am: 54da491a5d am: 47c26f5b85 by Michael Wright · 5 years ago
  24. 1f1a42b Merge changes from topic "ToupadPointerCapture" am: be23210bbe am: 888e5ea116 by Linzhao Ye · 5 years ago
  25. 96fb6c7 Populate RELATIVE_X and RELATIVE_Y motion range for touchpad pointer capture mode. am: 1fb4530260 am: 8ed0e785be by Chris Ye · 5 years ago
  26. 5418a03 Fix MultiTouchInputMapperTest#Process_TouchpadCapture test failure. am: dca44af78b am: 0c74a52fa6 by Chris Ye · 5 years ago
  27. 2c0ca8c Add relative field to captured cursor device am: 611712ae14 am: bd764d9ebd by Nathaniel R. Lewis · 5 years ago
  28. ea6efcb Add relative coordinates for touchpad events. am: 50908afd6e am: 910dc1603b by Nathaniel R. Lewis · 5 years ago
  29. 83e7c0a Support "pointer" capture for touchpads am: eba157bc56 am: e49e8caf4d by Nathaniel R. Lewis · 5 years ago
  30. 7d42047 Allow touch if some pointers are MT_TOOL_PALM am: 6560004049 am: 182306f5cb by arthurhung · 5 years ago
  31. 47c26f5 Convert TouchInputMapper enums to enum classes. am: aff169e9c5 am: 54da491a5d by Michael Wright · 5 years ago
  32. 8ed0e78 Populate RELATIVE_X and RELATIVE_Y motion range for touchpad pointer capture mode. am: 1fb4530260 by Chris Ye · 5 years ago
  33. 0c74a52 Fix MultiTouchInputMapperTest#Process_TouchpadCapture test failure. am: dca44af78b by Chris Ye · 5 years ago
  34. bd764d9 Add relative field to captured cursor device am: 611712ae14 by Nathaniel R. Lewis · 5 years ago
  35. 910dc16 Add relative coordinates for touchpad events. am: 50908afd6e by Nathaniel R. Lewis · 5 years ago
  36. e49e8ca Support "pointer" capture for touchpads am: eba157bc56 by Nathaniel R. Lewis · 5 years ago
  37. 182306f Allow touch if some pointers are MT_TOOL_PALM am: 6560004049 by arthurhung · 5 years ago
  38. 54da491 Convert TouchInputMapper enums to enum classes. am: aff169e9c5 by Michael Wright · 5 years ago
  39. be23210 Merge changes from topic "ToupadPointerCapture" by Linzhao Ye · 5 years ago
  40. 4b2268c Revise RELATIVE_X and RELATIVE_Y motion ranges documentation. by Chris Ye · 5 years ago
  41. 1fb4530 Populate RELATIVE_X and RELATIVE_Y motion range for touchpad pointer capture mode. by Chris Ye · 6 years ago
  42. dca44af Fix MultiTouchInputMapperTest#Process_TouchpadCapture test failure. by Chris Ye · 6 years ago
  43. 611712a Add relative field to captured cursor device by Nathaniel R. Lewis · 7 years ago
  44. 50908af Add relative coordinates for touchpad events. by Nathaniel R. Lewis · 7 years ago
  45. eba157b Support "pointer" capture for touchpads by Nathaniel R. Lewis · 8 years ago
  46. 6560004 Allow touch if some pointers are MT_TOOL_PALM by arthurhung · 6 years ago
  47. aff169e Convert TouchInputMapper enums to enum classes. by Michael Wright · 6 years ago
  48. 07b1ff3 SF: Split DisplayTransactionTest by Marin Shalamanov · 5 years ago
  49. f5c9e22 Merge "Notify policy of untrusted touch for toast" by Bernardo Rufino · 5 years ago
  50. ada9ec3 Merge "Make a layer secure if its parent is secure." by TreeHugger Robot · 5 years ago
  51. 387aff5 Don't use physical orientation to compute area for screenshot by chaviw · 5 years ago
  52. de619fa Make a layer secure if its parent is secure. by Garfield Tan · 5 years ago
  53. 162f643 SurfaceFlinger: check for nullptr on setFrameRate by Ady Abraham · 5 years ago
  54. 2e1f651 Notify policy of untrusted touch for toast by Bernardo Rufino · 5 years ago
  55. ad3b184 Merge "Use enum class for injection constants" by TreeHugger Robot · 5 years ago
  56. c5ab4f9 Merge "Limit the number of printed entries in a queue" by TreeHugger Robot · 5 years ago
  57. 916b036 SurfaceControl: Remove setOverrideScalingMode by Robert Carr · 5 years ago
  58. 14411c9 Limit the number of printed entries in a queue by Siarhei Vishniakou · 5 years ago
  59. ae6229e Use enum class for injection constants by Siarhei Vishniakou · 6 years ago
  60. deaec1d Merge "Remove hard code color space." by TreeHugger Robot · 5 years ago
  61. 5951b43 Merge "Prevent mEventCache UAF in SensorEventConnection" into rvc-dev am: 5adafe2d1e am: 81c8fe38f4 by Arthur Ishiguro · 5 years ago
  62. 81c8fe3 Merge "Prevent mEventCache UAF in SensorEventConnection" into rvc-dev am: 5adafe2d1e by Arthur Ishiguro · 5 years ago
  63. 4b2f62d Merge "Prevent mEventCache UAF in SensorEventConnection" into rvc-qpr-dev am: c91169c7bb by Arthur Ishiguro · 5 years ago
  64. 23b5d27 Merge "Change InputReader::getInputDevices to return vector of InputDeviceInfo." by TreeHugger Robot · 5 years ago
  65. cd26147 Remove hard code color space. by Peiyong Lin · 5 years ago
  66. b52d4c4 Merge "Statically link missing libary to SurfaceFlinger_test" by TreeHugger Robot · 5 years ago
  67. 98d3f53 Change InputReader::getInputDevices to return vector of InputDeviceInfo. by Chris Ye · 5 years ago
  68. 3242d5f Statically link missing libary to SurfaceFlinger_test by Vishnu Nair · 5 years ago
  69. bceca72 Merge "Revert^2 "[SF] Introduce VirtualDisplayId"" by TreeHugger Robot · 5 years ago
  70. 8c216cf Merge "SurfaceFLinger: rename outLayerId" by TreeHugger Robot · 5 years ago
  71. 2e6387b Merge "Fix Process_LockedKeysShouldToggleAfterReattach test failure" by TreeHugger Robot · 5 years ago
  72. 0f10d0d Revert^2 "[SF] Introduce VirtualDisplayId" by Marin Shalamanov · 6 years ago
  73. 7dee71f Merge "Block untrusted touches in InputDispatcher" by Bernardo Rufino · 5 years ago
  74. 9f0a400 SurfaceFLinger: rename outLayerId by Ady Abraham · 5 years ago
  75. 4e9769a Merge changes I872e2405,Iac8c8377 by TreeHugger Robot · 5 years ago
  76. a281ea5 Merge "Check for focused window before raising 'no focused window' ANR" by TreeHugger Robot · 5 years ago
  77. 7124df8 Merge "Revert "[SF] Introduce VirtualDisplayId"" by Siarhei Vishniakou · 5 years ago
  78. 3a67f36 Revert "[SF] Introduce VirtualDisplayId" by Siarhei Vishniakou · 5 years ago
  79. 2d73632 Add a backdoor to change FrameTimeline's maxDisplayFrames by Adithya Srinivasan · 5 years ago
  80. bd5e966 Merge "Don't quantize max range with a resolution of 0" am: 209c251c16 am: 968386fa07 by Treehugger Robot · 5 years ago
  81. 8fc601d Dumpsys for FrameTimeline by Adithya Srinivasan · 5 years ago
  82. f56b269 Check for focused window before raising 'no focused window' ANR by Siarhei Vishniakou · 5 years ago
  83. 8991beb Merge "SurfaceFlinger: fix a crash with RefreshRateOverlay" by Ady Abraham · 5 years ago
  84. 7f4f5b4 Merge "SurfaceFlinger: decouple EventThread from SF wakeup" by TreeHugger Robot · 5 years ago
  85. c0b7016 Merge "[SF] Introduce VirtualDisplayId" by TreeHugger Robot · 5 years ago
  86. 55fa727 SurfaceFlinger: decouple EventThread from SF wakeup by Ady Abraham · 5 years ago
  87. 4a474e8 SurfaceFlinger: fix a crash with RefreshRateOverlay by Ady Abraham · 5 years ago
  88. ea97d18 Block untrusted touches in InputDispatcher by Bernardo Rufino · 6 years ago
  89. 7cee53e [SF] Introduce VirtualDisplayId by Marin Shalamanov · 6 years ago
  90. 6fe9578 Fix Process_LockedKeysShouldToggleAfterReattach test failure by arthurhung · 5 years ago
  91. f73b7c9 Merge "[Attempt #2] Consider UID instead of PID in canBeObscuredBy()" by Bernardo Rufino · 5 years ago
  92. 1955bb8 Merge "[SF] Set default layerStackRect to the framebuffer size" by Marin Shalamanov · 5 years ago
  93. 4429cac [SF] Set default layerStackRect to the framebuffer size by Marin Shalamanov · 5 years ago
  94. 930b583 Prevent mEventCache UAF in SensorEventConnection by Arthur Ishiguro · 5 years ago
  95. f1bf7dd Prevent mEventCache UAF in SensorEventConnection by Arthur Ishiguro · 5 years ago
  96. 4071d36 Merge "Prevent mEventCache UAF in SensorEventConnection" by TreeHugger Robot · 5 years ago
  97. 23103b8 Merge "Remove barrierGbp_legacy from layer state" by Pablo Gamito · 5 years ago
  98. 3e9afc1 Prevent mEventCache UAF in SensorEventConnection by Arthur Ishiguro · 5 years ago
  99. c351d6f Remove barrierGbp_legacy from layer state by Pablo Gamito · 5 years ago
  100. 91346ce Merge "Pass surface control instead of handle as reference to layers in LayerState" by Pablo Gamito · 5 years ago