1. a9027a7 [DO NOT MERGE] Transition to clear state after gesture cancelation. by Ameer Armaly · 3 years, 7 months ago
  2. 750b659 Fix the focus not move to the place where the finger clicks by Jacky Kao · 3 years, 6 months ago
  3. bf402bd [DO NOT MERGE] Fix Accidently trigger A11y button long pressed by ryanlwlin · 3 years, 9 months ago
  4. a070cca [DO NOT MERGE] MultiFingerSwipe: scale touch slop to number of fingers. by Ameer Armaly · 3 years, 9 months ago
  5. be8a943 [DO NOT MERGE] Use correct touch slop value for two-finger passthrough. by Ameer Armaly · 3 years, 9 months ago
  6. 81570aa [DO NOT MERGE] Fix sometime couldn't trigger A11y button with 3-finger by ryanlwlin · 3 years, 9 months ago
  7. dd8ef30 [DO NOT MERGE] Fix hardly to perform 3-finger swipe from the bottom by ryanlwlin · 3 years, 9 months ago
  8. 217bb3b [DO NOT MERGE] Fix edge swipe logic. by Ameer Armaly · 3 years, 9 months ago
  9. a7da0f4 [DO NOT MERGE] Require both fingers to move before starting two-finger passthrough. by Ameer Armaly · 3 years, 9 months ago
  10. aa25d20 [DO NOT MERGE] Start dragging where the fingers initially went down. by Ameer Armaly · 3 years, 9 months ago
  11. 1f49d41 [DO NOT MERGE] Address drag unreliability during touch exploration by Phil Weaver · 3 years, 9 months ago
  12. c39597b [DO NOT MERGE] Fix crash with multifinger touch exploration by Phil Weaver · 3 years, 9 months ago
  13. abfaf26 [DO NOT MERGE] Enable two-finger passthrough swipes. by Ameer Armaly · 3 years, 10 months ago
  14. 0c1b921 linkToDeath exception cause system server crash by Catherine Shi · 3 years, 10 months ago
  15. 1145db5 [DO NOT MERGE] Clear properties after interaction is ended by ryanlwlin · 3 years, 10 months ago
  16. b8544ea [DO NOT MERGE] Fix NPE from uninitialized object. by Ameer Armaly · 3 years, 11 months ago
  17. 4b8fac0 [DO NOT MERGE] TouchExplorer: do not use accessibility action to long click. by Ameer Armaly · 3 years, 11 months ago
  18. 18905eb Merge "Fix the multi-fingers gesture conflict with TouchExplorer" into rvc-dev by Ryan Lin · 3 years, 11 months ago
  19. 2047cd4 Fix the multi-fingers gesture conflict with TouchExplorer by ryanlwlin · 3 years, 11 months ago
  20. 9e83d07 [DO NOT MERGE] Bring back touch events for double tap and double tap and hold. by Ameer Armaly · 4 years ago
  21. 1f913ea Fix Hard to detect multi-finger multi-tap by ryanlwlin · 4 years ago
  22. 39e7cdc Make A11yServiceConnection PendingIntent immutable. by Jacky Kao · 4 years ago
  23. 4ec7b5c DO NOT MERGE: Map TYPE_TRUSTED_APPLICATION_OVERLAY to system window type for A11y by ryanlwlin · 4 years ago
  24. 779b7a0 Fix Magnification Settings didn't restore via D2D transfer by ryanlwlin · 4 years ago
  25. 0a62017 Fix Accessibility Menu setting is not restored by D2D by ryanlwlin · 4 years ago
  26. cee5a21 Merge "GestureManifold: fix null pointer exception in onGestureCompleted." into rvc-dev by Ameer Armaly · 4 years ago
  27. 2a5f86f Merge "MultiFingerMultiTap: reset the expiration clock when fingers go up." into rvc-dev by TreeHugger Robot · 4 years ago
  28. b4eb89e MultiFingerMultiTap: reset the expiration clock when fingers go up. by Ameer Armaly · 4 years ago
  29. 167804a Bubble's change could notify to A11y framework by Jacky Kao · 4 years ago
  30. 3921cf7 GestureManifold: fix null pointer exception in onGestureCompleted. by Ameer Armaly · 4 years ago
  31. 9933478 Merge "Avoid launching activity-based feature to force stop exist actiivty and recreate it." into rvc-dev by TreeHugger Robot · 4 years ago
  32. a0b9a20 Merge "Removes shortcut target when an a11y service is unbound" into rvc-dev by Rhed Jao · 4 years ago
  33. 2d8bdb1 Removes shortcut target when an a11y service is unbound by Rhed Jao · 4 years ago
  34. 22eadd2 Merge "Swipe: use event times to check for expiration rather than handlers." into rvc-dev by Ryan Lin · 4 years ago
  35. 038488e Avoid launching activity-based feature to force stop exist actiivty and recreate it. by menghanli · 4 years ago
  36. 179321d Merge "Removes the a11y service from the cached service list when onPackageRemoved" into rvc-dev by Minche Li · 4 years ago
  37. 2b76abd Removes the a11y service from the cached service list when onPackageRemoved by mincheli · 4 years ago
  38. b16b448 Swipe: use event times to check for expiration rather than handlers. by Ameer Armaly · 4 years, 1 month ago
  39. 5c8f27a Merge "Logs accessibility shortcut behavior." into rvc-dev by Jason Hsu · 4 years ago
  40. d9aa032 Logs accessibility shortcut behavior. by jasonwshsu · 4 years, 1 month ago
  41. d596701 Merge "Give AccessibilityServices System Capabilities." into rvc-dev by Qasid Sadiq · 4 years ago
  42. 4d1d7b5 Add custom Error Prone check for SDK comparisons. by Jeff Sharkey · 4 years ago
  43. b8e8c09 Give AccessibilityServices System Capabilities. by Qasid Ahmad Sadiq · 4 years, 1 month ago
  44. 12a32f3 Merge "Initialize SystemActionPerformer lazily" into rvc-dev by Sally Yuen · 4 years, 1 month ago
  45. 8146d24 Initialize SystemActionPerformer lazily by sallyyuen · 4 years, 1 month ago
  46. bf82de2 Merge "Fix didn't bypass touch events with non-empty passthrough Region" into rvc-dev by Ryan Lin · 4 years, 1 month ago
  47. 4ce06df Merge "Adjust down event location when two-finger dragging in TouchExplorer" into rvc-dev by Minche Li · 4 years, 1 month ago
  48. 93edd11 Fix system action API issues in SystemActions by sallyyuen · 4 years, 2 months ago
  49. 5534ac3 Fix didn't bypass touch events with non-empty passthrough Region by ryanlwlin · 4 years, 1 month ago
  50. 004bed2 Adjust down event location when two-finger dragging in TouchExplorer by mincheli · 4 years, 1 month ago
  51. 78b06a4 Merge "Allow sysUI to send a11y events for other package and user" into rvc-dev by Bernardo Rufino · 4 years, 1 month ago
  52. ea2d4bf Merge changes from topic "rhedjao_a11y_button_rollback" into rvc-dev by Jason Hsu · 4 years, 1 month ago
  53. f6e6cb1 Merge changes from topic "rhedjao_a11y_button_rollback" into rvc-dev by Jason Hsu · 4 years, 1 month ago
  54. 0589ab0 Rollback chooser menu to version Q behavior for accessibility button (2/n). by Peter_Liang · 4 years, 1 month ago
  55. c7988a9 Allow sysUI to send a11y events for other package and user by Bernardo Rufino · 4 years, 2 months ago
  56. 538ee89f Merge "Obtain correct screenshot based on device orientation" into rvc-dev by Jacky Kao · 4 years, 1 month ago
  57. 333de4e Obtain correct screenshot based on device orientation by Jacky Kao · 4 years, 1 month ago
  58. 44cc1e2 Merge "Add screenshots logging" into rvc-dev by Miranda Kephart · 4 years, 1 month ago
  59. 18c1d27 Merge "Add shell command to trigger global action" into rvc-dev by Winson Chung · 4 years, 1 month ago
  60. 0f3a378 Add shell command to trigger global action by Winson Chung · 4 years, 2 months ago
  61. 867c6d2 Support sending KEYCODE_HEADSETHOOK KeyEvent from an a11y service by sallyyuen · 4 years, 1 month ago
  62. 7b2c313 Add screenshots logging by Miranda Kephart · 4 years, 2 months ago
  63. 1fb728d Merge "Revert "Laziliy initialize SystemActionPerformer"" into rvc-dev by Sally Yuen · 4 years, 1 month ago
  64. 73a4b26 Revert "Laziliy initialize SystemActionPerformer" by Sally Yuen · 4 years, 1 month ago
  65. 8fcba03 Fixes long press the a11y shortcut no response by Rhed Jao · 4 years, 1 month ago
  66. d15058d Rollback the changes of a11y button by Rhed Jao · 4 years, 2 months ago
  67. 693c69c Merge "Use current user isntead of system user if no --user parameter is passed" into rvc-dev by Qasid Sadiq · 4 years, 1 month ago
  68. d0129ce Use current user isntead of system user if no --user parameter is passed by Qasid Ahmad Sadiq · 4 years, 1 month ago
  69. 6651da4 Merge "Fix a11y service targeting sdk version doesn't update" into rvc-dev by Rhed Jao · 4 years, 1 month ago
  70. 63f5570 Merge "Laziliy initialize SystemActionPerformer" into rvc-dev by Sally Yuen · 4 years, 1 month ago
  71. aa8f5cb Merge "Supporting multi-display for takeScreenshot()" into rvc-dev by Jacky Kao · 4 years, 1 month ago
  72. d3ef403 Laziliy initialize SystemActionPerformer by sallyyuen · 4 years, 1 month ago
  73. f74e5cc Fix a11y service targeting sdk version doesn't update by Rhed Jao · 4 years, 2 months ago
  74. fea8d18 Merge "Accessibility Service & Shortcut Redesign - Remove “volume key shortcut” setting (5/n)" into rvc-dev by Menghan Li · 4 years, 2 months ago
  75. 316477c Supporting multi-display for takeScreenshot() by Jacky Kao · 4 years, 2 months ago
  76. 390f8f9 Accessibility Service & Shortcut Redesign - Remove “volume key shortcut” setting (5/n) by menghanli · 4 years, 2 months ago
  77. 443b8fb [DO NOT MERGE] Fix incorrect order of Accessibility events by ryanlwlin · 4 years, 2 months ago
  78. 658dd80 Merge "Reply error through callback for takeScreenshot()" into rvc-dev by Jacky Kao · 4 years, 2 months ago
  79. 6c8bdbb Reply error through callback for takeScreenshot() by Jacky Kao · 4 years, 2 months ago
  80. 8681ea3 Using parent windowId instead by Jackal Guo · 4 years, 2 months ago
  81. d1bbc14 Merge "Replace TYPE_STATUS_BAR_PANEL with TYPE_STATUS_BAR_ADDITIONAL" into rvc-dev by Heemin Seog · 4 years, 2 months ago
  82. 4082aa2 Drop the hardware buffer by Jacky Kao · 4 years, 3 months ago
  83. 979600d Add a rate limitation of takeScreenshot() API by Jacky Kao · 4 years, 3 months ago
  84. 2cf45dd Replace TYPE_STATUS_BAR_PANEL with TYPE_STATUS_BAR_ADDITIONAL by Heemin Seog · 4 years, 3 months ago
  85. 33b8bf6 Merge "Make me an owner of accessibility frameworks" am: 269d57b7da am: 6374aaf5c5 am: 865c89c5a3 by Automerger Merge Worker · 4 years, 3 months ago
  86. 6374aaf Merge "Make me an owner of accessibility frameworks" am: 269d57b7da by Automerger Merge Worker · 4 years, 3 months ago
  87. 88d52e8 Make me an owner of accessibility frameworks by Qasid Ahmad Sadiq · 4 years, 3 months ago
  88. fd33a24 Merge "Fix failure in postsubmit" by TreeHugger Robot · 4 years, 3 months ago
  89. 687fb4b Merge "Don't notify display removed if it's a private virtual display" by Ryan Lin · 4 years, 3 months ago
  90. 6a34da5 Don't notify display removed if it's a private virtual display by ryanlwlin · 4 years, 3 months ago
  91. 1eac68b Fix failure in postsubmit by Jackal Guo · 4 years, 3 months ago
  92. cc13292 Add passthrough functionality for touch exploration and gesture detection. by Ameer Armaly · 4 years, 3 months ago
  93. bd73dfa Merge "Update the current user id for MagnificationController" by Minche Li · 4 years, 3 months ago
  94. acf5b57 Update the current user id for MagnificationController by mincheli · 4 years, 3 months ago
  95. 075a809 Merge "Improvement for takeScreenshot() API" by Jacky Kao · 4 years, 3 months ago
  96. 5519738 Improvement for takeScreenshot() API by Jacky Kao · 4 years, 3 months ago
  97. 259dadd Add multi-finger double tap and hold gestures. by Ameer Armaly · 4 years, 3 months ago
  98. a459b19 Support accessibility on embedded hierarchies (2/n) by Jackal Guo · 4 years, 5 months ago
  99. 76c7f54 Merge "Changing the return type of takeScreenshot() (2/n)" by Jacky Kao · 4 years, 3 months ago
  100. 2fffd22 Changing the return type of takeScreenshot() (2/n) by Jacky Kao · 4 years, 3 months ago