1. 31c76e0 Update captureDisplay flag to be read-only. by Melody Hsu · 2 years, 2 months ago
  2. 3b930b1 Merge changes from topic "MultiFingerMultiTap" into main by Jean Chen · 2 years, 2 months ago
  3. b94c7a9 Merge changes I57ad5add,I71ce6342 into main by Melody Hsu · 2 years, 2 months ago
  4. 5dcb907 feat(MultiFingerMultiTap): Implement two finger triple tap feature on FullScreenMagnificationGestureHandler by Jean Chen · 2 years, 2 months ago
  5. db9ea13 Remove most uses of ScreenCapture#captureDisplay. by Melody Hsu · 2 years, 4 months ago
  6. b02c0f0 Merge "refactor(magnification): Renaming WindowMagnificationConnectionWrapper class as MagnificationConnectionWrapper" into main by Candice Lo · 2 years, 2 months ago
  7. cc19bc2 feat(MultiFingerMultiTap):Create a new DetectingState and ViewportDraggingState for feature by Jean Chen · 2 years, 2 months ago
  8. 8ed6af3 Update accessibility framework to support multi-session IME by Yabin Huang · 2 years, 2 months ago
  9. 7f79e39 refactor(magnification): Renaming WindowMagnificationConnectionWrapper class as MagnificationConnectionWrapper by Candice Lo · 2 years, 2 months ago
  10. 767587b feat(MultiFingerMultiTap): Implement two finger triple tap feature on WindowMagnificationGestureHandler by Jean Chen · 2 years, 3 months ago
  11. 011f2a8 Merge "refactor(MultiFingerMultiTap): Create a list to collect all gestures and finally send them to the GesturesObserver" into main by Jean Chen · 2 years, 3 months ago
  12. a046d18 refactor(MultiFingerMultiTap): Create a list to collect all gestures and finally send them to the GesturesObserver by Jean Chen · 2 years, 3 months ago
  13. 2372dbf feat(MultiFingerMultiTap): Request connection and keep the mag button when two finger triple tap is enabled by Jean Chen · 2 years, 3 months ago
  14. d2ddae2 Merge "Clean up a11y overlays after service exits or crashes." into main by Ameer Armaly · 2 years, 3 months ago
  15. 253e11f Merge "feat(MultiFingerMultiTap): Send Setting value, SingleFingerTripleTap and TwoFingerTripleTap, to MagnificationGestureHandle for enable feature" into main by Jean Chen · 2 years, 3 months ago
  16. 7ba80b0 feat(MultiFingerMultiTap): Send Setting value, SingleFingerTripleTap and TwoFingerTripleTap, to MagnificationGestureHandle for enable feature by Jean Chen · 2 years, 3 months ago
  17. c8c4439 Clean up a11y overlays after service exits or crashes. by Ameer Armaly · 2 years, 3 months ago
  18. 67fd80d fix(MultiFignerMultiTap): Update is calling the wrong api by Jean Chen · 2 years, 3 months ago
  19. e9fc0fb Merge "feat(MultiFingerMultiTap): Add a feature flag and update its value from observing the settings value for AccessibilityInputFilter" into main by Jean Chen · 2 years, 3 months ago
  20. e533331 feat(MultiFingerMultiTap): Add a feature flag and update its value from observing the settings value for AccessibilityInputFilter by Jean Chen · 2 years, 3 months ago
  21. f8a5493 Only register VirtualDeviceListener when a11y proxies are registered by Marvin Ramin · 2 years, 3 months ago
  22. 9648bea Merge "Alphabetize a11y aconfig flags to help limit merge conflicts." into main by Daniel Norman · 2 years, 3 months ago
  23. 6c6f1b5 Alphabetize a11y aconfig flags to help limit merge conflicts. by Daniel Norman · 2 years, 3 months ago
  24. 6f25e97 refactor(MultiFingerMultiTap): Rename mDisplayMagnificationEnabledUri to mMagnificationSingleFingerTripleTapEnabledUri by Jean Chen · 2 years, 3 months ago
  25. 2d2c9fb Merge "A11yManagerService turns off button targets for services whose packages have forcibly stopped." into main by Riley Jones · 2 years, 3 months ago
  26. ed625bb refactor(TwoFingerTripleTap): Rename FLAG_FEATURE_SCREEN_MAGNIFIER to FLAG_FEATURE_MAGNIFICATION_SINGLE_FINGER_TRIPLE_TAP by Jean Chen · 2 years, 3 months ago
  27. 0fb119c A11yManagerService turns off button targets for services whose packages have forcibly stopped. by Riley Jones · 2 years, 3 months ago
  28. 9d250972 Reduce touch exploration sensitivity. by Ameer Armaly · 2 years, 4 months ago
  29. 618169b Parses accessibility packages without holding A11yManagerService#mLock. by Daniel Norman · 2 years, 4 months ago
  30. 0cdbc03 Merge "refactor(MultiFingerMultiTap): Rename mDetectTriple to mDetectSingleFingerTripleTap before implement TwoFingerTripleTap" into main by Jean Chen · 2 years, 3 months ago
  31. 2158221 refactor(MultiFingerMultiTap): Rename mDetectTriple to mDetectSingleFingerTripleTap before implement TwoFingerTripleTap by Jean Chen · 2 years, 3 months ago
  32. 1d13538 Stops using the deprecated PackageListObserver in A11yManagerService. by Daniel Norman · 2 years, 3 months ago
  33. 6d939f9 Fix pinch zoom with partial magnification window not very responsive by Jean Chen · 2 years, 4 months ago
  34. ec42a60 Release the A11yManagerService#mLock before calling WMS#addWindowToken. by Daniel Norman · 2 years, 5 months ago
  35. f41113b Two finger panning should behave like one finger pan by ktanojo · 2 years, 7 months ago
  36. 12214fb Merge "Fix TouchExplorerTest flakiness." into main by Treehugger Robot · 2 years, 4 months ago
  37. 5a71364 Revert "Remove usages of ScreenCapture#captureDisplay." by Melody Hsu · 2 years, 4 months ago
  38. fb76caf Fix TouchExplorerTest flakiness. by Ameer Armaly · 2 years, 4 months ago
  39. a860e97 Remove usages of ScreenCapture#captureDisplay. by Melody Hsu · 2 years, 4 months ago
  40. 8a9419a Merge "fix(magnification): swipe up gesture in app does not work sometimes when fullscreen magnification activated" into udc-qpr-dev am: 7f9ac5bf4a am: 5aaa84230b by Roy Chou · 2 years, 4 months ago
  41. 5aaa842 Merge "fix(magnification): swipe up gesture in app does not work sometimes when fullscreen magnification activated" into udc-qpr-dev am: 7f9ac5bf4a by Roy Chou · 2 years, 4 months ago
  42. 1cf6800 feat(joystick)!: add the feature flag by Roy Chou · 2 years, 4 months ago
  43. 8e84414 feat(multi finger multi tap)!: add the feature flag by Roy Chou · 2 years, 4 months ago
  44. a4290cd Merge "Fix race condition between VDM and ProxyManager when registering a proxy" into main by Daniel Norman · 2 years, 4 months ago
  45. 724d214 Fix race condition between VDM and ProxyManager when registering a proxy by Sally · 2 years, 5 months ago
  46. cd57486 fix(magnification): swipe up gesture in app does not work sometimes when fullscreen magnification activated by Roy Chou · 2 years, 4 months ago
  47. b76e28c Replace the VDM broadcast for device closed with listener. by Vladimir Komsiyski · 2 years, 5 months ago
  48. 5ed5251 Merge "fix(magnifier): avoid crash when smashing magnifier shortcut button repeatedly" into main by Treehugger Robot · 2 years, 5 months ago
  49. f509803 fix(magnifier): avoid crash when smashing magnifier shortcut button repeatedly by Tyler Freeman · 2 years, 5 months ago
  50. eb669ae Merge "Ensure the MagThumbnail view is always inflated on the main thread." into main by Daniel Norman · 2 years, 5 months ago
  51. 0bc9f9e Fix will log triple tap on shortcut temporary glance mode by Jean Chen · 2 years, 5 months ago
  52. d0c879b Ensure the MagThumbnail view is always inflated on the main thread. by Daniel Norman · 2 years, 5 months ago
  53. ca06f85 Fix the consistency of the event stream during interrupted and continued touch exploration. by [B · 2 years, 6 months ago
  54. 5c61842 Merge "Revert "fix(magnification thumbnail): remove feature flag, enable thumbnail by default"" into main by Tyler Freeman · 2 years, 6 months ago
  55. 5250235 Revert "fix(magnification thumbnail): remove feature flag, enable thumbnail by default" by Tyler Freeman · 2 years, 6 months ago
  56. ea22c81 Merge "Make sure to send HOVER_EXIT when starting touch exploration if we haven't sent it already." into main am: 6c737e8ca0 am: 9e901f2cdf am: a9dafc3734 am: a8f5ae3cc2 am: be932f5aa1 by Ameer Armaly · 2 years, 6 months ago
  57. be932f5 Merge "Make sure to send HOVER_EXIT when starting touch exploration if we haven't sent it already." into main am: 6c737e8ca0 am: 9e901f2cdf am: a9dafc3734 am: a8f5ae3cc2 by Ameer Armaly · 2 years, 6 months ago
  58. a9dafc3 Merge "Make sure to send HOVER_EXIT when starting touch exploration if we haven't sent it already." into main am: 6c737e8ca0 am: 9e901f2cdf by Ameer Armaly · 2 years, 6 months ago
  59. cd0678f Add warp effect when user is in magnification mode by ktanojo · 2 years, 8 months ago
  60. 2226b98 Make sure to send HOVER_EXIT when starting touch exploration if we haven't sent it already. by Ameer Armaly · 2 years, 6 months ago
  61. 1d19a4e Add magnification edge haptic feature. by Nigel Wang · 2 years, 8 months ago
  62. dcee5c4 Add config to enable/disable single panning depending on device by ktanojo · 2 years, 8 months ago
  63. 1736e28 chore(#Magnification): use persisted scale if zoom-in-temporary when magnifier is zoomed out by service by Roy Chou · 2 years, 7 months ago
  64. 2d4f78e Create SinglePanningState that will handle single pointer/finger panning by ktanojo · 2 years, 9 months ago
  65. 3a45f01 Merge "fix(magnification thumbnail): remove feature flag, enable thumbnail by default" into main by Treehugger Robot · 2 years, 6 months ago
  66. 564f344 fix(magnification thumbnail): remove feature flag, enable thumbnail by default by Tyler Freeman · 2 years, 6 months ago
  67. 58b977c chore(#MagSettingsPanel): change persisting scale timing by Roy Chou · 2 years, 7 months ago
  68. f0c835c chore(#MagSettingsPanel): change persisting scale timing by Roy Chou · 2 years, 7 months ago
  69. 1c1c156 Merge changes Ia1402c90,Ibb579a54 into udc-qpr-dev am: 214c80ff07 am: 88c76f4bf3 by Roy Chou · 2 years, 7 months ago
  70. 214c80f Merge changes Ia1402c90,Ibb579a54 into udc-qpr-dev by Roy Chou · 2 years, 7 months ago
  71. 7ed014e fix(magnification thumbnail): fix thumbnail area wrong when IME opens or orientation changes by Tyler Freeman · 2 years, 7 months ago
  72. 5cef387 fix(magnification thumbnail): fix thumbnail not refreshing when orientation changes or IME opens by Tyler Freeman · 2 years, 7 months ago
  73. 5e6f95e Merge changes I9f3cd40d,Idb0855b7 by Tyler Freeman · 2 years, 7 months ago
  74. 1a8ebc9 fix(magnification thumbnail): fix thumbnail area wrong when IME opens or orientation changes by Tyler Freeman · 2 years, 7 months ago
  75. 602b563 fix(magnification thumbnail): fix thumbnail not refreshing when orientation changes or IME opens by Tyler Freeman · 2 years, 7 months ago
  76. 688a781 Merge "Fix TEST_MAPPING with JSON format so that the filteres are included." by Chun-Ku Lin · 2 years, 7 months ago
  77. 081789e Add callbacks for accessibility overlays. by Ameer Armaly · 3 years ago
  78. adb4b95 chore(#MagSettingsPanel): make service notify sysui the controlling magnifier scale changed by Roy Chou · 2 years, 7 months ago
  79. cd770eb Fix TEST_MAPPING with JSON format so that the filteres are included. by Chun-Ku Lin · 2 years, 7 months ago
  80. c8aa773 Merge "Ensure AccessibilityService APIs clear binder identity after initial permission check" by Treehugger Robot · 2 years, 7 months ago
  81. 22a7cab Fix for A11y Service bug regarding large parcel volumes by Riley Jones · 2 years, 7 months ago
  82. b4c5419 Ensure AccessibilityService APIs clear binder identity after initial permission check by Chun-Ku Lin · 2 years, 7 months ago
  83. 5ec7367 Merge "Attempt v2 of "Disables non-system AccessibilityMenu for secondary users."" by Treehugger Robot · 2 years, 8 months ago
  84. fe61b55 Attempt v2 of "Disables non-system AccessibilityMenu for secondary users." by Daniel Norman · 2 years, 8 months ago
  85. ddb2ff8 Merge "fix scale settings seekbar to match actual scale" into udc-qpr-dev am: c3c42bccfa am: 379ed90d7a by Isaac Chai · 2 years, 8 months ago
  86. a5f411f Merge "Moves A11yServiceInfo size check in the system_server." by Treehugger Robot · 2 years, 8 months ago
  87. 379ed90 Merge "fix scale settings seekbar to match actual scale" into udc-qpr-dev am: c3c42bccfa by Isaac Chai · 2 years, 8 months ago
  88. 80907e6 Merge "Check for the COMPANION_DEVICE_APP_STREAMING role when registering a proxy" into udc-dev am: 95b9973957 am: ae9195fb3c by Sally Yuen · 2 years, 8 months ago
  89. 395c94c Merge "Restrict proxies for displays owned by the caller" into udc-dev am: 968df9f7d2 am: 44003b5e73 by Sally Yuen · 2 years, 8 months ago
  90. b486d56 Merge "Check for the COMPANION_DEVICE_APP_STREAMING role when registering a proxy" into udc-dev am: 95b9973957 am: fa660a1ee1 by Sally Yuen · 2 years, 8 months ago
  91. 97600f79 Merge "Restrict proxies for displays owned by the caller" into udc-dev am: 968df9f7d2 am: 4e244ce8e5 by Sally Yuen · 2 years, 8 months ago
  92. e0e99a8 Check for the COMPANION_DEVICE_APP_STREAMING role when registering a proxy by Sally · 2 years, 8 months ago
  93. 7b37af9 fix scale settings seekbar to match actual scale by Isaac Chai · 2 years, 8 months ago
  94. 2d75061 Restrict proxies for displays owned by the caller by Sally · 2 years, 8 months ago
  95. b7f180a Merge "Revert "Disables non-system AccessibilityMenu for secondary users."" by TreeHugger Robot · 2 years, 8 months ago
  96. 6cbd2ec Revert "Disables non-system AccessibilityMenu for secondary users." by Daniel Norman · 2 years, 8 months ago
  97. 9ba4f76 Moves A11yServiceInfo size check in the system_server. by Daniel Norman · 2 years, 9 months ago
  98. 0e4ccf9 Merge "Disables non-system AccessibilityMenu for secondary users." by Treehugger Robot · 2 years, 8 months ago
  99. 43cd49f Disables non-system AccessibilityMenu for secondary users. by Daniel Norman · 2 years, 8 months ago
  100. f4e1d98 Baseline remaining SimpleManualPermissionEnforcement lint errors by mattgilbride · 2 years, 8 months ago